Module button
Available on crate feature
dep_fltk
only.Expand description
Button widgets
Structs§
- Button
- Creates a normal button
- Check
Button - Creates a check button
- Light
Button - Creates a light button
- Radio
Button - Creates a radio button. Radio meaning only one can be toggled in the same group
- Radio
Light Button - Creates a radio light button. Radio meaning only one can be toggled in the same group
- Radio
Round Button - Creates a radio round button. Radio meaning only one can be toggled in the same group
- Repeat
Button - Creates a repeat button
- Return
Button - Creates a return button
- Round
Button - Creates a round button
- Shortcut
Button - Creates a Shortcut button
- Toggle
Button - Creates a toggle button
Enums§
- Button
Type - Defines the button type, which can be changed dynamically using the
set_type()
.