factor/extra/hello-ui/hello-ui.factor

6 lines
130 B
Factor

USING: accessors ui ui.gadgets.labels ;
IN: hello-ui
MAIN-WINDOW: hello { { title "Hi" } }
"Hello world" <label> >>gadgets ;