Module fltk::button

source · []
Expand description

Button widgets

Structs

Creates a normal button

Creates a check button

Creates a light button

Creates a radio button. Radio meaning only one can be toggled in the same group

Creates a radio light button. Radio meaning only one can be toggled in the same group

Creates a radio round button. Radio meaning only one can be toggled in the same group

Creates a repeat button

Creates a return button

Creates a round button

Creates a toggle button

Enums

Defines the button type, which can be changed dynamically using the set_type().