Tizen Native API
|
Functions | |
Eina_Bool | elm_config_selection_unfocused_clear_get (void) |
Gets whether the selection should be cleared when entry widget is unfocused. | |
void | elm_config_selection_unfocused_clear_set (Eina_Bool enabled) |
Sets whether the selection should be cleared when entry widget is unfocused. |
Elementary Selection configuration.
Gets whether the selection should be cleared when entry widget is unfocused.
EINA_TRUE
if the selection would be cleared when unfocused, otherwise EINA_FALSE
void elm_config_selection_unfocused_clear_set | ( | Eina_Bool | enabled | ) |
Sets whether the selection should be cleared when entry widget is unfocused.
[in] | enabled | If EINA_TRUE clear the selection when unfocused, otherwise EINA_FALSE to not clear the selection when unfocused |