[][src]Module fltk::button

Re-exports

pub use crate::prelude::*;

Structs

Button

Creates a normal button

CheckButton

Creates a check button

LightButton

Creates a light button

RadioButton

Creates a radio 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 function().