edje: Add EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN

SVN revision: 76097
This commit is contained in:
Jihoon Kim 2012-09-04 02:20:45 +00:00
parent d163208536
commit 7f9ec8f928
2 changed files with 6 additions and 1 deletions

View File

@ -585,3 +585,7 @@
2012-09-04 Cedric Bail
* Report type of file when listing file used by an edc.
2012-09-04 Jihoon Kim (jihoon)
* Add EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.

View File

@ -659,7 +659,8 @@ typedef enum _Edje_Input_Panel_Return_Key_Type
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_LOGIN, /**< Login @since 1.2 */
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_NEXT, /**< Next @since 1.2 */
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SEARCH, /**< Search or magnifier icon @since 1.2 */
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SEND /**< Send @since 1.2 */
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SEND, /**< Send @since 1.2 */
EDJE_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN /**< Sign-in @since 1.8 */
} Edje_Input_Panel_Return_Key_Type;
/**