Parents: | ui.gadgets |
Authors: | Sam Anklesaria |
Class | Superclass | Slots |
model-btn | button | hook value |
model-field | field | model* |
table | table | quot val-quot color-quot column-titles column-alignment actions |
gadget-monad |
Word | Syntax |
IMG-BTN: | [ do-something ] IMAGE-BTN: filename |
IMG-MODEL-BTN: | IMAGE-MODEL-BTN: filename |
Word | Stack effect |
output-model | ( gadget -- model ) |
Word | Stack 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 ) |
Word | Stack effect |
gadget-monad? | ( object -- ? ) |
model-btn? | ( object -- ? ) |
model-field? | ( object -- ? ) |
table? | ( object -- ? ) |