[][src]Module fltk::dialog

Re-exports

pub use crate::prelude::*;

Structs

FileDialog

Creates a file button

HelpDialog

Creates a help dialog

Enums

BeepType

Defines the type of beep to be passed to the beep function

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

beep

Emits a beep

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