sync docs
[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 @get_accessible_at_point: 
32 @get_extents: 
33 @get_position: 
34 @get_position_on_screen: 
35 @get_size: 
36 @grab_focus: 
37 @remove_focus_handler: 
38 @set_extents: 
39 @set_position: 
40 @set_size: 
41
42 <!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
43 <para>
44
45 </para>
46
47 @component: 
48 @handler: 
49 @Returns: 
50
51
52 <!-- ##### FUNCTION atk_component_contains ##### -->
53 <para>
54
55 </para>
56
57 @component: 
58 @x: 
59 @y: 
60 @Returns: 
61 <!-- # Unused Parameters # -->
62 @coord_type: 
63
64
65 <!-- ##### FUNCTION atk_component_get_extents ##### -->
66 <para>
67
68 </para>
69
70 @component: 
71 @x: 
72 @y: 
73 @width: 
74 @height: 
75 <!-- # Unused Parameters # -->
76 @coord_type: 
77
78
79 <!-- ##### FUNCTION atk_component_get_position ##### -->
80 <para>
81
82 </para>
83
84 @component: 
85 @x: 
86 @y: 
87 <!-- # Unused Parameters # -->
88 @coord_type: 
89
90
91 <!-- ##### FUNCTION atk_component_get_size ##### -->
92 <para>
93
94 </para>
95
96 @component: 
97 @width: 
98 @height: 
99
100
101 <!-- ##### FUNCTION atk_component_grab_focus ##### -->
102 <para>
103
104 </para>
105
106 @component: 
107 <!-- # Unused Parameters # -->
108 @Returns: 
109
110
111 <!-- ##### FUNCTION atk_component_remove_focus_handler ##### -->
112 <para>
113
114 </para>
115
116 @component: 
117 @handler_id: 
118
119
120 <!-- ##### FUNCTION atk_component_set_extents ##### -->
121 <para>
122
123 </para>
124
125 @component: 
126 @x: 
127 @y: 
128 @width: 
129 @height: 
130 <!-- # Unused Parameters # -->
131 @coord_type: 
132 @Returns: 
133
134
135 <!-- ##### FUNCTION atk_component_set_position ##### -->
136 <para>
137
138 </para>
139
140 @component: 
141 @x: 
142 @y: 
143 <!-- # Unused Parameters # -->
144 @coord_type: 
145 @Returns: 
146
147
148 <!-- ##### FUNCTION atk_component_set_size ##### -->
149 <para>
150
151 </para>
152
153 @component: 
154 @width: 
155 @height: 
156 <!-- # Unused Parameters # -->
157 @Returns: 
158
159