Vocabularyui.gadgets.packsInputspack | a new pack |
sizes | a sequence of pairs of integers |
OutputsNone
Word descriptionLays out the pack's children along the
orientation of the pack, with each gadget receiving its size from the corresponding index of the
sizes sequence.
NotesThis word is useful if you are writing your own layout gadget which inherits from
pack. This allows you to reuse layout logic while computing gadget sizes using a custom procedure.
Definition