Module fltk::dialog[][src]

Expand description

Dialog widgets

Structs

FLTK’s own FileChooser. Which differs for the Native FileDialog Example:

The types of FileChooser

Creates a file button

Creates a help dialog

Enums

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

Color modes to be used with the color chooser

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

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

Functions

Displays an alert box

Displays an alert box

Emits a beep

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

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

Spawns a color chooser dialog.

Spawns a color chooser dialog.

Shows a directory chooser returning a String

Shows a file chooser returning a String. Example:

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

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

Displays a message box

Displays a message box

Shows an input box, but with hidden string

Shows an input box, but with hidden string

Type Definitions

Re-alias FileDialog to NativeFileChooser (Fl_Native_File_Chooser)

Alias to NativeFileChooserOptions

Alias for NativeFileChooserType