Definition in file dialog.h.
Go to the source code of this file.
| #define | DIALOG_LETTERS_FLAG 0x01 |
| All small letters (a-z) can be the input in the dialog. | |
| #define | DIALOG_CAPITALS_FLAG 0x02 |
| All capitals (A-Z) can be the input in the dialog. | |
| #define | DIALOG_WHITESPACE_FLAG 0x04 |
| The space character can be the input in the dialog. | |
| #define | DIALOG_DASH_FLAG 0x08 |
| The dash ('-') character can be the input in the dialog. | |
| #define | DIALOG_NUMBERS_FLAG 0x10 |
| All numbers (0-9) can be the input in the dialog. | |
| #define | DIALOG_SPECIAL_FLAG 0x20 |
| All special characters can be the input in the dialog. | |
| #define | DIALOG_ALL_LETTERS 0xFF |
| All supported characters can be input in the dialog. | |
| #define | DIALOG_PREV_FLAG 0x01 |
| The previous/cancel button is evaluated and displayed in the dialog. | |
| #define | DIALOG_ESC_FLAG 0x02 |
| The escape button is evaluated and displayed in the dialog. | |
| #define | DIALOG_BACKSPACE_FLAG 0x04 |
| The backspace button is evaluated and displayed in the dialog. | |
| #define | DIALOG_NEXT_FLAG 0x08 |
| The next/ok button is evaluated and displayed in the dialog. | |
| #define | DIALOG_DESCRIPTION_FLAG 0x10 |
| The button description is displayed in the dialog. | |
| #define | DIALOG_DESCTOGGLE_FLAG 0x20 |
| The button description toggles with the original display content. |
1.5.5