frame
Factor handbook » UI framework » Building user interfaces » Gadget hierarchy and layouts » Frame layouts

Next:<frame> ( cols rows -- frame )


Vocabulary
ui.gadgets.frames

Class description
A frame is a gadget which lays out its children in a grid, and assigns all remaining space to a distinguished filled cell. The filled-cell slot stores a pair with shape { col row }.

Frames are constructed by calling <frame> and since they inherit from grid, children can be managed with grid-add and grid-remove.

See also
grid

Definition


Methods