end new palette code More...
Functions | |
Eina_Bool | elm_config_password_show_last_get (void) |
Get the "show last" setting of password mode. More... | |
void | elm_config_password_show_last_set (Eina_Bool password_show_last) |
Set show last setting in password mode. More... | |
double | elm_config_password_show_last_timeout_get (void) |
Get the timeout value in "show last" password mode. More... | |
void | elm_config_password_show_last_timeout_set (double password_show_last_timeout) |
Set's the timeout value in "show last" password mode. More... | |
end new palette code
Show last feature of password mode enables user to view the last input entered for few seconds before masking it. These functions allow to set this feature in password mode of entry widget and also allow to manipulate the duration for which the input has to be visible.
Eina_Bool elm_config_password_show_last_get | ( | void | ) |
Get the "show last" setting of password mode.
This gets the "show last" setting of password mode which might be enabled or disabled.
EINA_TRUE
, if the "show last" setting is enabled, EINA_FALSE
if it's disabled. void elm_config_password_show_last_set | ( | Eina_Bool | password_show_last | ) |
Set show last setting in password mode.
This enables or disables show last setting of password mode.
password_show_last | If EINA_TRUE , enables "show last" in password mode. |
References edje_password_show_last_set(), and EINA_TRUE.
double elm_config_password_show_last_timeout_get | ( | void | ) |
Get the timeout value in "show last" password mode.
This gets the time out value for which the last input entered in password mode will be visible.
void elm_config_password_show_last_timeout_set | ( | double | password_show_last_timeout | ) |
Set's the timeout value in "show last" password mode.
This sets the time out value for which the last input entered in password mode will be visible.
password_show_last_timeout | The timeout value. |
References edje_password_show_last_timeout_set(), EINA_DBL_EQ, and EINA_TRUE.