RosettaCodeData/Task/Hello-world-Graphical/BaCon/hello-world-graphical-2.bacon

8 lines
225 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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)