Tizen Native API
|
Functions | |
Eina_Bool | elm_config_selection_unfocused_clear_get (void) |
Get whether selection should be cleared when entry widget is unfocused. | |
void | elm_config_selection_unfocused_clear_set (Eina_Bool enabled) |
Set whether selection should be cleared when entry widget is unfocused. |
Elementary Selection configuration.
Function Documentation
Get whether selection should be cleared when entry widget is unfocused.
- Since :
- 2.3
- Returns:
- if the selection would be cleared on unfocus.
- Since (EFL) :
- 1.7
void elm_config_selection_unfocused_clear_set | ( | Eina_Bool | enabled | ) |
Set whether selection should be cleared when entry widget is unfocused.
- Since :
- 2.3
- Parameters:
-
[in] enabled If EINA_TRUE
, clear selection when unfocus, otherwise does not clear selection when unfocus.
- Since (EFL) :
- 1.7