[][src]Module fltk::input

Re-exports

pub use crate::prelude::*;

Structs

FileInput

An File-input widget

FloatInput

An input widget which takes only floats

Input

Creates an input widget

IntInput

An input widget which takes only integers

MultilineInput

An multiline-input widget

SecretInput

An secret input widget

Enums

InputType

Sets the input widget's type, which can be changed dynamically using the set_type() method