From: Jihoon Kim Date: Mon, 27 May 2013 07:01:45 +0000 (+0900) Subject: Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout X-Git-Tag: submit/tizen_2.2/20130714.145026~382^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7969fe41fd8cb86223f2840efdfcbde090ae32bc;p=framework%2Fuifw%2Felementary.git Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout Change-Id: I7bd656762e4c3b4ee3d64fb6e09332a8ea28919f --- diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index b72a431..7af5cd0 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -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