Module button

Available on crate feature dep_fltk only.
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. Radio meaning only one can be toggled in the same group
RadioLightButton
Creates a radio light button. Radio meaning only one can be toggled in the same group
RadioRoundButton
Creates a radio round button. Radio meaning only one can be toggled in the same group
RepeatButton
Creates a repeat button
ReturnButton
Creates a return button
RoundButton
Creates a round button
ShortcutButton
Creates a Shortcut button
ToggleButton
Creates a toggle button

Enums§

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