Add HEX, TERMINAL and PASSWORD layouts

SVN revision: 66836
This commit is contained in:
Carsten Haitzler 2012-01-04 03:41:10 +00:00
parent fcffec2a23
commit 831ff86cb8
2 changed files with 8 additions and 1 deletions

View File

@ -454,3 +454,7 @@
ecore con url struct) or could cause crashes if the memory ecore con url struct) or could cause crashes if the memory
pointed to became invalid. pointed to became invalid.
2012-01-04 Carsten Haitzler (The Rasterman)
* Add HEX, TERMINAL and PASSWORD layouts to ecore-imf

View File

@ -138,7 +138,10 @@ typedef enum
ECORE_IMF_INPUT_PANEL_LAYOUT_IP, /**< IP layout */ ECORE_IMF_INPUT_PANEL_LAYOUT_IP, /**< IP layout */
ECORE_IMF_INPUT_PANEL_LAYOUT_MONTH, /**< Month layout */ ECORE_IMF_INPUT_PANEL_LAYOUT_MONTH, /**< Month layout */
ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY, /**< Number Only layout */ ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY, /**< Number Only layout */
ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */
ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */
ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout @since 1.2 */
ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
} Ecore_IMF_Input_Panel_Layout; } Ecore_IMF_Input_Panel_Layout;
typedef enum typedef enum