add a password mode.

SVN revision: 66751
This commit is contained in:
Carsten Haitzler 2012-01-02 12:03:33 +00:00
parent 0fbfa706b1
commit 9afc12e39a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ typedef enum
ELM_INPUT_PANEL_LAYOUT_NUMBERONLY, /**< Number Only layout */
ELM_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout */
ELM_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout */
ELM_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. */
} Elm_Input_Panel_Layout; /**< Type of input panel (virtual keyboard) to use - this is a hint and may not provide exactly what is desired. */
typedef enum