diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-05-27 16:14:52 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-05-27 16:14:52 +0900 |
commit | 6d51904588e0c7201d4fd0925e09bd2c3e0aea84 (patch) | |
tree | 9b013643099e31e1178a23de10b1445877945a75 /src/lib/ecore_imf | |
parent | e232b629a7de63502f7f2d4a4bb6fba257864c35 (diff) |
Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, EDJE_INPUT_PANEL_LAYOUT_DATETIME layout
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 7e740c7d60..842b8fca3c 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -263,7 +263,8 @@ typedef enum | |||
263 | ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */ | 263 | ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */ |
264 | ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */ | 264 | ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */ |
265 | 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 */ | 265 | 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 */ |
266 | ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ | 266 | ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ |
267 | ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME /**< Date and time layout @since 1.8 */ | ||
267 | } Ecore_IMF_Input_Panel_Layout; | 268 | } Ecore_IMF_Input_Panel_Layout; |
268 | 269 | ||
269 | /** | 270 | /** |