[][src]Module fltk::dialog

Re-exports

pub use crate::prelude::*;

Structs

FileDialog

Creates a file button

Enums

FileDialogOptions

Defines the File dialog options, which can be set using the set_option() method.

FileDialogType

Defines the type of dialog, which can be changed dynamically using the set_type() method

Functions

alert

Displays an alert box

choice

Displays a choice box with upto three choices An empty choice will not be shown

input

Displays an input box, which returns the inputted string. Can be used for gui io

message

Displays a message box

password

Shows an input box, but with hidden string