diff options
author | Jihoon Kim <imfine98@gmail.com> | 2012-02-15 01:22:28 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2012-02-15 01:22:28 +0000 |
commit | 567b6ac0e8c638e08246fd5f80e135fb368f17f6 (patch) | |
tree | 704ce7361b1965d492a7b005c34aefd7d10b1483 /legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |
parent | 13ae7e3ea4a467e2b925d0d38e731d319190dece (diff) |
ecore_imf: Add ecore_imf APIs to set return key type, disable return key.
SVN revision: 67946
Diffstat (limited to 'legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h index d9dae80339..85f34a3dce 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -52,8 +52,10 @@ struct _Ecore_IMF_Context | |||
52 | Ecore_IMF_Autocapital_Type autocapital_type; | 52 | Ecore_IMF_Autocapital_Type autocapital_type; |
53 | Ecore_IMF_Input_Panel_Layout input_panel_layout; | 53 | Ecore_IMF_Input_Panel_Layout input_panel_layout; |
54 | Ecore_IMF_Input_Panel_Lang input_panel_lang; | 54 | Ecore_IMF_Input_Panel_Lang input_panel_lang; |
55 | Ecore_IMF_Input_Panel_Return_Key_Type input_panel_return_key_type; | ||
55 | Eina_Bool allow_prediction : 1; | 56 | Eina_Bool allow_prediction : 1; |
56 | Eina_Bool input_panel_enabled : 1; | 57 | Eina_Bool input_panel_enabled : 1; |
58 | Eina_Bool input_panel_return_key_disabled : 1; | ||
57 | }; | 59 | }; |
58 | 60 | ||
59 | struct _Ecore_IMF_Module | 61 | struct _Ecore_IMF_Module |