ecore_imf: Add ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON

This commit is contained in:
Jihoon Kim 2014-02-27 13:46:16 +09:00
parent 8d46f46243
commit 8940ce308d
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ typedef enum
ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */
ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including ESC, Alt, Ctrl key, so on (no auto-correct, no auto-capitalization) @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_DATETIME /**< Date and time layout @since 1.8 */
ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, /**< Date and time layout @since 1.8 */
ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON /**< Emoticon layout @since 1.10 */
} Ecore_IMF_Input_Panel_Layout;
/**