Add functions atk_role_get_name() and atk_role_for_name() which transform
[platform/upstream/atk.git] / docs / tmpl / atkcomponent.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkComponent
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### STRUCT AtkComponent ##### -->
18 <para>
19
20 </para>
21
22
23 <!-- ##### STRUCT AtkComponentIface ##### -->
24 <para>
25
26 </para>
27
28 @parent: 
29 @add_focus_handler: 
30 @contains: 
31 @ref_accessible_at_point: 
32 @get_extents: 
33 @get_position: 
34 @get_size: 
35 @grab_focus: 
36 @remove_focus_handler: 
37 @set_extents: 
38 @set_position: 
39 @set_size: 
40
41 <!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
42 <para>
43
44 </para>
45
46 @component: 
47 @handler: 
48 @Returns: 
49
50
51 <!-- ##### FUNCTION atk_component_contains ##### -->
52 <para>
53
54 </para>
55
56 @component: 
57 @x: 
58 @y: 
59 @coord_type: 
60 @Returns: 
61
62
63 <!-- ##### FUNCTION atk_component_get_extents ##### -->
64 <para>
65
66 </para>
67
68 @component: 
69 @x: 
70 @y: 
71 @width: 
72 @height: 
73 @coord_type: 
74
75
76 <!-- ##### FUNCTION atk_component_get_position ##### -->
77 <para>
78
79 </para>
80
81 @component: 
82 @x: 
83 @y: 
84 @coord_type: 
85
86
87 <!-- ##### FUNCTION atk_component_get_size ##### -->
88 <para>
89
90 </para>
91
92 @component: 
93 @width: 
94 @height: 
95
96
97 <!-- ##### FUNCTION atk_component_grab_focus ##### -->
98 <para>
99
100 </para>
101
102 @component: 
103 @Returns: 
104
105
106 <!-- ##### FUNCTION atk_component_ref_accessible_at_point ##### -->
107 <para>
108
109 </para>
110
111 @component: 
112 @x: 
113 @y: 
114 @coord_type: 
115 @Returns: 
116
117
118 <!-- ##### FUNCTION atk_component_remove_focus_handler ##### -->
119 <para>
120
121 </para>
122
123 @component: 
124 @handler_id: 
125
126
127 <!-- ##### FUNCTION atk_component_set_extents ##### -->
128 <para>
129
130 </para>
131
132 @component: 
133 @x: 
134 @y: 
135 @width: 
136 @height: 
137 @coord_type: 
138 @Returns: 
139
140
141 <!-- ##### FUNCTION atk_component_set_position ##### -->
142 <para>
143
144 </para>
145
146 @component: 
147 @x: 
148 @y: 
149 @coord_type: 
150 @Returns: 
151
152
153 <!-- ##### FUNCTION atk_component_set_size ##### -->
154 <para>
155
156 </para>
157
158 @component: 
159 @width: 
160 @height: 
161 @Returns: 
162
163