]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-ui/hello-ui.factor
math: reorder the cleaned-up iteration combinators find-integer each-integer
[factor.git] / extra / hello-ui / hello-ui.factor
1 USING: accessors ui ui.gadgets.labels ;
2 IN: hello-ui
3
4 MAIN-WINDOW: hello { { title "Hi" } }
5     "Hello world" <label> >>gadgets ;