Added Danish (da).
[atk.git] / docs / tmpl / atkutil.sgml
blob334a43f5c8a93e0d4e32f126bef2a99102d9a388
1 <!-- ##### SECTION Title ##### -->
2 AtkUtil
4 <!-- ##### SECTION Short_Description ##### -->
5 This is a utility class which supports the adding and removal of event listeners.
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 This is a utility class which supports the adding and removal of event
10 listeners. The adding and removing of the listeners must be done in the
11 same thread. The file also contains a number of utility functions.
13 </para>
15 <!-- ##### SECTION See_Also ##### -->
16 <para>
18 </para>
20 <!-- ##### STRUCT AtkUtil ##### -->
21 <para>
22 The AtkObject structure should not be accessed directly.
24 </para>
27 <!-- ##### ENUM AtkCoordType ##### -->
28 <para>
30 </para>
32 @ATK_XY_SCREEN:
33 @ATK_XY_WINDOW:
35 <!-- ##### FUNCTION atk_add_focus_tracker ##### -->
36 <para>
38 </para>
40 @focus_tracker:
41 @Returns:
44 <!-- ##### FUNCTION atk_remove_focus_tracker ##### -->
45 <para>
47 </para>
49 @tracker_id:
52 <!-- ##### FUNCTION atk_focus_tracker_init ##### -->
53 <para>
55 </para>
57 @add_function:
60 <!-- ##### FUNCTION atk_focus_tracker_notify ##### -->
61 <para>
63 </para>
65 @object:
68 <!-- ##### USER_FUNCTION AtkEventListener ##### -->
69 <para>
70 An AtkEventListener is user specified function which is called when an event,
71 such as receiving focus, occurs. The parameter of the AtkEventListener is the
72 AtkObject on which the event occurred.
73 </para>
75 @Param1:
78 <!-- ##### USER_FUNCTION AtkEventListenerInit ##### -->
79 <para>
80 An AtkEventListenerInit is an initialization function in an implementation
81 of the ATK interface used to perform implementation-specific initialization
82 when enabling focus tracking.
84 </para>
88 <!-- ##### FUNCTION atk_add_global_event_listener ##### -->
89 <para>
91 </para>
93 @listener:
94 @event_type:
95 @Returns:
98 <!-- ##### FUNCTION atk_remove_global_event_listener ##### -->
99 <para>
101 </para>
103 @listener_id:
106 <!-- ##### STRUCT AtkKeyEventStruct ##### -->
107 <para>
108 The AtkKeyEventStruct describes a keyboard event.
109 </para>
111 @type:
112 @state:
113 @keyval:
114 @length:
115 @string:
116 @keycode:
117 @timestamp:
119 <!-- ##### ENUM AtkKeyEventType ##### -->
120 <para>
122 </para>
124 @ATK_KEY_EVENT_PRESS:
125 @ATK_KEY_EVENT_RELEASE:
126 @ATK_KEY_EVENT_LAST_DEFINED:
128 <!-- ##### USER_FUNCTION AtkKeySnoopFunc ##### -->
129 <para>
130 An AtkKeySnoopFunc is a function which is called when a keyboard event occurs.
131 </para>
133 @event:
134 @func_data:
135 @Returns:
138 <!-- ##### FUNCTION atk_add_key_event_listener ##### -->
139 <para>
141 </para>
143 @listener:
144 @data:
145 @Returns:
148 <!-- ##### FUNCTION atk_remove_key_event_listener ##### -->
149 <para>
151 </para>
153 @listener_id:
156 <!-- ##### FUNCTION atk_get_root ##### -->
157 <para>
159 </para>
161 @Returns:
164 <!-- ##### FUNCTION atk_get_toolkit_name ##### -->
165 <para>
167 </para>
169 @Returns:
172 <!-- ##### FUNCTION atk_get_toolkit_version ##### -->
173 <para>
175 </para>
177 @Returns: