Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 27 May 2013 07:01:45 +0000 (16:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 28 May 2013 05:03:51 +0000 (14:03 +0900)
Change-Id: I7bd656762e4c3b4ee3d64fb6e09332a8ea28919f

src/lib/elm_entry.h

index b72a431..7af5cd0 100644 (file)
@@ -317,7 +317,8 @@ typedef enum
    ELM_INPUT_PANEL_LAYOUT_INVALID,     /**< Never use this */
    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_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; /**< Type of input panel (virtual keyboard) to use - this is a hint and may not provide exactly what is desired. */
 
 enum