blob: 689dd425e4efd3582f8519905b7067aac75242cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<!-- ##### SECTION Title ##### -->
AtkAction
<!-- ##### SECTION Short_Description ##### -->
accessibility interface for objects that can perform actions
<!-- ##### SECTION Long_Description ##### -->
<para>
The interface AtkAction 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.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT AtkAction ##### -->
<para>
</para>
<!-- ##### STRUCT AtkActionIface ##### -->
<para>
</para>
@parent:
@do_action:
@get_n_actions:
@get_description:
@get_keybinding:
<!-- ##### FUNCTION atk_action_do_action ##### -->
<para>
</para>
@action:
@i:
<!-- # Unused Parameters # -->
@Returns:
<!-- ##### FUNCTION atk_action_get_n_actions ##### -->
<para>
</para>
@action:
@Returns:
<!-- ##### FUNCTION atk_action_get_description ##### -->
<para>
</para>
@action:
@i:
@Returns:
<!-- ##### FUNCTION atk_action_get_keybinding ##### -->
<para>
</para>
@action:
@i:
@Returns:
|