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.