Expand description
Group widgets
Modules§
Structs§
- Color
Chooser - Creates a color chooser widget
- Flex
- a Flexbox widget
- Grid
- Fltk’s grid widget
- Grid
Align - Defines alignment rules used by FLTK’s Grid
- Grid
Range - Grid range
- Group
- Creates a group widget
- Pack
- Creates a widget pack
- Scroll
- Creates a scroll group
- Tabs
- Creates a tab which can contain widgets
- Tile
- Creates a tile which can contain widgets. For the tiling to work correctly, the children of a Tile must cover the entire area of the widget, but not overlap. This means that all children must touch each other at their edges, and no gaps can be left inside the Tile. More info can be found here
- Wizard
- Creates a wizard widget
Enums§
- Flex
Type - Defines Flex types
- Pack
Type - Defines pack types
- Scroll
Type - Defines Scroll types
- Tabs
Overflow - Defines how Tabs handle overflow