f744c7d15ee61e19da697f8e6198fda7de692da7
[platform/upstream/atk.git] / docs / tmpl / atkaction.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkAction
3
4 <!-- ##### SECTION Short_Description ##### -->
5 accessibility interface for objects that can perform actions
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The interface AtkAction should be supported by any object that can 
10 perform one or more actions. The interface provides the standard 
11 mechanism for an assistive technology to determine what those actions 
12 are as well as tell the object to perform them. Any object that can 
13 be manipulated should support this interface.
14 </para>
15
16 <!-- ##### SECTION See_Also ##### -->
17 <para>
18
19 </para>
20
21 <!-- ##### STRUCT AtkAction ##### -->
22 <para>
23
24 </para>
25
26
27 <!-- ##### STRUCT AtkActionIface ##### -->
28 <para>
29
30 </para>
31
32 @parent: 
33 @do_action: 
34 @get_n_actions: 
35 @get_description: 
36 @get_name: 
37 @get_keybinding: 
38 @set_description: 
39
40 <!-- ##### FUNCTION atk_action_do_action ##### -->
41 <para>
42
43 </para>
44
45 @action: 
46 @i: 
47 @Returns: 
48
49
50 <!-- ##### FUNCTION atk_action_get_n_actions ##### -->
51 <para>
52
53 </para>
54
55 @action: 
56 @Returns: 
57
58
59 <!-- ##### FUNCTION atk_action_get_description ##### -->
60 <para>
61
62 </para>
63
64 @action: 
65 @i: 
66 @Returns: 
67
68
69 <!-- ##### FUNCTION atk_action_get_name ##### -->
70 <para>
71
72 </para>
73
74 @action: 
75 @i: 
76 @Returns: 
77
78
79 <!-- ##### FUNCTION atk_action_get_keybinding ##### -->
80 <para>
81
82 </para>
83
84 @action: 
85 @i: 
86 @Returns: 
87
88
89 <!-- ##### FUNCTION atk_action_set_description ##### -->
90 <para>
91
92 </para>
93
94 @action: 
95 @i: 
96 @desc: 
97 @Returns: 
98
99