7 lines
195 B
Text
7 lines
195 B
Text
|
|
OPTION GUI TRUE
|
||
|
|
|
||
|
|
gui = GUIDEFINE("{ type=window name=window XtNtitle=\"Graphical\" } \
|
||
|
|
{ type=labelWidgetClass name=label parent=window XtNlabel=\"Goodbye, World!\" } ")
|
||
|
|
|
||
|
|
CALL GUIEVENT$(gui)
|