add EDJE_INPUT_PANEL_LAYOUT_DATETIME layout
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 27 May 2013 07:00:10 +0000 (16:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 28 May 2013 05:02:03 +0000 (14:02 +0900)
Change-Id: I2ba2f9b81f8c443c5d5f35ee717c64c30f07d76b

src/lib/Edje.h

index a2f9730..2641f2c 100644 (file)
@@ -3265,7 +3265,8 @@ typedef enum _Edje_Input_Panel_Layout
    EDJE_INPUT_PANEL_LAYOUT_INVALID,         /**< Never use this */
    EDJE_INPUT_PANEL_LAYOUT_HEX,             /**< Hexadecimal layout @since 1.2 */
    EDJE_INPUT_PANEL_LAYOUT_TERMINAL,        /**< Command-line terminal layout including esc, alt, ctrl key, so on (no auto-correct, no auto-capitalization) @since 1.2 */
-   EDJE_INPUT_PANEL_LAYOUT_PASSWORD         /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
+   EDJE_INPUT_PANEL_LAYOUT_PASSWORD,        /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
+   EDJE_INPUT_PANEL_LAYOUT_DATETIME         /**< Date and time layout @since 1.8 */
 } Edje_Input_Panel_Layout;
 
 enum