From 7969fe41fd8cb86223f2840efdfcbde090ae32bc Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 27 May 2013 16:01:45 +0900 Subject: [PATCH] Add ELM_INPUT_PANEL_LAYOUT_DATETIME layout Change-Id: I7bd656762e4c3b4ee3d64fb6e09332a8ea28919f --- src/lib/elm_entry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4