Module group
Available on crate feature
dep_fltk
only.Expand description
Group widgets
Modules§
Structs§
- Color
Chooser - Creates a color chooser widget
- Column
- A wrapper around a Flex column
- 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
- HGrid
- Defines a Horizontal Grid (custom widget).
Requires setting the params manually using the
set_params
method, which takes the rows, columns and spacing. - Pack
- Creates a widget pack
- Row
- A wrapper around a Flex row
- 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
- VGrid
- Defines a Vertical Grid (custom widget).
Requires setting the params manually using the
set_params
method, which takes the rows, columns and spacing. - 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