Tizen Native API
5.0
|
Functions | |
Eina_Bool | elm_atspi_component_highlight_grab (Elm_Interface_Atspi_Component *obj) |
Highlights accessible widget. returns true if highlight grab has successed, false otherwise. | |
Eina_Bool | elm_atspi_component_highlight_clear (Elm_Interface_Atspi_Component *obj) |
Clears highlight of accessible widget. returns true if clear has successed, false otherwise. |
Eina_Bool elm_atspi_component_highlight_clear | ( | Elm_Interface_Atspi_Component * | obj | ) |
Clears highlight of accessible widget. returns true if clear has successed, false otherwise.
[in] | obj | The object. |
Eina_Bool elm_atspi_component_highlight_grab | ( | Elm_Interface_Atspi_Component * | obj | ) |
Highlights accessible widget. returns true if highlight grab has successed, false otherwise.
[in] | obj | The object. |