From 4af6d8cdcaad4bb352a531b4d81688eca12ac8a9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 28 Jun 2010 11:56:25 +0900 Subject: [PATCH] add ECORE_IMF_INPUT_PANEL_LAYOUT_XXX --- src/lib/ecore_imf/Ecore_IMF.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index ffb7920..45fe3e6 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -125,6 +125,26 @@ extern "C" { typedef enum { + ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL, /**< default 4x4 layout */ + ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBER, /**< number layout*/ + ECORE_IMF_INPUT_PANEL_LAYOUT_EMAIL, /**< Email layout*/ + ECORE_IMF_INPUT_PANEL_LAYOUT_URL, /**< URL layout*/ + ECORE_IMF_INPUT_PANEL_LAYOUT_PHONENUMBER, /**< Phone Number layout*/ + ECORE_IMF_INPUT_PANEL_LAYOUT_IP, /**< IP layout*/ + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_1 = 10, /* Reserved for future use */ + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_2, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_3, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_4, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_5, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_6, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_7, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_8, + ECORE_IMF_INPUT_PANEL_LAYOUT_CUSTOM_9, + ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID + } Ecore_IMF_Input_Panel_Layout; + + typedef enum + { ISE_LANG_ENGLISH, /**< English */ ISE_LANG_FRENCH, /**< French */ ISE_LANG_SPANISH, /**< Spanish */ -- 2.7.4