class Fox::FXInputDialog

An FXInputDialog is a simple dialog which is used to obtain a text string, integer, or real number from the user. A “password” mode allows the key-in to remain hidden.

Input dialog options

INPUTDIALOG_STRING

Ask for a string

INPUTDIALOG_INTEGER

Ask for an integer number

INPUTDIALOG_REAL

Ask for a real number

INPUTDIALOG_PASSWORD

Do not reveal key-in