Tizen Native API
Elementary Selection

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, otherwise EINA_FALSE
See also:
elm_config_selection_unfocused_clear_set()

Sets whether the selection should be cleared when entry widget is unfocused.

Since (EFL) :
1.7
Since :
2.3.1
Parameters:
[in]enabledIf EINA_TRUE clear the selection when unfocused, otherwise EINA_FALSE to not clear the selection when unfocused
See also:
elm_config_selection_unfocused_clear_get()