[][src]Module fltk::input

Re-exports

pub use crate::prelude::*;

Structs

FileInput

Creates a File-input widget

FloatInput

Creates an input widget which takes only floats

Input

Creates an input widget

IntInput

Creates an input widget which takes only integers

MultilineInput

Creates a multiline-input widget

SecretInput

Creates a secret input widget

Enums

InputType

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