Module fltk::group[][src]

Expand description

Group widgets

Structs

Creates a color chooser widget

A wrapper around a vertical pack, with auto_layouting using the add method

Creates a widget group

Defines a Horizontal Grid (custom widget). Requires setting the params manually using the set_params method, which takes the rows, columns and spacing. Requires explicit calls to add, which is overloaded especially for the layout.

Creates a widget pack

A wrapper around a Horizontal pack, with auto_layouting using the add method

Creates a scroll group

Creates a tab which can contain widgets

Creates a tile which can contain widgets

Defines a Vertical Grid (custom widget). Requires setting the params manually using the set_params method, which takes the rows, columns and spacing. Requires explicit calls to add, which is overloaded especially for the layout.

Creates a wizard widget

Enums

Defines pack types

Defines Scroll types