Tizen Native API  5.0

Functions

Eina_Bool elm_config_cursor_engine_only_get (void)
void elm_config_cursor_engine_only_set (Eina_Bool engine_only)
void elm_object_cursor_unset (Evas_Object *obj)

Function Documentation

Get the configured cursor engine only usage

This gets the globally configured exclusive usage of engine cursors.

Returns:
1 if only engine cursors should be used
Since :
2.3.1

Set the configured cursor engine only usage

This sets the globally configured exclusive usage of engine cursors. It won't affect cursors set before changing this value.

Parameters:
engine_onlyIf 1 only engine cursors will be enabled, if 0 will look for them on theme before.
Since :
2.3.1

Unset cursor for object

Unset cursor for object, and set the cursor to default if the mouse was over this object.

Parameters:
objTarget object
See also:
elm_object_cursor_set()
Since :
2.3.1