Tizen Native API
6.0
|
Elementary widgets support Linux Accessibility standard. For more information please visit: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
Functions | |
Eina_Bool | elm_config_atspi_mode_get (void) |
void | elm_config_atspi_mode_set (Eina_Bool is_atspi) |
Function Documentation
Eina_Bool elm_config_atspi_mode_get | ( | void | ) |
Gets ATSPI mode
- Returns:
- the ATSPI mode
- Since (EFL) :
- 1.10
- See also:
- elm_config_atspi_mode_set()
- Since :
- 3.0
void elm_config_atspi_mode_set | ( | Eina_Bool | is_atspi | ) |
Sets ATSPI mode
- Parameters:
-
is_atspi If EINA_TRUE
, enables ATSPI2 mode
- Note:
- Enables Linux Accessibility support for Elementary widgets.
- Since (EFL) :
- 1.10
- See also:
- elm_config_atspi_mode_get()
- Since :
- 3.0