repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
extra
/
hello-ui
/
hello-ui.factor
blob
3843eec091301d8b9b49f5cb73461d7248c8bfcf
1
USING: ui ui.gadgets.labels ;
2
IN: hello-ui
3
4
: hello ( -- )
5
[ "Hello world" <label> "Hi" open-window ] with-ui ;
6
7
MAIN: hello