alternative to assert
[gtkD.git] / wrap / APILookupAtk.txt
blobf5758755b77208a9f5053ebc8fa96e3b7ec176e8
2 # This file is part of duit.
3
4 # duit is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU Lesser General Public License as published by
6 # the Free Software Foundation; either version 2.1 of the License, or
7 # (at your option) any later version.
8
9 # duit is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU Lesser General Public License for more details.
13
14 # You should have received a copy of the GNU Lesser General Public License
15 # along with duit; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21 ###
22 #####
23 # Definitions for wrapping Atk
24 #####
25 ###
29 addTypedefs: start
31 public import glib.glibtypes;
32 public import gobject.gobjecttypes;
33 public alias void* AtkFocusHandler;
34 public struct AtkStateSet;
35 public struct AtkRectangle;
37 addTypedefs: end
39 addAliases: start
40 addAliases: end
42 addEnums: start
43 addEnums: end
45 addStructs: start
46 addStructs: end
48 addTypes: start
49 addTypes: end
51 addFuncts: start
52 addFuncts: end
54 addUnions: start
55 addUnions: end
57 addConstants: start
58 addConstants: end
61 # must start with wrap
63 wrap: atk
65 ###########################################################
66 ### Atk ###################################################
67 ###########################################################
69 file: AtkAction.html
70 struct: AtkAction
71 class: Action
72 prefix: atk_action_
73 import: glib.Str
74 outFile: Action
76 file: AtkComponent.html
77 struct: AtkComponent
78 class: Component
79 prefix: atk_component_
80 outFile: Component
82 file: AtkDocument.html
83 struct: AtkDocument
84 class: Document
85 prefix: atk_document_
86 import: glib.Str
87 outFile: Document
89 file: AtkEditableText.html
90 struct: AtkEditableText
91 class: EditableText
92 prefix: atk_editable_text
93 import: glib.Str
94 outFile: EditableText
96 file: AtkGObjectAccessible.html
97 struct: AtkGObjectAccessible
98 class: GObjectAccessible
99 prefix: atk_gobject_accessible
100 import: gobject.ObjectG
101 structWrap: GObject* ObjectG
102 outFile: GObjectAccessible
104 file: AtkHyperlink.html
105 struct: AtkHyperlink
106 class: Hyperlink
107 prefix: atk_hyperlink
108 import: glib.Str
109 outFile: Hyperlink
111 file: AtkHypertext.html
112 struct: AtkHypertext
113 class: Hypertext
114 prefix: atk_hypertext
115 outFile: Hypertext
117 file: AtkImage.html
118 struct: AtkImage
119 class: Image
120 prefix: atk_image_
121 import: glib.Str
122 outFile: Image
124 file: AtkNoOpObject.html
125 struct: AtkNoOpObject
126 class: NoOpObject
127 prefix: atk_no_op_object_
128 import: gobject.ObjectG
129 structWrap: GObject* ObjectG
130 outFile: NoOpObject
132 file: AtkNoOpObjectFactory.html
133 struct: AtkNoOpObjectFactory
134 class: NoOpObjectFactory
135 prefix: atk_no_op_object_factory
136 import: gobject.ObjectG
137 structWrap: GObject* ObjectG
138 outFile: NoOpObjectFactory
140 file: AtkObject.html
141 struct: AtkObject
142 class: ObjectAtk
143 prefix: atk_object_
144 import: glib.Str
145 import: atk.StateSet
146 structWrap: AtkStateSet* StateSet
147 outFile: ObjectAtk
149 file: AtkObjectFactory.html
150 struct: AtkObjectFactory
151 class: ObjectFactory
152 prefix: atk_object_factory_
153 import: gobject.ObjectG
154 structWrap: GObject* ObjectG
155 outFile: ObjectFactory
157 file: AtkRegistry.html
158 struct: AtkRegistry
159 class: Registry
160 prefix: atk_registry_
161 outFile: Registry
163 file: AtkRelation.html
164 struct: AtkRelation
165 class: Relation
166 prefix: atk_relation_
167 import: glib.PtrArray
168 import: glib.Str
169 structWrap: GPtrArray* PtrArray
170 outFile: Relation
172 file: AtkRelationSet.html
173 struct: AtkRelationSet
174 class: RelationSet
175 prefix: atk_relationSet_
176 import: glib.PtrArray
177 structWrap: GPtrArray* PtrArray
178 outFile: RelationSet
180 file: AtkSelection.html
181 struct: AtkSelection
182 class: Selection
183 prefix: atk_selection_
184 outFile: Selection
186 file: atk-AtkState.html
187 class: State
188 prefix: atk_state_
189 import: glib.Str
190 outFile: State
192 file: atk-AtkStateSet.html
193 struct: AtkStateSet
194 class: StateSet
195 prefix: atk_state_set_
196 import: glib.Str
197 outFile: StateSet
199 file: AtkStreamableContent.html
200 struct: AtkStreamableContent
201 class: StreamableContent
202 prefix: atk_streamable_content_
203 import: glib.IOChannel
204 structWrap: GIOChannel* IOChannel
205 import: glib.Str
206 outFile: StreamableContent
208 file: AtkTable.html
209 struct: AtkTable
210 class: Table
211 prefix: atk_table_
212 import: glib.Str
213 outFile: Table
215 file: AtkText.html
216 struct: AtkText
217 class: Text
218 prefix: atk_text_
219 import: glib.Str
220 outFile:Text
222 file: AtkUtil.html
223 class: Util
224 prefix: atk_
225 import: glib.Str
226 outFile: Util
228 file: AtkValue.html
229 struct: AtkValue
230 class: ValueAtk
231 prefix: atk_value_
232 import: gobject.Value
233 structWrap: GValue* Value
234 outFile: ValueAtk