ui.gadgets.controls vocabulary
Factor handbook ยป Vocabulary index


Summary
Gadgets with expanded model usage

Metadata
Authors:Sam Anklesaria


Words

Tuple classes
ClassSuperclassSlots
model-btn buttonhook value
model-field fieldmodel*
table tablequot val-quot color-quot column-titles column-alignment actions


Singleton classes
gadget-monad


Parsing words
WordSyntax
IMG-BTN:[ do-something ] IMAGE-BTN: filename
IMG-MODEL-BTN:IMAGE-MODEL-BTN: filename


Generic words
WordStack effect
output-model( gadget -- model )


Ordinary words
WordStack effect
(new-field)( editor field -- gadget )
<empty-editor>( model -- editor )
<empty-field>( model -- field )
<list*>( -- table )
<list>( column-model -- table )
<model-action-field>( -- field )
<model-border-btn>( text -- button )
<model-btn>( gadget -- button )
<model-editor*>( -- editor )
<model-editor>( model -- gadget )
<model-field*>( -- field )
<model-field>( model -- gadget )
<slider>( init page min max step -- slider )
<table*>( -- table )
<table>( model -- table )
image-prep( -- image )
indexed( table -- table )
init-field( model -- model' )
new-table( model class -- table )


Class predicate words
WordStack effect
gadget-monad?( object -- ? )
model-btn?( object -- ? )
model-field?( object -- ? )
table?( object -- ? )


Files


Metadata files