Module fltk::group[][src]

Group widgets

Re-exports

pub use crate::prelude::*;

Structs

ColorChooser

Creates a color chooser widget

Group

Creates a widget group

HGrid

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

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

VGrid

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

Wizard

Creates a wizard widget

Enums

PackType

Defines pack types

ScrollType

Defines Scroll types