]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-ui/hello-ui.factor
9ed9457d5ad5ed1483e0e99dea81e12875fe17b0
[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 ;