Atk.ComponentIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_focus_handler |
r |
This virtual function is deprecated since 2.9.4 and it should not be overriden. See atk_component_add_focus_handler() for more information. |
|
bounds_changed |
r |
||
contains |
r |
||
get_alpha |
r |
||
get_extents |
r |
||
get_layer |
r |
||
get_mdi_zorder |
r |
||
get_position |
r |
This virtual function is deprecated since 2.12 and it should not be overriden. Use AtkComponentIface.get_extents instead. |
|
get_size |
r |
This virtual function is deprecated since 2.12 and it should not be overriden. Use AtkComponentIface.get_extents instead. |
|
grab_focus |
r |
||
parent |
r |
||
ref_accessible_at_point |
r |
||
remove_focus_handler |
r |
This virtual function is deprecated since 2.9.4 and it should not be overriden. See |
|
scroll_to |
r |
||
scroll_to_point |
r |
||
set_extents |
r |
||
set_position |
r |
||
set_size |
r |
Methods¶
None
Details¶
- class Atk.ComponentIface¶
The
Atk.Component
interface should be supported by any object that is rendered on the screen. The interface provides the standard mechanism for an assistive technology to determine and set the graphical representation of an object.