Tizen Native API
9.0
|
Get the icon theme the user has set.
This gets the global icon theme currently set or the default value #ELM_CONFIG_ICON_THEME_ELEMENTARY.
- Returns:
- the icon theme to use
- Since (EFL) :
- 1.18 Set the icon theme for all elementary apps.
This method will set the icon theme for all elm_icon_standard_set calls. Valid parameters are the name of an installed freedesktop.org icon theme or #ELM_CONFIG_ICON_THEME_ELEMENTARY for the built in theme.
- Parameters:
-
theme the name of a freedesktop.org icon theme or #ELM_CONFIG_ICON_THEME_ELEMENTARY
- Since (EFL) :
- 1.18
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.
Functions | |
Eina_Bool | elm_config_password_show_last_get (void) |
void | elm_config_password_show_last_set (Eina_Bool password_show_last) |
double | elm_config_password_show_last_timeout_get (void) |
void | elm_config_password_show_last_timeout_set (double password_show_last_timeout) |
Function Documentation
Get the "show last" setting of password mode.
This gets the "show last" setting of password mode which might be enabled or disabled.
- Returns:
EINA_TRUE
, if the "show last" setting is enabled,EINA_FALSE
if it's disabled.
- Since :
- 2.3
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.
- Parameters:
-
password_show_last If EINA_TRUE
, enables "show last" in password mode.
- Since :
- 2.3
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.
- Returns:
- The timeout value of "show last" password mode.
- Since :
- 2.3
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.
- Parameters:
-
password_show_last_timeout The timeout value.
- See also:
- elm_config_password_show_last_set()
- Since :
- 2.3