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

db4
Slava Pestov 2008-08-08 13:15:00 -05:00
commit 7ed5db925f
246 changed files with 30 additions and 49 deletions

View File

@ -199,14 +199,11 @@ M: radio-control model-changed
: <radio-button> ( value model label -- gadget )
<radio-knob> label-on-right radio-button-theme <radio-control> ;
: radio-buttons-theme ( gadget -- )
{ 5 5 } >>gap drop ;
: <radio-buttons> ( model assoc -- gadget )
<filled-pile>
-rot
[ <radio-button> ] <radio-controls>
dup radio-buttons-theme ;
{ 5 5 } >>gap ;
: <toggle-button> ( value model label -- gadget )
<radio-control> bevel-button-theme ;

Some files were not shown because too many files have changed in this diff Show More