relayout-1 ( gadget -- )
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Layout basics

Prev:relayout ( gadget -- )
Next:pref-dim* ( gadget -- dim )


Vocabulary
ui.gadgets

Inputs
gadgeta gadget


Outputs
None

Word description
Relayout and redraw a gadget before the next iteration of the event loop. Unlike relayout, this does not propagate requests up to the parent, and so this word should be used when the gadget's internal layout or appearance has changed, but the dimensions have not.

See also
relayout

Definition