Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-11-10 05:08:39 -06:00
commit 161c917748
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ M: labelled-gadget focusable-child* content>> ;
: <title-bar> ( title quot -- gadget )
<frame>
swap dup [ <close-box> @left grid-add ] [ drop ] if
swap [ <close-box> @left grid-add ] when*
swap <title-label> @center grid-add ;
TUPLE: closable-gadget < frame content ;