Module fltk::group

source ·
Expand description

Group widgets

Modules

  • Experimental Group widgets, the api might change.

Structs

  • Creates a color chooser widget
  • A wrapper around a Flex column
  • a Flexbox widget
  • Creates a group widget
  • Defines a Horizontal Grid (custom widget). Requires setting the params manually using the set_params method, which takes the rows, columns and spacing.
  • Creates a widget pack
  • A wrapper around a Flex row
  • Creates a scroll group
  • Creates a tab which can contain widgets
  • 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
  • Defines a Vertical Grid (custom widget). Requires setting the params manually using the set_params method, which takes the rows, columns and spacing.
  • Creates a wizard widget

Enums