7 lines
225 B
Text
7 lines
225 B
Text
OPTION GUI TRUE
|
|
PRAGMA GUI gtk3
|
|
|
|
gui = GUIDEFINE("{ type=WINDOW name=window callback=delete-event title=\"Graphical\" } \
|
|
{ type=LABEL name=label parent=window margin=5 label=\"Goodbye, World!\" } ")
|
|
|
|
CALL GUIEVENT$(gui)
|