Atk.ActionIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
do_action |
r |
||
get_description |
r |
||
get_keybinding |
r |
||
get_localized_name |
r |
||
get_n_actions |
r |
||
get_name |
r |
||
parent |
r |
||
set_description |
r |
Methods¶
None
Details¶
- class Atk.ActionIface¶
The
Atk.Action
interface should be supported by any object that can perform one or more actions. The interface provides the standard mechanism for an assistive technology to determine what those actions are as well as tell the object to perform them. Any object that can be manipulated should support this interface.