Class Summary |
FlowLayout |
Similar to a TileLayout , but by default lays out tiles in 'flow' mode instead
of 'fit' mode. |
HLayout |
A subclass of Layout that applies a sizing policy along the horizontal axis, interpreting percent and "*" sizes as
proportions of the width of the layout. |
HStack |
A subclass of Layout that simply stacks members on the horizontal axis without trying to manage their width. |
ImgSectionHeader |
SectionHeader class based on an HLayout with StretchImg background. |
Layout |
A subclass of Canvas that automatically arranges other Canvases according to a layout policy. |
LayoutSpacer |
Add a LayoutSpacer to a Layout to take up space just like a normal member, without actually drawing anything. |
SectionHeader |
Simple SectionHeader class based on a Label with an icon, skinnable via CSS. |
SectionStack |
A container that manages a list of sections of widgets, each with a header. |
SectionStackSection |
Section descriptor used by a SectionStack to describe a section of items which are shown or hidden together, and their
associated header. |
VLayout |
A subclass of Layout that applies a sizing policy along the vertical axis, interpreting percent and "*" sizes as
proportions of the height of the layout. |
VStack |
A subclass of Layout that simply stacks members on the vertical axis without trying to manage their height. |