Tizen Native API
|
Elementary Selection configuration.
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. |
Function Documentation
Gets whether the selection should be cleared when entry widget is unfocused.
- Since (EFL) :
- 1.7
- Since :
- 2.3.1
- Returns:
EINA_TRUE
if the selection would be cleared when unfocused, otherwiseEINA_FALSE
void elm_config_selection_unfocused_clear_set | ( | Eina_Bool | enabled | ) |
Sets whether the selection should be cleared when entry widget is unfocused.
- Since (EFL) :
- 1.7
- Since :
- 2.3.1
- Parameters:
-
[in] enabled If EINA_TRUE
clear the selection when unfocused, otherwiseEINA_FALSE
to not clear the selection when unfocused