elm_entry: Add voice input panel layout

@feature

Change-Id: I41502d2446b95a4be31fc60a8d995b9d37930844
Signed-off-by: InHong Han <inhong1.han@samsung.com>
This commit is contained in:
InHong Han 2016-08-03 16:40:24 +09:00 committed by Jihoon Kim
parent ca766aa4c5
commit fb6ffc6ac5
3 changed files with 10 additions and 3 deletions

View File

@ -310,7 +310,8 @@ typedef enum
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 */
ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */
ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, /**< Date and time layout @since 1.8 */
ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON /**< Emoticon layout @since 1.10 */
ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON, /**< Emoticon layout @since 1.10 */
ECORE_IMF_INPUT_PANEL_LAYOUT_VOICE /**< Voice layout, but if the IME does not support voice layout, then normal layout will be shown @since 1.19 */
} Ecore_IMF_Input_Panel_Layout;
/**

View File

@ -120,9 +120,12 @@ enum Edje.Input_Panel.Layout {
datetime, [[Date and time layout
@since 1.8]]
emoticon [[Emoticon layout
emoticon, [[Emoticon layout
@since 1.10]]
voice [[Voice layout, but if the IME does not support voice layout, then normal layout will be shown.
@since 1.19]]
}
enum Edje.External.Param_Type {

View File

@ -35,9 +35,12 @@ enum Elm.Input.Panel.Layout
datetime, [[Date and time layout
@since 1.8]]
emoticon [[Emoticon layout
emoticon, [[Emoticon layout
@since 1.10]]
voice [[Voice layout, but if the IME does not support voice layout, then normal layout will be shown.
@since 1.19]]
}
enum Elm.Input.Panel.Lang