elm: Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN

SVN revision: 76098
This commit is contained in:
Jihoon Kim 2012-09-04 02:34:19 +00:00
parent fd23a2a3af
commit 40364f42d5
2 changed files with 6 additions and 1 deletions

View File

@ -447,3 +447,7 @@
* Add in more access subsystem features like activation cb.
* Fix popup to apply the same style to the notify sub-widget.
2012-09-04 Jihoon Kim (jihoon)
* Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.

View File

@ -364,7 +364,8 @@ typedef enum
ELM_INPUT_PANEL_RETURN_KEY_TYPE_LOGIN, /**< Login */
ELM_INPUT_PANEL_RETURN_KEY_TYPE_NEXT, /**< Next */
ELM_INPUT_PANEL_RETURN_KEY_TYPE_SEARCH, /**< Search string or magnifier icon */
ELM_INPUT_PANEL_RETURN_KEY_TYPE_SEND /**< Send */
ELM_INPUT_PANEL_RETURN_KEY_TYPE_SEND, /**< Send */
ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN /**< Sign-in @since 1.8 */
} Elm_Input_Panel_Return_Key_Type;
/**