Update default theme to use features in FVWM 2.5.25+
[fvwm-themes.git] / scripts / FvwmScript-NoteMessage
blob2497304beb0ba1d7e82715401c5c672fe11692d2
1 WindowTitle {XNoteMessage}
2 WindowPosition 0 0
3 WindowSize 200 200
4 Font            -*-lucida-bold-r-normal-*-12-*-*-*-*-*-*
6 Init
7  Begin
8   Set $MESSAGE=(GetScriptArgument 1)
9   ChangeTitle 1 $MESSAGE
10   ChangeColorset 1 0
11 End
14 Widget 1
15 Property
16  Position 0 0
17  Size 200 200
18  Type ItemDraw
19  Flags NoReliefString
20 Main
21  Case message of
22   SingleClic :
23   Begin
24   End
25 End