Module fltk::button[][src]

Expand description

Button widgets

Structs

Button

Creates a normal button

CheckButton

Creates a check button

LightButton

Creates a light button

RadioButton

Creates a radio button

RadioLightButton

Creates a radio light button

RadioRoundButton

Creates a radio round button

RepeatButton

Creates a repeat button

ReturnButton

Creates a return button

RoundButton

Creates a round button

ToggleButton

Creates a toggle button

Enums

ButtonType

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