entry: Add ELM_INPUT_PANEL_LAYOUT_EMOTICON

This commit is contained in:
Jihoon Kim 2014-02-27 14:58:36 +09:00
parent f5750399b3
commit 3011093658
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ typedef enum
ELM_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout */
ELM_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including esc, alt, ctrl key, so on (no auto-correct, no auto-capitalization) */
ELM_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. */
ELM_INPUT_PANEL_LAYOUT_DATETIME /**< Date and time layout @since 1.8 */
ELM_INPUT_PANEL_LAYOUT_DATETIME, /**< Date and time layout @since 1.8 */
ELM_INPUT_PANEL_LAYOUT_EMOTICON /**< Emoticon layout @since 1.10 */
} Elm_Input_Panel_Layout; /**< Type of input panel (virtual keyboard) to use - this is a hint and may not provide exactly what is desired. */
enum