]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-ui/hello-ui.factor
io.streams.tee: more tests
[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 ;