1 /******************************************************************************
2     Based on the generated files from the BCD tool
3     modified by: Frank Benoit <keinfarbton@googlemail.com>
4 ******************************************************************************/
5 module org.eclipse.swt.internal.c.gtk;
6 
7 import java.lang.all;
8 
9 public import org.eclipse.swt.internal.c.atk;
10 public import org.eclipse.swt.internal.c.cairo;
11 public import org.eclipse.swt.internal.c.pango;
12 public import org.eclipse.swt.internal.c.gdk;
13 public import org.eclipse.swt.internal.c.glib_object;
14 
15 version(Tango){
16     import tango.stdc.stdint;
17 } else { // Phobos
18     import std.stdint;
19 }
20 
21 version=DYNLINK;
22 
23 version(DYNLINK){
24 
25 
26     extern (C) gint gtk_init_check(gint *, in char * * *);
27     extern (C) char * gtk_set_locale();
28     mixin(gshared!(
29     "extern (C) extern guint gtk_interface_age;
30     extern (C) extern guint gtk_binary_age;
31     extern (C) extern guint gtk_micro_version;
32     extern (C) extern guint gtk_minor_version;
33     extern (C) extern guint gtk_major_version;"
34     ));
35 
36     import java.nonstandard.SharedLib;
37 }
38 
39 void loadLib(){
40     version(DYNLINK){        
41         SharedLib.loadLibSymbols(symbols, "libgtk-x11-2.0.so");
42     }
43 }
44 
45 
46 extern(C):
47 
48 version( ARGS_TYPED ){
49     alias _GtkVSeparatorClass aGtkVSeparatorClass;
50     alias _GtkVSeparator aGtkVSeparator;
51     alias _GtkVScaleClass aGtkVScaleClass;
52     alias _GtkVScale aGtkVScale;
53     alias _GtkVRulerClass aGtkVRulerClass;
54     alias _GtkVRuler aGtkVRuler;
55     alias _GtkVPanedClass aGtkVPanedClass;
56     alias _GtkVPaned aGtkVPaned;
57     alias _GtkVolumeButtonClass aGtkVolumeButtonClass;
58     alias _GtkVButtonBoxClass aGtkVButtonBoxClass;
59     alias _GtkVButtonBox aGtkVButtonBox;
60     alias _GtkUIManagerClass aGtkUIManagerClass;
61     alias _GtkUIManager aGtkUIManager;
62     alias _GtkTreeStoreClass aGtkTreeStoreClass;
63     alias _GtkTreeStore aGtkTreeStore;
64     alias _GtkTreeModelSortClass aGtkTreeModelSortClass;
65     alias _GtkTreeModelSort aGtkTreeModelSort;
66     alias _GtkTreeDragDestIface aGtkTreeDragDestIface;
67     alias _GtkTreeDragSourceIface aGtkTreeDragSourceIface;
68     alias _GtkToolbarClass aGtkToolbarClass;
69     alias _GtkToolbar aGtkToolbar;
70     alias _GtkToolbarChild aGtkToolbarChild;
71     alias _GtkTipsQueryClass aGtkTipsQueryClass;
72     alias _GtkTipsQuery aGtkTipsQuery;
73     alias _GtkTextViewClass aGtkTextViewClass;
74     alias _GtkTextView aGtkTextView;
75     alias _GtkTextBufferClass aGtkTextBufferClass;
76     alias _GtkTextMarkClass aGtkTextMarkClass;
77     alias _GtkTextMark aGtkTextMark;
78     alias _GtkTextTagTableClass aGtkTextTagTableClass;
79     alias _GtkTearoffMenuItemClass aGtkTearoffMenuItemClass;
80     alias _GtkTearoffMenuItem aGtkTearoffMenuItem;
81     alias _GtkTableRowCol aGtkTableRowCol;
82     alias _GtkTableChild aGtkTableChild;
83     alias _GtkTableClass aGtkTableClass;
84     alias _GtkTable aGtkTable;
85     alias _GtkStockItem aGtkStockItem;
86     alias _GtkStatusIconClass aGtkStatusIconClass;
87     alias _GtkStatusIcon aGtkStatusIcon;
88     alias _GtkStatusbarClass aGtkStatusbarClass;
89     alias _GtkStatusbar aGtkStatusbar;
90     alias _GtkSpinButtonClass aGtkSpinButtonClass;
91     alias _GtkSpinButton aGtkSpinButton;
92     alias _GtkSizeGroupClass aGtkSizeGroupClass;
93     alias _GtkSizeGroup aGtkSizeGroup;
94     alias _GtkSeparatorToolItemClass aGtkSeparatorToolItemClass;
95     alias _GtkSeparatorToolItem aGtkSeparatorToolItem;
96     alias _GtkSeparatorMenuItemClass aGtkSeparatorMenuItemClass;
97     alias _GtkSeparatorMenuItem aGtkSeparatorMenuItem;
98     alias _GtkScrolledWindowClass aGtkScrolledWindowClass;
99     alias _GtkScrolledWindow aGtkScrolledWindow;
100     alias _GtkViewportClass aGtkViewportClass;
101     alias _GtkViewport aGtkViewport;
102     alias _GtkScaleButtonClass aGtkScaleButtonClass;
103     alias _GtkScaleButton aGtkScaleButton;
104     alias _GtkRecentChooserWidgetClass aGtkRecentChooserWidgetClass;
105     alias _GtkRecentChooserWidget aGtkRecentChooserWidget;
106     alias _GtkRecentChooserMenuClass aGtkRecentChooserMenuClass;
107     alias _GtkRecentChooserMenu aGtkRecentChooserMenu;
108     alias _GtkRecentChooserDialogClass aGtkRecentChooserDialogClass;
109     alias _GtkRecentChooserDialog aGtkRecentChooserDialog;
110     alias _GtkRecentChooserIface aGtkRecentChooserIface;
111     alias _GtkRecentFilterInfo aGtkRecentFilterInfo;
112     alias _GtkRecentActionClass aGtkRecentActionClass;
113     alias _GtkRecentAction aGtkRecentAction;
114     alias _GtkRecentManagerClass aGtkRecentManagerClass;
115     alias _GtkRecentManager aGtkRecentManager;
116     alias _GtkRecentData aGtkRecentData;
117     alias _GtkRadioToolButtonClass aGtkRadioToolButtonClass;
118     alias _GtkRadioToolButton aGtkRadioToolButton;
119     alias _GtkToggleToolButtonClass aGtkToggleToolButtonClass;
120     alias _GtkToggleToolButton aGtkToggleToolButton;
121     alias _GtkRadioMenuItemClass aGtkRadioMenuItemClass;
122     alias _GtkRadioMenuItem aGtkRadioMenuItem;
123     alias _GtkRadioButtonClass aGtkRadioButtonClass;
124     alias _GtkRadioButton aGtkRadioButton;
125     alias _GtkRadioActionClass aGtkRadioActionClass;
126     alias _GtkRadioAction aGtkRadioAction;
127     alias _GtkToggleActionClass aGtkToggleActionClass;
128     alias _GtkToggleAction aGtkToggleAction;
129     alias _GtkProgressBarClass aGtkProgressBarClass;
130     alias _GtkProgressBar aGtkProgressBar;
131     alias _GtkProgressClass aGtkProgressClass;
132     alias _GtkProgress aGtkProgress;
133     alias _GtkPrintOperation aGtkPrintOperation;
134     alias _GtkPrintOperationClass aGtkPrintOperationClass;
135     alias _GtkPrintOperationPreviewIface aGtkPrintOperationPreviewIface;
136     alias _GtkPageRange aGtkPageRange;
137     alias _GtkPreviewClass aGtkPreviewClass;
138     alias _GtkPreviewInfo aGtkPreviewInfo;
139     alias _GtkPreview aGtkPreview;
140     alias _GtkPlugClass aGtkPlugClass;
141     alias _GtkPlug aGtkPlug;
142     alias _GtkSocketClass aGtkSocketClass;
143     alias _GtkSocket aGtkSocket;
144     alias _GtkPixmapClass aGtkPixmapClass;
145     alias _GtkPixmap aGtkPixmap;
146     alias _GtkOptionMenuClass aGtkOptionMenuClass;
147     alias _GtkOptionMenu aGtkOptionMenu;
148     alias _GtkOldEditableClass aGtkOldEditableClass;
149     alias _GtkOldEditable aGtkOldEditable;
150     alias _GtkNotebookClass aGtkNotebookClass;
151     alias _GtkNotebook aGtkNotebook;
152     alias _GtkMessageDialogClass aGtkMessageDialogClass;
153     alias _GtkMessageDialog aGtkMessageDialog;
154     alias _GtkMenuToolButton aGtkMenuToolButton;
155     alias _GtkMenuToolButtonClass aGtkMenuToolButtonClass;
156     alias _GtkToolButtonClass aGtkToolButtonClass;
157     alias _GtkToolButton aGtkToolButton;
158     alias _GtkToolItemClass aGtkToolItemClass;
159     alias _GtkToolItem aGtkToolItem;
160     alias _GtkTooltipsData aGtkTooltipsData;
161     alias _GtkTooltipsClass aGtkTooltipsClass;
162     alias _GtkTooltips aGtkTooltips;
163     alias _GtkMenuBarClass aGtkMenuBarClass;
164     alias _GtkMenuBar aGtkMenuBar;
165     alias _GtkListClass aGtkListClass;
166     alias _GtkList aGtkList;
167     alias _GtkListItemClass aGtkListItemClass;
168     alias _GtkListItem aGtkListItem;
169     alias _GtkLinkButtonClass aGtkLinkButtonClass;
170     alias _GtkLinkButton aGtkLinkButton;
171     alias _GtkLayoutClass aGtkLayoutClass;
172     alias _GtkLayout aGtkLayout;
173     alias _GtkInvisibleClass aGtkInvisibleClass;
174     alias _GtkInvisible aGtkInvisible;
175     alias _GtkInputDialogClass aGtkInputDialogClass;
176     alias _GtkInputDialog aGtkInputDialog;
177     alias _GtkIMMulticontextClass aGtkIMMulticontextClass;
178     alias _GtkIMMulticontext aGtkIMMulticontext;
179     alias _GtkIMContextSimpleClass aGtkIMContextSimpleClass;
180     alias _GtkIMContextSimple aGtkIMContextSimple;
181     alias _GtkImageMenuItemClass aGtkImageMenuItemClass;
182     alias _GtkImageMenuItem aGtkImageMenuItem;
183     alias _GtkIconViewClass aGtkIconViewClass;
184     alias _GtkIconView aGtkIconView;
185     alias _GtkIconThemeClass aGtkIconThemeClass;
186     alias _GtkIconTheme aGtkIconTheme;
187     alias _GtkIconFactoryClass aGtkIconFactoryClass;
188     alias _GtkHSeparatorClass aGtkHSeparatorClass;
189     alias _GtkHSeparator aGtkHSeparator;
190     alias _GtkSeparatorClass aGtkSeparatorClass;
191     alias _GtkSeparator aGtkSeparator;
192     alias _GtkHScaleClass aGtkHScaleClass;
193     alias _GtkHScale aGtkHScale;
194     alias _GtkScaleClass aGtkScaleClass;
195     alias _GtkScale aGtkScale;
196     alias _GtkHRulerClass aGtkHRulerClass;
197     alias _GtkHRuler aGtkHRuler;
198     alias _GtkRulerMetric aGtkRulerMetric;
199     alias _GtkRulerClass aGtkRulerClass;
200     alias _GtkRuler aGtkRuler;
201     alias _GtkHPanedClass aGtkHPanedClass;
202     alias _GtkHPaned aGtkHPaned;
203     alias _GtkPanedClass aGtkPanedClass;
204     alias _GtkPaned aGtkPaned;
205     alias _GtkHButtonBoxClass aGtkHButtonBoxClass;
206     alias _GtkHButtonBox aGtkHButtonBox;
207     alias _GtkHandleBoxClass aGtkHandleBoxClass;
208     alias _GtkHandleBox aGtkHandleBox;
209     alias _GtkGammaCurveClass aGtkGammaCurveClass;
210     alias _GtkGammaCurve aGtkGammaCurve;
211     alias _GtkFontSelectionDialogClass aGtkFontSelectionDialogClass;
212     alias _GtkFontSelectionDialog aGtkFontSelectionDialog;
213     alias _GtkFontSelectionClass aGtkFontSelectionClass;
214     alias _GtkFontSelection aGtkFontSelection;
215     alias _GtkFontButtonClass aGtkFontButtonClass;
216     alias _GtkFontButton aGtkFontButton;
217     alias _GtkFileChooserWidgetClass aGtkFileChooserWidgetClass;
218     alias _GtkFileChooserWidget aGtkFileChooserWidget;
219     alias _GtkFileChooserDialogClass aGtkFileChooserDialogClass;
220     alias _GtkFileChooserDialog aGtkFileChooserDialog;
221     alias _GtkFileChooserButtonClass aGtkFileChooserButtonClass;
222     alias _GtkFileChooserButton aGtkFileChooserButton;
223     alias _GtkFileFilterInfo aGtkFileFilterInfo;
224     alias _GtkFixedChild aGtkFixedChild;
225     alias _GtkFixedClass aGtkFixedClass;
226     alias _GtkFixed aGtkFixed;
227     alias _GtkFileSelectionClass aGtkFileSelectionClass;
228     alias _GtkFileSelection aGtkFileSelection;
229     alias _GtkExpanderClass aGtkExpanderClass;
230     alias _GtkExpander aGtkExpander;
231     alias _GtkEventBoxClass aGtkEventBoxClass;
232     alias _GtkEventBox aGtkEventBox;
233     alias _GtkCurveClass aGtkCurveClass;
234     alias _GtkCurve aGtkCurve;
235     alias _GtkDrawingAreaClass aGtkDrawingAreaClass;
236     alias _GtkDrawingArea aGtkDrawingArea;
237     alias _GtkCTreeNode aGtkCTreeNode;
238     alias _GtkCTreeRow aGtkCTreeRow;
239     alias _GtkCTreeClass aGtkCTreeClass;
240     alias _GtkCTree aGtkCTree;
241     alias _GtkComboBoxEntryClass aGtkComboBoxEntryClass;
242     alias _GtkComboBoxEntry aGtkComboBoxEntry;
243     alias _GtkComboBoxClass aGtkComboBoxClass;
244     alias _GtkComboBox aGtkComboBox;
245     alias _GtkTreeSelectionClass aGtkTreeSelectionClass;
246     alias _GtkTreeSelection aGtkTreeSelection;
247     alias _GtkTreeViewClass aGtkTreeViewClass;
248     alias _GtkTreeView aGtkTreeView;
249     alias _GtkEntryClass aGtkEntryClass;
250     alias _GtkEntry aGtkEntry;
251     alias _GtkEntryCompletionClass aGtkEntryCompletionClass;
252     alias _GtkEntryCompletion aGtkEntryCompletion;
253     alias _GtkTreeModelFilterClass aGtkTreeModelFilterClass;
254     alias _GtkTreeModelFilter aGtkTreeModelFilter;
255     alias _GtkListStoreClass aGtkListStoreClass;
256     alias _GtkListStore aGtkListStore;
257     alias _GtkIMContextClass aGtkIMContextClass;
258     alias _GtkIMContext aGtkIMContext;
259     alias _GtkEditableClass aGtkEditableClass;
260     alias _GtkComboClass aGtkComboClass;
261     alias _GtkCombo aGtkCombo;
262     alias _GtkHBoxClass aGtkHBoxClass;
263     alias _GtkHBox aGtkHBox;
264     alias _GtkColorSelectionDialogClass aGtkColorSelectionDialogClass;
265     alias _GtkColorSelectionDialog aGtkColorSelectionDialog;
266     alias _GtkColorSelectionClass aGtkColorSelectionClass;
267     alias _GtkColorSelection aGtkColorSelection;
268     alias _GtkVBoxClass aGtkVBoxClass;
269     alias _GtkVBox aGtkVBox;
270     alias _GtkColorButtonClass aGtkColorButtonClass;
271     alias _GtkColorButton aGtkColorButton;
272     alias _GtkCListDestInfo aGtkCListDestInfo;
273     alias _GtkCListCellInfo aGtkCListCellInfo;
274     alias _GtkCellWidget aGtkCellWidget;
275     alias _GtkCellPixText aGtkCellPixText;
276     alias _GtkCellPixmap aGtkCellPixmap;
277     alias _GtkCellText aGtkCellText;
278     alias _GtkCell aGtkCell;
279     alias _GtkCListRow aGtkCListRow;
280     alias _GtkCListColumn aGtkCListColumn;
281     alias _GtkCListClass aGtkCListClass;
282     alias _GtkCList aGtkCList;
283     alias _GtkVScrollbarClass aGtkVScrollbarClass;
284     alias _GtkVScrollbar aGtkVScrollbar;
285     alias _GtkHScrollbarClass aGtkHScrollbarClass;
286     alias _GtkHScrollbar aGtkHScrollbar;
287     alias _GtkScrollbarClass aGtkScrollbarClass;
288     alias _GtkScrollbar aGtkScrollbar;
289     alias _GtkRangeClass aGtkRangeClass;
290     alias _GtkRange aGtkRange;
291     alias _GtkTargetPair aGtkTargetPair;
292     alias _GtkTargetEntry aGtkTargetEntry;
293     alias _GtkTargetList aGtkTargetList;
294     alias _GtkTextBuffer aGtkTextBuffer;
295     alias _GtkTextChildAnchorClass aGtkTextChildAnchorClass;
296     alias _GtkTextChildAnchor aGtkTextChildAnchor;
297     alias _GtkTextAppearance aGtkTextAppearance;
298     alias _GtkTextTagClass aGtkTextTagClass;
299     alias _GtkTextTag aGtkTextTag;
300     alias _GtkTextAttributes aGtkTextAttributes;
301     alias _GtkTextTagTable aGtkTextTagTable;
302     alias _GtkTextIter aGtkTextIter;
303     alias _GtkCheckMenuItemClass aGtkCheckMenuItemClass;
304     alias _GtkCheckMenuItem aGtkCheckMenuItem;
305     alias _GtkMenuItemClass aGtkMenuItemClass;
306     alias _GtkMenuItem aGtkMenuItem;
307     alias _GtkItemClass aGtkItemClass;
308     alias _GtkItem aGtkItem;
309     alias _GtkCheckButtonClass aGtkCheckButtonClass;
310     alias _GtkCheckButton aGtkCheckButton;
311     alias _GtkToggleButtonClass aGtkToggleButtonClass;
312     alias _GtkToggleButton aGtkToggleButton;
313     alias _GtkCellViewClass aGtkCellViewClass;
314     alias _GtkCellView aGtkCellView;
315     alias _GtkCellRendererToggleClass aGtkCellRendererToggleClass;
316     alias _GtkCellRendererToggle aGtkCellRendererToggle;
317     alias _GtkCellRendererSpinClass aGtkCellRendererSpinClass;
318     alias _GtkCellRendererSpin aGtkCellRendererSpin;
319     alias _GtkCellRendererProgressClass aGtkCellRendererProgressClass;
320     alias _GtkCellRendererProgress aGtkCellRendererProgress;
321     alias _GtkCellRendererPixbufClass aGtkCellRendererPixbufClass;
322     alias _GtkCellRendererPixbuf aGtkCellRendererPixbuf;
323     alias _GtkCellRendererComboClass aGtkCellRendererComboClass;
324     alias _GtkCellRendererCombo aGtkCellRendererCombo;
325     alias _GtkCellRendererAccelClass aGtkCellRendererAccelClass;
326     alias _GtkCellRendererAccel aGtkCellRendererAccel;
327     alias _GtkCellRendererTextClass aGtkCellRendererTextClass;
328     alias _GtkCellRendererText aGtkCellRendererText;
329     alias _GtkCellLayoutIface aGtkCellLayoutIface;
330     alias _GtkTreeViewColumnClass aGtkTreeViewColumnClass;
331     alias _GtkTreeViewColumn aGtkTreeViewColumn;
332     alias _GtkTreeSortableIface aGtkTreeSortableIface;
333     alias _GtkTreeModelIface aGtkTreeModelIface;
334     alias _GtkTreeIter aGtkTreeIter;
335     alias _GtkCellRendererClass aGtkCellRendererClass;
336     alias _GtkCellRenderer aGtkCellRenderer;
337     alias _GtkCellEditableIface aGtkCellEditableIface;
338     alias _GtkCalendarClass aGtkCalendarClass;
339     alias _GtkCalendar aGtkCalendar;
340     alias _GtkButtonClass aGtkButtonClass;
341     alias _GtkButton aGtkButton;
342     alias _GtkImageIconNameData aGtkImageIconNameData;
343     alias _GtkImageAnimationData aGtkImageAnimationData;
344     alias _GtkImageIconSetData aGtkImageIconSetData;
345     alias _GtkImageStockData aGtkImageStockData;
346     alias _GtkImagePixbufData aGtkImagePixbufData;
347     alias _GtkImageImageData aGtkImageImageData;
348     alias _GtkImagePixmapData aGtkImagePixmapData;
349     alias _GtkImageClass aGtkImageClass;
350     alias _GtkImage aGtkImage;
351     alias _GtkBuildableIface aGtkBuildableIface;
352     alias _GtkBuilderClass aGtkBuilderClass;
353     alias _GtkBuilder aGtkBuilder;
354     alias _GtkBindingArg aGtkBindingArg;
355     alias _GtkBindingSignal aGtkBindingSignal;
356     alias _GtkBindingEntry aGtkBindingEntry;
357     alias _GtkBindingSet aGtkBindingSet;
358     alias _GtkButtonBoxClass aGtkButtonBoxClass;
359     alias _GtkButtonBox aGtkButtonBox;
360     alias _GtkBoxChild aGtkBoxChild;
361     alias _GtkBoxClass aGtkBoxClass;
362     alias _GtkBox aGtkBox;
363     alias _GtkAssistantClass aGtkAssistantClass;
364     alias _GtkAssistant aGtkAssistant;
365     alias _GtkAspectFrameClass aGtkAspectFrameClass;
366     alias _GtkAspectFrame aGtkAspectFrame;
367     alias _GtkFrameClass aGtkFrameClass;
368     alias _GtkFrame aGtkFrame;
369     alias _GtkArrowClass aGtkArrowClass;
370     alias _GtkArrow aGtkArrow;
371     alias _GtkAlignmentClass aGtkAlignmentClass;
372     alias _GtkAlignment aGtkAlignment;
373     alias _GtkRadioActionEntry aGtkRadioActionEntry;
374     alias _GtkToggleActionEntry aGtkToggleActionEntry;
375     alias _GtkActionEntry aGtkActionEntry;
376     alias _GtkActionGroupClass aGtkActionGroupClass;
377     alias _GtkActionGroup aGtkActionGroup;
378     alias _GtkItemFactoryItem aGtkItemFactoryItem;
379     alias _GtkItemFactoryEntry aGtkItemFactoryEntry;
380     alias _GtkItemFactoryClass aGtkItemFactoryClass;
381     alias _GtkItemFactory aGtkItemFactory;
382     alias _GtkActionClass aGtkActionClass;
383     alias _GtkAction aGtkAction;
384     alias _GtkAccessibleClass aGtkAccessibleClass;
385     alias _GtkAccessible aGtkAccessible;
386     alias _GtkAccelLabelClass aGtkAccelLabelClass;
387     alias _GtkAccelLabel aGtkAccelLabel;
388     alias _GtkLabelClass aGtkLabelClass;
389     alias _GtkLabel aGtkLabel;
390     alias _GtkMenuClass aGtkMenuClass;
391     alias _GtkMenu aGtkMenu;
392     alias _GtkMenuShellClass aGtkMenuShellClass;
393     alias _GtkMenuShell aGtkMenuShell;
394     alias _GtkMiscClass aGtkMiscClass;
395     alias _GtkMisc aGtkMisc;
396     alias _GtkAboutDialogClass aGtkAboutDialogClass;
397     alias _GtkAboutDialog aGtkAboutDialog;
398     alias _GtkDialogClass aGtkDialogClass;
399     alias _GtkDialog aGtkDialog;
400     alias _GtkWindowGroupClass aGtkWindowGroupClass;
401     alias _GtkWindowGroup aGtkWindowGroup;
402     alias _GtkWindowClass aGtkWindowClass;
403     alias _GtkBinClass aGtkBinClass;
404     alias _GtkBin aGtkBin;
405     alias _GtkContainerClass aGtkContainerClass;
406     alias _GtkContainer aGtkContainer;
407     alias _GtkWindow aGtkWindow;
408     alias _GtkWidgetShapeInfo aGtkWidgetShapeInfo;
409     alias _GtkWidgetAuxInfo aGtkWidgetAuxInfo;
410     alias _GtkWidgetClass aGtkWidgetClass;
411     alias _GtkSelectionData aGtkSelectionData;
412     alias _GtkRequisition aGtkRequisition;
413     alias _GtkSettingsValue aGtkSettingsValue;
414     alias _GtkSettingsClass aGtkSettingsClass;
415     alias _GtkRcStyleClass aGtkRcStyleClass;
416     alias _GtkIconFactory aGtkIconFactory;
417     alias _GtkWidget aGtkWidget;
418     alias _GtkSettings aGtkSettings;
419     alias _GtkRcProperty aGtkRcProperty;
420     alias _GtkRcStyle aGtkRcStyle;
421     alias _GtkStyleClass aGtkStyleClass;
422     alias _GtkStyle aGtkStyle;
423     alias _GtkBorder aGtkBorder;
424     alias _GtkAdjustmentClass aGtkAdjustmentClass;
425     alias _GtkAdjustment aGtkAdjustment;
426     alias _GtkObjectClass aGtkObjectClass;
427     alias _GtkTypeInfo aGtkTypeInfo;
428     alias _GtkObject aGtkObject;
429     alias _GtkArg aGtkArg;
430     alias _GtkAccelGroupEntry aGtkAccelGroupEntry;
431     alias _GtkAccelKey aGtkAccelKey;
432     alias _GtkAccelGroupClass aGtkAccelGroupClass;
433     alias _GtkAccelGroup aGtkAccelGroup;
434 }
435 else{
436     alias void aGtkVSeparatorClass;
437     alias void aGtkVSeparator;
438     alias void aGtkVScaleClass;
439     alias void aGtkVScale;
440     alias void aGtkVRulerClass;
441     alias void aGtkVRuler;
442     alias void aGtkVPanedClass;
443     alias void aGtkVPaned;
444     alias void aGtkVolumeButtonClass;
445     alias void aGtkVButtonBoxClass;
446     alias void aGtkVButtonBox;
447     alias void aGtkUIManagerClass;
448     alias void aGtkUIManager;
449     alias void aGtkTreeStoreClass;
450     alias void aGtkTreeStore;
451     alias void aGtkTreeModelSortClass;
452     alias void aGtkTreeModelSort;
453     alias void aGtkTreeDragDestIface;
454     alias void aGtkTreeDragSourceIface;
455     alias void aGtkToolbarClass;
456     alias void aGtkToolbar;
457     alias void aGtkToolbarChild;
458     alias void aGtkTipsQueryClass;
459     alias void aGtkTipsQuery;
460     alias void aGtkTextViewClass;
461     alias void aGtkTextView;
462     alias void aGtkTextBufferClass;
463     alias void aGtkTextMarkClass;
464     alias void aGtkTextMark;
465     alias void aGtkTextTagTableClass;
466     alias void aGtkTearoffMenuItemClass;
467     alias void aGtkTearoffMenuItem;
468     alias void aGtkTableRowCol;
469     alias void aGtkTableChild;
470     alias void aGtkTableClass;
471     alias void aGtkTable;
472     alias void aGtkStockItem;
473     alias void aGtkStatusIconClass;
474     alias void aGtkStatusIcon;
475     alias void aGtkStatusbarClass;
476     alias void aGtkStatusbar;
477     alias void aGtkSpinButtonClass;
478     alias void aGtkSpinButton;
479     alias void aGtkSizeGroupClass;
480     alias void aGtkSizeGroup;
481     alias void aGtkSeparatorToolItemClass;
482     alias void aGtkSeparatorToolItem;
483     alias void aGtkSeparatorMenuItemClass;
484     alias void aGtkSeparatorMenuItem;
485     alias void aGtkScrolledWindowClass;
486     alias void aGtkScrolledWindow;
487     alias void aGtkViewportClass;
488     alias void aGtkViewport;
489     alias void aGtkScaleButtonClass;
490     alias void aGtkScaleButton;
491     alias void aGtkRecentChooserWidgetClass;
492     alias void aGtkRecentChooserWidget;
493     alias void aGtkRecentChooserMenuClass;
494     alias void aGtkRecentChooserMenu;
495     alias void aGtkRecentChooserDialogClass;
496     alias void aGtkRecentChooserDialog;
497     alias void aGtkRecentChooserIface;
498     alias void aGtkRecentFilterInfo;
499     alias void aGtkRecentActionClass;
500     alias void aGtkRecentAction;
501     alias void aGtkRecentManagerClass;
502     alias void aGtkRecentManager;
503     alias void aGtkRecentData;
504     alias void aGtkRadioToolButtonClass;
505     alias void aGtkRadioToolButton;
506     alias void aGtkToggleToolButtonClass;
507     alias void aGtkToggleToolButton;
508     alias void aGtkRadioMenuItemClass;
509     alias void aGtkRadioMenuItem;
510     alias void aGtkRadioButtonClass;
511     alias void aGtkRadioButton;
512     alias void aGtkRadioActionClass;
513     alias void aGtkRadioAction;
514     alias void aGtkToggleActionClass;
515     alias void aGtkToggleAction;
516     alias void aGtkProgressBarClass;
517     alias void aGtkProgressBar;
518     alias void aGtkProgressClass;
519     alias void aGtkProgress;
520     alias void aGtkPrintOperation;
521     alias void aGtkPrintOperationClass;
522     alias void aGtkPrintOperationPreviewIface;
523     alias void aGtkPageRange;
524     alias void aGtkPreviewClass;
525     alias void aGtkPreviewInfo;
526     alias void aGtkPreview;
527     alias void aGtkPlugClass;
528     alias void aGtkPlug;
529     alias void aGtkSocketClass;
530     alias void aGtkSocket;
531     alias void aGtkPixmapClass;
532     alias void aGtkPixmap;
533     alias void aGtkOptionMenuClass;
534     alias void aGtkOptionMenu;
535     alias void aGtkOldEditableClass;
536     alias void aGtkOldEditable;
537     alias void aGtkNotebookClass;
538     alias void aGtkNotebook;
539     alias void aGtkMessageDialogClass;
540     alias void aGtkMessageDialog;
541     alias void aGtkMenuToolButton;
542     alias void aGtkMenuToolButtonClass;
543     alias void aGtkToolButtonClass;
544     alias void aGtkToolButton;
545     alias void aGtkToolItemClass;
546     alias void aGtkToolItem;
547     alias void aGtkTooltipsData;
548     alias void aGtkTooltipsClass;
549     alias void aGtkTooltips;
550     alias void aGtkMenuBarClass;
551     alias void aGtkMenuBar;
552     alias void aGtkListClass;
553     alias void aGtkList;
554     alias void aGtkListItemClass;
555     alias void aGtkListItem;
556     alias void aGtkLinkButtonClass;
557     alias void aGtkLinkButton;
558     alias void aGtkLayoutClass;
559     alias void aGtkLayout;
560     alias void aGtkInvisibleClass;
561     alias void aGtkInvisible;
562     alias void aGtkInputDialogClass;
563     alias void aGtkInputDialog;
564     alias void aGtkIMMulticontextClass;
565     alias void aGtkIMMulticontext;
566     alias void aGtkIMContextSimpleClass;
567     alias void aGtkIMContextSimple;
568     alias void aGtkImageMenuItemClass;
569     alias void aGtkImageMenuItem;
570     alias void aGtkIconViewClass;
571     alias void aGtkIconView;
572     alias void aGtkIconThemeClass;
573     alias void aGtkIconTheme;
574     alias void aGtkIconFactoryClass;
575     alias void aGtkHSeparatorClass;
576     alias void aGtkHSeparator;
577     alias void aGtkSeparatorClass;
578     alias void aGtkSeparator;
579     alias void aGtkHScaleClass;
580     alias void aGtkHScale;
581     alias void aGtkScaleClass;
582     alias void aGtkScale;
583     alias void aGtkHRulerClass;
584     alias void aGtkHRuler;
585     alias void aGtkRulerMetric;
586     alias void aGtkRulerClass;
587     alias void aGtkRuler;
588     alias void aGtkHPanedClass;
589     alias void aGtkHPaned;
590     alias void aGtkPanedClass;
591     alias void aGtkPaned;
592     alias void aGtkHButtonBoxClass;
593     alias void aGtkHButtonBox;
594     alias void aGtkHandleBoxClass;
595     alias void aGtkHandleBox;
596     alias void aGtkGammaCurveClass;
597     alias void aGtkGammaCurve;
598     alias void aGtkFontSelectionDialogClass;
599     alias void aGtkFontSelectionDialog;
600     alias void aGtkFontSelectionClass;
601     alias void aGtkFontSelection;
602     alias void aGtkFontButtonClass;
603     alias void aGtkFontButton;
604     alias void aGtkFileChooserWidgetClass;
605     alias void aGtkFileChooserWidget;
606     alias void aGtkFileChooserDialogClass;
607     alias void aGtkFileChooserDialog;
608     alias void aGtkFileChooserButtonClass;
609     alias void aGtkFileChooserButton;
610     alias void aGtkFileFilterInfo;
611     alias void aGtkFixedChild;
612     alias void aGtkFixedClass;
613     alias void aGtkFixed;
614     alias void aGtkFileSelectionClass;
615     alias void aGtkFileSelection;
616     alias void aGtkExpanderClass;
617     alias void aGtkExpander;
618     alias void aGtkEventBoxClass;
619     alias void aGtkEventBox;
620     alias void aGtkCurveClass;
621     alias void aGtkCurve;
622     alias void aGtkDrawingAreaClass;
623     alias void aGtkDrawingArea;
624     alias void aGtkCTreeNode;
625     alias void aGtkCTreeRow;
626     alias void aGtkCTreeClass;
627     alias void aGtkCTree;
628     alias void aGtkComboBoxEntryClass;
629     alias void aGtkComboBoxEntry;
630     alias void aGtkComboBoxClass;
631     alias void aGtkComboBox;
632     alias void aGtkTreeSelectionClass;
633     alias void aGtkTreeSelection;
634     alias void aGtkTreeViewClass;
635     alias void aGtkTreeView;
636     alias void aGtkEntryClass;
637     alias void aGtkEntry;
638     alias void aGtkEntryCompletionClass;
639     alias void aGtkEntryCompletion;
640     alias void aGtkTreeModelFilterClass;
641     alias void aGtkTreeModelFilter;
642     alias void aGtkListStoreClass;
643     alias void aGtkListStore;
644     alias void aGtkIMContextClass;
645     alias void aGtkIMContext;
646     alias void aGtkEditableClass;
647     alias void aGtkComboClass;
648     alias void aGtkCombo;
649     alias void aGtkHBoxClass;
650     alias void aGtkHBox;
651     alias void aGtkColorSelectionDialogClass;
652     alias void aGtkColorSelectionDialog;
653     alias void aGtkColorSelectionClass;
654     alias void aGtkColorSelection;
655     alias void aGtkVBoxClass;
656     alias void aGtkVBox;
657     alias void aGtkColorButtonClass;
658     alias void aGtkColorButton;
659     alias void aGtkCListDestInfo;
660     alias void aGtkCListCellInfo;
661     alias void aGtkCellWidget;
662     alias void aGtkCellPixText;
663     alias void aGtkCellPixmap;
664     alias void aGtkCellText;
665     alias void aGtkCell;
666     alias void aGtkCListRow;
667     alias void aGtkCListColumn;
668     alias void aGtkCListClass;
669     alias void aGtkCList;
670     alias void aGtkVScrollbarClass;
671     alias void aGtkVScrollbar;
672     alias void aGtkHScrollbarClass;
673     alias void aGtkHScrollbar;
674     alias void aGtkScrollbarClass;
675     alias void aGtkScrollbar;
676     alias void aGtkRangeClass;
677     alias void aGtkRange;
678     alias void aGtkTargetPair;
679     alias void aGtkTargetEntry;
680     alias void aGtkTargetList;
681     alias void aGtkTextBuffer;
682     alias void aGtkTextChildAnchorClass;
683     alias void aGtkTextChildAnchor;
684     alias void aGtkTextAppearance;
685     alias void aGtkTextTagClass;
686     alias void aGtkTextTag;
687     alias void aGtkTextAttributes;
688     alias void aGtkTextTagTable;
689     alias void aGtkTextIter;
690     alias void aGtkCheckMenuItemClass;
691     alias void aGtkCheckMenuItem;
692     alias void aGtkMenuItemClass;
693     alias void aGtkMenuItem;
694     alias void aGtkItemClass;
695     alias void aGtkItem;
696     alias void aGtkCheckButtonClass;
697     alias void aGtkCheckButton;
698     alias void aGtkToggleButtonClass;
699     alias void aGtkToggleButton;
700     alias void aGtkCellViewClass;
701     alias void aGtkCellView;
702     alias void aGtkCellRendererToggleClass;
703     alias void aGtkCellRendererToggle;
704     alias void aGtkCellRendererSpinClass;
705     alias void aGtkCellRendererSpin;
706     alias void aGtkCellRendererProgressClass;
707     alias void aGtkCellRendererProgress;
708     alias void aGtkCellRendererPixbufClass;
709     alias void aGtkCellRendererPixbuf;
710     alias void aGtkCellRendererComboClass;
711     alias void aGtkCellRendererCombo;
712     alias void aGtkCellRendererAccelClass;
713     alias void aGtkCellRendererAccel;
714     alias void aGtkCellRendererTextClass;
715     alias void aGtkCellRendererText;
716     alias void aGtkCellLayoutIface;
717     alias void aGtkTreeViewColumnClass;
718     alias void aGtkTreeViewColumn;
719     alias void aGtkTreeSortableIface;
720     alias void aGtkTreeModelIface;
721     alias void aGtkTreeIter;
722     alias void aGtkCellRendererClass;
723     alias void aGtkCellRenderer;
724     alias void aGtkCellEditableIface;
725     alias void aGtkCalendarClass;
726     alias void aGtkCalendar;
727     alias void aGtkButtonClass;
728     alias void aGtkButton;
729     alias void aGtkImageIconNameData;
730     alias void aGtkImageAnimationData;
731     alias void aGtkImageIconSetData;
732     alias void aGtkImageStockData;
733     alias void aGtkImagePixbufData;
734     alias void aGtkImageImageData;
735     alias void aGtkImagePixmapData;
736     alias void aGtkImageClass;
737     alias void aGtkImage;
738     alias void aGtkBuildableIface;
739     alias void aGtkBuilderClass;
740     alias void aGtkBuilder;
741     alias void aGtkBindingArg;
742     alias void aGtkBindingSignal;
743     alias void aGtkBindingEntry;
744     alias void aGtkBindingSet;
745     alias void aGtkButtonBoxClass;
746     alias void aGtkButtonBox;
747     alias void aGtkBoxChild;
748     alias void aGtkBoxClass;
749     alias void aGtkBox;
750     alias void aGtkAssistantClass;
751     alias void aGtkAssistant;
752     alias void aGtkAspectFrameClass;
753     alias void aGtkAspectFrame;
754     alias void aGtkFrameClass;
755     alias void aGtkFrame;
756     alias void aGtkArrowClass;
757     alias void aGtkArrow;
758     alias void aGtkAlignmentClass;
759     alias void aGtkAlignment;
760     alias void aGtkRadioActionEntry;
761     alias void aGtkToggleActionEntry;
762     alias void aGtkActionEntry;
763     alias void aGtkActionGroupClass;
764     alias void aGtkActionGroup;
765     alias void aGtkItemFactoryItem;
766     alias void aGtkItemFactoryEntry;
767     alias void aGtkItemFactoryClass;
768     alias void aGtkItemFactory;
769     alias void aGtkActionClass;
770     alias void aGtkAction;
771     alias void aGtkAccessibleClass;
772     alias void aGtkAccessible;
773     alias void aGtkAccelLabelClass;
774     alias void aGtkAccelLabel;
775     alias void aGtkLabelClass;
776     alias void aGtkLabel;
777     alias void aGtkMenuClass;
778     alias void aGtkMenu;
779     alias void aGtkMenuShellClass;
780     alias void aGtkMenuShell;
781     alias void aGtkMiscClass;
782     alias void aGtkMisc;
783     alias void aGtkAboutDialogClass;
784     alias void aGtkAboutDialog;
785     alias void aGtkDialogClass;
786     alias void aGtkDialog;
787     alias void aGtkWindowGroupClass;
788     alias void aGtkWindowGroup;
789     alias void aGtkWindowClass;
790     alias void aGtkBinClass;
791     alias void aGtkBin;
792     alias void aGtkContainerClass;
793     alias void aGtkContainer;
794     alias void aGtkWindow;
795     alias void aGtkWidgetShapeInfo;
796     alias void aGtkWidgetAuxInfo;
797     alias void aGtkWidgetClass;
798     alias void aGtkSelectionData;
799     alias void aGtkRequisition;
800     alias void aGtkSettingsValue;
801     alias void aGtkSettingsClass;
802     alias void aGtkRcStyleClass;
803     alias void aGtkIconFactory;
804     alias void aGtkWidget;
805     alias void aGtkSettings;
806     alias void aGtkRcProperty;
807     alias void aGtkRcStyle;
808     alias void aGtkStyleClass;
809     alias void aGtkStyle;
810     alias void aGtkBorder;
811     alias void aGtkAdjustmentClass;
812     alias void aGtkAdjustment;
813     alias void aGtkObjectClass;
814     alias void aGtkTypeInfo;
815     alias void aGtkObject;
816     alias void aGtkArg;
817     alias void aGtkAccelGroupEntry;
818     alias void aGtkAccelKey;
819     alias void aGtkAccelGroupClass;
820     alias void aGtkAccelGroup;
821 }
822 const gint GTK_PATH_PRIO_MASK = 0x0f;
823 const gint GTK_BUTTONBOX_DEFAULT = -1;
824 const gint GTK_MAX_COMPOSE_LEN = 7;
825 const String GTK_PAPER_NAME_A3 = "iso_a3";
826 const String GTK_PAPER_NAME_A4 = "iso_a4";
827 const String GTK_PAPER_NAME_A5 = "iso_a5";
828 const String GTK_PAPER_NAME_B5 = "iso_b5";
829 const String GTK_PAPER_NAME_LETTER = "na_letter";
830 const String GTK_PAPER_NAME_EXECUTIVE = "na_executive";
831 const String GTK_PAPER_NAME_LEGAL = "na_legal";
832 const String GTK_PRINT_SETTINGS_PRINTER = "printer";
833 const String GTK_PRINT_SETTINGS_ORIENTATION = "orientation";
834 const String GTK_PRINT_SETTINGS_PAPER_FORMAT = "paper-format";
835 const String GTK_PRINT_SETTINGS_PAPER_WIDTH = "paper-width";
836 const String GTK_PRINT_SETTINGS_PAPER_HEIGHT = "paper-height";
837 const String GTK_PRINT_SETTINGS_N_COPIES = "n-copies";
838 const String GTK_PRINT_SETTINGS_DEFAULT_SOURCE = "default-source";
839 const String GTK_PRINT_SETTINGS_QUALITY = "quality";
840 const String GTK_PRINT_SETTINGS_RESOLUTION = "resolution";
841 const String GTK_PRINT_SETTINGS_USE_COLOR = "use-color";
842 const String GTK_PRINT_SETTINGS_DUPLEX = "duplex";
843 const String GTK_PRINT_SETTINGS_COLLATE = "collate";
844 const String GTK_PRINT_SETTINGS_REVERSE = "reverse";
845 const String GTK_PRINT_SETTINGS_MEDIA_TYPE = "media-type";
846 const String GTK_PRINT_SETTINGS_DITHER = "dither";
847 const String GTK_PRINT_SETTINGS_SCALE = "scale";
848 const String GTK_PRINT_SETTINGS_PRINT_PAGES = "print-pages";
849 const String GTK_PRINT_SETTINGS_PAGE_RANGES = "page-ranges";
850 const String GTK_PRINT_SETTINGS_PAGE_SET = "page-set";
851 const String GTK_PRINT_SETTINGS_FINISHINGS = "finishings";
852 const String GTK_PRINT_SETTINGS_NUMBER_UP = "number-up";
853 const String GTK_PRINT_SETTINGS_OUTPUT_BIN = "output-bin";
854 const String GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT = "output-file-format";
855 const String GTK_PRINT_SETTINGS_OUTPUT_URI = "output-uri";
856 const String GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION = "win32-driver-version";
857 const String GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA = "win32-driver-extra";
858 const gint GTK_INPUT_ERROR = -1;
859 const String GTK_STOCK_DIALOG_AUTHENTICATION = "gtk-dialog-authentication";
860 const String GTK_STOCK_DIALOG_INFO = "gtk-dialog-info";
861 const String GTK_STOCK_DIALOG_WARNING = "gtk-dialog-warning";
862 const String GTK_STOCK_DIALOG_ERROR = "gtk-dialog-error";
863 const String GTK_STOCK_DIALOG_QUESTION = "gtk-dialog-question";
864 const String GTK_STOCK_DND = "gtk-dnd";
865 const String GTK_STOCK_DND_MULTIPLE = "gtk-dnd-multiple";
866 const String GTK_STOCK_ABOUT = "gtk-about";
867 const String GTK_STOCK_ADD = "gtk-add";
868 const String GTK_STOCK_APPLY = "gtk-apply";
869 const String GTK_STOCK_BOLD = "gtk-bold";
870 const String GTK_STOCK_CANCEL = "gtk-cancel";
871 const String GTK_STOCK_CDROM = "gtk-cdrom";
872 const String GTK_STOCK_CLEAR = "gtk-clear";
873 const String GTK_STOCK_CLOSE = "gtk-close";
874 const String GTK_STOCK_COLOR_PICKER = "gtk-color-picker";
875 const String GTK_STOCK_CONVERT = "gtk-convert";
876 const String GTK_STOCK_CONNECT = "gtk-connect";
877 const String GTK_STOCK_COPY = "gtk-copy";
878 const String GTK_STOCK_CUT = "gtk-cut";
879 const String GTK_STOCK_DELETE = "gtk-delete";
880 const String GTK_STOCK_DIRECTORY = "gtk-directory";
881 const String GTK_STOCK_DISCARD = "gtk-discard";
882 const String GTK_STOCK_DISCONNECT = "gtk-disconnect";
883 const String GTK_STOCK_EDIT = "gtk-edit";
884 const String GTK_STOCK_EXECUTE = "gtk-execute";
885 const String GTK_STOCK_FILE = "gtk-file";
886 const String GTK_STOCK_FIND = "gtk-find";
887 const String GTK_STOCK_FIND_AND_REPLACE = "gtk-find-and-replace";
888 const String GTK_STOCK_FLOPPY = "gtk-floppy";
889 const String GTK_STOCK_FULLSCREEN = "gtk-fullscreen";
890 const String GTK_STOCK_GOTO_BOTTOM = "gtk-goto-bottom";
891 const String GTK_STOCK_GOTO_FIRST = "gtk-goto-first";
892 const String GTK_STOCK_GOTO_LAST = "gtk-goto-last";
893 const String GTK_STOCK_GOTO_TOP = "gtk-goto-top";
894 const String GTK_STOCK_GO_BACK = "gtk-go-back";
895 const String GTK_STOCK_GO_DOWN = "gtk-go-down";
896 const String GTK_STOCK_GO_FORWARD = "gtk-go-forward";
897 const String GTK_STOCK_GO_UP = "gtk-go-up";
898 const String GTK_STOCK_HARDDISK = "gtk-harddisk";
899 const String GTK_STOCK_HELP = "gtk-help";
900 const String GTK_STOCK_HOME = "gtk-home";
901 const String GTK_STOCK_INDEX = "gtk-index";
902 const String GTK_STOCK_INDENT = "gtk-indent";
903 const String GTK_STOCK_INFO = "gtk-info";
904 const String GTK_STOCK_UNINDENT = "gtk-unindent";
905 const String GTK_STOCK_ITALIC = "gtk-italic";
906 const String GTK_STOCK_JUMP_TO = "gtk-jump-to";
907 const String GTK_STOCK_JUSTIFY_CENTER = "gtk-justify-center";
908 const String GTK_STOCK_JUSTIFY_FILL = "gtk-justify-fill";
909 const String GTK_STOCK_JUSTIFY_LEFT = "gtk-justify-left";
910 const String GTK_STOCK_JUSTIFY_RIGHT = "gtk-justify-right";
911 const String GTK_STOCK_LEAVE_FULLSCREEN = "gtk-leave-fullscreen";
912 const String GTK_STOCK_MISSING_IMAGE = "gtk-missing-image";
913 const String GTK_STOCK_MEDIA_FORWARD = "gtk-media-forward";
914 const String GTK_STOCK_MEDIA_NEXT = "gtk-media-next";
915 const String GTK_STOCK_MEDIA_PAUSE = "gtk-media-pause";
916 const String GTK_STOCK_MEDIA_PLAY = "gtk-media-play";
917 const String GTK_STOCK_MEDIA_PREVIOUS = "gtk-media-previous";
918 const String GTK_STOCK_MEDIA_RECORD = "gtk-media-record";
919 const String GTK_STOCK_MEDIA_REWIND = "gtk-media-rewind";
920 const String GTK_STOCK_MEDIA_STOP = "gtk-media-stop";
921 const String GTK_STOCK_NETWORK = "gtk-network";
922 const String GTK_STOCK_NEW = "gtk-new";
923 const String GTK_STOCK_NO = "gtk-no";
924 const String GTK_STOCK_OK = "gtk-ok";
925 const String GTK_STOCK_OPEN = "gtk-open";
926 const String GTK_STOCK_ORIENTATION_PORTRAIT = "gtk-orientation-portrait";
927 const String GTK_STOCK_ORIENTATION_LANDSCAPE = "gtk-orientation-landscape";
928 const String GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE = "gtk-orientation-reverse-landscape";
929 const String GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT = "gtk-orientation-reverse-portrait";
930 const String GTK_STOCK_PASTE = "gtk-paste";
931 const String GTK_STOCK_PREFERENCES = "gtk-preferences";
932 const String GTK_STOCK_PRINT = "gtk-print";
933 const String GTK_STOCK_PRINT_PREVIEW = "gtk-print-preview";
934 const String GTK_STOCK_PROPERTIES = "gtk-properties";
935 const String GTK_STOCK_QUIT = "gtk-quit";
936 const String GTK_STOCK_REDO = "gtk-redo";
937 const String GTK_STOCK_REFRESH = "gtk-refresh";
938 const String GTK_STOCK_REMOVE = "gtk-remove";
939 const String GTK_STOCK_REVERT_TO_SAVED = "gtk-revert-to-saved";
940 const String GTK_STOCK_SAVE = "gtk-save";
941 const String GTK_STOCK_SAVE_AS = "gtk-save-as";
942 const String GTK_STOCK_SELECT_ALL = "gtk-select-all";
943 const String GTK_STOCK_SELECT_COLOR = "gtk-select-color";
944 const String GTK_STOCK_SELECT_FONT = "gtk-select-font";
945 const String GTK_STOCK_SORT_ASCENDING = "gtk-sort-ascending";
946 const String GTK_STOCK_SORT_DESCENDING = "gtk-sort-descending";
947 const String GTK_STOCK_SPELL_CHECK = "gtk-spell-check";
948 const String GTK_STOCK_STOP = "gtk-stop";
949 const String GTK_STOCK_STRIKETHROUGH = "gtk-strikethrough";
950 const String GTK_STOCK_UNDELETE = "gtk-undelete";
951 const String GTK_STOCK_UNDERLINE = "gtk-underline";
952 const String GTK_STOCK_UNDO = "gtk-undo";
953 const String GTK_STOCK_YES = "gtk-yes";
954 const String GTK_STOCK_ZOOM_100 = "gtk-zoom-100";
955 const String GTK_STOCK_ZOOM_FIT = "gtk-zoom-fit";
956 const String GTK_STOCK_ZOOM_IN = "gtk-zoom-in";
957 const String GTK_STOCK_ZOOM_OUT = "gtk-zoom-out";
958 alias _GtkVSeparatorClass GtkVSeparatorClass;
959 alias _GtkSeparatorClass GtkSeparatorClass;
960 alias _GtkVSeparator GtkVSeparator;
961 alias _GtkSeparator GtkSeparator;
962 alias _GtkVScaleClass GtkVScaleClass;
963 alias _GtkScaleClass GtkScaleClass;
964 alias _GtkVScale GtkVScale;
965 alias _GtkScale GtkScale;
966 alias _GtkVRulerClass GtkVRulerClass;
967 alias _GtkRulerClass GtkRulerClass;
968 alias _GtkVRuler GtkVRuler;
969 alias _GtkRuler GtkRuler;
970 alias _GtkVPanedClass GtkVPanedClass;
971 alias _GtkPanedClass GtkPanedClass;
972 alias _GtkVPaned GtkVPaned;
973 alias _GtkPaned GtkPaned;
974 alias _GtkVolumeButtonClass GtkVolumeButtonClass;
975 alias _GtkScaleButtonClass GtkScaleButtonClass;
976 alias void function() _BCD_func__12122;
977 alias void GtkVolumeButton;
978 alias _GtkVButtonBoxClass GtkVButtonBoxClass;
979 alias _GtkButtonBoxClass GtkButtonBoxClass;
980 alias _GtkVButtonBox GtkVButtonBox;
981 alias _GtkButtonBox GtkButtonBox;
982 enum GtkUIManagerItemType {
983 GTK_UI_MANAGER_AUTO=0,
984 GTK_UI_MANAGER_MENUBAR=1,
985 GTK_UI_MANAGER_MENU=2,
986 GTK_UI_MANAGER_TOOLBAR=4,
987 GTK_UI_MANAGER_PLACEHOLDER=8,
988 GTK_UI_MANAGER_POPUP=16,
989 GTK_UI_MANAGER_MENUITEM=32,
990 GTK_UI_MANAGER_TOOLITEM=64,
991 GTK_UI_MANAGER_SEPARATOR=128,
992 GTK_UI_MANAGER_ACCELERATOR=256,
993 }
994 alias void GtkUIManagerPrivate;
995 alias _GtkUIManagerClass GtkUIManagerClass;
996 alias _GtkUIManager GtkUIManager;
997 alias _GtkWidget GtkWidget;
998 alias void function(_GtkUIManager *, _GtkWidget *) _BCD_func__16564;
999 alias void function(_GtkUIManager *) _BCD_func__16565;
1000 alias _GtkAction GtkAction;
1001 alias void function(_GtkUIManager *, _GtkAction *, _GtkWidget *) _BCD_func__16566;
1002 alias void function(_GtkUIManager *, _GtkAction *) _BCD_func__16567;
1003 alias _GtkWidget * function(_GtkUIManager *, char *) _BCD_func__16568;
1004 alias _GtkAction * function(_GtkUIManager *, char *) _BCD_func__16569;
1005 alias _GtkTreeStoreClass GtkTreeStoreClass;
1006 alias _GtkTreeStore GtkTreeStore;
1007 enum GtkSortType {
1008 GTK_SORT_ASCENDING=0,
1009 GTK_SORT_DESCENDING=1,
1010 }
1011 alias void GtkTreeModel;
1012 alias _GtkTreeIter GtkTreeIter;
1013 alias gint function(void *, _GtkTreeIter *, _GtkTreeIter *, void *) _BCD_func__11685;
1014 alias _BCD_func__11685 GtkTreeIterCompareFunc;
1015 alias void function(void *) _BCD_func__13158;
1016 alias _BCD_func__13158 GtkDestroyNotify;
1017 alias void GtkTreePath;
1018 alias void function(void *, void *, _GtkTreeIter *, void *) _BCD_func__9093;
1019 alias _BCD_func__9093 GtkTreeSelectionForeachFunc;
1020 alias _GtkTreeSelection GtkTreeSelection;
1021 alias gint function(_GtkTreeSelection *, void *, void *, gint, void *) _BCD_func__9094;
1022 alias _BCD_func__9094 GtkTreeSelectionFunc;
1023 alias _GtkTreeModelSortClass GtkTreeModelSortClass;
1024 alias _GtkTreeModelSort GtkTreeModelSort;
1025 alias _GtkTreeDragDestIface GtkTreeDragDestIface;
1026 alias void GtkTreeDragDest;
1027 alias _GtkSelectionData GtkSelectionData;
1028 alias gint function(void *, void *, _GtkSelectionData *) _BCD_func__16576;
1029 alias _GtkTreeDragSourceIface GtkTreeDragSourceIface;
1030 alias void GtkTreeDragSource;
1031 alias gint function(void *, void *) _BCD_func__16578;
1032 alias gint function(void *, void *, _GtkSelectionData *) _BCD_func__16579;
1033 alias void GtkToolbarPrivate;
1034 alias _GtkToolbarClass GtkToolbarClass;
1035 alias _GtkContainerClass GtkContainerClass;
1036 alias _GtkToolbar GtkToolbar;
1037 enum GtkOrientation {
1038 GTK_ORIENTATION_HORIZONTAL=0,
1039 GTK_ORIENTATION_VERTICAL=1,
1040 }
1041 alias void function(_GtkToolbar *, gint) _BCD_func__16581;
1042 enum GtkToolbarStyle {
1043 GTK_TOOLBAR_ICONS=0,
1044 GTK_TOOLBAR_TEXT=1,
1045 GTK_TOOLBAR_BOTH=2,
1046 GTK_TOOLBAR_BOTH_HORIZ=3,
1047 }
1048 alias void function(_GtkToolbar *, gint) _BCD_func__16582;
1049 alias gint function(_GtkToolbar *, gint, gint, gint) _BCD_func__16583;
1050 alias _GtkContainer GtkContainer;
1051 enum GtkIconSize {
1052 GTK_ICON_SIZE_INVALID=0,
1053 GTK_ICON_SIZE_MENU=1,
1054 GTK_ICON_SIZE_SMALL_TOOLBAR=2,
1055 GTK_ICON_SIZE_LARGE_TOOLBAR=3,
1056 GTK_ICON_SIZE_BUTTON=4,
1057 GTK_ICON_SIZE_DND=5,
1058 GTK_ICON_SIZE_DIALOG=6,
1059 }
1060 alias _GtkTooltips GtkTooltips;
1061 enum GtkToolbarSpaceStyle {
1062 GTK_TOOLBAR_SPACE_EMPTY=0,
1063 GTK_TOOLBAR_SPACE_LINE=1,
1064 }
1065 alias _GtkToolbarChild GtkToolbarChild;
1066 enum GtkToolbarChildType {
1067 GTK_TOOLBAR_CHILD_SPACE=0,
1068 GTK_TOOLBAR_CHILD_BUTTON=1,
1069 GTK_TOOLBAR_CHILD_TOGGLEBUTTON=2,
1070 GTK_TOOLBAR_CHILD_RADIOBUTTON=3,
1071 GTK_TOOLBAR_CHILD_WIDGET=4,
1072 }
1073 alias _GtkTipsQueryClass GtkTipsQueryClass;
1074 alias _GtkLabelClass GtkLabelClass;
1075 alias _GtkTipsQuery GtkTipsQuery;
1076 alias void function(_GtkTipsQuery *) _BCD_func__16587;
1077 alias void function(_GtkTipsQuery *, _GtkWidget *, char *, char *) _BCD_func__16588;
1078 alias gint function(_GtkTipsQuery *, _GtkWidget *, char *, char *, _GdkEventButton *) _BCD_func__16589;
1079 alias _GtkLabel GtkLabel;
1080 alias void GtkTextPendingScroll;
1081 alias void GtkTextWindow;
1082 alias _GtkTextViewClass GtkTextViewClass;
1083 alias _GtkTextView GtkTextView;
1084 alias _GtkAdjustment GtkAdjustment;
1085 alias void function(_GtkTextView *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16592;
1086 alias _GtkMenu GtkMenu;
1087 alias void function(_GtkTextView *, _GtkMenu *) _BCD_func__16593;
1088 enum GtkMovementStep {
1089 GTK_MOVEMENT_LOGICAL_POSITIONS=0,
1090 GTK_MOVEMENT_VISUAL_POSITIONS=1,
1091 GTK_MOVEMENT_WORDS=2,
1092 GTK_MOVEMENT_DISPLAY_LINES=3,
1093 GTK_MOVEMENT_DISPLAY_LINE_ENDS=4,
1094 GTK_MOVEMENT_PARAGRAPHS=5,
1095 GTK_MOVEMENT_PARAGRAPH_ENDS=6,
1096 GTK_MOVEMENT_PAGES=7,
1097 GTK_MOVEMENT_BUFFER_ENDS=8,
1098 GTK_MOVEMENT_HORIZONTAL_PAGES=9,
1099 }
1100 alias void function(_GtkTextView *, gint, gint, gint) _BCD_func__16594;
1101 alias void function(_GtkTextView *, gint, gint) _BCD_func__16595;
1102 alias void function(_GtkTextView *) _BCD_func__16596;
1103 alias void function(_GtkTextView *, char *) _BCD_func__16597;
1104 enum GtkDeleteType {
1105 GTK_DELETE_CHARS=0,
1106 GTK_DELETE_WORD_ENDS=1,
1107 GTK_DELETE_WORDS=2,
1108 GTK_DELETE_DISPLAY_LINES=3,
1109 GTK_DELETE_DISPLAY_LINE_ENDS=4,
1110 GTK_DELETE_PARAGRAPH_ENDS=5,
1111 GTK_DELETE_PARAGRAPHS=6,
1112 GTK_DELETE_WHITESPACE=7,
1113 }
1114 alias void function(_GtkTextView *, gint, gint) _BCD_func__16598;
1115 enum GtkDirectionType {
1116 GTK_DIR_TAB_FORWARD=0,
1117 GTK_DIR_TAB_BACKWARD=1,
1118 GTK_DIR_UP=2,
1119 GTK_DIR_DOWN=3,
1120 GTK_DIR_LEFT=4,
1121 GTK_DIR_RIGHT=5,
1122 }
1123 alias void function(_GtkTextView *, gint) _BCD_func__16599;
1124 alias _GtkTextBuffer GtkTextBuffer;
1125 enum GtkWrapMode {
1126 GTK_WRAP_NONE=0,
1127 GTK_WRAP_CHAR=1,
1128 GTK_WRAP_WORD=2,
1129 GTK_WRAP_WORD_CHAR=3,
1130 }
1131 enum GtkJustification {
1132 GTK_JUSTIFY_LEFT=0,
1133 GTK_JUSTIFY_RIGHT=1,
1134 GTK_JUSTIFY_CENTER=2,
1135 GTK_JUSTIFY_FILL=3,
1136 }
1137 alias _GtkTextMark GtkTextMark;
1138 alias _GtkIMContext GtkIMContext;
1139 enum GtkTextWindowType {
1140 GTK_TEXT_WINDOW_PRIVATE=0,
1141 GTK_TEXT_WINDOW_WIDGET=1,
1142 GTK_TEXT_WINDOW_TEXT=2,
1143 GTK_TEXT_WINDOW_LEFT=3,
1144 GTK_TEXT_WINDOW_RIGHT=4,
1145 GTK_TEXT_WINDOW_TOP=5,
1146 GTK_TEXT_WINDOW_BOTTOM=6,
1147 }
1148 alias _GtkTextIter GtkTextIter;
1149 alias gint function(_GtkTextBuffer *, _GtkTextBuffer *, _GtkTextIter *, char *, gsize, gint, void *, _GError * *) _BCD_func__9281;
1150 alias _BCD_func__9281 GtkTextBufferDeserializeFunc;
1151 alias char * function(_GtkTextBuffer *, _GtkTextBuffer *, _GtkTextIter *, _GtkTextIter *, gsize *, void *) _BCD_func__9282;
1152 alias _BCD_func__9282 GtkTextBufferSerializeFunc;
1153 alias _GtkTextBufferClass GtkTextBufferClass;
1154 alias void function(_GtkTextBuffer *, _GtkTextIter *, char *, gint) _BCD_func__16602;
1155 alias void function(_GtkTextBuffer *, _GtkTextIter *, void *) _BCD_func__16603;
1156 alias _GtkTextChildAnchor GtkTextChildAnchor;
1157 alias void function(_GtkTextBuffer *, _GtkTextIter *, _GtkTextChildAnchor *) _BCD_func__16604;
1158 alias void function(_GtkTextBuffer *, _GtkTextIter *, _GtkTextIter *) _BCD_func__16605;
1159 alias void function(_GtkTextBuffer *) _BCD_func__16606;
1160 alias void function(_GtkTextBuffer *, _GtkTextIter *, _GtkTextMark *) _BCD_func__16607;
1161 alias void function(_GtkTextBuffer *, _GtkTextMark *) _BCD_func__16608;
1162 alias _GtkTextTag GtkTextTag;
1163 alias void function(_GtkTextBuffer *, _GtkTextTag *, _GtkTextIter *, _GtkTextIter *) _BCD_func__16609;
1164 alias void GtkTextLogAttrCache;
1165 alias void GtkTextBTree;
1166 enum GtkTextBufferTargetInfo {
1167 GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS=-1,
1168 GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT=-2,
1169 GTK_TEXT_BUFFER_TARGET_INFO_TEXT=-3,
1170 }
1171 alias _GtkTextMarkClass GtkTextMarkClass;
1172 alias _GtkTextTagTableClass GtkTextTagTableClass;
1173 alias _GtkTextTagTable GtkTextTagTable;
1174 alias void function(_GtkTextTagTable *, _GtkTextTag *, gint) _BCD_func__16613;
1175 alias void function(_GtkTextTagTable *, _GtkTextTag *) _BCD_func__16614;
1176 alias void function(_GtkTextTag *, void *) _BCD_func__9332;
1177 alias _BCD_func__9332 GtkTextTagTableForeach;
1178 alias _GtkTearoffMenuItemClass GtkTearoffMenuItemClass;
1179 alias _GtkMenuItemClass GtkMenuItemClass;
1180 alias _GtkTearoffMenuItem GtkTearoffMenuItem;
1181 alias _GtkMenuItem GtkMenuItem;
1182 alias _GtkTableRowCol GtkTableRowCol;
1183 alias _GtkTableChild GtkTableChild;
1184 alias _GtkTableClass GtkTableClass;
1185 alias _GtkTable GtkTable;
1186 alias _GtkStockItem GtkStockItem;
1187 alias void GtkStatusIconPrivate;
1188 alias _GtkStatusIconClass GtkStatusIconClass;
1189 alias _GtkStatusIcon GtkStatusIcon;
1190 alias void function(_GtkStatusIcon *) _BCD_func__16623;
1191 alias void function(_GtkStatusIcon *, guint, guint32) _BCD_func__16624;
1192 alias gint function(_GtkStatusIcon *, gint) _BCD_func__16625;
1193 alias _GtkStatusbarClass GtkStatusbarClass;
1194 alias _GtkHBoxClass GtkHBoxClass;
1195 alias _GtkStatusbar GtkStatusbar;
1196 alias void function(_GtkStatusbar *, guint, char *) _BCD_func__16628;
1197 alias _GtkHBox GtkHBox;
1198 alias _GtkSpinButtonClass GtkSpinButtonClass;
1199 alias _GtkEntryClass GtkEntryClass;
1200 alias _GtkSpinButton GtkSpinButton;
1201 alias gint function(_GtkSpinButton *, double *) _BCD_func__16631;
1202 alias gint function(_GtkSpinButton *) _BCD_func__16632;
1203 alias void function(_GtkSpinButton *) _BCD_func__16633;
1204 enum GtkScrollType {
1205 GTK_SCROLL_NONE=0,
1206 GTK_SCROLL_JUMP=1,
1207 GTK_SCROLL_STEP_BACKWARD=2,
1208 GTK_SCROLL_STEP_FORWARD=3,
1209 GTK_SCROLL_PAGE_BACKWARD=4,
1210 GTK_SCROLL_PAGE_FORWARD=5,
1211 GTK_SCROLL_STEP_UP=6,
1212 GTK_SCROLL_STEP_DOWN=7,
1213 GTK_SCROLL_PAGE_UP=8,
1214 GTK_SCROLL_PAGE_DOWN=9,
1215 GTK_SCROLL_STEP_LEFT=10,
1216 GTK_SCROLL_STEP_RIGHT=11,
1217 GTK_SCROLL_PAGE_LEFT=12,
1218 GTK_SCROLL_PAGE_RIGHT=13,
1219 GTK_SCROLL_START=14,
1220 GTK_SCROLL_END=15,
1221 }
1222 alias void function(_GtkSpinButton *, gint) _BCD_func__16634;
1223 alias _GtkEntry GtkEntry;
1224 enum GtkSpinButtonUpdatePolicy {
1225 GTK_UPDATE_ALWAYS=0,
1226 GTK_UPDATE_IF_VALID=1,
1227 }
1228 enum GtkSpinType {
1229 GTK_SPIN_STEP_FORWARD=0,
1230 GTK_SPIN_STEP_BACKWARD=1,
1231 GTK_SPIN_PAGE_FORWARD=2,
1232 GTK_SPIN_PAGE_BACKWARD=3,
1233 GTK_SPIN_HOME=4,
1234 GTK_SPIN_END=5,
1235 GTK_SPIN_USER_DEFINED=6,
1236 }
1237 enum GtkSizeGroupMode {
1238 GTK_SIZE_GROUP_NONE=0,
1239 GTK_SIZE_GROUP_HORIZONTAL=1,
1240 GTK_SIZE_GROUP_VERTICAL=2,
1241 GTK_SIZE_GROUP_BOTH=3,
1242 }
1243 alias _GtkSizeGroupClass GtkSizeGroupClass;
1244 alias _GtkSizeGroup GtkSizeGroup;
1245 alias _GtkRequisition GtkRequisition;
1246 alias void GtkSeparatorToolItemPrivate;
1247 alias _GtkSeparatorToolItemClass GtkSeparatorToolItemClass;
1248 alias _GtkToolItemClass GtkToolItemClass;
1249 alias _GtkSeparatorToolItem GtkSeparatorToolItem;
1250 alias _GtkToolItem GtkToolItem;
1251 alias _GtkSeparatorMenuItemClass GtkSeparatorMenuItemClass;
1252 alias _GtkSeparatorMenuItem GtkSeparatorMenuItem;
1253 alias _GtkScrolledWindowClass GtkScrolledWindowClass;
1254 alias _GtkBinClass GtkBinClass;
1255 alias _GtkScrolledWindow GtkScrolledWindow;
1256 alias gint function(_GtkScrolledWindow *, gint, gint) _BCD_func__16643;
1257 alias void function(_GtkScrolledWindow *, gint) _BCD_func__16644;
1258 alias _GtkBin GtkBin;
1259 alias _GtkViewportClass GtkViewportClass;
1260 alias _GtkViewport GtkViewport;
1261 alias void function(_GtkViewport *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16647;
1262 enum GtkShadowType {
1263 GTK_SHADOW_NONE=0,
1264 GTK_SHADOW_IN=1,
1265 GTK_SHADOW_OUT=2,
1266 GTK_SHADOW_ETCHED_IN=3,
1267 GTK_SHADOW_ETCHED_OUT=4,
1268 }
1269 alias void GtkScaleButtonPrivate;
1270 alias _GtkButtonClass GtkButtonClass;
1271 alias _GtkScaleButton GtkScaleButton;
1272 alias void function(_GtkScaleButton *, double) _BCD_func__16650;
1273 alias _GtkButton GtkButton;
1274 alias void GtkRecentChooserWidgetPrivate;
1275 alias _GtkRecentChooserWidgetClass GtkRecentChooserWidgetClass;
1276 alias _GtkVBoxClass GtkVBoxClass;
1277 alias _GtkRecentChooserWidget GtkRecentChooserWidget;
1278 alias _GtkVBox GtkVBox;
1279 alias void GtkRecentChooserMenuPrivate;
1280 alias _GtkRecentChooserMenuClass GtkRecentChooserMenuClass;
1281 alias _GtkMenuClass GtkMenuClass;
1282 alias _GtkRecentChooserMenu GtkRecentChooserMenu;
1283 alias void GtkRecentChooserDialogPrivate;
1284 alias _GtkRecentChooserDialogClass GtkRecentChooserDialogClass;
1285 alias _GtkDialogClass GtkDialogClass;
1286 alias _GtkRecentChooserDialog GtkRecentChooserDialog;
1287 alias _GtkDialog GtkDialog;
1288 enum GtkRecentChooserError {
1289 GTK_RECENT_CHOOSER_ERROR_NOT_FOUND=0,
1290 GTK_RECENT_CHOOSER_ERROR_INVALID_URI=1,
1291 }
1292 alias _GtkRecentChooserIface GtkRecentChooserIface;
1293 alias void GtkRecentChooser;
1294 alias gint function(void *, char *, _GError * *) _BCD_func__16659;
1295 alias char * function(void *) _BCD_func__16660;
1296 alias void function(void *, char *) _BCD_func__16661;
1297 alias void function(void *) _BCD_func__16662;
1298 alias _GList * function(void *) _BCD_func__16663;
1299 alias _GtkRecentManager GtkRecentManager;
1300 alias _GtkRecentManager * function(void *) _BCD_func__16664;
1301 alias void GtkRecentFilter;
1302 alias void function(void *, void *) _BCD_func__16665;
1303 alias _GSList * function(void *) _BCD_func__16666;
1304 alias void GtkRecentInfo;
1305 alias gint function(void *, void *, void *) _BCD_func__9605;
1306 alias void function(void *, _BCD_func__9605, void *, _BCD_func__13158) _BCD_func__16667;
1307 alias _BCD_func__9605 GtkRecentSortFunc;
1308 enum GtkRecentSortType {
1309 GTK_RECENT_SORT_NONE=0,
1310 GTK_RECENT_SORT_MRU=1,
1311 GTK_RECENT_SORT_LRU=2,
1312 GTK_RECENT_SORT_CUSTOM=3,
1313 }
1314 alias _GtkRecentFilterInfo GtkRecentFilterInfo;
1315 alias gint function(_GtkRecentFilterInfo *, void *) _BCD_func__9607;
1316 alias _BCD_func__9607 GtkRecentFilterFunc;
1317 enum GtkRecentFilterFlags {
1318 GTK_RECENT_FILTER_URI=1,
1319 GTK_RECENT_FILTER_DISPLAY_NAME=2,
1320 GTK_RECENT_FILTER_MIME_TYPE=4,
1321 GTK_RECENT_FILTER_APPLICATION=8,
1322 GTK_RECENT_FILTER_GROUP=16,
1323 GTK_RECENT_FILTER_AGE=32,
1324 }
1325 alias _GtkRecentActionClass GtkRecentActionClass;
1326 alias _GtkActionClass GtkActionClass;
1327 alias void GtkRecentActionPrivate;
1328 alias _GtkRecentAction GtkRecentAction;
1329 enum GtkRecentManagerError {
1330 GTK_RECENT_MANAGER_ERROR_NOT_FOUND=0,
1331 GTK_RECENT_MANAGER_ERROR_INVALID_URI=1,
1332 GTK_RECENT_MANAGER_ERROR_INVALID_ENCODING=2,
1333 GTK_RECENT_MANAGER_ERROR_NOT_REGISTERED=3,
1334 GTK_RECENT_MANAGER_ERROR_READ=4,
1335 GTK_RECENT_MANAGER_ERROR_WRITE=5,
1336 GTK_RECENT_MANAGER_ERROR_UNKNOWN=6,
1337 }
1338 alias void GtkRecentManagerPrivate;
1339 alias _GtkRecentManagerClass GtkRecentManagerClass;
1340 alias void function(_GtkRecentManager *) _BCD_func__16672;
1341 alias _GtkRecentData GtkRecentData;
1342 alias _GtkRadioToolButtonClass GtkRadioToolButtonClass;
1343 alias _GtkToggleToolButtonClass GtkToggleToolButtonClass;
1344 alias _GtkRadioToolButton GtkRadioToolButton;
1345 alias _GtkToggleToolButton GtkToggleToolButton;
1346 alias void GtkToggleToolButtonPrivate;
1347 alias _GtkToolButtonClass GtkToolButtonClass;
1348 alias void function(_GtkToggleToolButton *) _BCD_func__16678;
1349 alias _GtkToolButton GtkToolButton;
1350 alias _GtkRadioMenuItemClass GtkRadioMenuItemClass;
1351 alias _GtkCheckMenuItemClass GtkCheckMenuItemClass;
1352 alias _GtkRadioMenuItem GtkRadioMenuItem;
1353 alias void function(_GtkRadioMenuItem *) _BCD_func__16681;
1354 alias _GtkCheckMenuItem GtkCheckMenuItem;
1355 alias _GtkRadioButtonClass GtkRadioButtonClass;
1356 alias _GtkCheckButtonClass GtkCheckButtonClass;
1357 alias _GtkRadioButton GtkRadioButton;
1358 alias void function(_GtkRadioButton *) _BCD_func__16684;
1359 alias _GtkCheckButton GtkCheckButton;
1360 alias _GtkRadioActionClass GtkRadioActionClass;
1361 alias _GtkToggleActionClass GtkToggleActionClass;
1362 alias _GtkRadioAction GtkRadioAction;
1363 alias void function(_GtkRadioAction *, _GtkRadioAction *) _BCD_func__16687;
1364 alias void GtkRadioActionPrivate;
1365 alias _GtkToggleAction GtkToggleAction;
1366 alias void function(_GtkToggleAction *) _BCD_func__16690;
1367 alias void GtkToggleActionPrivate;
1368 enum GtkProgressBarOrientation {
1369 GTK_PROGRESS_LEFT_TO_RIGHT=0,
1370 GTK_PROGRESS_RIGHT_TO_LEFT=1,
1371 GTK_PROGRESS_BOTTOM_TO_TOP=2,
1372 GTK_PROGRESS_TOP_TO_BOTTOM=3,
1373 }
1374 enum GtkProgressBarStyle {
1375 GTK_PROGRESS_CONTINUOUS=0,
1376 GTK_PROGRESS_DISCRETE=1,
1377 }
1378 alias _GtkProgressBarClass GtkProgressBarClass;
1379 alias _GtkProgressClass GtkProgressClass;
1380 alias _GtkProgressBar GtkProgressBar;
1381 alias _GtkProgress GtkProgress;
1382 alias _GtkWidgetClass GtkWidgetClass;
1383 alias void function(_GtkProgress *) _BCD_func__16695;
1384 alias void GtkPageSetup;
1385 alias void function(void *, void *) _BCD_func__9769;
1386 alias _BCD_func__9769 GtkPageSetupDoneFunc;
1387 enum GtkPrintError {
1388 GTK_PRINT_ERROR_GENERAL=0,
1389 GTK_PRINT_ERROR_INTERNAL_ERROR=1,
1390 GTK_PRINT_ERROR_NOMEM=2,
1391 GTK_PRINT_ERROR_INVALID_FILE=3,
1392 }
1393 enum GtkPrintOperationAction {
1394 GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG=0,
1395 GTK_PRINT_OPERATION_ACTION_PRINT=1,
1396 GTK_PRINT_OPERATION_ACTION_PREVIEW=2,
1397 GTK_PRINT_OPERATION_ACTION_EXPORT=3,
1398 }
1399 enum GtkPrintOperationResult {
1400 GTK_PRINT_OPERATION_RESULT_ERROR=0,
1401 GTK_PRINT_OPERATION_RESULT_APPLY=1,
1402 GTK_PRINT_OPERATION_RESULT_CANCEL=2,
1403 GTK_PRINT_OPERATION_RESULT_IN_PROGRESS=3,
1404 }
1405 enum GtkPrintStatus {
1406 GTK_PRINT_STATUS_INITIAL=0,
1407 GTK_PRINT_STATUS_PREPARING=1,
1408 GTK_PRINT_STATUS_GENERATING_DATA=2,
1409 GTK_PRINT_STATUS_SENDING_DATA=3,
1410 GTK_PRINT_STATUS_PENDING=4,
1411 GTK_PRINT_STATUS_PENDING_ISSUE=5,
1412 GTK_PRINT_STATUS_PRINTING=6,
1413 GTK_PRINT_STATUS_FINISHED=7,
1414 GTK_PRINT_STATUS_FINISHED_ABORTED=8,
1415 }
1416 alias _GtkPrintOperation GtkPrintOperation;
1417 alias void GtkPrintOperationPrivate;
1418 alias _GtkPrintOperationClass GtkPrintOperationClass;
1419 alias void function(_GtkPrintOperation *, gint) _BCD_func__16699;
1420 alias void GtkPrintContext;
1421 alias void function(_GtkPrintOperation *, void *) _BCD_func__16700;
1422 alias gint function(_GtkPrintOperation *, void *) _BCD_func__16701;
1423 alias void function(_GtkPrintOperation *, void *, gint, void *) _BCD_func__16702;
1424 alias void function(_GtkPrintOperation *, void *, gint) _BCD_func__16703;
1425 alias void function(_GtkPrintOperation *) _BCD_func__16704;
1426 alias _GtkWidget * function(_GtkPrintOperation *) _BCD_func__16705;
1427 alias void function(_GtkPrintOperation *, _GtkWidget *) _BCD_func__16706;
1428 alias void GtkPrintOperationPreview;
1429 alias _GtkWindow GtkWindow;
1430 alias gint function(_GtkPrintOperation *, void *, void *, _GtkWindow *) _BCD_func__16707;
1431 alias _GtkPrintOperationPreviewIface GtkPrintOperationPreviewIface;
1432 alias void function(void *, void *) _BCD_func__16709;
1433 alias void function(void *, void *, void *) _BCD_func__16710;
1434 alias void function(void *, gint) _BCD_func__16711;
1435 alias gint function(void *, gint) _BCD_func__16712;
1436 alias void function(void *) _BCD_func__16713;
1437 alias _GtkPageRange GtkPageRange;
1438 alias void function(char *, char *, void *) _BCD_func__9823;
1439 alias _BCD_func__9823 GtkPrintSettingsFunc;
1440 alias void GtkPrintSettings;
1441 alias void GtkPaperSize;
1442 alias _GtkPreviewClass GtkPreviewClass;
1443 alias _GtkPreviewInfo GtkPreviewInfo;
1444 alias _GtkDitherInfo GtkDitherInfo;
1445 alias _GtkPreview GtkPreview;
1446 alias _GtkPlugClass GtkPlugClass;
1447 alias _GtkWindowClass GtkWindowClass;
1448 alias _GtkPlug GtkPlug;
1449 alias void function(_GtkPlug *) _BCD_func__16720;
1450 alias _GtkWindowGroup GtkWindowGroup;
1451 alias _GtkSocketClass GtkSocketClass;
1452 alias _GtkSocket GtkSocket;
1453 alias void function(_GtkSocket *) _BCD_func__16723;
1454 alias gint function(_GtkSocket *) _BCD_func__16724;
1455 alias _GtkAccelGroup GtkAccelGroup;
1456 alias _GtkPixmapClass GtkPixmapClass;
1457 alias _GtkMiscClass GtkMiscClass;
1458 alias _GtkPixmap GtkPixmap;
1459 alias _GtkMisc GtkMisc;
1460 alias _GtkOptionMenuClass GtkOptionMenuClass;
1461 alias _GtkOptionMenu GtkOptionMenu;
1462 alias void function(_GtkOptionMenu *) _BCD_func__16729;
1463 alias _GtkOldEditable GtkOldEditable;
1464 alias void function(_GtkOldEditable *, guint) _BCD_func__9931;
1465 alias _BCD_func__9931 GtkTextFunction;
1466 alias _GtkOldEditableClass GtkOldEditableClass;
1467 alias void function(_GtkOldEditable *) _BCD_func__16732;
1468 alias void function(_GtkOldEditable *, gint) _BCD_func__16733;
1469 alias void function(_GtkOldEditable *, gint, gint) _BCD_func__16734;
1470 alias char * function(_GtkOldEditable *, gint, gint) _BCD_func__16735;
1471 alias _GtkNotebook GtkNotebook;
1472 alias _GtkNotebook * function(_GtkNotebook *, _GtkWidget *, gint, gint, void *) _BCD_func__9964;
1473 alias _BCD_func__9964 GtkNotebookWindowCreationFunc;
1474 alias void GtkNotebookPage;
1475 alias _GtkNotebookClass GtkNotebookClass;
1476 alias void function(_GtkNotebook *, void *, guint) _BCD_func__16738;
1477 alias gint function(_GtkNotebook *, gint) _BCD_func__16739;
1478 enum GtkNotebookTab {
1479 GTK_NOTEBOOK_TAB_FIRST=0,
1480 GTK_NOTEBOOK_TAB_LAST=1,
1481 }
1482 alias gint function(_GtkNotebook *, gint) _BCD_func__16740;
1483 alias void function(_GtkNotebook *, gint) _BCD_func__16741;
1484 alias gint function(_GtkNotebook *, gint, gint) _BCD_func__16742;
1485 alias gint function(_GtkNotebook *, _GtkWidget *, _GtkWidget *, _GtkWidget *, gint) _BCD_func__16743;
1486 alias _GtkNotebook * function(_GtkNotebook *, _GtkWidget *, gint, gint) _BCD_func__16744;
1487 alias void function(_GdkDisplay *) _BCD_func__10005;
1488 alias _BCD_func__10005 GtkModuleDisplayInitFunc;
1489 alias void function(gint *, char * * *) _BCD_func__10006;
1490 alias _BCD_func__10006 GtkModuleInitFunc;
1491 alias _GtkMessageDialogClass GtkMessageDialogClass;
1492 alias _GtkMessageDialog GtkMessageDialog;
1493 enum GtkButtonsType {
1494 GTK_BUTTONS_NONE=0,
1495 GTK_BUTTONS_OK=1,
1496 GTK_BUTTONS_CLOSE=2,
1497 GTK_BUTTONS_CANCEL=3,
1498 GTK_BUTTONS_YES_NO=4,
1499 GTK_BUTTONS_OK_CANCEL=5,
1500 }
1501 enum GtkMessageType {
1502 GTK_MESSAGE_INFO=0,
1503 GTK_MESSAGE_WARNING=1,
1504 GTK_MESSAGE_QUESTION=2,
1505 GTK_MESSAGE_ERROR=3,
1506 GTK_MESSAGE_OTHER=4,
1507 }
1508 alias void GtkMenuToolButtonPrivate;
1509 alias _GtkMenuToolButton GtkMenuToolButton;
1510 alias _GtkMenuToolButtonClass GtkMenuToolButtonClass;
1511 alias void function(_GtkMenuToolButton *) _BCD_func__16750;
1512 alias void GtkToolButtonPrivate;
1513 alias void function(_GtkToolButton *) _BCD_func__16752;
1514 alias void GtkToolItemPrivate;
1515 alias gint function(_GtkToolItem *) _BCD_func__16755;
1516 alias void function(_GtkToolItem *) _BCD_func__16756;
1517 alias gint function(_GtkToolItem *, _GtkTooltips *, char *, char *) _BCD_func__16757;
1518 alias _GtkTooltipsData GtkTooltipsData;
1519 alias _GtkTooltipsClass GtkTooltipsClass;
1520 alias _GtkObjectClass GtkObjectClass;
1521 alias _GtkObject GtkObject;
1522 alias _GtkMenuBarClass GtkMenuBarClass;
1523 alias _GtkMenuShellClass GtkMenuShellClass;
1524 alias _GtkMenuBar GtkMenuBar;
1525 alias _GtkMenuShell GtkMenuShell;
1526 alias gint function(_GtkWidget *, _GdkEventKey *, void *) _BCD_func__10115;
1527 alias _BCD_func__10115 GtkKeySnoopFunc;
1528 alias _GtkListClass GtkListClass;
1529 alias _GtkList GtkList;
1530 alias void function(_GtkList *) _BCD_func__16765;
1531 alias void function(_GtkList *, _GtkWidget *) _BCD_func__16766;
1532 enum GtkStateType {
1533 GTK_STATE_NORMAL=0,
1534 GTK_STATE_ACTIVE=1,
1535 GTK_STATE_PRELIGHT=2,
1536 GTK_STATE_SELECTED=3,
1537 GTK_STATE_INSENSITIVE=4,
1538 }
1539 alias _GtkListItemClass GtkListItemClass;
1540 alias _GtkItemClass GtkItemClass;
1541 alias _GtkListItem GtkListItem;
1542 alias void function(_GtkListItem *) _BCD_func__16769;
1543 alias void function(_GtkListItem *, gint, float, gint) _BCD_func__16770;
1544 alias void function(_GtkListItem *, gint, float) _BCD_func__16771;
1545 alias _GtkItem GtkItem;
1546 alias _GtkLinkButton GtkLinkButton;
1547 alias void function(_GtkLinkButton *, char *, void *) _BCD_func__10158;
1548 alias _BCD_func__10158 GtkLinkButtonUriFunc;
1549 alias void GtkLinkButtonPrivate;
1550 alias _GtkLinkButtonClass GtkLinkButtonClass;
1551 alias _GtkLayoutClass GtkLayoutClass;
1552 alias _GtkLayout GtkLayout;
1553 alias void function(_GtkLayout *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16776;
1554 alias _GtkInvisibleClass GtkInvisibleClass;
1555 alias _GtkInvisible GtkInvisible;
1556 alias _GtkInputDialogClass GtkInputDialogClass;
1557 alias _GtkInputDialog GtkInputDialog;
1558 alias void function(_GtkInputDialog *, _GdkDevice *) _BCD_func__16781;
1559 alias void GtkIMMulticontextPrivate;
1560 alias _GtkIMMulticontextClass GtkIMMulticontextClass;
1561 alias _GtkIMContextClass GtkIMContextClass;
1562 alias _GtkIMMulticontext GtkIMMulticontext;
1563 alias _GtkIMContextSimpleClass GtkIMContextSimpleClass;
1564 alias _GtkIMContextSimple GtkIMContextSimple;
1565 alias _GtkImageMenuItemClass GtkImageMenuItemClass;
1566 alias _GtkImageMenuItem GtkImageMenuItem;
1567 enum GtkIconViewDropPosition {
1568 GTK_ICON_VIEW_NO_DROP=0,
1569 GTK_ICON_VIEW_DROP_INTO=1,
1570 GTK_ICON_VIEW_DROP_LEFT=2,
1571 GTK_ICON_VIEW_DROP_RIGHT=3,
1572 GTK_ICON_VIEW_DROP_ABOVE=4,
1573 GTK_ICON_VIEW_DROP_BELOW=5,
1574 }
1575 alias _GtkIconView GtkIconView;
1576 alias void function(_GtkIconView *, void *, void *) _BCD_func__10270;
1577 alias _BCD_func__10270 GtkIconViewForeachFunc;
1578 alias void GtkIconViewPrivate;
1579 alias _GtkIconViewClass GtkIconViewClass;
1580 alias void function(_GtkIconView *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16790;
1581 alias void function(_GtkIconView *, void *) _BCD_func__16791;
1582 alias void function(_GtkIconView *) _BCD_func__16792;
1583 alias gint function(_GtkIconView *, gint, gint) _BCD_func__16793;
1584 alias gint function(_GtkIconView *) _BCD_func__16794;
1585 enum GtkIconThemeError {
1586 GTK_ICON_THEME_NOT_FOUND=0,
1587 GTK_ICON_THEME_FAILED=1,
1588 }
1589 enum GtkIconLookupFlags {
1590 GTK_ICON_LOOKUP_NO_SVG=1,
1591 GTK_ICON_LOOKUP_FORCE_SVG=2,
1592 GTK_ICON_LOOKUP_USE_BUILTIN=4,
1593 GTK_ICON_LOOKUP_GENERIC_FALLBACK=8,
1594 }
1595 alias void GtkIconThemePrivate;
1596 alias _GtkIconThemeClass GtkIconThemeClass;
1597 alias _GtkIconTheme GtkIconTheme;
1598 alias void function(_GtkIconTheme *) _BCD_func__16797;
1599 alias void GtkIconInfo;
1600 alias _GtkIconFactoryClass GtkIconFactoryClass;
1601 alias _GtkHSeparatorClass GtkHSeparatorClass;
1602 alias _GtkHSeparator GtkHSeparator;
1603 alias _GtkHScaleClass GtkHScaleClass;
1604 alias _GtkHScale GtkHScale;
1605 alias _GtkRangeClass GtkRangeClass;
1606 alias char * function(_GtkScale *, double) _BCD_func__16807;
1607 alias void function(_GtkScale *) _BCD_func__16808;
1608 alias void function(_GtkScale *, gint *, gint *) _BCD_func__16809;
1609 alias _GtkRange GtkRange;
1610 alias _GtkHRulerClass GtkHRulerClass;
1611 alias _GtkHRuler GtkHRuler;
1612 alias _GtkRulerMetric GtkRulerMetric;
1613 alias void function(_GtkRuler *) _BCD_func__16815;
1614 alias _GtkHPanedClass GtkHPanedClass;
1615 alias _GtkHPaned GtkHPaned;
1616 alias void GtkPanedPrivate;
1617 alias gint function(_GtkPaned *, gint) _BCD_func__16820;
1618 alias gint function(_GtkPaned *) _BCD_func__16821;
1619 alias gint function(_GtkPaned *, gint) _BCD_func__16822;
1620 alias _GtkHButtonBoxClass GtkHButtonBoxClass;
1621 alias _GtkHButtonBox GtkHButtonBox;
1622 alias _GtkHandleBoxClass GtkHandleBoxClass;
1623 alias _GtkHandleBox GtkHandleBox;
1624 alias void function(_GtkHandleBox *, _GtkWidget *) _BCD_func__16827;
1625 alias _GdkRectangle GtkAllocation;
1626 alias _GtkGammaCurveClass GtkGammaCurveClass;
1627 alias _GtkGammaCurve GtkGammaCurve;
1628 alias _GtkFontSelectionDialogClass GtkFontSelectionDialogClass;
1629 alias _GtkFontSelectionDialog GtkFontSelectionDialog;
1630 alias _GtkFontSelectionClass GtkFontSelectionClass;
1631 alias _GtkFontSelection GtkFontSelection;
1632 alias void GtkFontButtonPrivate;
1633 alias _GtkFontButtonClass GtkFontButtonClass;
1634 alias _GtkFontButton GtkFontButton;
1635 alias void function(_GtkFontButton *) _BCD_func__16836;
1636 alias void GtkFileChooserWidgetPrivate;
1637 alias _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
1638 alias _GtkFileChooserWidget GtkFileChooserWidget;
1639 alias void GtkFileChooserDialogPrivate;
1640 alias _GtkFileChooserDialogClass GtkFileChooserDialogClass;
1641 alias _GtkFileChooserDialog GtkFileChooserDialog;
1642 alias _GtkFileChooserButtonClass GtkFileChooserButtonClass;
1643 alias _GtkFileChooserButton GtkFileChooserButton;
1644 alias void function(_GtkFileChooserButton *) _BCD_func__16843;
1645 alias void GtkFileChooserButtonPrivate;
1646 enum GtkFileChooserError {
1647 GTK_FILE_CHOOSER_ERROR_NONEXISTENT=0,
1648 GTK_FILE_CHOOSER_ERROR_BAD_FILENAME=1,
1649 GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS=2,
1650 }
1651 enum GtkFileChooserConfirmation {
1652 GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM=0,
1653 GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME=1,
1654 GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN=2,
1655 }
1656 enum GtkFileChooserAction {
1657 GTK_FILE_CHOOSER_ACTION_OPEN=0,
1658 GTK_FILE_CHOOSER_ACTION_SAVE=1,
1659 GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER=2,
1660 GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER=3,
1661 }
1662 alias void GtkFileChooser;
1663 alias _GtkFileFilterInfo GtkFileFilterInfo;
1664 alias gint function(_GtkFileFilterInfo *, void *) _BCD_func__10568;
1665 alias _BCD_func__10568 GtkFileFilterFunc;
1666 enum GtkFileFilterFlags {
1667 GTK_FILE_FILTER_FILENAME=1,
1668 GTK_FILE_FILTER_URI=2,
1669 GTK_FILE_FILTER_DISPLAY_NAME=4,
1670 GTK_FILE_FILTER_MIME_TYPE=8,
1671 }
1672 alias void GtkFileFilter;
1673 alias _GtkFixedChild GtkFixedChild;
1674 alias _GtkFixedClass GtkFixedClass;
1675 alias _GtkFixed GtkFixed;
1676 alias _GtkFileSelectionClass GtkFileSelectionClass;
1677 alias _GtkFileSelection GtkFileSelection;
1678 alias void GtkExpanderPrivate;
1679 alias _GtkExpanderClass GtkExpanderClass;
1680 alias _GtkExpander GtkExpander;
1681 alias void function(_GtkExpander *) _BCD_func__16852;
1682 alias _GtkEventBoxClass GtkEventBoxClass;
1683 alias _GtkEventBox GtkEventBox;
1684 alias _GtkCurveClass GtkCurveClass;
1685 alias _GtkDrawingAreaClass GtkDrawingAreaClass;
1686 alias _GtkCurve GtkCurve;
1687 alias void function(_GtkCurve *) _BCD_func__16857;
1688 alias _GtkDrawingArea GtkDrawingArea;
1689 enum GtkCurveType {
1690 GTK_CURVE_TYPE_LINEAR=0,
1691 GTK_CURVE_TYPE_SPLINE=1,
1692 GTK_CURVE_TYPE_FREE=2,
1693 }
1694 alias _GtkCTree GtkCTree;
1695 alias _GtkCTreeNode GtkCTreeNode;
1696 alias gint function(_GtkCTree *, _GtkCTreeNode *, _GtkCTreeNode *, _GtkCTreeNode *) _BCD_func__10682;
1697 alias _BCD_func__10682 GtkCTreeCompareDragFunc;
1698 alias gint function(_GtkCTree *, guint, _GNode *, _GtkCTreeNode *, void *) _BCD_func__10683;
1699 alias _BCD_func__10683 GtkCTreeGNodeFunc;
1700 alias void function(_GtkCTree *, _GtkCTreeNode *, void *) _BCD_func__10684;
1701 alias _BCD_func__10684 GtkCTreeFunc;
1702 alias _GtkCTreeRow GtkCTreeRow;
1703 alias _GtkCListRow GtkCListRow;
1704 alias _GtkCTreeClass GtkCTreeClass;
1705 alias _GtkCListClass GtkCListClass;
1706 alias void function(_GtkCTree *, _GtkCTreeNode *, gint) _BCD_func__16865;
1707 alias void function(_GtkCTree *, _GtkCTreeNode *) _BCD_func__16866;
1708 alias void function(_GtkCTree *, _GtkCTreeNode *, _GtkCTreeNode *, _GtkCTreeNode *) _BCD_func__16867;
1709 enum GtkCTreeExpansionType {
1710 GTK_CTREE_EXPANSION_EXPAND=0,
1711 GTK_CTREE_EXPANSION_EXPAND_RECURSIVE=1,
1712 GTK_CTREE_EXPANSION_COLLAPSE=2,
1713 GTK_CTREE_EXPANSION_COLLAPSE_RECURSIVE=3,
1714 GTK_CTREE_EXPANSION_TOGGLE=4,
1715 GTK_CTREE_EXPANSION_TOGGLE_RECURSIVE=5,
1716 }
1717 alias void function(_GtkCTree *, gint) _BCD_func__16868;
1718 alias _GtkCList GtkCList;
1719 enum GtkCTreeExpanderStyle {
1720 GTK_CTREE_EXPANDER_NONE=0,
1721 GTK_CTREE_EXPANDER_SQUARE=1,
1722 GTK_CTREE_EXPANDER_TRIANGLE=2,
1723 GTK_CTREE_EXPANDER_CIRCULAR=3,
1724 }
1725 enum GtkCTreeLineStyle {
1726 GTK_CTREE_LINES_NONE=0,
1727 GTK_CTREE_LINES_SOLID=1,
1728 GTK_CTREE_LINES_DOTTED=2,
1729 GTK_CTREE_LINES_TABBED=3,
1730 }
1731 enum GtkCTreePos {
1732 GTK_CTREE_POS_BEFORE=0,
1733 GTK_CTREE_POS_AS_CHILD=1,
1734 GTK_CTREE_POS_AFTER=2,
1735 }
1736 alias void GtkComboBoxEntryPrivate;
1737 alias _GtkComboBoxEntryClass GtkComboBoxEntryClass;
1738 alias _GtkComboBoxClass GtkComboBoxClass;
1739 alias _GtkComboBoxEntry GtkComboBoxEntry;
1740 alias _GtkComboBox GtkComboBox;
1741 alias void GtkComboBoxPrivate;
1742 alias void function(_GtkComboBox *) _BCD_func__16873;
1743 alias char * function(_GtkComboBox *) _BCD_func__16874;
1744 alias _GtkTreeView GtkTreeView;
1745 alias void function(_GtkTreeView *, void *, gint, void *) _BCD_func__10748;
1746 alias _BCD_func__10748 GtkTreeDestroyCountFunc;
1747 alias void function(_GtkTreeView *, _GtkWidget *, void *) _BCD_func__10752;
1748 alias _BCD_func__10752 GtkTreeViewSearchPositionFunc;
1749 alias gint function(void *, _GtkTreeIter *, void *) _BCD_func__10753;
1750 alias _BCD_func__10753 GtkTreeViewRowSeparatorFunc;
1751 alias gint function(void *, gint, char *, _GtkTreeIter *, void *) _BCD_func__10754;
1752 alias _BCD_func__10754 GtkTreeViewSearchEqualFunc;
1753 alias void function(_GtkTreeView *, void *, void *) _BCD_func__10755;
1754 alias _BCD_func__10755 GtkTreeViewMappingFunc;
1755 alias _GtkTreeViewColumn GtkTreeViewColumn;
1756 alias gint function(_GtkTreeView *, _GtkTreeViewColumn *, _GtkTreeViewColumn *, _GtkTreeViewColumn *, void *) _BCD_func__10756;
1757 alias _BCD_func__10756 GtkTreeViewColumnDropFunc;
1758 alias _GtkTreeSelectionClass GtkTreeSelectionClass;
1759 alias void function(_GtkTreeSelection *) _BCD_func__16877;
1760 enum GtkSelectionMode {
1761 GTK_SELECTION_NONE=0,
1762 GTK_SELECTION_SINGLE=1,
1763 GTK_SELECTION_BROWSE=2,
1764 GTK_SELECTION_MULTIPLE=3,
1765 GTK_SELECTION_EXTENDED=3,
1766 }
1767 alias void GtkTreeViewPrivate;
1768 alias _GtkTreeViewClass GtkTreeViewClass;
1769 alias void function(_GtkTreeView *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16880;
1770 alias void function(_GtkTreeView *, void *, _GtkTreeViewColumn *) _BCD_func__16881;
1771 alias gint function(_GtkTreeView *, _GtkTreeIter *, void *) _BCD_func__16882;
1772 alias void function(_GtkTreeView *, _GtkTreeIter *, void *) _BCD_func__16883;
1773 alias void function(_GtkTreeView *) _BCD_func__16884;
1774 alias gint function(_GtkTreeView *, gint, gint) _BCD_func__16885;
1775 alias gint function(_GtkTreeView *) _BCD_func__16886;
1776 alias gint function(_GtkTreeView *, gint) _BCD_func__16887;
1777 alias gint function(_GtkTreeView *, gint, gint, gint) _BCD_func__16888;
1778 enum GtkTreeViewDropPosition {
1779 GTK_TREE_VIEW_DROP_BEFORE=0,
1780 GTK_TREE_VIEW_DROP_AFTER=1,
1781 GTK_TREE_VIEW_DROP_INTO_OR_BEFORE=2,
1782 GTK_TREE_VIEW_DROP_INTO_OR_AFTER=3,
1783 }
1784 alias void function(_GtkEntry *, _GtkMenu *) _BCD_func__16891;
1785 alias void function(_GtkEntry *) _BCD_func__16892;
1786 alias void function(_GtkEntry *, gint, gint, gint) _BCD_func__16893;
1787 alias void function(_GtkEntry *, char *) _BCD_func__16894;
1788 alias void function(_GtkEntry *, gint, gint) _BCD_func__16895;
1789 alias _GtkEntryCompletion GtkEntryCompletion;
1790 alias gint function(_GtkEntryCompletion *, char *, _GtkTreeIter *, void *) _BCD_func__10863;
1791 alias _BCD_func__10863 GtkEntryCompletionMatchFunc;
1792 alias void GtkEntryCompletionPrivate;
1793 alias _GtkEntryCompletionClass GtkEntryCompletionClass;
1794 alias gint function(_GtkEntryCompletion *, void *, _GtkTreeIter *) _BCD_func__16898;
1795 alias void function(_GtkEntryCompletion *, gint) _BCD_func__16899;
1796 alias gint function(_GtkEntryCompletion *, char *) _BCD_func__16900;
1797 alias void GtkTreeModelFilterPrivate;
1798 alias _GtkTreeModelFilterClass GtkTreeModelFilterClass;
1799 alias _GtkTreeModelFilter GtkTreeModelFilter;
1800 alias void function(void *, _GtkTreeIter *, _GValue *, gint, void *) _BCD_func__10889;
1801 alias _BCD_func__10889 GtkTreeModelFilterModifyFunc;
1802 alias _BCD_func__10753 GtkTreeModelFilterVisibleFunc;
1803 alias _GtkListStoreClass GtkListStoreClass;
1804 alias _GtkListStore GtkListStore;
1805 alias void function(_GtkIMContext *) _BCD_func__16907;
1806 alias void function(_GtkIMContext *, char *) _BCD_func__16908;
1807 alias gint function(_GtkIMContext *) _BCD_func__16909;
1808 alias gint function(_GtkIMContext *, gint, gint) _BCD_func__16910;
1809 alias void function(_GtkIMContext *, _GdkDrawable *) _BCD_func__16911;
1810 alias void function(_GtkIMContext *, char * *, void * *, gint *) _BCD_func__16912;
1811 alias gint function(_GtkIMContext *, _GdkEventKey *) _BCD_func__16913;
1812 alias void function(_GtkIMContext *, _GdkRectangle *) _BCD_func__16914;
1813 alias void function(_GtkIMContext *, gint) _BCD_func__16915;
1814 alias void function(_GtkIMContext *, char *, gint, gint) _BCD_func__16916;
1815 alias gint function(_GtkIMContext *, char * *, gint *) _BCD_func__16917;
1816 alias _GtkEditableClass GtkEditableClass;
1817 alias void GtkEditable;
1818 alias void function(void *, char *, gint, gint *) _BCD_func__16920;
1819 alias void function(void *, gint, gint) _BCD_func__16921;
1820 alias void function(void *) _BCD_func__16922;
1821 alias char * function(void *, gint, gint) _BCD_func__16923;
1822 alias gint function(void *, gint *, gint *) _BCD_func__16924;
1823 alias void function(void *, gint) _BCD_func__16925;
1824 alias gint function(void *) _BCD_func__16926;
1825 enum GtkTargetFlags {
1826 GTK_TARGET_SAME_APP=1,
1827 GTK_TARGET_SAME_WIDGET=2,
1828 GTK_TARGET_OTHER_APP=4,
1829 GTK_TARGET_OTHER_WIDGET=8,
1830 }
1831 enum GtkDestDefaults {
1832 GTK_DEST_DEFAULT_MOTION=1,
1833 GTK_DEST_DEFAULT_HIGHLIGHT=2,
1834 GTK_DEST_DEFAULT_DROP=4,
1835 GTK_DEST_DEFAULT_ALL=7,
1836 }
1837 alias _GtkComboClass GtkComboClass;
1838 alias _GtkCombo GtkCombo;
1839 alias _GtkBoxClass GtkBoxClass;
1840 alias _GtkBox GtkBox;
1841 alias _GtkColorSelectionDialogClass GtkColorSelectionDialogClass;
1842 alias _GtkColorSelectionDialog GtkColorSelectionDialog;
1843 alias void function(_GdkScreen *, _GdkColor *, gint) _BCD_func__11008;
1844 alias _BCD_func__11008 GtkColorSelectionChangePaletteWithScreenFunc;
1845 alias void function(_GdkColor *, gint) _BCD_func__11009;
1846 alias _BCD_func__11009 GtkColorSelectionChangePaletteFunc;
1847 alias _GtkColorSelectionClass GtkColorSelectionClass;
1848 alias _GtkColorSelection GtkColorSelection;
1849 alias void function(_GtkColorSelection *) _BCD_func__16934;
1850 alias void GtkColorButtonPrivate;
1851 alias _GtkColorButtonClass GtkColorButtonClass;
1852 alias _GtkColorButton GtkColorButton;
1853 alias void function(_GtkColorButton *) _BCD_func__16939;
1854 alias _GtkCListDestInfo GtkCListDestInfo;
1855 alias _GtkCListCellInfo GtkCListCellInfo;
1856 enum GtkCListDragPos {
1857 GTK_CLIST_DRAG_NONE=0,
1858 GTK_CLIST_DRAG_BEFORE=1,
1859 GTK_CLIST_DRAG_INTO=2,
1860 GTK_CLIST_DRAG_AFTER=3,
1861 }
1862 alias gint function(_GtkCList *, void *, void *) _BCD_func__11051;
1863 alias _BCD_func__11051 GtkCListCompareFunc;
1864 alias _GtkCellWidget GtkCellWidget;
1865 enum GtkCellType {
1866 GTK_CELL_EMPTY=0,
1867 GTK_CELL_TEXT=1,
1868 GTK_CELL_PIXMAP=2,
1869 GTK_CELL_PIXTEXT=3,
1870 GTK_CELL_WIDGET=4,
1871 }
1872 alias _GtkStyle GtkStyle;
1873 alias _GtkCellPixText GtkCellPixText;
1874 alias _GtkCellPixmap GtkCellPixmap;
1875 alias _GtkCellText GtkCellText;
1876 alias _GtkCell GtkCell;
1877 alias _GtkCListColumn GtkCListColumn;
1878 alias void function(_GtkCList *, _GtkAdjustment *, _GtkAdjustment *) _BCD_func__16962;
1879 alias void function(_GtkCList *) _BCD_func__16963;
1880 alias void function(_GtkCList *, gint, gint, _GdkEvent *) _BCD_func__16964;
1881 alias void function(_GtkCList *, gint, gint) _BCD_func__16965;
1882 alias void function(_GtkCList *, gint) _BCD_func__16966;
1883 alias void function(_GtkCList *, gint, float, gint) _BCD_func__16967;
1884 alias void function(_GtkCList *, gint, float) _BCD_func__16968;
1885 alias void function(_GtkCList *, _GdkEvent *) _BCD_func__16969;
1886 alias _GList * function(_GtkCList *, gint, _GList *) _BCD_func__16970;
1887 alias void function(_GtkCList *, _GdkRectangle *, gint, _GtkCListRow *) _BCD_func__16971;
1888 alias void function(_GtkCList *, _GtkCListRow *, gint, gint) _BCD_func__16972;
1889 alias gint function(_GtkCList *, gint, char * *) _BCD_func__16973;
1890 alias void function(_GtkCList *, _GtkCListRow *, gint, gint, char *, char, _GdkDrawable *, _GdkDrawable *) _BCD_func__16974;
1891 alias void function(_GtkCList *, _GtkCListRow *, gint, _GtkRequisition *) _BCD_func__16975;
1892 enum GtkButtonAction {
1893 GTK_BUTTON_IGNORED=0,
1894 GTK_BUTTON_SELECTS=1,
1895 GTK_BUTTON_DRAGS=2,
1896 GTK_BUTTON_EXPANDS=4,
1897 }
1898 alias _GtkVScrollbarClass GtkVScrollbarClass;
1899 alias _GtkScrollbarClass GtkScrollbarClass;
1900 alias _GtkVScrollbar GtkVScrollbar;
1901 alias _GtkScrollbar GtkScrollbar;
1902 alias _GtkHScrollbarClass GtkHScrollbarClass;
1903 alias _GtkHScrollbar GtkHScrollbar;
1904 alias void function(_GtkRange *) _BCD_func__16984;
1905 alias void function(_GtkRange *, double) _BCD_func__16985;
1906 alias void function(_GtkRange *, gint) _BCD_func__16986;
1907 alias _GtkBorder GtkBorder;
1908 alias void function(_GtkRange *, _GtkBorder *) _BCD_func__16987;
1909 alias gint function(_GtkRange *, gint, double) _BCD_func__16988;
1910 enum GtkUpdateType {
1911 GTK_UPDATE_CONTINUOUS=0,
1912 GTK_UPDATE_DISCONTINUOUS=1,
1913 GTK_UPDATE_DELAYED=2,
1914 }
1915 alias void GtkRangeLayout;
1916 alias void GtkRangeStepTimer;
1917 alias void GtkClipboard;
1918 alias void function(void *, void *) _BCD_func__11267;
1919 alias _BCD_func__11267 GtkClipboardClearFunc;
1920 alias void function(void *, _GtkSelectionData *, guint, void *) _BCD_func__11268;
1921 alias _BCD_func__11268 GtkClipboardGetFunc;
1922 alias void function(void *, void * *, gint, void *) _BCD_func__11269;
1923 alias _BCD_func__11269 GtkClipboardTargetsReceivedFunc;
1924 alias void function(void *, void *, void *) _BCD_func__11270;
1925 alias _BCD_func__11270 GtkClipboardImageReceivedFunc;
1926 alias void function(void *, void *, char *, gsize, void *) _BCD_func__11271;
1927 alias _BCD_func__11271 GtkClipboardRichTextReceivedFunc;
1928 alias void function(void *, char *, void *) _BCD_func__11272;
1929 alias _BCD_func__11272 GtkClipboardTextReceivedFunc;
1930 alias void function(void *, _GtkSelectionData *, void *) _BCD_func__11273;
1931 alias _BCD_func__11273 GtkClipboardReceivedFunc;
1932 alias _GtkTargetPair GtkTargetPair;
1933 alias _GtkTargetEntry GtkTargetEntry;
1934 alias _GtkTargetList GtkTargetList;
1935 alias gint function(gunichar, void *) _BCD_func__11292;
1936 alias _BCD_func__11292 GtkTextCharPredicate;
1937 enum GtkTextSearchFlags {
1938 GTK_TEXT_SEARCH_VISIBLE_ONLY=1,
1939 GTK_TEXT_SEARCH_TEXT_ONLY=2,
1940 }
1941 alias _GtkTextChildAnchorClass GtkTextChildAnchorClass;
1942 alias _GtkTextAppearance GtkTextAppearance;
1943 alias _GtkTextTagClass GtkTextTagClass;
1944 alias gint function(_GtkTextTag *, _GObject *, _GdkEvent *, _GtkTextIter *) _BCD_func__16998;
1945 alias _GtkTextAttributes GtkTextAttributes;
1946 enum GtkTextDirection {
1947 GTK_TEXT_DIR_NONE=0,
1948 GTK_TEXT_DIR_LTR=1,
1949 GTK_TEXT_DIR_RTL=2,
1950 }
1951 alias void function(_GtkCheckMenuItem *) _BCD_func__17004;
1952 alias void function(_GtkCheckMenuItem *, _GdkRectangle *) _BCD_func__17005;
1953 alias void function(_GtkMenuItem *) _BCD_func__17008;
1954 alias void function(_GtkMenuItem *, gint *) _BCD_func__17009;
1955 alias void function(_GtkMenuItem *, gint) _BCD_func__17010;
1956 alias void function(_GtkItem *) _BCD_func__17013;
1957 alias _GtkToggleButtonClass GtkToggleButtonClass;
1958 alias void function(_GtkCheckButton *, _GdkRectangle *) _BCD_func__17016;
1959 alias _GtkToggleButton GtkToggleButton;
1960 alias void function(_GtkToggleButton *) _BCD_func__17019;
1961 alias void GtkCellViewPrivate;
1962 alias _GtkCellViewClass GtkCellViewClass;
1963 alias _GtkCellView GtkCellView;
1964 alias _GtkCellRendererToggleClass GtkCellRendererToggleClass;
1965 alias _GtkCellRendererClass GtkCellRendererClass;
1966 alias _GtkCellRendererToggle GtkCellRendererToggle;
1967 alias void function(_GtkCellRendererToggle *, char *) _BCD_func__17024;
1968 alias _GtkCellRenderer GtkCellRenderer;
1969 alias void GtkCellRendererSpinPrivate;
1970 alias _GtkCellRendererSpinClass GtkCellRendererSpinClass;
1971 alias _GtkCellRendererTextClass GtkCellRendererTextClass;
1972 alias _GtkCellRendererSpin GtkCellRendererSpin;
1973 alias _GtkCellRendererText GtkCellRendererText;
1974 alias void GtkCellRendererProgressPrivate;
1975 alias _GtkCellRendererProgressClass GtkCellRendererProgressClass;
1976 alias _GtkCellRendererProgress GtkCellRendererProgress;
1977 alias _GtkCellRendererPixbufClass GtkCellRendererPixbufClass;
1978 alias _GtkCellRendererPixbuf GtkCellRendererPixbuf;
1979 alias _GtkCellRendererComboClass GtkCellRendererComboClass;
1980 alias _GtkCellRendererCombo GtkCellRendererCombo;
1981 enum GtkCellRendererAccelMode {
1982 GTK_CELL_RENDERER_ACCEL_MODE_GTK=0,
1983 GTK_CELL_RENDERER_ACCEL_MODE_OTHER=1,
1984 }
1985 alias _GtkCellRendererAccelClass GtkCellRendererAccelClass;
1986 alias _GtkCellRendererAccel GtkCellRendererAccel;
1987 alias void function(_GtkCellRendererAccel *, char *, guint, gint, guint) _BCD_func__17035;
1988 alias void function(_GtkCellRendererAccel *, char *) _BCD_func__17036;
1989 alias void function(_GtkCellRendererText *, char *, char *) _BCD_func__17039;
1990 alias void GtkCellLayout;
1991 alias void function(void *, _GtkCellRenderer *, void *, _GtkTreeIter *, void *) _BCD_func__11624;
1992 alias _BCD_func__11624 GtkCellLayoutDataFunc;
1993 alias _GtkCellLayoutIface GtkCellLayoutIface;
1994 alias void function(void *, _GtkCellRenderer *, gint) _BCD_func__17042;
1995 alias void function(void *) _BCD_func__17043;
1996 alias void function(void *, _GtkCellRenderer *, char *, gint) _BCD_func__17044;
1997 alias void function(void *, _GtkCellRenderer *, _BCD_func__11624, void *, _BCD_func__13158) _BCD_func__17045;
1998 alias void function(void *, _GtkCellRenderer *) _BCD_func__17046;
1999 alias _GList * function(void *) _BCD_func__17047;
2000 alias void function(_GtkTreeViewColumn *, _GtkCellRenderer *, void *, _GtkTreeIter *, void *) _BCD_func__11636;
2001 alias _BCD_func__11636 GtkTreeCellDataFunc;
2002 alias _GtkTreeViewColumnClass GtkTreeViewColumnClass;
2003 alias void function(_GtkTreeViewColumn *) _BCD_func__17049;
2004 alias void GtkCellEditable;
2005 enum GtkTreeViewColumnSizing {
2006 GTK_TREE_VIEW_COLUMN_GROW_ONLY=0,
2007 GTK_TREE_VIEW_COLUMN_AUTOSIZE=1,
2008 GTK_TREE_VIEW_COLUMN_FIXED=2,
2009 }
2010 alias _GtkTreeSortableIface GtkTreeSortableIface;
2011 alias void GtkTreeSortable;
2012 alias void function(void *) _BCD_func__17052;
2013 alias gint function(void *, gint *, gint *) _BCD_func__17053;
2014 alias void function(void *, gint, gint) _BCD_func__17054;
2015 alias void function(void *, gint, _BCD_func__11685, void *, _BCD_func__13158) _BCD_func__17055;
2016 alias void function(void *, _BCD_func__11685, void *, _BCD_func__13158) _BCD_func__17056;
2017 alias gint function(void *) _BCD_func__17057;
2018 enum GtkTreeModelFlags {
2019 GTK_TREE_MODEL_ITERS_PERSIST=1,
2020 GTK_TREE_MODEL_LIST_ONLY=2,
2021 }
2022 alias gint function(void *, void *, _GtkTreeIter *, void *) _BCD_func__11697;
2023 alias _BCD_func__11697 GtkTreeModelForeachFunc;
2024 alias _GtkTreeModelIface GtkTreeModelIface;
2025 alias void function(void *, void *, _GtkTreeIter *) _BCD_func__17059;
2026 alias void function(void *, void *) _BCD_func__17060;
2027 alias void function(void *, void *, _GtkTreeIter *, gint *) _BCD_func__17061;
2028 alias gint function(void *) _BCD_func__17062;
2029 alias gint function(void *) _BCD_func__17063;
2030 alias GType function(void *, gint) _BCD_func__17064;
2031 alias gint function(void *, _GtkTreeIter *, void *) _BCD_func__17065;
2032 alias void * function(void *, _GtkTreeIter *) _BCD_func__17066;
2033 alias void function(void *, _GtkTreeIter *, gint, _GValue *) _BCD_func__17067;
2034 alias gint function(void *, _GtkTreeIter *) _BCD_func__17068;
2035 alias gint function(void *, _GtkTreeIter *, _GtkTreeIter *) _BCD_func__17069;
2036 alias gint function(void *, _GtkTreeIter *) _BCD_func__17070;
2037 alias gint function(void *, _GtkTreeIter *, _GtkTreeIter *, gint) _BCD_func__17071;
2038 alias void function(void *, _GtkTreeIter *) _BCD_func__17072;
2039 alias void GtkTreeRowReference;
2040 alias void function(_GtkCellRenderer *, _GtkWidget *, _GdkRectangle *, gint *, gint *, gint *, gint *) _BCD_func__17075;
2041 enum GtkCellRendererState {
2042 GTK_CELL_RENDERER_SELECTED=1,
2043 GTK_CELL_RENDERER_PRELIT=2,
2044 GTK_CELL_RENDERER_INSENSITIVE=4,
2045 GTK_CELL_RENDERER_SORTED=8,
2046 GTK_CELL_RENDERER_FOCUSED=16,
2047 }
2048 alias void function(_GtkCellRenderer *, _GdkDrawable *, _GtkWidget *, _GdkRectangle *, _GdkRectangle *, _GdkRectangle *, gint) _BCD_func__17076;
2049 alias gint function(_GtkCellRenderer *, _GdkEvent *, _GtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint) _BCD_func__17077;
2050 alias void * function(_GtkCellRenderer *, _GdkEvent *, _GtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint) _BCD_func__17078;
2051 alias void function(_GtkCellRenderer *) _BCD_func__17079;
2052 alias void function(_GtkCellRenderer *, void *, char *) _BCD_func__17080;
2053 enum GtkCellRendererMode {
2054 GTK_CELL_RENDERER_MODE_INERT=0,
2055 GTK_CELL_RENDERER_MODE_ACTIVATABLE=1,
2056 GTK_CELL_RENDERER_MODE_EDITABLE=2,
2057 }
2058 alias _GtkCellEditableIface GtkCellEditableIface;
2059 alias void function(void *) _BCD_func__17083;
2060 alias void function(void *, _GdkEvent *) _BCD_func__17084;
2061 enum GtkCalendarDisplayOptions {
2062 GTK_CALENDAR_SHOW_HEADING=1,
2063 GTK_CALENDAR_SHOW_DAY_NAMES=2,
2064 GTK_CALENDAR_NO_MONTH_CHANGE=4,
2065 GTK_CALENDAR_SHOW_WEEK_NUMBERS=8,
2066 GTK_CALENDAR_WEEK_START_MONDAY=16,
2067 }
2068 alias void GtkCalendarPrivate;
2069 alias _GtkCalendarClass GtkCalendarClass;
2070 alias _GtkCalendar GtkCalendar;
2071 alias void function(_GtkCalendar *) _BCD_func__17086;
2072 alias void function(_GtkButton *) _BCD_func__17090;
2073 enum GtkImageType {
2074 GTK_IMAGE_EMPTY=0,
2075 GTK_IMAGE_PIXMAP=1,
2076 GTK_IMAGE_IMAGE=2,
2077 GTK_IMAGE_PIXBUF=3,
2078 GTK_IMAGE_STOCK=4,
2079 GTK_IMAGE_ICON_SET=5,
2080 GTK_IMAGE_ANIMATION=6,
2081 GTK_IMAGE_ICON_NAME=7,
2082 }
2083 alias _GtkImageIconNameData GtkImageIconNameData;
2084 alias _GtkImageAnimationData GtkImageAnimationData;
2085 alias _GtkImageIconSetData GtkImageIconSetData;
2086 alias void GtkIconSet;
2087 alias _GtkImageStockData GtkImageStockData;
2088 alias _GtkImagePixbufData GtkImagePixbufData;
2089 alias _GtkImageImageData GtkImageImageData;
2090 alias _GtkImagePixmapData GtkImagePixmapData;
2091 alias _GtkImageClass GtkImageClass;
2092 alias _GtkImage GtkImage;
2093 alias _GtkBuildableIface GtkBuildableIface;
2094 alias void GtkBuildable;
2095 alias void function(void *, char *) _BCD_func__17103;
2096 alias char * function(void *) _BCD_func__17104;
2097 alias _GtkBuilder GtkBuilder;
2098 alias void function(void *, _GtkBuilder *, _GObject *, char *) _BCD_func__17105;
2099 alias void function(void *, _GtkBuilder *, char *, _GValue *) _BCD_func__17106;
2100 alias _GObject * function(void *, _GtkBuilder *, char *) _BCD_func__17107;
2101 alias gint function(void *, _GtkBuilder *, _GObject *, char *, _GMarkupParser *, void * *) _BCD_func__17108;
2102 alias void function(void *, _GtkBuilder *, _GObject *, char *, void * *) _BCD_func__17109;
2103 alias void function(void *, _GtkBuilder *, _GObject *, char *, void *) _BCD_func__17110;
2104 alias void function(void *, _GtkBuilder *) _BCD_func__17111;
2105 alias void function(_GtkBuilder *, _GObject *, char *, char *, _GObject *, gint, void *) _BCD_func__11889;
2106 alias _BCD_func__11889 GtkBuilderConnectFunc;
2107 enum GtkBuilderError {
2108 GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION=0,
2109 GTK_BUILDER_ERROR_UNHANDLED_TAG=1,
2110 GTK_BUILDER_ERROR_MISSING_ATTRIBUTE=2,
2111 GTK_BUILDER_ERROR_INVALID_ATTRIBUTE=3,
2112 GTK_BUILDER_ERROR_INVALID_TAG=4,
2113 GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE=5,
2114 GTK_BUILDER_ERROR_INVALID_VALUE=6,
2115 }
2116 alias void GtkBuilderPrivate;
2117 alias _GtkBuilderClass GtkBuilderClass;
2118 alias GType function(_GtkBuilder *, char *) _BCD_func__17113;
2119 alias _GtkBindingArg GtkBindingArg;
2120 alias _GtkBindingSignal GtkBindingSignal;
2121 alias _GtkBindingEntry GtkBindingEntry;
2122 alias _GtkBindingSet GtkBindingSet;
2123 enum GtkButtonBoxStyle {
2124 GTK_BUTTONBOX_DEFAULT_STYLE=0,
2125 GTK_BUTTONBOX_SPREAD=1,
2126 GTK_BUTTONBOX_EDGE=2,
2127 GTK_BUTTONBOX_START=3,
2128 GTK_BUTTONBOX_END=4,
2129 GTK_BUTTONBOX_CENTER=5,
2130 }
2131 alias _GtkBoxChild GtkBoxChild;
2132 alias gint function(gint, void *) _BCD_func__11971;
2133 alias _BCD_func__11971 GtkAssistantPageFunc;
2134 alias _GtkAssistantClass GtkAssistantClass;
2135 alias _GtkAssistant GtkAssistant;
2136 alias void function(_GtkAssistant *, _GtkWidget *) _BCD_func__17126;
2137 alias void function(_GtkAssistant *) _BCD_func__17127;
2138 alias void GtkAssistantPrivate;
2139 enum GtkAssistantPageType {
2140 GTK_ASSISTANT_PAGE_CONTENT=0,
2141 GTK_ASSISTANT_PAGE_INTRO=1,
2142 GTK_ASSISTANT_PAGE_CONFIRM=2,
2143 GTK_ASSISTANT_PAGE_SUMMARY=3,
2144 GTK_ASSISTANT_PAGE_PROGRESS=4,
2145 }
2146 alias _GtkAspectFrameClass GtkAspectFrameClass;
2147 alias _GtkFrameClass GtkFrameClass;
2148 alias _GtkAspectFrame GtkAspectFrame;
2149 alias _GtkFrame GtkFrame;
2150 alias void function(_GtkFrame *, _GdkRectangle *) _BCD_func__17132;
2151 alias _GtkArrowClass GtkArrowClass;
2152 alias _GtkArrow GtkArrow;
2153 alias void GtkAlignmentPrivate;
2154 alias _GtkAlignmentClass GtkAlignmentClass;
2155 alias _GtkAlignment GtkAlignment;
2156 alias _GtkRadioActionEntry GtkRadioActionEntry;
2157 alias _GtkToggleActionEntry GtkToggleActionEntry;
2158 alias _GtkActionEntry GtkActionEntry;
2159 alias _GtkActionGroupClass GtkActionGroupClass;
2160 alias _GtkActionGroup GtkActionGroup;
2161 alias _GtkAction * function(_GtkActionGroup *, char *) _BCD_func__17142;
2162 alias void GtkActionGroupPrivate;
2163 alias void function(_GtkWidget *, void *, guint) _BCD_func__12082;
2164 alias _BCD_func__12082 GtkItemFactoryCallback2;
2165 alias void function(_GtkWidget *, void *) _BCD_func__12090;
2166 alias _BCD_func__12090 GtkMenuCallback;
2167 alias _GtkItemFactoryItem GtkItemFactoryItem;
2168 alias _GtkItemFactoryEntry GtkItemFactoryEntry;
2169 alias _BCD_func__12122 GtkItemFactoryCallback;
2170 alias _GtkItemFactoryClass GtkItemFactoryClass;
2171 alias _GtkItemFactory GtkItemFactory;
2172 alias char * function(char *, void *) _BCD_func__12124;
2173 alias _BCD_func__12124 GtkTranslateFunc;
2174 alias void function(void *, guint, _GtkWidget *) _BCD_func__12121;
2175 alias _BCD_func__12121 GtkItemFactoryCallback1;
2176 alias void function(void *, char *) _BCD_func__12123;
2177 alias _BCD_func__12123 GtkPrintFunc;
2178 alias void GtkActionPrivate;
2179 alias void function(_GtkAction *) _BCD_func__17150;
2180 alias _GtkWidget * function(_GtkAction *) _BCD_func__17151;
2181 alias void function(_GtkAction *, _GtkWidget *) _BCD_func__17152;
2182 alias _GtkAccessibleClass GtkAccessibleClass;
2183 alias _GtkAccessible GtkAccessible;
2184 alias void function(_GtkAccessible *) _BCD_func__17155;
2185 alias void function(void *, char *, guint, gint, gint) _BCD_func__12490;
2186 alias _BCD_func__12490 GtkAccelMapForeach;
2187 alias void GtkAccelMapClass;
2188 alias void GtkAccelMap;
2189 alias _GtkAccelLabelClass GtkAccelLabelClass;
2190 alias _GtkAccelLabel GtkAccelLabel;
2191 alias void GtkLabelSelectionInfo;
2192 alias void function(_GtkLabel *, gint, gint, gint) _BCD_func__17291;
2193 alias void function(_GtkLabel *) _BCD_func__17292;
2194 alias void function(_GtkLabel *, _GtkMenu *) _BCD_func__17293;
2195 alias void function(_GtkWidget *, _GtkMenu *) _BCD_func__12552;
2196 alias _BCD_func__12552 GtkMenuDetachFunc;
2197 alias void function(_GtkMenu *, gint *, gint *, gint *, void *) _BCD_func__12553;
2198 alias _BCD_func__12553 GtkMenuPositionFunc;
2199 alias void function(_GtkMenuShell *) _BCD_func__17298;
2200 enum GtkMenuDirectionType {
2201 GTK_MENU_DIR_PARENT=0,
2202 GTK_MENU_DIR_CHILD=1,
2203 GTK_MENU_DIR_NEXT=2,
2204 GTK_MENU_DIR_PREV=3,
2205 }
2206 alias void function(_GtkMenuShell *, gint) _BCD_func__17299;
2207 alias void function(_GtkMenuShell *, gint) _BCD_func__17300;
2208 alias void function(_GtkMenuShell *, _GtkWidget *) _BCD_func__17301;
2209 alias void function(_GtkMenuShell *, _GtkWidget *, gint) _BCD_func__17302;
2210 alias gint function(_GtkMenuShell *) _BCD_func__17303;
2211 alias gint function(_GtkMenuShell *, gint) _BCD_func__17304;
2212 alias _GtkAboutDialog GtkAboutDialog;
2213 alias void function(_GtkAboutDialog *, char *, void *) _BCD_func__12632;
2214 alias _BCD_func__12632 GtkAboutDialogActivateLinkFunc;
2215 alias _GtkAboutDialogClass GtkAboutDialogClass;
2216 alias void function(_GtkDialog *, gint) _BCD_func__17311;
2217 alias void function(_GtkDialog *) _BCD_func__17312;
2218 enum GtkResponseType {
2219 GTK_RESPONSE_NONE=-1,
2220 GTK_RESPONSE_REJECT=-2,
2221 GTK_RESPONSE_ACCEPT=-3,
2222 GTK_RESPONSE_DELETE_EVENT=-4,
2223 GTK_RESPONSE_OK=-5,
2224 GTK_RESPONSE_CANCEL=-6,
2225 GTK_RESPONSE_CLOSE=-7,
2226 GTK_RESPONSE_YES=-8,
2227 GTK_RESPONSE_NO=-9,
2228 GTK_RESPONSE_APPLY=-10,
2229 GTK_RESPONSE_HELP=-11,
2230 }
2231 enum GtkDialogFlags {
2232 GTK_DIALOG_MODAL=1,
2233 GTK_DIALOG_DESTROY_WITH_PARENT=2,
2234 GTK_DIALOG_NO_SEPARATOR=4,
2235 }
2236 alias void function(_GtkWindow *, guint, gint, gint, void *) _BCD_func__12662;
2237 alias _BCD_func__12662 GtkWindowKeysForeachFunc;
2238 alias _GtkWindowGroupClass GtkWindowGroupClass;
2239 alias void GtkWindowGeometryInfo;
2240 alias void function(_GtkWindow *, _GtkWidget *) _BCD_func__17317;
2241 alias gint function(_GtkWindow *, _GdkEvent *) _BCD_func__17318;
2242 alias void function(_GtkWindow *) _BCD_func__17319;
2243 alias void function(_GtkWindow *, gint) _BCD_func__17320;
2244 alias void function(_GtkContainer *, _GtkWidget *) _BCD_func__17324;
2245 alias void function(_GtkContainer *) _BCD_func__17325;
2246 alias void function(_GtkContainer *, gint, _BCD_func__12090, void *) _BCD_func__17326;
2247 alias GType function(_GtkContainer *) _BCD_func__17327;
2248 alias char * function(_GtkContainer *, _GtkWidget *) _BCD_func__17328;
2249 alias void function(_GtkContainer *, _GtkWidget *, guint, _GValue *, _GParamSpec *) _BCD_func__17329;
2250 alias void function(_GtkContainer *, _GtkWidget *, guint, _GValue *, _GParamSpec *) _BCD_func__17330;
2251 alias _BCD_func__12090 GtkCallback;
2252 alias void GtkTooltip;
2253 alias _GtkWidgetShapeInfo GtkWidgetShapeInfo;
2254 alias _GtkWidgetAuxInfo GtkWidgetAuxInfo;
2255 alias void function(_GtkWidget *, guint, _GParamSpec * *) _BCD_func__17336;
2256 alias void function(_GtkWidget *) _BCD_func__17337;
2257 alias void function(_GtkWidget *, _GtkRequisition *) _BCD_func__17338;
2258 alias void function(_GtkWidget *, _GdkRectangle *) _BCD_func__17339;
2259 alias void function(_GtkWidget *, gint) _BCD_func__17340;
2260 alias void function(_GtkWidget *, _GtkWidget *) _BCD_func__17341;
2261 alias void function(_GtkWidget *, _GtkStyle *) _BCD_func__17342;
2262 alias void function(_GtkWidget *, gint) _BCD_func__17343;
2263 alias void function(_GtkWidget *, gint) _BCD_func__17344;
2264 alias void function(_GtkWidget *, _GParamSpec *) _BCD_func__17345;
2265 alias gint function(_GtkWidget *, gint) _BCD_func__17346;
2266 alias gint function(_GtkWidget *, gint) _BCD_func__17347;
2267 alias gint function(_GtkWidget *, _GdkEvent *) _BCD_func__17348;
2268 alias gint function(_GtkWidget *, _GdkEventButton *) _BCD_func__17349;
2269 alias gint function(_GtkWidget *, _GdkEventScroll *) _BCD_func__17350;
2270 alias gint function(_GtkWidget *, _GdkEventMotion *) _BCD_func__17351;
2271 alias gint function(_GtkWidget *, _GdkEventAny *) _BCD_func__17352;
2272 alias gint function(_GtkWidget *, _GdkEventExpose *) _BCD_func__17353;
2273 alias gint function(_GtkWidget *, _GdkEventKey *) _BCD_func__17354;
2274 alias gint function(_GtkWidget *, _GdkEventCrossing *) _BCD_func__17355;
2275 alias gint function(_GtkWidget *, _GdkEventConfigure *) _BCD_func__17356;
2276 alias gint function(_GtkWidget *, _GdkEventFocus *) _BCD_func__17357;
2277 alias gint function(_GtkWidget *, _GdkEventProperty *) _BCD_func__17358;
2278 alias gint function(_GtkWidget *, _GdkEventSelection *) _BCD_func__17359;
2279 alias gint function(_GtkWidget *, _GdkEventProximity *) _BCD_func__17360;
2280 alias gint function(_GtkWidget *, _GdkEventVisibility *) _BCD_func__17361;
2281 alias gint function(_GtkWidget *, _GdkEventClient *) _BCD_func__17362;
2282 alias gint function(_GtkWidget *, _GdkEventWindowState *) _BCD_func__17363;
2283 alias void function(_GtkWidget *, _GtkSelectionData *, guint, guint) _BCD_func__17364;
2284 alias void function(_GtkWidget *, _GtkSelectionData *, guint) _BCD_func__17365;
2285 alias void function(_GtkWidget *, _GdkDragContext *) _BCD_func__17366;
2286 alias void function(_GtkWidget *, _GdkDragContext *, _GtkSelectionData *, guint, guint) _BCD_func__17367;
2287 alias void function(_GtkWidget *, _GdkDragContext *, guint) _BCD_func__17368;
2288 alias gint function(_GtkWidget *, _GdkDragContext *, gint, gint, guint) _BCD_func__17369;
2289 alias void function(_GtkWidget *, _GdkDragContext *, gint, gint, _GtkSelectionData *, guint, guint) _BCD_func__17370;
2290 alias gint function(_GtkWidget *) _BCD_func__17371;
2291 enum GtkWidgetHelpType {
2292 GTK_WIDGET_HELP_TOOLTIP=0,
2293 GTK_WIDGET_HELP_WHATS_THIS=1,
2294 }
2295 alias gint function(_GtkWidget *, gint) _BCD_func__17372;
2296 alias _AtkObject * function(_GtkWidget *) _BCD_func__17373;
2297 alias void function(_GtkWidget *, _GdkScreen *) _BCD_func__17374;
2298 alias gint function(_GtkWidget *, guint) _BCD_func__17375;
2299 alias gint function(_GtkWidget *, _GdkEventGrabBroken *) _BCD_func__17376;
2300 alias gint function(_GtkWidget *, gint, gint, gint, void *) _BCD_func__17377;
2301 enum GtkWidgetFlags {
2302 GTK_TOPLEVEL=16,
2303 GTK_NO_WINDOW=32,
2304 GTK_REALIZED=64,
2305 GTK_MAPPED=128,
2306 GTK_VISIBLE=256,
2307 GTK_SENSITIVE=512,
2308 GTK_PARENT_SENSITIVE=1024,
2309 GTK_CAN_FOCUS=2048,
2310 GTK_HAS_FOCUS=4096,
2311 GTK_CAN_DEFAULT=8192,
2312 GTK_HAS_DEFAULT=16384,
2313 GTK_HAS_GRAB=32768,
2314 GTK_RC_STYLE=65536,
2315 GTK_COMPOSITE_CHILD=131072,
2316 GTK_NO_REPARENT=262144,
2317 GTK_APP_PAINTABLE=524288,
2318 GTK_RECEIVES_DEFAULT=1048576,
2319 GTK_DOUBLE_BUFFERED=2097152,
2320 GTK_NO_SHOW_ALL=4194304,
2321 }
2322 alias void GtkSettingsPropertyValue;
2323 alias _GtkSettingsValue GtkSettingsValue;
2324 alias _GtkSettingsClass GtkSettingsClass;
2325 enum GtkRcTokenType {
2326 GTK_RC_TOKEN_INVALID=270,
2327 GTK_RC_TOKEN_INCLUDE=271,
2328 GTK_RC_TOKEN_NORMAL=272,
2329 GTK_RC_TOKEN_ACTIVE=273,
2330 GTK_RC_TOKEN_PRELIGHT=274,
2331 GTK_RC_TOKEN_SELECTED=275,
2332 GTK_RC_TOKEN_INSENSITIVE=276,
2333 GTK_RC_TOKEN_FG=277,
2334 GTK_RC_TOKEN_BG=278,
2335 GTK_RC_TOKEN_TEXT=279,
2336 GTK_RC_TOKEN_BASE=280,
2337 GTK_RC_TOKEN_XTHICKNESS=281,
2338 GTK_RC_TOKEN_YTHICKNESS=282,
2339 GTK_RC_TOKEN_FONT=283,
2340 GTK_RC_TOKEN_FONTSET=284,
2341 GTK_RC_TOKEN_FONT_NAME=285,
2342 GTK_RC_TOKEN_BG_PIXMAP=286,
2343 GTK_RC_TOKEN_PIXMAP_PATH=287,
2344 GTK_RC_TOKEN_STYLE=288,
2345 GTK_RC_TOKEN_BINDING=289,
2346 GTK_RC_TOKEN_BIND=290,
2347 GTK_RC_TOKEN_WIDGET=291,
2348 GTK_RC_TOKEN_WIDGET_CLASS=292,
2349 GTK_RC_TOKEN_CLASS=293,
2350 GTK_RC_TOKEN_LOWEST=294,
2351 GTK_RC_TOKEN_GTK=295,
2352 GTK_RC_TOKEN_APPLICATION=296,
2353 GTK_RC_TOKEN_THEME=297,
2354 GTK_RC_TOKEN_RC=298,
2355 GTK_RC_TOKEN_HIGHEST=299,
2356 GTK_RC_TOKEN_ENGINE=300,
2357 GTK_RC_TOKEN_MODULE_PATH=301,
2358 GTK_RC_TOKEN_IM_MODULE_PATH=302,
2359 GTK_RC_TOKEN_IM_MODULE_FILE=303,
2360 GTK_RC_TOKEN_STOCK=304,
2361 GTK_RC_TOKEN_LTR=305,
2362 GTK_RC_TOKEN_RTL=306,
2363 GTK_RC_TOKEN_COLOR=307,
2364 GTK_RC_TOKEN_UNBIND=308,
2365 GTK_RC_TOKEN_LAST=309,
2366 }
2367 enum GtkRcFlags {
2368 GTK_RC_FG=1,
2369 GTK_RC_BG=2,
2370 GTK_RC_TEXT=4,
2371 GTK_RC_BASE=8,
2372 }
2373 alias _GtkRcStyleClass GtkRcStyleClass;
2374 alias _GtkRcStyle GtkRcStyle;
2375 alias _GtkRcStyle * function(_GtkRcStyle *) _BCD_func__17411;
2376 alias _GtkSettings GtkSettings;
2377 alias guint function(_GtkRcStyle *, _GtkSettings *, _GScanner *) _BCD_func__17412;
2378 alias void function(_GtkRcStyle *, _GtkRcStyle *) _BCD_func__17413;
2379 alias _GtkStyle * function(_GtkRcStyle *) _BCD_func__17414;
2380 alias void GtkRcContext;
2381 alias _GtkIconFactory GtkIconFactory;
2382 alias gint function(_GParamSpec *, _GString *, _GValue *) _BCD_func__12993;
2383 alias _BCD_func__12993 GtkRcPropertyParser;
2384 alias _GtkRcProperty GtkRcProperty;
2385 alias void GtkIconSource;
2386 alias void GtkThemeEngine;
2387 alias _GtkStyleClass GtkStyleClass;
2388 alias void function(_GtkStyle *) _BCD_func__17421;
2389 alias void function(_GtkStyle *, _GtkStyle *) _BCD_func__17422;
2390 alias _GtkStyle * function(_GtkStyle *) _BCD_func__17423;
2391 alias void function(_GtkStyle *, _GtkRcStyle *) _BCD_func__17424;
2392 alias void function(_GtkStyle *, _GdkDrawable *, gint) _BCD_func__17425;
2393 alias void * function(_GtkStyle *, void *, gint, gint, gint, _GtkWidget *, char *) _BCD_func__17426;
2394 alias void function(_GtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint) _BCD_func__17427;
2395 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint) _BCD_func__17428;
2396 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, _GdkPoint *, gint, gint) _BCD_func__17429;
2397 enum GtkArrowType {
2398 GTK_ARROW_UP=0,
2399 GTK_ARROW_DOWN=1,
2400 GTK_ARROW_LEFT=2,
2401 GTK_ARROW_RIGHT=3,
2402 GTK_ARROW_NONE=4,
2403 }
2404 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint, gint, gint) _BCD_func__17430;
2405 alias void function(_GtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, char *) _BCD_func__17431;
2406 enum GtkPositionType {
2407 GTK_POS_LEFT=0,
2408 GTK_POS_RIGHT=1,
2409 GTK_POS_TOP=2,
2410 GTK_POS_BOTTOM=3,
2411 }
2412 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint, gint, gint, gint) _BCD_func__17432;
2413 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint, gint) _BCD_func__17433;
2414 alias void function(_GtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint) _BCD_func__17434;
2415 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint, gint) _BCD_func__17435;
2416 enum GtkExpanderStyle {
2417 GTK_EXPANDER_COLLAPSED=0,
2418 GTK_EXPANDER_SEMI_COLLAPSED=1,
2419 GTK_EXPANDER_SEMI_EXPANDED=2,
2420 GTK_EXPANDER_EXPANDED=3,
2421 }
2422 alias void function(_GtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint) _BCD_func__17436;
2423 alias void function(_GtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, void *) _BCD_func__17437;
2424 alias void function(_GtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, _GtkWidget *, char *, gint, gint, gint, gint, gint) _BCD_func__17438;
2425 alias _GtkAdjustmentClass GtkAdjustmentClass;
2426 alias void function(_GtkAdjustment *) _BCD_func__17442;
2427 enum GtkArgFlags {
2428 GTK_ARG_READABLE=1,
2429 GTK_ARG_WRITABLE=2,
2430 GTK_ARG_CONSTRUCT=4,
2431 GTK_ARG_CONSTRUCT_ONLY=8,
2432 GTK_ARG_CHILD_ARG=16,
2433 }
2434 alias _GtkArg GtkArg;
2435 alias void function(_GtkObject *, _GtkArg *, guint) _BCD_func__17445;
2436 alias void function(_GtkObject *) _BCD_func__17446;
2437 enum GtkObjectFlags {
2438 GTK_IN_DESTRUCTION=1,
2439 GTK_FLOATING=2,
2440 GTK_RESERVED_1=4,
2441 GTK_RESERVED_2=8,
2442 }
2443 enum GtkDebugFlag {
2444 GTK_DEBUG_MISC=1,
2445 GTK_DEBUG_PLUGSOCKET=2,
2446 GTK_DEBUG_TEXT=4,
2447 GTK_DEBUG_TREE=8,
2448 GTK_DEBUG_UPDATES=16,
2449 GTK_DEBUG_KEYBINDINGS=32,
2450 GTK_DEBUG_MULTIHEAD=64,
2451 GTK_DEBUG_MODULES=128,
2452 GTK_DEBUG_GEOMETRY=256,
2453 GTK_DEBUG_ICONTHEME=512,
2454 GTK_DEBUG_PRINTING=1024,
2455 GTK_DEBUG_BUILDER=2048,
2456 }
2457 alias _GFlagsValue GtkFlagValue;
2458 alias _GEnumValue GtkEnumValue;
2459 alias void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *) _BCD_func__13146;
2460 alias _BCD_func__13146 GtkSignalMarshaller;
2461 alias _GtkTypeInfo GtkTypeInfo;
2462 alias _BCD_func__13158 GtkClassInitFunc;
2463 alias void function(_GTypeInstance *, void *) _BCD_func__13169;
2464 alias _BCD_func__13169 GtkObjectInitFunc;
2465 alias _BCD_func__12122 GtkSignalFunc;
2466 alias void function(_GtkObject *, void *, guint, _GtkArg *) _BCD_func__13157;
2467 alias _BCD_func__13157 GtkCallbackMarshal;
2468 alias gint function(void *) _BCD_func__12884;
2469 alias _BCD_func__12884 GtkFunction;
2470 alias guint GtkType;
2471 alias _GTypeClass GtkTypeClass;
2472 alias _GTypeInstance GtkTypeObject;
2473 alias guint GtkFundamentalType;
2474 alias _GtkAccelKey GtkAccelKey;
2475 alias gint function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__13177;
2476 alias _BCD_func__13177 GtkAccelGroupFindFunc;
2477 alias gint function(_GtkAccelGroup *, _GObject *, guint, gint) _BCD_func__13178;
2478 alias _BCD_func__13178 GtkAccelGroupActivate;
2479 alias _GtkAccelGroupEntry GtkAccelGroupEntry;
2480 alias _GtkAccelGroupClass GtkAccelGroupClass;
2481 alias void function(_GtkAccelGroup *, guint, gint, _GClosure *) _BCD_func__17462;
2482 enum GtkAccelFlags {
2483 GTK_ACCEL_VISIBLE=1,
2484 GTK_ACCEL_LOCKED=2,
2485 GTK_ACCEL_MASK=7,
2486 }
2487 enum GtkDragResult {
2488 GTK_DRAG_RESULT_SUCCESS=0,
2489 GTK_DRAG_RESULT_NO_TARGET=1,
2490 GTK_DRAG_RESULT_USER_CANCELLED=2,
2491 GTK_DRAG_RESULT_TIMEOUT_EXPIRED=3,
2492 GTK_DRAG_RESULT_GRAB_BROKEN=4,
2493 GTK_DRAG_RESULT_ERROR=5,
2494 }
2495 enum GtkTreeViewGridLines {
2496 GTK_TREE_VIEW_GRID_LINES_NONE=0,
2497 GTK_TREE_VIEW_GRID_LINES_HORIZONTAL=1,
2498 GTK_TREE_VIEW_GRID_LINES_VERTICAL=2,
2499 GTK_TREE_VIEW_GRID_LINES_BOTH=3,
2500 }
2501 enum GtkUnit {
2502 GTK_UNIT_PIXEL=0,
2503 GTK_UNIT_POINTS=1,
2504 GTK_UNIT_INCH=2,
2505 GTK_UNIT_MM=3,
2506 }
2507 enum GtkPrintDuplex {
2508 GTK_PRINT_DUPLEX_SIMPLEX=0,
2509 GTK_PRINT_DUPLEX_HORIZONTAL=1,
2510 GTK_PRINT_DUPLEX_VERTICAL=2,
2511 }
2512 enum GtkPrintQuality {
2513 GTK_PRINT_QUALITY_LOW=0,
2514 GTK_PRINT_QUALITY_NORMAL=1,
2515 GTK_PRINT_QUALITY_HIGH=2,
2516 GTK_PRINT_QUALITY_DRAFT=3,
2517 }
2518 enum GtkPageOrientation {
2519 GTK_PAGE_ORIENTATION_PORTRAIT=0,
2520 GTK_PAGE_ORIENTATION_LANDSCAPE=1,
2521 GTK_PAGE_ORIENTATION_REVERSE_PORTRAIT=2,
2522 GTK_PAGE_ORIENTATION_REVERSE_LANDSCAPE=3,
2523 }
2524 enum GtkPageSet {
2525 GTK_PAGE_SET_ALL=0,
2526 GTK_PAGE_SET_EVEN=1,
2527 GTK_PAGE_SET_ODD=2,
2528 }
2529 enum GtkPrintPages {
2530 GTK_PRINT_PAGES_ALL=0,
2531 GTK_PRINT_PAGES_CURRENT=1,
2532 GTK_PRINT_PAGES_RANGES=2,
2533 }
2534 enum GtkPackDirection {
2535 GTK_PACK_DIRECTION_LTR=0,
2536 GTK_PACK_DIRECTION_RTL=1,
2537 GTK_PACK_DIRECTION_TTB=2,
2538 GTK_PACK_DIRECTION_BTT=3,
2539 }
2540 enum GtkIMStatusStyle {
2541 GTK_IM_STATUS_NOTHING=0,
2542 GTK_IM_STATUS_CALLBACK=1,
2543 GTK_IM_STATUS_NONE=2,
2544 }
2545 enum GtkIMPreeditStyle {
2546 GTK_IM_PREEDIT_NOTHING=0,
2547 GTK_IM_PREEDIT_CALLBACK=1,
2548 GTK_IM_PREEDIT_NONE=2,
2549 }
2550 enum GtkWindowType {
2551 GTK_WINDOW_TOPLEVEL=0,
2552 GTK_WINDOW_POPUP=1,
2553 }
2554 enum GtkWindowPosition {
2555 GTK_WIN_POS_NONE=0,
2556 GTK_WIN_POS_CENTER=1,
2557 GTK_WIN_POS_MOUSE=2,
2558 GTK_WIN_POS_CENTER_ALWAYS=3,
2559 GTK_WIN_POS_CENTER_ON_PARENT=4,
2560 }
2561 enum GtkVisibility {
2562 GTK_VISIBILITY_NONE=0,
2563 GTK_VISIBILITY_PARTIAL=1,
2564 GTK_VISIBILITY_FULL=2,
2565 }
2566 enum GtkSubmenuPlacement {
2567 GTK_TOP_BOTTOM=0,
2568 GTK_LEFT_RIGHT=1,
2569 }
2570 enum GtkSubmenuDirection {
2571 GTK_DIRECTION_LEFT=0,
2572 GTK_DIRECTION_RIGHT=1,
2573 }
2574 enum GtkSignalRunType {
2575 GTK_RUN_FIRST=1,
2576 GTK_RUN_LAST=2,
2577 GTK_RUN_BOTH=3,
2578 GTK_RUN_NO_RECURSE=8,
2579 GTK_RUN_ACTION=32,
2580 GTK_RUN_NO_HOOKS=64,
2581 }
2582 enum GtkResizeMode {
2583 GTK_RESIZE_PARENT=0,
2584 GTK_RESIZE_QUEUE=1,
2585 GTK_RESIZE_IMMEDIATE=2,
2586 }
2587 enum GtkReliefStyle {
2588 GTK_RELIEF_NORMAL=0,
2589 GTK_RELIEF_HALF=1,
2590 GTK_RELIEF_NONE=2,
2591 }
2592 enum GtkPreviewType {
2593 GTK_PREVIEW_COLOR=0,
2594 GTK_PREVIEW_GRAYSCALE=1,
2595 }
2596 enum GtkPolicyType {
2597 GTK_POLICY_ALWAYS=0,
2598 GTK_POLICY_AUTOMATIC=1,
2599 GTK_POLICY_NEVER=2,
2600 }
2601 enum GtkPathType {
2602 GTK_PATH_WIDGET=0,
2603 GTK_PATH_WIDGET_CLASS=1,
2604 GTK_PATH_CLASS=2,
2605 }
2606 enum GtkPathPriorityType {
2607 GTK_PATH_PRIO_LOWEST=0,
2608 GTK_PATH_PRIO_GTK=4,
2609 GTK_PATH_PRIO_APPLICATION=8,
2610 GTK_PATH_PRIO_THEME=10,
2611 GTK_PATH_PRIO_RC=12,
2612 GTK_PATH_PRIO_HIGHEST=15,
2613 }
2614 enum GtkPackType {
2615 GTK_PACK_START=0,
2616 GTK_PACK_END=1,
2617 }
2618 enum GtkCornerType {
2619 GTK_CORNER_TOP_LEFT=0,
2620 GTK_CORNER_BOTTOM_LEFT=1,
2621 GTK_CORNER_TOP_RIGHT=2,
2622 GTK_CORNER_BOTTOM_RIGHT=3,
2623 }
2624 enum GtkScrollStep {
2625 GTK_SCROLL_STEPS=0,
2626 GTK_SCROLL_PAGES=1,
2627 GTK_SCROLL_ENDS=2,
2628 GTK_SCROLL_HORIZONTAL_STEPS=3,
2629 GTK_SCROLL_HORIZONTAL_PAGES=4,
2630 GTK_SCROLL_HORIZONTAL_ENDS=5,
2631 }
2632 enum GtkMetricType {
2633 GTK_PIXELS=0,
2634 GTK_INCHES=1,
2635 GTK_CENTIMETERS=2,
2636 }
2637 enum GtkMatchType {
2638 GTK_MATCH_ALL=0,
2639 GTK_MATCH_ALL_TAIL=1,
2640 GTK_MATCH_HEAD=2,
2641 GTK_MATCH_TAIL=3,
2642 GTK_MATCH_EXACT=4,
2643 GTK_MATCH_LAST=5,
2644 }
2645 enum GtkSideType {
2646 GTK_SIDE_TOP=0,
2647 GTK_SIDE_BOTTOM=1,
2648 GTK_SIDE_LEFT=2,
2649 GTK_SIDE_RIGHT=3,
2650 }
2651 enum GtkSensitivityType {
2652 GTK_SENSITIVITY_AUTO=0,
2653 GTK_SENSITIVITY_ON=1,
2654 GTK_SENSITIVITY_OFF=2,
2655 }
2656 enum GtkAttachOptions {
2657 GTK_EXPAND=1,
2658 GTK_SHRINK=2,
2659 GTK_FILL=4,
2660 }
2661 enum GtkAnchorType {
2662 GTK_ANCHOR_CENTER=0,
2663 GTK_ANCHOR_NORTH=1,
2664 GTK_ANCHOR_NORTH_WEST=2,
2665 GTK_ANCHOR_NORTH_EAST=3,
2666 GTK_ANCHOR_SOUTH=4,
2667 GTK_ANCHOR_SOUTH_WEST=5,
2668 GTK_ANCHOR_SOUTH_EAST=6,
2669 GTK_ANCHOR_WEST=7,
2670 GTK_ANCHOR_EAST=8,
2671 GTK_ANCHOR_N=1,
2672 GTK_ANCHOR_NW=2,
2673 GTK_ANCHOR_NE=3,
2674 GTK_ANCHOR_S=4,
2675 GTK_ANCHOR_SW=5,
2676 GTK_ANCHOR_SE=6,
2677 GTK_ANCHOR_W=7,
2678 GTK_ANCHOR_E=8,
2679 }
2680 alias void function(void *, gint, gint) _BCD_func__13745;
2681 alias gint function(void *, void *) _BCD_func__14970;
2682 alias gint function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__14366;
2683 alias void function(_AtkObject *, gint) _BCD_func__12433;
2684 alias gint function(_AtkKeyEventStruct *, void *) _BCD_func__12452;
2685 alias void function(_AtkObject *) _BCD_func__12453;
2686 alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__12883;
2687 alias void function(_GdkSpan *, void *) _BCD_func__13293;
2688 alias gint function(void *, _GdkEvent *, void *) _BCD_func__13455;
2689 alias void function(_GdkEvent *, void *) _BCD_func__13456;
2690 alias void function(void *, _PangoAttrShape *, gint, void *) _BCD_func__13709;
2691 alias void function(void *) _BCD_func__13724;
2692 alias char * function(void *) _BCD_func__13725;
2693 alias gint function(char *, guint, _GError * *, void *) _BCD_func__13731;
2694 alias void function(char *, void *) _BCD_func__13733;
2695 alias gint function(void *) _BCD_func__6106;
2696 alias gint function(void *, long *, gint) _BCD_func__6108;
2697 alias gint function(void *, char *, guint) _BCD_func__6110;
2698 alias gint function(void *, char *, guint) _BCD_func__6112;
2699 alias gint function(void * *, char *) _BCD_func__13910;
2700 alias gint function(char *, char * * *, guint *) _BCD_func__13911;
2701 alias gint function(void *, char *, char *, char *, char *) _BCD_func__13912;
2702 alias gint function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, guint *) _BCD_func__13913;
2703 alias void function(__gconv_step *) _BCD_func__13914;
2704 alias gint function(__gconv_step *) _BCD_func__13915;
2705 alias guint function(__gconv_step *, char) _BCD_func__13916;
2706 alias gint function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, guint *, gint, gint) _BCD_func__13917;
2707 alias gint function(void *, void *, void *) _BCD_func__14064;
2708 alias void * function(void *) _BCD_func__14087;
2709 alias gint function(_PangoAttribute *, void *) _BCD_func__14088;
2710 alias void function(void *, guint, guint, _GInterfaceInfo *) _BCD_func__14190;
2711 alias void function(void *, guint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__14191;
2712 alias void function(void *) _BCD_func__14192;
2713 alias void function(void *, _GObject *, gint) _BCD_func__14336;
2714 alias void function(void *, _GObject *) _BCD_func__14338;
2715 alias void function(_GObject *) _BCD_func__14339;
2716 alias void function(_GObject *, guint, _GValue *, _GParamSpec *) _BCD_func__14340;
2717 alias void function(_GObject *, guint, _GValue *, _GParamSpec *) _BCD_func__14341;
2718 alias gint function(_GSignalInvocationHint *, guint, _GValue *, void *) _BCD_func__14367;
2719 alias void function(void *, _GClosure *) _BCD_func__14386;
2720 alias void function(_GValue *, _GValue *) _BCD_func__14443;
2721 alias void * function(void *) _BCD_func__14461;
2722 alias void function(void *, void *) _BCD_func__14465;
2723 alias gint function(void *, _GTypeClass *) _BCD_func__14466;
2724 alias gint function(void *, void *, void *) _BCD_func__14514;
2725 alias gint function(void *, void *, void *) _BCD_func__14528;
2726 alias void function(_GScanner *, char *, gint) _BCD_func__14530;
2727 alias gint function(void *, _GString *, void *) _BCD_func__14602;
2728 alias void function(void *, void *, void *, _GError * *) _BCD_func__14619;
2729 alias gint function(void *, void *, void *, _GError * *) _BCD_func__14620;
2730 alias gint function(char *, char *, void *, _GError * *) _BCD_func__14621;
2731 alias void * function(void *, void *) _BCD_func__14631;
2732 alias void function(_GNode *, void *) _BCD_func__14632;
2733 alias gint function(_GNode *, void *) _BCD_func__14633;
2734 alias void function(char *) _BCD_func__14641;
2735 alias void function(char *, gint, char *, void *) _BCD_func__14643;
2736 alias gint function(_GIOChannel *, gint, void *) _BCD_func__14654;
2737 alias gint function(_GPollFD *, guint, gint) _BCD_func__14704;
2738 alias void function(gint, gint, void *) _BCD_func__14710;
2739 alias void function(_GHookList *, _GHook *) _BCD_func__14741;
2740 alias gint function(_GHook *, void *) _BCD_func__14742;
2741 alias void function(_GHook *, void *) _BCD_func__14743;
2742 alias gint function(_GHook *, _GHook *) _BCD_func__14744;
2743 alias void function(guint, void *, void *) _BCD_func__14778;
2744 alias gint function(char *, char *, guint) _BCD_func__14781;
2745 alias char * function(void *) _BCD_func__14782;
2746 alias char * function(char *, void *) _BCD_func__14965;
2747 alias void function(void *, void *, void *) _BCD_func__14966;
2748 alias guint function(void *) _BCD_func__14967;
2749 alias gint function(void *, void *) _BCD_func__14968;
2750 alias gint function(void *, void *, void *) _BCD_func__14969;
2751 alias gint function(void *, char *, guint) _BCD_func__15042;
2752 alias gint function(void *, char *, guint) _BCD_func__15043;
2753 struct _GtkVSeparatorClass {
2754 _GtkSeparatorClass parent_class;
2755 }
2756 struct _GtkVSeparator {
2757 _GtkSeparator separator;
2758 }
2759 struct _GtkVScaleClass {
2760 _GtkScaleClass parent_class;
2761 }
2762 struct _GtkVScale {
2763 _GtkScale scale;
2764 }
2765 struct _GtkVRulerClass {
2766 _GtkRulerClass parent_class;
2767 }
2768 struct _GtkVRuler {
2769 _GtkRuler ruler;
2770 }
2771 struct _GtkVPanedClass {
2772 _GtkPanedClass parent_class;
2773 }
2774 struct _GtkVPaned {
2775 _GtkPaned paned;
2776 }
2777 struct _GtkVolumeButtonClass {
2778 _GtkScaleButtonClass parent_class;
2779 _BCD_func__12122 _gtk_reserved1;
2780 _BCD_func__12122 _gtk_reserved2;
2781 _BCD_func__12122 _gtk_reserved3;
2782 _BCD_func__12122 _gtk_reserved4;
2783 }
2784 struct _GtkVButtonBoxClass {
2785 _GtkButtonBoxClass parent_class;
2786 }
2787 struct _GtkVButtonBox {
2788 _GtkButtonBox button_box;
2789 }
2790 struct _GtkUIManagerClass {
2791 _GObjectClass parent_class;
2792 _BCD_func__16564 add_widget;
2793 _BCD_func__16565 actions_changed;
2794 _BCD_func__16566 connect_proxy;
2795 _BCD_func__16566 disconnect_proxy;
2796 _BCD_func__16567 pre_activate;
2797 _BCD_func__16567 post_activate;
2798 _BCD_func__16568 get_widget;
2799 _BCD_func__16569 get_action;
2800 _BCD_func__12122 _gtk_reserved1;
2801 _BCD_func__12122 _gtk_reserved2;
2802 }
2803 struct _GtkUIManager {
2804 _GObject parent;
2805 void * private_data;
2806 }
2807 struct _GtkTreeStoreClass {
2808 _GObjectClass parent_class;
2809 _BCD_func__12122 _gtk_reserved1;
2810 _BCD_func__12122 _gtk_reserved2;
2811 _BCD_func__12122 _gtk_reserved3;
2812 _BCD_func__12122 _gtk_reserved4;
2813 }
2814 struct _GtkTreeStore {
2815 _GObject parent;
2816 gint stamp;
2817 void * root;
2818 void * last;
2819 gint n_columns;
2820 gint sort_column_id;
2821 _GList * sort_list;
2822 gint order;
2823 guint * column_headers;
2824 _BCD_func__11685 default_sort_func;
2825 void * default_sort_data;
2826 _BCD_func__13158 default_sort_destroy;
2827 guint bitfield0;
2828 // guint columns_dirty // bits 0 .. 1
2829 }
2830 struct _GtkTreeModelSortClass {
2831 _GObjectClass parent_class;
2832 _BCD_func__12122 _gtk_reserved1;
2833 _BCD_func__12122 _gtk_reserved2;
2834 _BCD_func__12122 _gtk_reserved3;
2835 _BCD_func__12122 _gtk_reserved4;
2836 }
2837 struct _GtkTreeModelSort {
2838 _GObject parent;
2839 void * root;
2840 gint stamp;
2841 guint child_flags;
2842 void * child_model;
2843 gint zero_ref_count;
2844 _GList * sort_list;
2845 gint sort_column_id;
2846 gint order;
2847 _BCD_func__11685 default_sort_func;
2848 void * default_sort_data;
2849 _BCD_func__13158 default_sort_destroy;
2850 guint changed_id;
2851 guint inserted_id;
2852 guint has_child_toggled_id;
2853 guint deleted_id;
2854 guint reordered_id;
2855 }
2856 struct _GtkTreeDragDestIface {
2857 _GTypeInterface g_iface;
2858 _BCD_func__16576 drag_data_received;
2859 _BCD_func__16576 row_drop_possible;
2860 }
2861 struct _GtkTreeDragSourceIface {
2862 _GTypeInterface g_iface;
2863 _BCD_func__16578 row_draggable;
2864 _BCD_func__16579 drag_data_get;
2865 _BCD_func__16578 drag_data_delete;
2866 }
2867 struct _GtkToolbarClass {
2868 _GtkContainerClass parent_class;
2869 _BCD_func__16581 orientation_changed;
2870 _BCD_func__16582 style_changed;
2871 _BCD_func__16583 popup_context_menu;
2872 _BCD_func__12122 _gtk_reserved1;
2873 _BCD_func__12122 _gtk_reserved2;
2874 _BCD_func__12122 _gtk_reserved3;
2875 }
2876 struct _GtkToolbar {
2877 _GtkContainer container;
2878 gint num_children;
2879 _GList * children;
2880 gint orientation;
2881 gint style;
2882 gint icon_size;
2883 _GtkTooltips * tooltips;
2884 gint button_maxw;
2885 gint button_maxh;
2886 guint _gtk_reserved1;
2887 guint _gtk_reserved2;
2888 guint bitfield0;
2889 // guint style_set // bits 0 .. 1
2890 // guint icon_size_set // bits 1 .. 2
2891 }
2892 struct _GtkToolbarChild {
2893 gint type;
2894 _GtkWidget * widget;
2895 _GtkWidget * icon;
2896 _GtkWidget * label;
2897 }
2898 struct _GtkTipsQueryClass {
2899 _GtkLabelClass parent_class;
2900 _BCD_func__16587 start_query;
2901 _BCD_func__16587 stop_query;
2902 _BCD_func__16588 widget_entered;
2903 _BCD_func__16589 widget_selected;
2904 _BCD_func__12122 _gtk_reserved1;
2905 _BCD_func__12122 _gtk_reserved2;
2906 _BCD_func__12122 _gtk_reserved3;
2907 _BCD_func__12122 _gtk_reserved4;
2908 }
2909 struct _GtkTipsQuery {
2910 _GtkLabel label;
2911 guint bitfield0;
2912 // guint emit_always // bits 0 .. 1
2913 // guint in_query // bits 1 .. 2
2914 char * label_inactive;
2915 char * label_no_tip;
2916 _GtkWidget * caller;
2917 _GtkWidget * last_crossed;
2918 _GdkCursor * query_cursor;
2919 }
2920 struct _GtkTextViewClass {
2921 _GtkContainerClass parent_class;
2922 _BCD_func__16592 set_scroll_adjustments;
2923 _BCD_func__16593 populate_popup;
2924 _BCD_func__16594 move_cursor;
2925 _BCD_func__16595 page_horizontally;
2926 _BCD_func__16596 set_anchor;
2927 _BCD_func__16597 insert_at_cursor;
2928 _BCD_func__16598 delete_from_cursor;
2929 _BCD_func__16596 backspace;
2930 _BCD_func__16596 cut_clipboard;
2931 _BCD_func__16596 copy_clipboard;
2932 _BCD_func__16596 paste_clipboard;
2933 _BCD_func__16596 toggle_overwrite;
2934 _BCD_func__16599 move_focus;
2935 _BCD_func__12122 _gtk_reserved1;
2936 _BCD_func__12122 _gtk_reserved2;
2937 _BCD_func__12122 _gtk_reserved3;
2938 _BCD_func__12122 _gtk_reserved4;
2939 _BCD_func__12122 _gtk_reserved5;
2940 _BCD_func__12122 _gtk_reserved6;
2941 _BCD_func__12122 _gtk_reserved7;
2942 }
2943 struct _GtkTextView {
2944 _GtkContainer parent_instance;
2945 void * layout;
2946 _GtkTextBuffer * buffer;
2947 guint selection_drag_handler;
2948 guint scroll_timeout;
2949 gint pixels_above_lines;
2950 gint pixels_below_lines;
2951 gint pixels_inside_wrap;
2952 gint wrap_mode;
2953 gint justify;
2954 gint left_margin;
2955 gint right_margin;
2956 gint indent;
2957 void * tabs;
2958 guint bitfield0;
2959 // guint editable // bits 0 .. 1
2960 // guint overwrite_mode // bits 1 .. 2
2961 // guint cursor_visible // bits 2 .. 3
2962 // guint need_im_reset // bits 3 .. 4
2963 // guint accepts_tab // bits 4 .. 5
2964 // guint width_changed // bits 5 .. 6
2965 // guint onscreen_validated // bits 6 .. 7
2966 // guint mouse_cursor_obscured // bits 7 .. 8
2967 void * text_window;
2968 void * left_window;
2969 void * right_window;
2970 void * top_window;
2971 void * bottom_window;
2972 _GtkAdjustment * hadjustment;
2973 _GtkAdjustment * vadjustment;
2974 gint xoffset;
2975 gint yoffset;
2976 gint width;
2977 gint height;
2978 gint virtual_cursor_x;
2979 gint virtual_cursor_y;
2980 _GtkTextMark * first_para_mark;
2981 gint first_para_pixels;
2982 _GtkTextMark * dnd_mark;
2983 guint blink_timeout;
2984 guint first_validate_idle;
2985 guint incremental_validate_idle;
2986 _GtkIMContext * im_context;
2987 _GtkWidget * popup_menu;
2988 gint drag_start_x;
2989 gint drag_start_y;
2990 _GSList * children;
2991 void * pending_scroll;
2992 gint pending_place_cursor_button;
2993 }
2994 struct _GtkTextBufferClass {
2995 _GObjectClass parent_class;
2996 _BCD_func__16602 insert_text;
2997 _BCD_func__16603 insert_pixbuf;
2998 _BCD_func__16604 insert_child_anchor;
2999 _BCD_func__16605 delete_range;
3000 _BCD_func__16606 changed;
3001 _BCD_func__16606 modified_changed;
3002 _BCD_func__16607 mark_set;
3003 _BCD_func__16608 mark_deleted;
3004 _BCD_func__16609 apply_tag;
3005 _BCD_func__16609 remove_tag;
3006 _BCD_func__16606 begin_user_action;
3007 _BCD_func__16606 end_user_action;
3008 _BCD_func__12122 _gtk_reserved1;
3009 _BCD_func__12122 _gtk_reserved2;
3010 _BCD_func__12122 _gtk_reserved3;
3011 _BCD_func__12122 _gtk_reserved4;
3012 _BCD_func__12122 _gtk_reserved5;
3013 _BCD_func__12122 _gtk_reserved6;
3014 }
3015 struct _GtkTextMarkClass {
3016 _GObjectClass parent_class;
3017 _BCD_func__12122 _gtk_reserved1;
3018 _BCD_func__12122 _gtk_reserved2;
3019 _BCD_func__12122 _gtk_reserved3;
3020 _BCD_func__12122 _gtk_reserved4;
3021 }
3022 struct _GtkTextMark {
3023 _GObject parent_instance;
3024 void * segment;
3025 }
3026 struct _GtkTextTagTableClass {
3027 _GObjectClass parent_class;
3028 _BCD_func__16613 tag_changed;
3029 _BCD_func__16614 tag_added;
3030 _BCD_func__16614 tag_removed;
3031 _BCD_func__12122 _gtk_reserved1;
3032 _BCD_func__12122 _gtk_reserved2;
3033 _BCD_func__12122 _gtk_reserved3;
3034 _BCD_func__12122 _gtk_reserved4;
3035 }
3036 struct _GtkTearoffMenuItemClass {
3037 _GtkMenuItemClass parent_class;
3038 _BCD_func__12122 _gtk_reserved1;
3039 _BCD_func__12122 _gtk_reserved2;
3040 _BCD_func__12122 _gtk_reserved3;
3041 _BCD_func__12122 _gtk_reserved4;
3042 }
3043 struct _GtkTearoffMenuItem {
3044 _GtkMenuItem menu_item;
3045 guint bitfield0;
3046 // guint torn_off // bits 0 .. 1
3047 }
3048 struct _GtkTableRowCol {
3049 ushort requisition;
3050 ushort allocation;
3051 ushort spacing;
3052 ubyte bitfield0;
3053 // guint need_expand // bits 0 .. 1
3054 // guint need_shrink // bits 1 .. 2
3055 // guint expand // bits 2 .. 3
3056 // guint shrink // bits 3 .. 4
3057 // guint empty // bits 4 .. 5
3058 }
3059 struct _GtkTableChild {
3060 _GtkWidget * widget;
3061 ushort left_attach;
3062 ushort right_attach;
3063 ushort top_attach;
3064 ushort bottom_attach;
3065 ushort xpadding;
3066 ushort ypadding;
3067 guint bitfield0;
3068 // guint xexpand // bits 0 .. 1
3069 // guint yexpand // bits 1 .. 2
3070 // guint xshrink // bits 2 .. 3
3071 // guint yshrink // bits 3 .. 4
3072 // guint xfill // bits 4 .. 5
3073 // guint yfill // bits 5 .. 6
3074 }
3075 struct _GtkTableClass {
3076 _GtkContainerClass parent_class;
3077 }
3078 struct _GtkTable {
3079 _GtkContainer container;
3080 _GList * children;
3081 _GtkTableRowCol * rows;
3082 _GtkTableRowCol * cols;
3083 ushort nrows;
3084 ushort ncols;
3085 ushort column_spacing;
3086 ushort row_spacing;
3087 guint bitfield0;
3088 // guint homogeneous // bits 0 .. 1
3089 }
3090 struct _GtkStockItem {
3091 char * stock_id;
3092 char * label;
3093 gint modifier;
3094 guint keyval;
3095 char * translation_domain;
3096 }
3097 struct _GtkStatusIconClass {
3098 _GObjectClass parent_class;
3099 _BCD_func__16623 activate;
3100 _BCD_func__16624 popup_menu;
3101 _BCD_func__16625 size_changed;
3102 void * __gtk_reserved1;
3103 void * __gtk_reserved2;
3104 void * __gtk_reserved3;
3105 void * __gtk_reserved4;
3106 void * __gtk_reserved5;
3107 void * __gtk_reserved6;
3108 }
3109 struct _GtkStatusIcon {
3110 _GObject parent_instance;
3111 void * priv;
3112 }
3113 struct _GtkStatusbarClass {
3114 _GtkHBoxClass parent_class;
3115 void * reserved;
3116 _BCD_func__16628 text_pushed;
3117 _BCD_func__16628 text_popped;
3118 _BCD_func__12122 _gtk_reserved1;
3119 _BCD_func__12122 _gtk_reserved2;
3120 _BCD_func__12122 _gtk_reserved3;
3121 _BCD_func__12122 _gtk_reserved4;
3122 }
3123 struct _GtkStatusbar {
3124 _GtkHBox parent_widget;
3125 _GtkWidget * frame;
3126 _GtkWidget * label;
3127 _GSList * messages;
3128 _GSList * keys;
3129 guint seq_context_id;
3130 guint seq_message_id;
3131 _GdkDrawable * grip_window;
3132 guint bitfield0;
3133 // guint has_resize_grip // bits 0 .. 1
3134 }
3135 struct _GtkSpinButtonClass {
3136 _GtkEntryClass parent_class;
3137 _BCD_func__16631 input;
3138 _BCD_func__16632 output;
3139 _BCD_func__16633 value_changed;
3140 _BCD_func__16634 change_value;
3141 _BCD_func__16633 wrapped;
3142 _BCD_func__12122 _gtk_reserved1;
3143 _BCD_func__12122 _gtk_reserved2;
3144 _BCD_func__12122 _gtk_reserved3;
3145 }
3146 struct _GtkSpinButton {
3147 _GtkEntry entry;
3148 _GtkAdjustment * adjustment;
3149 _GdkDrawable * panel;
3150 guint timer;
3151 double climb_rate;
3152 double timer_step;
3153 gint update_policy;
3154 guint bitfield0;
3155 // guint in_child // bits 0 .. 2
3156 // guint click_child // bits 2 .. 4
3157 // guint button // bits 4 .. 6
3158 // guint need_timer // bits 6 .. 7
3159 // guint timer_calls // bits 7 .. 10
3160 // guint digits // bits 10 .. 20
3161 // guint numeric // bits 20 .. 21
3162 // guint wrap // bits 21 .. 22
3163 // guint snap_to_ticks // bits 22 .. 23
3164 }
3165 struct _GtkSizeGroupClass {
3166 _GObjectClass parent_class;
3167 _BCD_func__12122 _gtk_reserved1;
3168 _BCD_func__12122 _gtk_reserved2;
3169 _BCD_func__12122 _gtk_reserved3;
3170 _BCD_func__12122 _gtk_reserved4;
3171 }
3172 struct _GtkSizeGroup {
3173 _GObject parent_instance;
3174 _GSList * widgets;
3175 char mode;
3176 ubyte bitfield0;
3177 // guint have_width // bits 0 .. 1
3178 // guint have_height // bits 1 .. 2
3179 // guint ignore_hidden // bits 2 .. 3
3180 _GtkRequisition requisition;
3181 }
3182 struct _GtkSeparatorToolItemClass {
3183 _GtkToolItemClass parent_class;
3184 _BCD_func__12122 _gtk_reserved1;
3185 _BCD_func__12122 _gtk_reserved2;
3186 _BCD_func__12122 _gtk_reserved3;
3187 _BCD_func__12122 _gtk_reserved4;
3188 }
3189 struct _GtkSeparatorToolItem {
3190 _GtkToolItem parent;
3191 void * priv;
3192 }
3193 struct _GtkSeparatorMenuItemClass {
3194 _GtkMenuItemClass parent_class;
3195 }
3196 struct _GtkSeparatorMenuItem {
3197 _GtkMenuItem menu_item;
3198 }
3199 struct _GtkScrolledWindowClass {
3200 _GtkBinClass parent_class;
3201 gint scrollbar_spacing;
3202 _BCD_func__16643 scroll_child;
3203 _BCD_func__16644 move_focus_out;
3204 _BCD_func__12122 _gtk_reserved1;
3205 _BCD_func__12122 _gtk_reserved2;
3206 _BCD_func__12122 _gtk_reserved3;
3207 _BCD_func__12122 _gtk_reserved4;
3208 }
3209 struct _GtkScrolledWindow {
3210 _GtkBin container;
3211 _GtkWidget * hscrollbar;
3212 _GtkWidget * vscrollbar;
3213 ubyte bitfield0;
3214 // guint hscrollbar_policy // bits 0 .. 2
3215 // guint vscrollbar_policy // bits 2 .. 4
3216 // guint hscrollbar_visible // bits 4 .. 5
3217 // guint vscrollbar_visible // bits 5 .. 6
3218 // guint window_placement // bits 6 .. 8
3219 // guint focus_out // bits 8 .. 9
3220 ushort shadow_type;
3221 }
3222 struct _GtkViewportClass {
3223 _GtkBinClass parent_class;
3224 _BCD_func__16647 set_scroll_adjustments;
3225 }
3226 struct _GtkViewport {
3227 _GtkBin bin;
3228 gint shadow_type;
3229 _GdkDrawable * view_window;
3230 _GdkDrawable * bin_window;
3231 _GtkAdjustment * hadjustment;
3232 _GtkAdjustment * vadjustment;
3233 }
3234 struct _GtkScaleButtonClass {
3235 _GtkButtonClass parent_class;
3236 _BCD_func__16650 value_changed;
3237 _BCD_func__12122 _gtk_reserved1;
3238 _BCD_func__12122 _gtk_reserved2;
3239 _BCD_func__12122 _gtk_reserved3;
3240 _BCD_func__12122 _gtk_reserved4;
3241 }
3242 struct _GtkScaleButton {
3243 _GtkButton parent;
3244 _GtkWidget * plus_button;
3245 _GtkWidget * minus_button;
3246 void * priv;
3247 }
3248 struct _GtkRecentChooserWidgetClass {
3249 _GtkVBoxClass parent_class;
3250 }
3251 struct _GtkRecentChooserWidget {
3252 _GtkVBox parent_instance;
3253 void * priv;
3254 }
3255 struct _GtkRecentChooserMenuClass {
3256 _GtkMenuClass parent_class;
3257 _BCD_func__12122 gtk_recent1;
3258 _BCD_func__12122 gtk_recent2;
3259 _BCD_func__12122 gtk_recent3;
3260 _BCD_func__12122 gtk_recent4;
3261 }
3262 struct _GtkRecentChooserMenu {
3263 _GtkMenu parent_instance;
3264 void * priv;
3265 }
3266 struct _GtkRecentChooserDialogClass {
3267 _GtkDialogClass parent_class;
3268 }
3269 struct _GtkRecentChooserDialog {
3270 _GtkDialog parent_instance;
3271 void * priv;
3272 }
3273 struct _GtkRecentChooserIface {
3274 _GTypeInterface base_iface;
3275 _BCD_func__16659 set_current_uri;
3276 _BCD_func__16660 get_current_uri;
3277 _BCD_func__16659 select_uri;
3278 _BCD_func__16661 unselect_uri;
3279 _BCD_func__16662 select_all;
3280 _BCD_func__16662 unselect_all;
3281 _BCD_func__16663 get_items;
3282 _BCD_func__16664 get_recent_manager;
3283 _BCD_func__16665 add_filter;
3284 _BCD_func__16665 remove_filter;
3285 _BCD_func__16666 list_filters;
3286 _BCD_func__16667 set_sort_func;
3287 _BCD_func__16662 item_activated;
3288 _BCD_func__16662 selection_changed;
3289 }
3290 struct _GtkRecentFilterInfo {
3291 gint contains;
3292 char * uri;
3293 char * display_name;
3294 char * mime_type;
3295 char * * applications;
3296 char * * groups;
3297 gint age;
3298 }
3299 struct _GtkRecentActionClass {
3300 _GtkActionClass parent_class;
3301 }
3302 struct _GtkRecentAction {
3303 _GtkAction parent_instance;
3304 void * priv;
3305 }
3306 struct _GtkRecentManagerClass {
3307 _GObjectClass parent_class;
3308 _BCD_func__16672 changed;
3309 _BCD_func__12122 _gtk_recent1;
3310 _BCD_func__12122 _gtk_recent2;
3311 _BCD_func__12122 _gtk_recent3;
3312 _BCD_func__12122 _gtk_recent4;
3313 }
3314 struct _GtkRecentManager {
3315 _GObject parent_instance;
3316 void * priv;
3317 }
3318 struct _GtkRecentData {
3319 char * display_name;
3320 char * description;
3321 char * mime_type;
3322 char * app_name;
3323 char * app_exec;
3324 char * * groups;
3325 gint is_private;
3326 }
3327 struct _GtkRadioToolButtonClass {
3328 _GtkToggleToolButtonClass parent_class;
3329 _BCD_func__12122 _gtk_reserved1;
3330 _BCD_func__12122 _gtk_reserved2;
3331 _BCD_func__12122 _gtk_reserved3;
3332 _BCD_func__12122 _gtk_reserved4;
3333 }
3334 struct _GtkRadioToolButton {
3335 _GtkToggleToolButton parent;
3336 }
3337 struct _GtkToggleToolButtonClass {
3338 _GtkToolButtonClass parent_class;
3339 _BCD_func__16678 toggled;
3340 _BCD_func__12122 _gtk_reserved1;
3341 _BCD_func__12122 _gtk_reserved2;
3342 _BCD_func__12122 _gtk_reserved3;
3343 _BCD_func__12122 _gtk_reserved4;
3344 }
3345 struct _GtkToggleToolButton {
3346 _GtkToolButton parent;
3347 void * priv;
3348 }
3349 struct _GtkRadioMenuItemClass {
3350 _GtkCheckMenuItemClass parent_class;
3351 _BCD_func__16681 group_changed;
3352 _BCD_func__12122 _gtk_reserved2;
3353 _BCD_func__12122 _gtk_reserved3;
3354 _BCD_func__12122 _gtk_reserved4;
3355 }
3356 struct _GtkRadioMenuItem {
3357 _GtkCheckMenuItem check_menu_item;
3358 _GSList * group;
3359 }
3360 struct _GtkRadioButtonClass {
3361 _GtkCheckButtonClass parent_class;
3362 _BCD_func__16684 group_changed;
3363 _BCD_func__12122 _gtk_reserved2;
3364 _BCD_func__12122 _gtk_reserved3;
3365 _BCD_func__12122 _gtk_reserved4;
3366 }
3367 struct _GtkRadioButton {
3368 _GtkCheckButton check_button;
3369 _GSList * group;
3370 }
3371 struct _GtkRadioActionClass {
3372 _GtkToggleActionClass parent_class;
3373 _BCD_func__16687 changed;
3374 _BCD_func__12122 _gtk_reserved1;
3375 _BCD_func__12122 _gtk_reserved2;
3376 _BCD_func__12122 _gtk_reserved3;
3377 _BCD_func__12122 _gtk_reserved4;
3378 }
3379 struct _GtkRadioAction {
3380 _GtkToggleAction parent;
3381 void * private_data;
3382 }
3383 struct _GtkToggleActionClass {
3384 _GtkActionClass parent_class;
3385 _BCD_func__16690 toggled;
3386 _BCD_func__12122 _gtk_reserved1;
3387 _BCD_func__12122 _gtk_reserved2;
3388 _BCD_func__12122 _gtk_reserved3;
3389 _BCD_func__12122 _gtk_reserved4;
3390 }
3391 struct _GtkToggleAction {
3392 _GtkAction parent;
3393 void * private_data;
3394 }
3395 struct _GtkProgressBarClass {
3396 _GtkProgressClass parent_class;
3397 _BCD_func__12122 _gtk_reserved1;
3398 _BCD_func__12122 _gtk_reserved2;
3399 _BCD_func__12122 _gtk_reserved3;
3400 _BCD_func__12122 _gtk_reserved4;
3401 }
3402 struct _GtkProgressBar {
3403 _GtkProgress progress;
3404 gint bar_style;
3405 gint orientation;
3406 guint blocks;
3407 gint in_block;
3408 gint activity_pos;
3409 guint activity_step;
3410 guint activity_blocks;
3411 double pulse_fraction;
3412 guint bitfield0;
3413 // guint activity_dir // bits 0 .. 1
3414 // guint ellipsize // bits 1 .. 4
3415 // guint dirty // bits 4 .. 5
3416 }
3417 struct _GtkProgressClass {
3418 _GtkWidgetClass parent_class;
3419 _BCD_func__16695 paint;
3420 _BCD_func__16695 update;
3421 _BCD_func__16695 act_mode_enter;
3422 _BCD_func__12122 _gtk_reserved1;
3423 _BCD_func__12122 _gtk_reserved2;
3424 _BCD_func__12122 _gtk_reserved3;
3425 _BCD_func__12122 _gtk_reserved4;
3426 }
3427 struct _GtkProgress {
3428 _GtkWidget widget;
3429 _GtkAdjustment * adjustment;
3430 _GdkDrawable * offscreen_pixmap;
3431 char * format;
3432 float x_align;
3433 float y_align;
3434 guint bitfield0;
3435 // guint show_text // bits 0 .. 1
3436 // guint activity_mode // bits 1 .. 2
3437 // guint use_text_format // bits 2 .. 3
3438 }
3439 struct _GtkPrintOperation {
3440 _GObject parent_instance;
3441 void * priv;
3442 }
3443 struct _GtkPrintOperationClass {
3444 _GObjectClass parent_class;
3445 _BCD_func__16699 done;
3446 _BCD_func__16700 begin_print;
3447 _BCD_func__16701 paginate;
3448 _BCD_func__16702 request_page_setup;
3449 _BCD_func__16703 draw_page;
3450 _BCD_func__16700 end_print;
3451 _BCD_func__16704 status_changed;
3452 _BCD_func__16705 create_custom_widget;
3453 _BCD_func__16706 custom_widget_apply;
3454 _BCD_func__16707 preview;
3455 _BCD_func__12122 _gtk_reserved1;
3456 _BCD_func__12122 _gtk_reserved2;
3457 _BCD_func__12122 _gtk_reserved3;
3458 _BCD_func__12122 _gtk_reserved4;
3459 _BCD_func__12122 _gtk_reserved5;
3460 _BCD_func__12122 _gtk_reserved6;
3461 _BCD_func__12122 _gtk_reserved7;
3462 }
3463 struct _GtkPrintOperationPreviewIface {
3464 _GTypeInterface g_iface;
3465 _BCD_func__16709 ready;
3466 _BCD_func__16710 got_page_size;
3467 _BCD_func__16711 render_page;
3468 _BCD_func__16712 is_selected;
3469 _BCD_func__16713 end_preview;
3470 _BCD_func__12122 _gtk_reserved1;
3471 _BCD_func__12122 _gtk_reserved2;
3472 _BCD_func__12122 _gtk_reserved3;
3473 _BCD_func__12122 _gtk_reserved4;
3474 _BCD_func__12122 _gtk_reserved5;
3475 _BCD_func__12122 _gtk_reserved6;
3476 _BCD_func__12122 _gtk_reserved7;
3477 }
3478 struct _GtkPageRange {
3479 gint start;
3480 gint end;
3481 }
3482 struct _GtkPreviewClass {
3483 _GtkWidgetClass parent_class;
3484 _GtkPreviewInfo info;
3485 }
3486 union _GtkDitherInfo {
3487 ushort [2] s;
3488 char [4] c;
3489 }
3490 struct _GtkPreviewInfo {
3491 char * lookup;
3492 double gamma;
3493 }
3494 struct _GtkPreview {
3495 _GtkWidget widget;
3496 char * buffer;
3497 ushort buffer_width;
3498 ushort buffer_height;
3499 ushort bpp;
3500 ushort rowstride;
3501 gint dither;
3502 guint bitfield0;
3503 // guint type // bits 0 .. 1
3504 // guint expand // bits 1 .. 2
3505 }
3506 struct _GtkPlugClass {
3507 _GtkWindowClass parent_class;
3508 _BCD_func__16720 embedded;
3509 _BCD_func__12122 _gtk_reserved1;
3510 _BCD_func__12122 _gtk_reserved2;
3511 _BCD_func__12122 _gtk_reserved3;
3512 _BCD_func__12122 _gtk_reserved4;
3513 }
3514 struct _GtkPlug {
3515 _GtkWindow window;
3516 _GdkDrawable * socket_window;
3517 _GtkWidget * modality_window;
3518 _GtkWindowGroup * modality_group;
3519 void * grabbed_keys;
3520 guint bitfield0;
3521 // guint same_app // bits 0 .. 1
3522 }
3523 struct _GtkSocketClass {
3524 _GtkContainerClass parent_class;
3525 _BCD_func__16723 plug_added;
3526 _BCD_func__16724 plug_removed;
3527 _BCD_func__12122 _gtk_reserved1;
3528 _BCD_func__12122 _gtk_reserved2;
3529 _BCD_func__12122 _gtk_reserved3;
3530 _BCD_func__12122 _gtk_reserved4;
3531 }
3532 struct _GtkSocket {
3533 _GtkContainer container;
3534 ushort request_width;
3535 ushort request_height;
3536 ushort current_width;
3537 ushort current_height;
3538 _GdkDrawable * plug_window;
3539 _GtkWidget * plug_widget;
3540 short xembed_version;
3541 ubyte bitfield0;
3542 // guint same_app // bits 0 .. 1
3543 // guint focus_in // bits 1 .. 2
3544 // guint have_size // bits 2 .. 3
3545 // guint need_map // bits 3 .. 4
3546 // guint is_mapped // bits 4 .. 5
3547 // guint active // bits 5 .. 6
3548 _GtkAccelGroup * accel_group;
3549 _GtkWidget * toplevel;
3550 }
3551 struct _GtkPixmapClass {
3552 _GtkMiscClass parent_class;
3553 }
3554 struct _GtkPixmap {
3555 _GtkMisc misc;
3556 _GdkDrawable * pixmap;
3557 _GdkDrawable * mask;
3558 _GdkDrawable * pixmap_insensitive;
3559 guint bitfield0;
3560 // guint build_insensitive // bits 0 .. 1
3561 }
3562 struct _GtkOptionMenuClass {
3563 _GtkButtonClass parent_class;
3564 _BCD_func__16729 changed;
3565 _BCD_func__12122 _gtk_reserved1;
3566 _BCD_func__12122 _gtk_reserved2;
3567 _BCD_func__12122 _gtk_reserved3;
3568 _BCD_func__12122 _gtk_reserved4;
3569 }
3570 struct _GtkOptionMenu {
3571 _GtkButton button;
3572 _GtkWidget * menu;
3573 _GtkWidget * menu_item;
3574 ushort width;
3575 ushort height;
3576 }
3577 struct _GtkOldEditableClass {
3578 _GtkWidgetClass parent_class;
3579 _BCD_func__16732 activate;
3580 _BCD_func__16733 set_editable;
3581 _BCD_func__16734 move_cursor;
3582 _BCD_func__16733 move_word;
3583 _BCD_func__16734 move_page;
3584 _BCD_func__16733 move_to_row;
3585 _BCD_func__16733 move_to_column;
3586 _BCD_func__16733 kill_char;
3587 _BCD_func__16733 kill_word;
3588 _BCD_func__16733 kill_line;
3589 _BCD_func__16732 cut_clipboard;
3590 _BCD_func__16732 copy_clipboard;
3591 _BCD_func__16732 paste_clipboard;
3592 _BCD_func__16734 update_text;
3593 _BCD_func__16735 get_chars;
3594 _BCD_func__16734 set_selection;
3595 _BCD_func__16733 set_position;
3596 }
3597 struct _GtkOldEditable {
3598 _GtkWidget widget;
3599 guint current_pos;
3600 guint selection_start_pos;
3601 guint selection_end_pos;
3602 guint bitfield0;
3603 // guint has_selection // bits 0 .. 1
3604 // guint editable // bits 1 .. 2
3605 // guint visible // bits 2 .. 3
3606 char * clipboard_text;
3607 }
3608 struct _GtkNotebookClass {
3609 _GtkContainerClass parent_class;
3610 _BCD_func__16738 switch_page;
3611 _BCD_func__16739 select_page;
3612 _BCD_func__16740 focus_tab;
3613 _BCD_func__16739 change_current_page;
3614 _BCD_func__16741 move_focus_out;
3615 _BCD_func__16742 reorder_tab;
3616 _BCD_func__16743 insert_page;
3617 _BCD_func__16744 create_window;
3618 _BCD_func__12122 _gtk_reserved1;
3619 }
3620 struct _GtkNotebook {
3621 _GtkContainer container;
3622 void * cur_page;
3623 _GList * children;
3624 _GList * first_tab;
3625 _GList * focus_tab;
3626 _GtkWidget * menu;
3627 _GdkDrawable * event_window;
3628 guint timer;
3629 ushort tab_hborder;
3630 ushort tab_vborder;
3631 guint bitfield0;
3632 // guint show_tabs // bits 0 .. 1
3633 // guint homogeneous // bits 1 .. 2
3634 // guint show_border // bits 2 .. 3
3635 // guint tab_pos // bits 3 .. 5
3636 // guint scrollable // bits 5 .. 6
3637 // guint in_child // bits 6 .. 9
3638 // guint click_child // bits 9 .. 12
3639 // guint button // bits 12 .. 14
3640 // guint need_timer // bits 14 .. 15
3641 // guint child_has_focus // bits 15 .. 16
3642 // guint have_visible_child // bits 16 .. 17
3643 // guint focus_out // bits 17 .. 18
3644 // guint has_before_previous // bits 18 .. 19
3645 // guint has_before_next // bits 19 .. 20
3646 // guint has_after_previous // bits 20 .. 21
3647 // guint has_after_next // bits 21 .. 22
3648 }
3649 struct _GtkMessageDialogClass {
3650 _GtkDialogClass parent_class;
3651 _BCD_func__12122 _gtk_reserved1;
3652 _BCD_func__12122 _gtk_reserved2;
3653 _BCD_func__12122 _gtk_reserved3;
3654 _BCD_func__12122 _gtk_reserved4;
3655 }
3656 struct _GtkMessageDialog {
3657 _GtkDialog parent_instance;
3658 _GtkWidget * image;
3659 _GtkWidget * label;
3660 }
3661 struct _GtkMenuToolButton {
3662 _GtkToolButton parent;
3663 void * priv;
3664 }
3665 struct _GtkMenuToolButtonClass {
3666 _GtkToolButtonClass parent_class;
3667 _BCD_func__16750 show_menu;
3668 _BCD_func__12122 _gtk_reserved1;
3669 _BCD_func__12122 _gtk_reserved2;
3670 _BCD_func__12122 _gtk_reserved3;
3671 _BCD_func__12122 _gtk_reserved4;
3672 }
3673 struct _GtkToolButtonClass {
3674 _GtkToolItemClass parent_class;
3675 GType button_type;
3676 _BCD_func__16752 clicked;
3677 _BCD_func__12122 _gtk_reserved1;
3678 _BCD_func__12122 _gtk_reserved2;
3679 _BCD_func__12122 _gtk_reserved3;
3680 _BCD_func__12122 _gtk_reserved4;
3681 }
3682 struct _GtkToolButton {
3683 _GtkToolItem parent;
3684 void * priv;
3685 }
3686 struct _GtkToolItemClass {
3687 _GtkBinClass parent_class;
3688 _BCD_func__16755 create_menu_proxy;
3689 _BCD_func__16756 toolbar_reconfigured;
3690 _BCD_func__16757 set_tooltip;
3691 _BCD_func__12122 _gtk_reserved1;
3692 _BCD_func__12122 _gtk_reserved2;
3693 _BCD_func__12122 _gtk_reserved3;
3694 _BCD_func__12122 _gtk_reserved4;
3695 }
3696 struct _GtkToolItem {
3697 _GtkBin parent;
3698 void * priv;
3699 }
3700 struct _GtkTooltipsData {
3701 _GtkTooltips * tooltips;
3702 _GtkWidget * widget;
3703 char * tip_text;
3704 char * tip_private;
3705 }
3706 struct _GtkTooltipsClass {
3707 _GtkObjectClass parent_class;
3708 _BCD_func__12122 _gtk_reserved1;
3709 _BCD_func__12122 _gtk_reserved2;
3710 _BCD_func__12122 _gtk_reserved3;
3711 _BCD_func__12122 _gtk_reserved4;
3712 }
3713 struct _GtkTooltips {
3714 _GtkObject parent_instance;
3715 _GtkWidget * tip_window;
3716 _GtkWidget * tip_label;
3717 _GtkTooltipsData * active_tips_data;
3718 _GList * tips_data_list;
3719 guint bitfield0;
3720 // guint delay // bits 0 .. 30
3721 // guint enabled // bits 30 .. 31
3722 // guint have_grab // bits 31 .. 32
3723 guint bitfield1;
3724 // guint use_sticky_delay // bits 32 .. 33
3725 gint timer_tag;
3726 _GTimeVal last_popdown;
3727 }
3728 struct _GtkMenuBarClass {
3729 _GtkMenuShellClass parent_class;
3730 _BCD_func__12122 _gtk_reserved1;
3731 _BCD_func__12122 _gtk_reserved2;
3732 _BCD_func__12122 _gtk_reserved3;
3733 _BCD_func__12122 _gtk_reserved4;
3734 }
3735 struct _GtkMenuBar {
3736 _GtkMenuShell menu_shell;
3737 }
3738 struct _GtkListClass {
3739 _GtkContainerClass parent_class;
3740 _BCD_func__16765 selection_changed;
3741 _BCD_func__16766 select_child;
3742 _BCD_func__16766 unselect_child;
3743 }
3744 struct _GtkList {
3745 _GtkContainer container;
3746 _GList * children;
3747 _GList * selection;
3748 _GList * undo_selection;
3749 _GList * undo_unselection;
3750 _GtkWidget * last_focus_child;
3751 _GtkWidget * undo_focus_child;
3752 guint htimer;
3753 guint vtimer;
3754 gint anchor;
3755 gint drag_pos;
3756 gint anchor_state;
3757 guint bitfield0;
3758 // guint selection_mode // bits 0 .. 2
3759 // guint drag_selection // bits 2 .. 3
3760 // guint add_mode // bits 3 .. 4
3761 }
3762 struct _GtkListItemClass {
3763 _GtkItemClass parent_class;
3764 _BCD_func__16769 toggle_focus_row;
3765 _BCD_func__16769 select_all;
3766 _BCD_func__16769 unselect_all;
3767 _BCD_func__16769 undo_selection;
3768 _BCD_func__16769 start_selection;
3769 _BCD_func__16769 end_selection;
3770 _BCD_func__16770 extend_selection;
3771 _BCD_func__16771 scroll_horizontal;
3772 _BCD_func__16771 scroll_vertical;
3773 _BCD_func__16769 toggle_add_mode;
3774 }
3775 struct _GtkListItem {
3776 _GtkItem item;
3777 }
3778 struct _GtkLinkButtonClass {
3779 _GtkButtonClass parent_class;
3780 _BCD_func__12122 _gtk_padding1;
3781 _BCD_func__12122 _gtk_padding2;
3782 _BCD_func__12122 _gtk_padding3;
3783 _BCD_func__12122 _gtk_padding4;
3784 }
3785 struct _GtkLinkButton {
3786 _GtkButton parent_instance;
3787 void * priv;
3788 }
3789 struct _GtkLayoutClass {
3790 _GtkContainerClass parent_class;
3791 _BCD_func__16776 set_scroll_adjustments;
3792 _BCD_func__12122 _gtk_reserved1;
3793 _BCD_func__12122 _gtk_reserved2;
3794 _BCD_func__12122 _gtk_reserved3;
3795 _BCD_func__12122 _gtk_reserved4;
3796 }
3797 struct _GtkLayout {
3798 _GtkContainer container;
3799 _GList * children;
3800 guint width;
3801 guint height;
3802 _GtkAdjustment * hadjustment;
3803 _GtkAdjustment * vadjustment;
3804 _GdkDrawable * bin_window;
3805 gint visibility;
3806 gint scroll_x;
3807 gint scroll_y;
3808 guint freeze_count;
3809 }
3810 struct _GtkInvisibleClass {
3811 _GtkWidgetClass parent_class;
3812 _BCD_func__12122 _gtk_reserved1;
3813 _BCD_func__12122 _gtk_reserved2;
3814 _BCD_func__12122 _gtk_reserved3;
3815 _BCD_func__12122 _gtk_reserved4;
3816 }
3817 struct _GtkInvisible {
3818 _GtkWidget widget;
3819 gint has_user_ref_count;
3820 _GdkScreen * screen;
3821 }
3822 struct _GtkInputDialogClass {
3823 _GtkDialogClass parent_class;
3824 _BCD_func__16781 enable_device;
3825 _BCD_func__16781 disable_device;
3826 _BCD_func__12122 _gtk_reserved1;
3827 _BCD_func__12122 _gtk_reserved2;
3828 _BCD_func__12122 _gtk_reserved3;
3829 _BCD_func__12122 _gtk_reserved4;
3830 }
3831 struct _GtkInputDialog {
3832 _GtkDialog dialog;
3833 _GtkWidget * axis_list;
3834 _GtkWidget * axis_listbox;
3835 _GtkWidget * mode_optionmenu;
3836 _GtkWidget * close_button;
3837 _GtkWidget * save_button;
3838 _GtkWidget * [7] axis_items;
3839 _GdkDevice * current_device;
3840 _GtkWidget * keys_list;
3841 _GtkWidget * keys_listbox;
3842 }
3843 struct _GtkIMMulticontextClass {
3844 _GtkIMContextClass parent_class;
3845 _BCD_func__12122 _gtk_reserved1;
3846 _BCD_func__12122 _gtk_reserved2;
3847 _BCD_func__12122 _gtk_reserved3;
3848 _BCD_func__12122 _gtk_reserved4;
3849 }
3850 struct _GtkIMMulticontext {
3851 _GtkIMContext object;
3852 _GtkIMContext * slave;
3853 void * priv;
3854 char * context_id;
3855 }
3856 struct _GtkIMContextSimpleClass {
3857 _GtkIMContextClass parent_class;
3858 }
3859 struct _GtkIMContextSimple {
3860 _GtkIMContext object;
3861 _GSList * tables;
3862 guint [8] compose_buffer;
3863 guint tentative_match;
3864 gint tentative_match_len;
3865 guint bitfield0;
3866 // guint in_hex_sequence // bits 0 .. 1
3867 // guint modifiers_dropped // bits 1 .. 2
3868 }
3869 struct _GtkImageMenuItemClass {
3870 _GtkMenuItemClass parent_class;
3871 }
3872 struct _GtkImageMenuItem {
3873 _GtkMenuItem menu_item;
3874 _GtkWidget * image;
3875 }
3876 struct _GtkIconViewClass {
3877 _GtkContainerClass parent_class;
3878 _BCD_func__16790 set_scroll_adjustments;
3879 _BCD_func__16791 item_activated;
3880 _BCD_func__16792 selection_changed;
3881 _BCD_func__16792 select_all;
3882 _BCD_func__16792 unselect_all;
3883 _BCD_func__16792 select_cursor_item;
3884 _BCD_func__16792 toggle_cursor_item;
3885 _BCD_func__16793 move_cursor;
3886 _BCD_func__16794 activate_cursor_item;
3887 }
3888 struct _GtkIconView {
3889 _GtkContainer parent;
3890 void * priv;
3891 }
3892 struct _GtkIconThemeClass {
3893 _GObjectClass parent_class;
3894 _BCD_func__16797 changed;
3895 }
3896 struct _GtkIconTheme {
3897 _GObject parent_instance;
3898 void * priv;
3899 }
3900 struct _GtkIconFactoryClass {
3901 _GObjectClass parent_class;
3902 _BCD_func__12122 _gtk_reserved1;
3903 _BCD_func__12122 _gtk_reserved2;
3904 _BCD_func__12122 _gtk_reserved3;
3905 _BCD_func__12122 _gtk_reserved4;
3906 }
3907 struct _GtkHSeparatorClass {
3908 _GtkSeparatorClass parent_class;
3909 }
3910 struct _GtkHSeparator {
3911 _GtkSeparator separator;
3912 }
3913 struct _GtkSeparatorClass {
3914 _GtkWidgetClass parent_class;
3915 }
3916 struct _GtkSeparator {
3917 _GtkWidget widget;
3918 }
3919 struct _GtkHScaleClass {
3920 _GtkScaleClass parent_class;
3921 }
3922 struct _GtkHScale {
3923 _GtkScale scale;
3924 }
3925 struct _GtkScaleClass {
3926 _GtkRangeClass parent_class;
3927 _BCD_func__16807 format_value;
3928 _BCD_func__16808 draw_value;
3929 _BCD_func__16809 get_layout_offsets;
3930 _BCD_func__12122 _gtk_reserved2;
3931 _BCD_func__12122 _gtk_reserved3;
3932 _BCD_func__12122 _gtk_reserved4;
3933 }
3934 struct _GtkScale {
3935 _GtkRange range;
3936 gint digits;
3937 guint bitfield0;
3938 // guint draw_value // bits 0 .. 1
3939 // guint value_pos // bits 1 .. 3
3940 }
3941 struct _GtkHRulerClass {
3942 _GtkRulerClass parent_class;
3943 }
3944 struct _GtkHRuler {
3945 _GtkRuler ruler;
3946 }
3947 struct _GtkRulerMetric {
3948 char * metric_name;
3949 char * abbrev;
3950 double pixels_per_unit;
3951 double [10] ruler_scale;
3952 gint [5] subdivide;
3953 }
3954 struct _GtkRulerClass {
3955 _GtkWidgetClass parent_class;
3956 _BCD_func__16815 draw_ticks;
3957 _BCD_func__16815 draw_pos;
3958 _BCD_func__12122 _gtk_reserved1;
3959 _BCD_func__12122 _gtk_reserved2;
3960 _BCD_func__12122 _gtk_reserved3;
3961 _BCD_func__12122 _gtk_reserved4;
3962 }
3963 struct _GtkRuler {
3964 _GtkWidget widget;
3965 _GdkDrawable * backing_store;
3966 _GdkGC * non_gr_exp_gc;
3967 _GtkRulerMetric * metric;
3968 gint xsrc;
3969 gint ysrc;
3970 gint slider_size;
3971 double lower;
3972 double upper;
3973 double position;
3974 double max_size;
3975 }
3976 struct _GtkHPanedClass {
3977 _GtkPanedClass parent_class;
3978 }
3979 struct _GtkHPaned {
3980 _GtkPaned paned;
3981 }
3982 struct _GtkPanedClass {
3983 _GtkContainerClass parent_class;
3984 _BCD_func__16820 cycle_child_focus;
3985 _BCD_func__16821 toggle_handle_focus;
3986 _BCD_func__16822 move_handle;
3987 _BCD_func__16820 cycle_handle_focus;
3988 _BCD_func__16821 accept_position;
3989 _BCD_func__16821 cancel_position;
3990 _BCD_func__12122 _gtk_reserved1;
3991 _BCD_func__12122 _gtk_reserved2;
3992 _BCD_func__12122 _gtk_reserved3;
3993 _BCD_func__12122 _gtk_reserved4;
3994 }
3995 struct _GtkPaned {
3996 _GtkContainer container;
3997 _GtkWidget * child1;
3998 _GtkWidget * child2;
3999 _GdkDrawable * handle;
4000 _GdkGC * xor_gc;
4001 gint cursor_type;
4002 _GdkRectangle handle_pos;
4003 gint child1_size;
4004 gint last_allocation;
4005 gint min_position;
4006 gint max_position;
4007 guint bitfield0;
4008 // guint position_set // bits 0 .. 1
4009 // guint in_drag // bits 1 .. 2
4010 // guint child1_shrink // bits 2 .. 3
4011 // guint child1_resize // bits 3 .. 4
4012 // guint child2_shrink // bits 4 .. 5
4013 // guint child2_resize // bits 5 .. 6
4014 // guint orientation // bits 6 .. 7
4015 // guint in_recursion // bits 7 .. 8
4016 // guint handle_prelit // bits 8 .. 9
4017 _GtkWidget * last_child1_focus;
4018 _GtkWidget * last_child2_focus;
4019 void * priv;
4020 gint drag_pos;
4021 gint original_position;
4022 }
4023 struct _GtkHButtonBoxClass {
4024 _GtkButtonBoxClass parent_class;
4025 }
4026 struct _GtkHButtonBox {
4027 _GtkButtonBox button_box;
4028 }
4029 struct _GtkHandleBoxClass {
4030 _GtkBinClass parent_class;
4031 _BCD_func__16827 child_attached;
4032 _BCD_func__16827 child_detached;
4033 _BCD_func__12122 _gtk_reserved1;
4034 _BCD_func__12122 _gtk_reserved2;
4035 _BCD_func__12122 _gtk_reserved3;
4036 _BCD_func__12122 _gtk_reserved4;
4037 }
4038 struct _GtkHandleBox {
4039 _GtkBin bin;
4040 _GdkDrawable * bin_window;
4041 _GdkDrawable * float_window;
4042 gint shadow_type;
4043 guint bitfield0;
4044 // guint handle_position // bits 0 .. 2
4045 // guint float_window_mapped // bits 2 .. 3
4046 // guint child_detached // bits 3 .. 4
4047 // guint in_drag // bits 4 .. 5
4048 // guint shrink_on_detach // bits 5 .. 6
4049 // gint snap_edge // bits 6 .. 9
4050 gint deskoff_x;
4051 gint deskoff_y;
4052 _GdkRectangle attach_allocation;
4053 _GdkRectangle float_allocation;
4054 }
4055 struct _GtkGammaCurveClass {
4056 _GtkVBoxClass parent_class;
4057 _BCD_func__12122 _gtk_reserved1;
4058 _BCD_func__12122 _gtk_reserved2;
4059 _BCD_func__12122 _gtk_reserved3;
4060 _BCD_func__12122 _gtk_reserved4;
4061 }
4062 struct _GtkGammaCurve {
4063 _GtkVBox vbox;
4064 _GtkWidget * table;
4065 _GtkWidget * curve;
4066 _GtkWidget * [5] button;
4067 float gamma;
4068 _GtkWidget * gamma_dialog;
4069 _GtkWidget * gamma_text;
4070 }
4071 struct _GtkFontSelectionDialogClass {
4072 _GtkDialogClass parent_class;
4073 _BCD_func__12122 _gtk_reserved1;
4074 _BCD_func__12122 _gtk_reserved2;
4075 _BCD_func__12122 _gtk_reserved3;
4076 _BCD_func__12122 _gtk_reserved4;
4077 }
4078 struct _GtkFontSelectionDialog {
4079 _GtkDialog parent_instance;
4080 _GtkWidget * fontsel;
4081 _GtkWidget * main_vbox;
4082 _GtkWidget * action_area;
4083 _GtkWidget * ok_button;
4084 _GtkWidget * apply_button;
4085 _GtkWidget * cancel_button;
4086 gint dialog_width;
4087 gint auto_resize;
4088 }
4089 struct _GtkFontSelectionClass {
4090 _GtkVBoxClass parent_class;
4091 _BCD_func__12122 _gtk_reserved1;
4092 _BCD_func__12122 _gtk_reserved2;
4093 _BCD_func__12122 _gtk_reserved3;
4094 _BCD_func__12122 _gtk_reserved4;
4095 }
4096 struct _GtkFontSelection {
4097 _GtkVBox parent_instance;
4098 _GtkWidget * font_entry;
4099 _GtkWidget * family_list;
4100 _GtkWidget * font_style_entry;
4101 _GtkWidget * face_list;
4102 _GtkWidget * size_entry;
4103 _GtkWidget * size_list;
4104 _GtkWidget * pixels_button;
4105 _GtkWidget * points_button;
4106 _GtkWidget * filter_button;
4107 _GtkWidget * preview_entry;
4108 void * family;
4109 void * face;
4110 gint size;
4111 _GdkFont * font;
4112 }
4113 struct _GtkFontButtonClass {
4114 _GtkButtonClass parent_class;
4115 _BCD_func__16836 font_set;
4116 _BCD_func__12122 _gtk_reserved1;
4117 _BCD_func__12122 _gtk_reserved2;
4118 _BCD_func__12122 _gtk_reserved3;
4119 _BCD_func__12122 _gtk_reserved4;
4120 }
4121 struct _GtkFontButton {
4122 _GtkButton button;
4123 void * priv;
4124 }
4125 struct _GtkFileChooserWidgetClass {
4126 _GtkVBoxClass parent_class;
4127 }
4128 struct _GtkFileChooserWidget {
4129 _GtkVBox parent_instance;
4130 void * priv;
4131 }
4132 struct _GtkFileChooserDialogClass {
4133 _GtkDialogClass parent_class;
4134 }
4135 struct _GtkFileChooserDialog {
4136 _GtkDialog parent_instance;
4137 void * priv;
4138 }
4139 struct _GtkFileChooserButtonClass {
4140 _GtkHBoxClass parent_class;
4141 _BCD_func__16843 file_set;
4142 void * __gtk_reserved1;
4143 void * __gtk_reserved2;
4144 void * __gtk_reserved3;
4145 void * __gtk_reserved4;
4146 void * __gtk_reserved5;
4147 void * __gtk_reserved6;
4148 void * __gtk_reserved7;
4149 }
4150 struct _GtkFileChooserButton {
4151 _GtkHBox parent;
4152 void * priv;
4153 }
4154 struct _GtkFileFilterInfo {
4155 gint contains;
4156 char * filename;
4157 char * uri;
4158 char * display_name;
4159 char * mime_type;
4160 }
4161 struct _GtkFixedChild {
4162 _GtkWidget * widget;
4163 gint x;
4164 gint y;
4165 }
4166 struct _GtkFixedClass {
4167 _GtkContainerClass parent_class;
4168 }
4169 struct _GtkFixed {
4170 _GtkContainer container;
4171 _GList * children;
4172 }
4173 struct _GtkFileSelectionClass {
4174 _GtkDialogClass parent_class;
4175 _BCD_func__12122 _gtk_reserved1;
4176 _BCD_func__12122 _gtk_reserved2;
4177 _BCD_func__12122 _gtk_reserved3;
4178 _BCD_func__12122 _gtk_reserved4;
4179 }
4180 struct _GtkFileSelection {
4181 _GtkDialog parent_instance;
4182 _GtkWidget * dir_list;
4183 _GtkWidget * file_list;
4184 _GtkWidget * selection_entry;
4185 _GtkWidget * selection_text;
4186 _GtkWidget * main_vbox;
4187 _GtkWidget * ok_button;
4188 _GtkWidget * cancel_button;
4189 _GtkWidget * help_button;
4190 _GtkWidget * history_pulldown;
4191 _GtkWidget * history_menu;
4192 _GList * history_list;
4193 _GtkWidget * fileop_dialog;
4194 _GtkWidget * fileop_entry;
4195 char * fileop_file;
4196 void * cmpl_state;
4197 _GtkWidget * fileop_c_dir;
4198 _GtkWidget * fileop_del_file;
4199 _GtkWidget * fileop_ren_file;
4200 _GtkWidget * button_area;
4201 _GtkWidget * action_area;
4202 _GPtrArray * selected_names;
4203 char * last_selected;
4204 }
4205 struct _GtkExpanderClass {
4206 _GtkBinClass parent_class;
4207 _BCD_func__16852 activate;
4208 }
4209 struct _GtkExpander {
4210 _GtkBin bin;
4211 void * priv;
4212 }
4213 struct _GtkEventBoxClass {
4214 _GtkBinClass parent_class;
4215 }
4216 struct _GtkEventBox {
4217 _GtkBin bin;
4218 }
4219 struct _GtkCurveClass {
4220 _GtkDrawingAreaClass parent_class;
4221 _BCD_func__16857 curve_type_changed;
4222 _BCD_func__12122 _gtk_reserved1;
4223 _BCD_func__12122 _gtk_reserved2;
4224 _BCD_func__12122 _gtk_reserved3;
4225 _BCD_func__12122 _gtk_reserved4;
4226 }
4227 struct _GtkCurve {
4228 _GtkDrawingArea graph;
4229 gint cursor_type;
4230 float min_x;
4231 float max_x;
4232 float min_y;
4233 float max_y;
4234 _GdkDrawable * pixmap;
4235 gint curve_type;
4236 gint height;
4237 gint grab_point;
4238 gint last;
4239 gint num_points;
4240 _GdkPoint * point;
4241 gint num_ctlpoints;
4242 float [2] * ctlpoint;
4243 }
4244 struct _GtkDrawingAreaClass {
4245 _GtkWidgetClass parent_class;
4246 _BCD_func__12122 _gtk_reserved1;
4247 _BCD_func__12122 _gtk_reserved2;
4248 _BCD_func__12122 _gtk_reserved3;
4249 _BCD_func__12122 _gtk_reserved4;
4250 }
4251 struct _GtkDrawingArea {
4252 _GtkWidget widget;
4253 void * draw_data;
4254 }
4255 struct _GtkCTreeNode {
4256 _GList list;
4257 }
4258 struct _GtkCTreeRow {
4259 _GtkCListRow row;
4260 _GtkCTreeNode * parent;
4261 _GtkCTreeNode * sibling;
4262 _GtkCTreeNode * children;
4263 _GdkDrawable * pixmap_closed;
4264 _GdkDrawable * mask_closed;
4265 _GdkDrawable * pixmap_opened;
4266 _GdkDrawable * mask_opened;
4267 ushort level;
4268 ubyte bitfield0;
4269 // guint is_leaf // bits 0 .. 1
4270 // guint expanded // bits 1 .. 2
4271 }
4272 struct _GtkCTreeClass {
4273 _GtkCListClass parent_class;
4274 _BCD_func__16865 tree_select_row;
4275 _BCD_func__16865 tree_unselect_row;
4276 _BCD_func__16866 tree_expand;
4277 _BCD_func__16866 tree_collapse;
4278 _BCD_func__16867 tree_move;
4279 _BCD_func__16868 change_focus_row_expansion;
4280 }
4281 struct _GtkCTree {
4282 _GtkCList clist;
4283 _GdkGC * lines_gc;
4284 gint tree_indent;
4285 gint tree_spacing;
4286 gint tree_column;
4287 guint bitfield0;
4288 // guint line_style // bits 0 .. 2
4289 // guint expander_style // bits 2 .. 4
4290 // guint show_stub // bits 4 .. 5
4291 _BCD_func__10682 drag_compare;
4292 }
4293 struct _GtkComboBoxEntryClass {
4294 _GtkComboBoxClass parent_class;
4295 _BCD_func__12122 _gtk_reserved0;
4296 _BCD_func__12122 _gtk_reserved1;
4297 _BCD_func__12122 _gtk_reserved2;
4298 _BCD_func__12122 _gtk_reserved3;
4299 }
4300 struct _GtkComboBoxEntry {
4301 _GtkComboBox parent_instance;
4302 void * priv;
4303 }
4304 struct _GtkComboBoxClass {
4305 _GtkBinClass parent_class;
4306 _BCD_func__16873 changed;
4307 _BCD_func__16874 get_active_text;
4308 _BCD_func__12122 _gtk_reserved0;
4309 _BCD_func__12122 _gtk_reserved1;
4310 _BCD_func__12122 _gtk_reserved2;
4311 }
4312 struct _GtkComboBox {
4313 _GtkBin parent_instance;
4314 void * priv;
4315 }
4316 struct _GtkTreeSelectionClass {
4317 _GObjectClass parent_class;
4318 _BCD_func__16877 changed;
4319 _BCD_func__12122 _gtk_reserved1;
4320 _BCD_func__12122 _gtk_reserved2;
4321 _BCD_func__12122 _gtk_reserved3;
4322 _BCD_func__12122 _gtk_reserved4;
4323 }
4324 struct _GtkTreeSelection {
4325 _GObject parent;
4326 _GtkTreeView * tree_view;
4327 gint type;
4328 _BCD_func__9094 user_func;
4329 void * user_data;
4330 _BCD_func__13158 destroy;
4331 }
4332 struct _GtkTreeViewClass {
4333 _GtkContainerClass parent_class;
4334 _BCD_func__16880 set_scroll_adjustments;
4335 _BCD_func__16881 row_activated;
4336 _BCD_func__16882 test_expand_row;
4337 _BCD_func__16882 test_collapse_row;
4338 _BCD_func__16883 row_expanded;
4339 _BCD_func__16883 row_collapsed;
4340 _BCD_func__16884 columns_changed;
4341 _BCD_func__16884 cursor_changed;
4342 _BCD_func__16885 move_cursor;
4343 _BCD_func__16886 select_all;
4344 _BCD_func__16886 unselect_all;
4345 _BCD_func__16887 select_cursor_row;
4346 _BCD_func__16886 toggle_cursor_row;
4347 _BCD_func__16888 expand_collapse_cursor_row;
4348 _BCD_func__16886 select_cursor_parent;
4349 _BCD_func__16886 start_interactive_search;
4350 _BCD_func__12122 _gtk_reserved0;
4351 _BCD_func__12122 _gtk_reserved1;
4352 _BCD_func__12122 _gtk_reserved2;
4353 _BCD_func__12122 _gtk_reserved3;
4354 _BCD_func__12122 _gtk_reserved4;
4355 }
4356 struct _GtkTreeView {
4357 _GtkContainer parent;
4358 void * priv;
4359 }
4360 struct _GtkEntryClass {
4361 _GtkWidgetClass parent_class;
4362 _BCD_func__16891 populate_popup;
4363 _BCD_func__16892 activate;
4364 _BCD_func__16893 move_cursor;
4365 _BCD_func__16894 insert_at_cursor;
4366 _BCD_func__16895 delete_from_cursor;
4367 _BCD_func__16892 backspace;
4368 _BCD_func__16892 cut_clipboard;
4369 _BCD_func__16892 copy_clipboard;
4370 _BCD_func__16892 paste_clipboard;
4371 _BCD_func__16892 toggle_overwrite;
4372 _BCD_func__12122 _gtk_reserved1;
4373 _BCD_func__12122 _gtk_reserved2;
4374 _BCD_func__12122 _gtk_reserved3;
4375 }
4376 struct _GtkEntry {
4377 _GtkWidget widget;
4378 char * text;
4379 guint bitfield0;
4380 // guint editable // bits 0 .. 1
4381 // guint visible // bits 1 .. 2
4382 // guint overwrite_mode // bits 2 .. 3
4383 // guint in_drag // bits 3 .. 4
4384 ushort text_length;
4385 ushort text_max_length;
4386 _GdkDrawable * text_area;
4387 _GtkIMContext * im_context;
4388 _GtkWidget * popup_menu;
4389 gint current_pos;
4390 gint selection_bound;
4391 void * cached_layout;
4392 guint bitfield1;
4393 // guint cache_includes_preedit // bits 32 .. 33
4394 // guint need_im_reset // bits 33 .. 34
4395 // guint has_frame // bits 34 .. 35
4396 // guint activates_default // bits 35 .. 36
4397 // guint cursor_visible // bits 36 .. 37
4398 // guint in_click // bits 37 .. 38
4399 // guint is_cell_renderer // bits 38 .. 39
4400 // guint editing_canceled // bits 39 .. 40
4401 // guint mouse_cursor_obscured // bits 40 .. 41
4402 // guint select_words // bits 41 .. 42
4403 // guint select_lines // bits 42 .. 43
4404 // guint resolved_dir // bits 43 .. 47
4405 // guint truncate_multiline // bits 47 .. 48
4406 guint button;
4407 guint blink_timeout;
4408 guint recompute_idle;
4409 gint scroll_offset;
4410 gint ascent;
4411 gint descent;
4412 ushort text_size;
4413 ushort n_bytes;
4414 ushort preedit_length;
4415 ushort preedit_cursor;
4416 gint dnd_position;
4417 gint drag_start_x;
4418 gint drag_start_y;
4419 guint invisible_char;
4420 gint width_chars;
4421 }
4422 struct _GtkEntryCompletionClass {
4423 _GObjectClass parent_class;
4424 _BCD_func__16898 match_selected;
4425 _BCD_func__16899 action_activated;
4426 _BCD_func__16900 insert_prefix;
4427 _BCD_func__16898 cursor_on_match;
4428 _BCD_func__12122 _gtk_reserved0;
4429 _BCD_func__12122 _gtk_reserved1;
4430 }
4431 struct _GtkEntryCompletion {
4432 _GObject parent_instance;
4433 void * priv;
4434 }
4435 struct _GtkTreeModelFilterClass {
4436 _GObjectClass parent_class;
4437 _BCD_func__12122 _gtk_reserved0;
4438 _BCD_func__12122 _gtk_reserved1;
4439 _BCD_func__12122 _gtk_reserved2;
4440 _BCD_func__12122 _gtk_reserved3;
4441 }
4442 struct _GtkTreeModelFilter {
4443 _GObject parent;
4444 void * priv;
4445 }
4446 struct _GtkListStoreClass {
4447 _GObjectClass parent_class;
4448 _BCD_func__12122 _gtk_reserved1;
4449 _BCD_func__12122 _gtk_reserved2;
4450 _BCD_func__12122 _gtk_reserved3;
4451 _BCD_func__12122 _gtk_reserved4;
4452 }
4453 struct _GtkListStore {
4454 _GObject parent;
4455 gint stamp;
4456 void * seq;
4457 void * _gtk_reserved1;
4458 _GList * sort_list;
4459 gint n_columns;
4460 gint sort_column_id;
4461 gint order;
4462 guint * column_headers;
4463 gint length;
4464 _BCD_func__11685 default_sort_func;
4465 void * default_sort_data;
4466 _BCD_func__13158 default_sort_destroy;
4467 guint bitfield0;
4468 // guint columns_dirty // bits 0 .. 1
4469 }
4470 struct _GtkIMContextClass {
4471 _GtkObjectClass parent_class;
4472 _BCD_func__16907 preedit_start;
4473 _BCD_func__16907 preedit_end;
4474 _BCD_func__16907 preedit_changed;
4475 _BCD_func__16908 commit;
4476 _BCD_func__16909 retrieve_surrounding;
4477 _BCD_func__16910 delete_surrounding;
4478 _BCD_func__16911 set_client_window;
4479 _BCD_func__16912 get_preedit_string;
4480 _BCD_func__16913 filter_keypress;
4481 _BCD_func__16907 focus_in;
4482 _BCD_func__16907 focus_out;
4483 _BCD_func__16907 reset;
4484 _BCD_func__16914 set_cursor_location;
4485 _BCD_func__16915 set_use_preedit;
4486 _BCD_func__16916 set_surrounding;
4487 _BCD_func__16917 get_surrounding;
4488 _BCD_func__12122 _gtk_reserved1;
4489 _BCD_func__12122 _gtk_reserved2;
4490 _BCD_func__12122 _gtk_reserved3;
4491 _BCD_func__12122 _gtk_reserved4;
4492 _BCD_func__12122 _gtk_reserved5;
4493 _BCD_func__12122 _gtk_reserved6;
4494 }
4495 struct _GtkIMContext {
4496 _GObject parent_instance;
4497 }
4498 struct _GtkEditableClass {
4499 _GTypeInterface base_iface;
4500 _BCD_func__16920 insert_text;
4501 _BCD_func__16921 delete_text;
4502 _BCD_func__16922 changed;
4503 _BCD_func__16920 do_insert_text;
4504 _BCD_func__16921 do_delete_text;
4505 _BCD_func__16923 get_chars;
4506 _BCD_func__16921 set_selection_bounds;
4507 _BCD_func__16924 get_selection_bounds;
4508 _BCD_func__16925 set_position;
4509 _BCD_func__16926 get_position;
4510 }
4511 struct _GtkComboClass {
4512 _GtkHBoxClass parent_class;
4513 _BCD_func__12122 _gtk_reserved1;
4514 _BCD_func__12122 _gtk_reserved2;
4515 _BCD_func__12122 _gtk_reserved3;
4516 _BCD_func__12122 _gtk_reserved4;
4517 }
4518 struct _GtkCombo {
4519 _GtkHBox hbox;
4520 _GtkWidget * entry;
4521 _GtkWidget * button;
4522 _GtkWidget * popup;
4523 _GtkWidget * popwin;
4524 _GtkWidget * list;
4525 guint entry_change_id;
4526 guint list_change_id;
4527 ubyte bitfield0;
4528 // guint value_in_list // bits 0 .. 1
4529 // guint ok_if_empty // bits 1 .. 2
4530 // guint case_sensitive // bits 2 .. 3
4531 // guint use_arrows // bits 3 .. 4
4532 // guint use_arrows_always // bits 4 .. 5
4533 ushort current_button;
4534 guint activate_id;
4535 }
4536 struct _GtkHBoxClass {
4537 _GtkBoxClass parent_class;
4538 }
4539 struct _GtkHBox {
4540 _GtkBox box;
4541 }
4542 struct _GtkColorSelectionDialogClass {
4543 _GtkDialogClass parent_class;
4544 _BCD_func__12122 _gtk_reserved1;
4545 _BCD_func__12122 _gtk_reserved2;
4546 _BCD_func__12122 _gtk_reserved3;
4547 _BCD_func__12122 _gtk_reserved4;
4548 }
4549 struct _GtkColorSelectionDialog {
4550 _GtkDialog parent_instance;
4551 _GtkWidget * colorsel;
4552 _GtkWidget * ok_button;
4553 _GtkWidget * cancel_button;
4554 _GtkWidget * help_button;
4555 }
4556 struct _GtkColorSelectionClass {
4557 _GtkVBoxClass parent_class;
4558 _BCD_func__16934 color_changed;
4559 _BCD_func__12122 _gtk_reserved1;
4560 _BCD_func__12122 _gtk_reserved2;
4561 _BCD_func__12122 _gtk_reserved3;
4562 _BCD_func__12122 _gtk_reserved4;
4563 }
4564 struct _GtkColorSelection {
4565 _GtkVBox parent_instance;
4566 void * private_data;
4567 }
4568 struct _GtkVBoxClass {
4569 _GtkBoxClass parent_class;
4570 }
4571 struct _GtkVBox {
4572 _GtkBox box;
4573 }
4574 struct _GtkColorButtonClass {
4575 _GtkButtonClass parent_class;
4576 _BCD_func__16939 color_set;
4577 _BCD_func__12122 _gtk_reserved1;
4578 _BCD_func__12122 _gtk_reserved2;
4579 _BCD_func__12122 _gtk_reserved3;
4580 _BCD_func__12122 _gtk_reserved4;
4581 }
4582 struct _GtkColorButton {
4583 _GtkButton button;
4584 void * priv;
4585 }
4586 struct _GtkCListDestInfo {
4587 _GtkCListCellInfo cell;
4588 gint insert_pos;
4589 }
4590 struct _GtkCListCellInfo {
4591 gint row;
4592 gint column;
4593 }
4594 struct _GtkCellWidget {
4595 gint type;
4596 short vertical;
4597 short horizontal;
4598 _GtkStyle * style;
4599 _GtkWidget * widget;
4600 }
4601 struct _GtkCellPixText {
4602 gint type;
4603 short vertical;
4604 short horizontal;
4605 _GtkStyle * style;
4606 char * text;
4607 char spacing;
4608 _GdkDrawable * pixmap;
4609 _GdkDrawable * mask;
4610 }
4611 struct _GtkCellPixmap {
4612 gint type;
4613 short vertical;
4614 short horizontal;
4615 _GtkStyle * style;
4616 _GdkDrawable * pixmap;
4617 _GdkDrawable * mask;
4618 }
4619 struct _GtkCellText {
4620 gint type;
4621 short vertical;
4622 short horizontal;
4623 _GtkStyle * style;
4624 char * text;
4625 }
4626 struct N8_GtkCell5__2315__232E {
4627 _GdkDrawable * pixmap;
4628 _GdkDrawable * mask;
4629 }
4630 struct N8_GtkCell5__2315__233E {
4631 char * text;
4632 char spacing;
4633 _GdkDrawable * pixmap;
4634 _GdkDrawable * mask;
4635 }
4636 union N8_GtkCell5__231E {
4637 char * text;
4638 N8_GtkCell5__2315__232E pm;
4639 N8_GtkCell5__2315__233E pt;
4640 _GtkWidget * widget;
4641 }
4642 struct _GtkCell {
4643 gint type;
4644 short vertical;
4645 short horizontal;
4646 _GtkStyle * style;
4647 N8_GtkCell5__231E u;
4648 }
4649 struct _GtkCListRow {
4650 _GtkCell * cell;
4651 gint state;
4652 _GdkColor foreground;
4653 _GdkColor background;
4654 _GtkStyle * style;
4655 void * data;
4656 _BCD_func__13158 destroy;
4657 guint bitfield0;
4658 // guint fg_set // bits 0 .. 1
4659 // guint bg_set // bits 1 .. 2
4660 // guint selectable // bits 2 .. 3
4661 }
4662 struct _GtkCListColumn {
4663 char * title;
4664 _GdkRectangle area;
4665 _GtkWidget * button;
4666 _GdkDrawable * window;
4667 gint width;
4668 gint min_width;
4669 gint max_width;
4670 gint justification;
4671 guint bitfield0;
4672 // guint visible // bits 0 .. 1
4673 // guint width_set // bits 1 .. 2
4674 // guint resizeable // bits 2 .. 3
4675 // guint auto_resize // bits 3 .. 4
4676 // guint button_passive // bits 4 .. 5
4677 }
4678 struct _GtkCListClass {
4679 _GtkContainerClass parent_class;
4680 _BCD_func__16962 set_scroll_adjustments;
4681 _BCD_func__16963 refresh;
4682 _BCD_func__16964 select_row;
4683 _BCD_func__16964 unselect_row;
4684 _BCD_func__16965 row_move;
4685 _BCD_func__16966 click_column;
4686 _BCD_func__16965 resize_column;
4687 _BCD_func__16963 toggle_focus_row;
4688 _BCD_func__16963 select_all;
4689 _BCD_func__16963 unselect_all;
4690 _BCD_func__16963 undo_selection;
4691 _BCD_func__16963 start_selection;
4692 _BCD_func__16963 end_selection;
4693 _BCD_func__16967 extend_selection;
4694 _BCD_func__16968 scroll_horizontal;
4695 _BCD_func__16968 scroll_vertical;
4696 _BCD_func__16963 toggle_add_mode;
4697 _BCD_func__16963 abort_column_resize;
4698 _BCD_func__16969 resync_selection;
4699 _BCD_func__16970 selection_find;
4700 _BCD_func__16971 draw_row;
4701 _BCD_func__16972 draw_drag_highlight;
4702 _BCD_func__16963 clear;
4703 _BCD_func__16966 fake_unselect_all;
4704 _BCD_func__16963 sort_list;
4705 _BCD_func__16973 insert_row;
4706 _BCD_func__16966 remove_row;
4707 _BCD_func__16974 set_cell_contents;
4708 _BCD_func__16975 cell_size_request;
4709 }
4710 struct _GtkCList {
4711 _GtkContainer container;
4712 ushort flags;
4713 void * reserved1;
4714 void * reserved2;
4715 guint freeze_count;
4716 _GdkRectangle internal_allocation;
4717 gint rows;
4718 gint row_height;
4719 _GList * row_list;
4720 _GList * row_list_end;
4721 gint columns;
4722 _GdkRectangle column_title_area;
4723 _GdkDrawable * title_window;
4724 _GtkCListColumn * column;
4725 _GdkDrawable * clist_window;
4726 gint clist_window_width;
4727 gint clist_window_height;
4728 gint hoffset;
4729 gint voffset;
4730 gint shadow_type;
4731 gint selection_mode;
4732 _GList * selection;
4733 _GList * selection_end;
4734 _GList * undo_selection;
4735 _GList * undo_unselection;
4736 gint undo_anchor;
4737 char [5] button_actions;
4738 char drag_button;
4739 _GtkCListCellInfo click_cell;
4740 _GtkAdjustment * hadjustment;
4741 _GtkAdjustment * vadjustment;
4742 _GdkGC * xor_gc;
4743 _GdkGC * fg_gc;
4744 _GdkGC * bg_gc;
4745 _GdkCursor * cursor_drag;
4746 gint x_drag;
4747 gint focus_row;
4748 gint focus_header_column;
4749 gint anchor;
4750 gint anchor_state;
4751 gint drag_pos;
4752 gint htimer;
4753 gint vtimer;
4754 gint sort_type;
4755 _BCD_func__11051 compare;
4756 gint sort_column;
4757 gint drag_highlight_row;
4758 gint drag_highlight_pos;
4759 }
4760 struct _GtkVScrollbarClass {
4761 _GtkScrollbarClass parent_class;
4762 }
4763 struct _GtkVScrollbar {
4764 _GtkScrollbar scrollbar;
4765 }
4766 struct _GtkHScrollbarClass {
4767 _GtkScrollbarClass parent_class;
4768 }
4769 struct _GtkHScrollbar {
4770 _GtkScrollbar scrollbar;
4771 }
4772 struct _GtkScrollbarClass {
4773 _GtkRangeClass parent_class;
4774 _BCD_func__12122 _gtk_reserved1;
4775 _BCD_func__12122 _gtk_reserved2;
4776 _BCD_func__12122 _gtk_reserved3;
4777 _BCD_func__12122 _gtk_reserved4;
4778 }
4779 struct _GtkScrollbar {
4780 _GtkRange range;
4781 }
4782 struct _GtkRangeClass {
4783 _GtkWidgetClass parent_class;
4784 char * slider_detail;
4785 char * stepper_detail;
4786 _BCD_func__16984 value_changed;
4787 _BCD_func__16985 adjust_bounds;
4788 _BCD_func__16986 move_slider;
4789 _BCD_func__16987 get_range_border;
4790 _BCD_func__16988 change_value;
4791 _BCD_func__12122 _gtk_reserved1;
4792 _BCD_func__12122 _gtk_reserved2;
4793 _BCD_func__12122 _gtk_reserved3;
4794 }
4795 struct _GtkRange {
4796 _GtkWidget widget;
4797 _GtkAdjustment * adjustment;
4798 gint update_policy;
4799 guint bitfield0;
4800 // guint inverted // bits 0 .. 1
4801 // guint flippable // bits 1 .. 2
4802 // guint has_stepper_a // bits 2 .. 3
4803 // guint has_stepper_b // bits 3 .. 4
4804 // guint has_stepper_c // bits 4 .. 5
4805 // guint has_stepper_d // bits 5 .. 6
4806 // guint need_recalc // bits 6 .. 7
4807 // guint slider_size_fixed // bits 7 .. 8
4808 gint min_slider_size;
4809 gint orientation;
4810 _GdkRectangle range_rect;
4811 gint slider_start;
4812 gint slider_end;
4813 gint round_digits;
4814 guint bitfield1;
4815 // guint trough_click_forward // bits 32 .. 33
4816 // guint update_pending // bits 33 .. 34
4817 void * layout;
4818 void * timer;
4819 gint slide_initial_slider_position;
4820 gint slide_initial_coordinate;
4821 guint update_timeout_id;
4822 _GdkDrawable * event_window;
4823 }
4824 struct _GtkTargetPair {
4825 void * target;
4826 guint flags;
4827 guint info;
4828 }
4829 struct _GtkTargetEntry {
4830 char * target;
4831 guint flags;
4832 guint info;
4833 }
4834 struct _GtkTargetList {
4835 _GList * list;
4836 guint ref_count;
4837 }
4838 struct _GtkTextBuffer {
4839 _GObject parent_instance;
4840 _GtkTextTagTable * tag_table;
4841 void * btree;
4842 _GSList * clipboard_contents_buffers;
4843 _GSList * selection_clipboards;
4844 void * log_attr_cache;
4845 guint user_action_count;
4846 guint bitfield0;
4847 // guint modified // bits 0 .. 1
4848 // guint has_selection // bits 1 .. 2
4849 }
4850 struct _GtkTextChildAnchorClass {
4851 _GObjectClass parent_class;
4852 _BCD_func__12122 _gtk_reserved1;
4853 _BCD_func__12122 _gtk_reserved2;
4854 _BCD_func__12122 _gtk_reserved3;
4855 _BCD_func__12122 _gtk_reserved4;
4856 }
4857 struct _GtkTextChildAnchor {
4858 _GObject parent_instance;
4859 void * segment;
4860 }
4861 struct _GtkTextAppearance {
4862 _GdkColor bg_color;
4863 _GdkColor fg_color;
4864 _GdkDrawable * bg_stipple;
4865 _GdkDrawable * fg_stipple;
4866 gint rise;
4867 void * padding1;
4868 guint bitfield0;
4869 // guint underline // bits 0 .. 4
4870 // guint strikethrough // bits 4 .. 5
4871 // guint draw_bg // bits 5 .. 6
4872 // guint inside_selection // bits 6 .. 7
4873 // guint is_text // bits 7 .. 8
4874 // guint pad1 // bits 8 .. 9
4875 // guint pad2 // bits 9 .. 10
4876 // guint pad3 // bits 10 .. 11
4877 // guint pad4 // bits 11 .. 12
4878 }
4879 struct _GtkTextTagClass {
4880 _GObjectClass parent_class;
4881 _BCD_func__16998 event;
4882 _BCD_func__12122 _gtk_reserved1;
4883 _BCD_func__12122 _gtk_reserved2;
4884 _BCD_func__12122 _gtk_reserved3;
4885 _BCD_func__12122 _gtk_reserved4;
4886 }
4887 struct _GtkTextTag {
4888 _GObject parent_instance;
4889 _GtkTextTagTable * table;
4890 char * name;
4891 gint priority;
4892 _GtkTextAttributes * values;
4893 guint bitfield0;
4894 // guint bg_color_set // bits 0 .. 1
4895 // guint bg_stipple_set // bits 1 .. 2
4896 // guint fg_color_set // bits 2 .. 3
4897 // guint scale_set // bits 3 .. 4
4898 // guint fg_stipple_set // bits 4 .. 5
4899 // guint justification_set // bits 5 .. 6
4900 // guint left_margin_set // bits 6 .. 7
4901 // guint indent_set // bits 7 .. 8
4902 // guint rise_set // bits 8 .. 9
4903 // guint strikethrough_set // bits 9 .. 10
4904 // guint right_margin_set // bits 10 .. 11
4905 // guint pixels_above_lines_set // bits 11 .. 12
4906 // guint pixels_below_lines_set // bits 12 .. 13
4907 // guint pixels_inside_wrap_set // bits 13 .. 14
4908 // guint tabs_set // bits 14 .. 15
4909 // guint underline_set // bits 15 .. 16
4910 // guint wrap_mode_set // bits 16 .. 17
4911 // guint bg_full_height_set // bits 17 .. 18
4912 // guint invisible_set // bits 18 .. 19
4913 // guint editable_set // bits 19 .. 20
4914 // guint language_set // bits 20 .. 21
4915 // guint pg_bg_color_set // bits 21 .. 22
4916 // guint accumulative_margin // bits 22 .. 23
4917 // guint pad1 // bits 23 .. 24
4918 }
4919 struct _GtkTextAttributes {
4920 guint refcount;
4921 _GtkTextAppearance appearance;
4922 gint justification;
4923 gint direction;
4924 void * font;
4925 double font_scale;
4926 gint left_margin;
4927 gint indent;
4928 gint right_margin;
4929 gint pixels_above_lines;
4930 gint pixels_below_lines;
4931 gint pixels_inside_wrap;
4932 void * tabs;
4933 gint wrap_mode;
4934 void * language;
4935 _GdkColor * pg_bg_color;
4936 guint bitfield0;
4937 // guint invisible // bits 0 .. 1
4938 // guint bg_full_height // bits 1 .. 2
4939 // guint editable // bits 2 .. 3
4940 // guint realized // bits 3 .. 4
4941 // guint pad1 // bits 4 .. 5
4942 // guint pad2 // bits 5 .. 6
4943 // guint pad3 // bits 6 .. 7
4944 // guint pad4 // bits 7 .. 8
4945 }
4946 struct _GtkTextTagTable {
4947 _GObject parent_instance;
4948 void * hash;
4949 _GSList * anonymous;
4950 gint anon_count;
4951 _GSList * buffers;
4952 }
4953 struct _GtkTextIter {
4954 void * dummy1;
4955 void * dummy2;
4956 gint dummy3;
4957 gint dummy4;
4958 gint dummy5;
4959 gint dummy6;
4960 gint dummy7;
4961 gint dummy8;
4962 void * dummy9;
4963 void * dummy10;
4964 gint dummy11;
4965 gint dummy12;
4966 gint dummy13;
4967 void * dummy14;
4968 }
4969 struct _GtkCheckMenuItemClass {
4970 _GtkMenuItemClass parent_class;
4971 _BCD_func__17004 toggled;
4972 _BCD_func__17005 draw_indicator;
4973 _BCD_func__12122 _gtk_reserved1;
4974 _BCD_func__12122 _gtk_reserved2;
4975 _BCD_func__12122 _gtk_reserved3;
4976 _BCD_func__12122 _gtk_reserved4;
4977 }
4978 struct _GtkCheckMenuItem {
4979 _GtkMenuItem menu_item;
4980 guint bitfield0;
4981 // guint active // bits 0 .. 1
4982 // guint always_show_toggle // bits 1 .. 2
4983 // guint inconsistent // bits 2 .. 3
4984 // guint draw_as_radio // bits 3 .. 4
4985 }
4986 struct _GtkMenuItemClass {
4987 _GtkItemClass parent_class;
4988 guint bitfield0;
4989 // guint hide_on_activate // bits 0 .. 1
4990 _BCD_func__17008 activate;
4991 _BCD_func__17008 activate_item;
4992 _BCD_func__17009 toggle_size_request;
4993 _BCD_func__17010 toggle_size_allocate;
4994 _BCD_func__12122 _gtk_reserved1;
4995 _BCD_func__12122 _gtk_reserved2;
4996 _BCD_func__12122 _gtk_reserved3;
4997 _BCD_func__12122 _gtk_reserved4;
4998 }
4999 struct _GtkMenuItem {
5000 _GtkItem item;
5001 _GtkWidget * submenu;
5002 _GdkDrawable * event_window;
5003 ushort toggle_size;
5004 ushort accelerator_width;
5005 char * accel_path;
5006 guint bitfield0;
5007 // guint show_submenu_indicator // bits 0 .. 1
5008 // guint submenu_placement // bits 1 .. 2
5009 // guint submenu_direction // bits 2 .. 3
5010 // guint right_justify // bits 3 .. 4
5011 // guint timer_from_keypress // bits 4 .. 5
5012 // guint from_menubar // bits 5 .. 6
5013 guint timer;
5014 }
5015 struct _GtkItemClass {
5016 _GtkBinClass parent_class;
5017 _BCD_func__17013 select;
5018 _BCD_func__17013 deselect;
5019 _BCD_func__17013 toggle;
5020 _BCD_func__12122 _gtk_reserved1;
5021 _BCD_func__12122 _gtk_reserved2;
5022 _BCD_func__12122 _gtk_reserved3;
5023 _BCD_func__12122 _gtk_reserved4;
5024 }
5025 struct _GtkItem {
5026 _GtkBin bin;
5027 }
5028 struct _GtkCheckButtonClass {
5029 _GtkToggleButtonClass parent_class;
5030 _BCD_func__17016 draw_indicator;
5031 _BCD_func__12122 _gtk_reserved1;
5032 _BCD_func__12122 _gtk_reserved2;
5033 _BCD_func__12122 _gtk_reserved3;
5034 _BCD_func__12122 _gtk_reserved4;
5035 }
5036 struct _GtkCheckButton {
5037 _GtkToggleButton toggle_button;
5038 }
5039 struct _GtkToggleButtonClass {
5040 _GtkButtonClass parent_class;
5041 _BCD_func__17019 toggled;
5042 _BCD_func__12122 _gtk_reserved1;
5043 _BCD_func__12122 _gtk_reserved2;
5044 _BCD_func__12122 _gtk_reserved3;
5045 _BCD_func__12122 _gtk_reserved4;
5046 }
5047 struct _GtkToggleButton {
5048 _GtkButton button;
5049 guint bitfield0;
5050 // guint active // bits 0 .. 1
5051 // guint draw_indicator // bits 1 .. 2
5052 // guint inconsistent // bits 2 .. 3
5053 }
5054 struct _GtkCellViewClass {
5055 _GtkWidgetClass parent_class;
5056 }
5057 struct _GtkCellView {
5058 _GtkWidget parent_instance;
5059 void * priv;
5060 }
5061 struct _GtkCellRendererToggleClass {
5062 _GtkCellRendererClass parent_class;
5063 _BCD_func__17024 toggled;
5064 _BCD_func__12122 _gtk_reserved1;
5065 _BCD_func__12122 _gtk_reserved2;
5066 _BCD_func__12122 _gtk_reserved3;
5067 _BCD_func__12122 _gtk_reserved4;
5068 }
5069 struct _GtkCellRendererToggle {
5070 _GtkCellRenderer parent;
5071 guint bitfield0;
5072 // guint active // bits 0 .. 1
5073 // guint activatable // bits 1 .. 2
5074 // guint radio // bits 2 .. 3
5075 }
5076 struct _GtkCellRendererSpinClass {
5077 _GtkCellRendererTextClass parent;
5078 }
5079 struct _GtkCellRendererSpin {
5080 _GtkCellRendererText parent;
5081 }
5082 struct _GtkCellRendererProgressClass {
5083 _GtkCellRendererClass parent_class;
5084 _BCD_func__12122 _gtk_reserved1;
5085 _BCD_func__12122 _gtk_reserved2;
5086 _BCD_func__12122 _gtk_reserved3;
5087 _BCD_func__12122 _gtk_reserved4;
5088 }
5089 struct _GtkCellRendererProgress {
5090 _GtkCellRenderer parent_instance;
5091 void * priv;
5092 }
5093 struct _GtkCellRendererPixbufClass {
5094 _GtkCellRendererClass parent_class;
5095 _BCD_func__12122 _gtk_reserved1;
5096 _BCD_func__12122 _gtk_reserved2;
5097 _BCD_func__12122 _gtk_reserved3;
5098 _BCD_func__12122 _gtk_reserved4;
5099 }
5100 struct _GtkCellRendererPixbuf {
5101 _GtkCellRenderer parent;
5102 void * pixbuf;
5103 void * pixbuf_expander_open;
5104 void * pixbuf_expander_closed;
5105 }
5106 struct _GtkCellRendererComboClass {
5107 _GtkCellRendererTextClass parent;
5108 }
5109 struct _GtkCellRendererCombo {
5110 _GtkCellRendererText parent;
5111 void * model;
5112 gint text_column;
5113 gint has_entry;
5114 guint focus_out_id;
5115 }
5116 struct _GtkCellRendererAccelClass {
5117 _GtkCellRendererTextClass parent_class;
5118 _BCD_func__17035 accel_edited;
5119 _BCD_func__17036 accel_cleared;
5120 _BCD_func__12122 _gtk_reserved0;
5121 _BCD_func__12122 _gtk_reserved1;
5122 _BCD_func__12122 _gtk_reserved2;
5123 _BCD_func__12122 _gtk_reserved3;
5124 _BCD_func__12122 _gtk_reserved4;
5125 }
5126 struct _GtkCellRendererAccel {
5127 _GtkCellRendererText parent;
5128 guint accel_key;
5129 gint accel_mods;
5130 guint keycode;
5131 gint accel_mode;
5132 _GtkWidget * edit_widget;
5133 _GtkWidget * grab_widget;
5134 _GtkWidget * sizing_label;
5135 }
5136 struct _GtkCellRendererTextClass {
5137 _GtkCellRendererClass parent_class;
5138 _BCD_func__17039 edited;
5139 _BCD_func__12122 _gtk_reserved1;
5140 _BCD_func__12122 _gtk_reserved2;
5141 _BCD_func__12122 _gtk_reserved3;
5142 _BCD_func__12122 _gtk_reserved4;
5143 }
5144 struct _GtkCellRendererText {
5145 _GtkCellRenderer parent;
5146 char * text;
5147 void * font;
5148 double font_scale;
5149 _PangoColor foreground;
5150 _PangoColor background;
5151 void * extra_attrs;
5152 gint underline_style;
5153 gint rise;
5154 gint fixed_height_rows;
5155 guint bitfield0;
5156 // guint strikethrough // bits 0 .. 1
5157 // guint editable // bits 1 .. 2
5158 // guint scale_set // bits 2 .. 3
5159 // guint foreground_set // bits 3 .. 4
5160 // guint background_set // bits 4 .. 5
5161 // guint underline_set // bits 5 .. 6
5162 // guint rise_set // bits 6 .. 7
5163 // guint strikethrough_set // bits 7 .. 8
5164 // guint editable_set // bits 8 .. 9
5165 // guint calc_fixed_height // bits 9 .. 10
5166 }
5167 struct _GtkCellLayoutIface {
5168 _GTypeInterface g_iface;
5169 _BCD_func__17042 pack_start;
5170 _BCD_func__17042 pack_end;
5171 _BCD_func__17043 clear;
5172 _BCD_func__17044 add_attribute;
5173 _BCD_func__17045 set_cell_data_func;
5174 _BCD_func__17046 clear_attributes;
5175 _BCD_func__17042 reorder;
5176 _BCD_func__17047 get_cells;
5177 }
5178 struct _GtkTreeViewColumnClass {
5179 _GtkObjectClass parent_class;
5180 _BCD_func__17049 clicked;
5181 _BCD_func__12122 _gtk_reserved1;
5182 _BCD_func__12122 _gtk_reserved2;
5183 _BCD_func__12122 _gtk_reserved3;
5184 _BCD_func__12122 _gtk_reserved4;
5185 }
5186 struct _GtkTreeViewColumn {
5187 _GtkObject parent;
5188 _GtkWidget * tree_view;
5189 _GtkWidget * button;
5190 _GtkWidget * child;
5191 _GtkWidget * arrow;
5192 _GtkWidget * alignment;
5193 _GdkDrawable * window;
5194 void * editable_widget;
5195 float xalign;
5196 guint property_changed_signal;
5197 gint spacing;
5198 gint column_type;
5199 gint requested_width;
5200 gint button_request;
5201 gint resized_width;
5202 gint width;
5203 gint fixed_width;
5204 gint min_width;
5205 gint max_width;
5206 gint drag_x;
5207 gint drag_y;
5208 char * title;
5209 _GList * cell_list;
5210 guint sort_clicked_signal;
5211 guint sort_column_changed_signal;
5212 gint sort_column_id;
5213 gint sort_order;
5214 guint bitfield0;
5215 // guint visible // bits 0 .. 1
5216 // guint resizable // bits 1 .. 2
5217 // guint clickable // bits 2 .. 3
5218 // guint dirty // bits 3 .. 4
5219 // guint show_sort_indicator // bits 4 .. 5
5220 // guint maybe_reordered // bits 5 .. 6
5221 // guint reorderable // bits 6 .. 7
5222 // guint use_resized_width // bits 7 .. 8
5223 // guint expand // bits 8 .. 9
5224 }
5225 struct _GtkTreeSortableIface {
5226 _GTypeInterface g_iface;
5227 _BCD_func__17052 sort_column_changed;
5228 _BCD_func__17053 get_sort_column_id;
5229 _BCD_func__17054 set_sort_column_id;
5230 _BCD_func__17055 set_sort_func;
5231 _BCD_func__17056 set_default_sort_func;
5232 _BCD_func__17057 has_default_sort_func;
5233 }
5234 struct _GtkTreeModelIface {
5235 _GTypeInterface g_iface;
5236 _BCD_func__17059 row_changed;
5237 _BCD_func__17059 row_inserted;
5238 _BCD_func__17059 row_has_child_toggled;
5239 _BCD_func__17060 row_deleted;
5240 _BCD_func__17061 rows_reordered;
5241 _BCD_func__17062 get_flags;
5242 _BCD_func__17063 get_n_columns;
5243 _BCD_func__17064 get_column_type;
5244 _BCD_func__17065 get_iter;
5245 _BCD_func__17066 get_path;
5246 _BCD_func__17067 get_value;
5247 _BCD_func__17068 iter_next;
5248 _BCD_func__17069 iter_children;
5249 _BCD_func__17068 iter_has_child;
5250 _BCD_func__17070 iter_n_children;
5251 _BCD_func__17071 iter_nth_child;
5252 _BCD_func__17069 iter_parent;
5253 _BCD_func__17072 ref_node;
5254 _BCD_func__17072 unref_node;
5255 }
5256 struct _GtkTreeIter {
5257 gint stamp;
5258 void * user_data;
5259 void * user_data2;
5260 void * user_data3;
5261 }
5262 struct _GtkCellRendererClass {
5263 _GtkObjectClass parent_class;
5264 _BCD_func__17075 get_size;
5265 _BCD_func__17076 render;
5266 _BCD_func__17077 activate;
5267 _BCD_func__17078 start_editing;
5268 _BCD_func__17079 editing_canceled;
5269 _BCD_func__17080 editing_started;
5270 _BCD_func__12122 _gtk_reserved1;
5271 _BCD_func__12122 _gtk_reserved2;
5272 }
5273 struct _GtkCellRenderer {
5274 _GtkObject parent;
5275 float xalign;
5276 float yalign;
5277 gint width;
5278 gint height;
5279 ushort xpad;
5280 ushort ypad;
5281 guint bitfield0;
5282 // guint mode // bits 0 .. 2
5283 // guint visible // bits 2 .. 3
5284 // guint is_expander // bits 3 .. 4
5285 // guint is_expanded // bits 4 .. 5
5286 // guint cell_background_set // bits 5 .. 6
5287 // guint sensitive // bits 6 .. 7
5288 // guint editing // bits 7 .. 8
5289 }
5290 struct _GtkCellEditableIface {
5291 _GTypeInterface g_iface;
5292 _BCD_func__17083 editing_done;
5293 _BCD_func__17083 remove_widget;
5294 _BCD_func__17084 start_editing;
5295 }
5296 struct _GtkCalendarClass {
5297 _GtkWidgetClass parent_class;
5298 _BCD_func__17086 month_changed;
5299 _BCD_func__17086 day_selected;
5300 _BCD_func__17086 day_selected_double_click;
5301 _BCD_func__17086 prev_month;
5302 _BCD_func__17086 next_month;
5303 _BCD_func__17086 prev_year;
5304 _BCD_func__17086 next_year;
5305 }
5306 struct _GtkCalendar {
5307 _GtkWidget widget;
5308 _GtkStyle * header_style;
5309 _GtkStyle * label_style;
5310 gint month;
5311 gint year;
5312 gint selected_day;
5313 gint [7] [6] day_month;
5314 gint [7] [6] day;
5315 gint num_marked_dates;
5316 gint [31] marked_date;
5317 gint display_flags;
5318 _GdkColor [31] marked_date_color;
5319 _GdkGC * gc;
5320 _GdkGC * xor_gc;
5321 gint focus_row;
5322 gint focus_col;
5323 gint highlight_row;
5324 gint highlight_col;
5325 void * priv;
5326 char [32] grow_space;
5327 _BCD_func__12122 _gtk_reserved1;
5328 _BCD_func__12122 _gtk_reserved2;
5329 _BCD_func__12122 _gtk_reserved3;
5330 _BCD_func__12122 _gtk_reserved4;
5331 }
5332 struct _GtkButtonClass {
5333 _GtkBinClass parent_class;
5334 _BCD_func__17090 pressed;
5335 _BCD_func__17090 released;
5336 _BCD_func__17090 clicked;
5337 _BCD_func__17090 enter;
5338 _BCD_func__17090 leave;
5339 _BCD_func__17090 activate;
5340 _BCD_func__12122 _gtk_reserved1;
5341 _BCD_func__12122 _gtk_reserved2;
5342 _BCD_func__12122 _gtk_reserved3;
5343 _BCD_func__12122 _gtk_reserved4;
5344 }
5345 struct _GtkButton {
5346 _GtkBin bin;
5347 _GdkDrawable * event_window;
5348 char * label_text;
5349 guint activate_timeout;
5350 guint bitfield0;
5351 // guint constructed // bits 0 .. 1
5352 // guint in_button // bits 1 .. 2
5353 // guint button_down // bits 2 .. 3
5354 // guint relief // bits 3 .. 5
5355 // guint use_underline // bits 5 .. 6
5356 // guint use_stock // bits 6 .. 7
5357 // guint depressed // bits 7 .. 8
5358 // guint depress_on_activate // bits 8 .. 9
5359 // guint focus_on_click // bits 9 .. 10
5360 }
5361 struct _GtkImageIconNameData {
5362 char * icon_name;
5363 void * pixbuf;
5364 guint theme_change_id;
5365 }
5366 struct _GtkImageAnimationData {
5367 void * anim;
5368 void * iter;
5369 guint frame_timeout;
5370 }
5371 struct _GtkImageIconSetData {
5372 void * icon_set;
5373 }
5374 struct _GtkImageStockData {
5375 char * stock_id;
5376 }
5377 struct _GtkImagePixbufData {
5378 void * pixbuf;
5379 }
5380 struct _GtkImageImageData {
5381 _GdkImage * image;
5382 }
5383 struct _GtkImagePixmapData {
5384 _GdkDrawable * pixmap;
5385 }
5386 struct _GtkImageClass {
5387 _GtkMiscClass parent_class;
5388 _BCD_func__12122 _gtk_reserved1;
5389 _BCD_func__12122 _gtk_reserved2;
5390 _BCD_func__12122 _gtk_reserved3;
5391 _BCD_func__12122 _gtk_reserved4;
5392 }
5393 union N9_GtkImage5__218E {
5394 _GtkImagePixmapData pixmap;
5395 _GtkImageImageData image;
5396 _GtkImagePixbufData pixbuf;
5397 _GtkImageStockData stock;
5398 _GtkImageIconSetData icon_set;
5399 _GtkImageAnimationData anim;
5400 _GtkImageIconNameData name;
5401 }
5402 struct _GtkImage {
5403 _GtkMisc misc;
5404 gint storage_type;
5405 N9_GtkImage5__218E data;
5406 _GdkDrawable * mask;
5407 gint icon_size;
5408 }
5409 struct _GtkBuildableIface {
5410 _GTypeInterface g_iface;
5411 _BCD_func__17103 set_name;
5412 _BCD_func__17104 get_name;
5413 _BCD_func__17105 add_child;
5414 _BCD_func__17106 set_buildable_property;
5415 _BCD_func__17107 construct_child;
5416 _BCD_func__17108 custom_tag_start;
5417 _BCD_func__17109 custom_tag_end;
5418 _BCD_func__17110 custom_finished;
5419 _BCD_func__17111 parser_finished;
5420 _BCD_func__17107 get_internal_child;
5421 }
5422 struct _GtkBuilderClass {
5423 _GObjectClass parent_class;
5424 _BCD_func__17113 get_type_from_name;
5425 _BCD_func__12122 _gtk_reserved1;
5426 _BCD_func__12122 _gtk_reserved2;
5427 _BCD_func__12122 _gtk_reserved3;
5428 _BCD_func__12122 _gtk_reserved4;
5429 _BCD_func__12122 _gtk_reserved5;
5430 _BCD_func__12122 _gtk_reserved6;
5431 _BCD_func__12122 _gtk_reserved7;
5432 _BCD_func__12122 _gtk_reserved8;
5433 }
5434 struct _GtkBuilder {
5435 _GObject parent_instance;
5436 void * priv;
5437 }
5438 union N14_GtkBindingArg5__215E {
5439 glong long_data;
5440 double double_data;
5441 char * string_data;
5442 }
5443 struct _GtkBindingArg {
5444 GType arg_type;
5445 N14_GtkBindingArg5__215E d;
5446 }
5447 struct _GtkBindingSignal {
5448 _GtkBindingSignal * next;
5449 char * signal_name;
5450 guint n_args;
5451 _GtkBindingArg * args;
5452 }
5453 struct _GtkBindingEntry {
5454 guint keyval;
5455 gint modifiers;
5456 _GtkBindingSet * binding_set;
5457 guint bitfield0;
5458 // guint destroyed // bits 0 .. 1
5459 // guint in_emission // bits 1 .. 2
5460 // guint marks_unbound // bits 2 .. 3
5461 _GtkBindingEntry * set_next;
5462 _GtkBindingEntry * hash_next;
5463 _GtkBindingSignal * signals;
5464 }
5465 struct _GtkBindingSet {
5466 char * set_name;
5467 gint priority;
5468 _GSList * widget_path_pspecs;
5469 _GSList * widget_class_pspecs;
5470 _GSList * class_branch_pspecs;
5471 _GtkBindingEntry * entries;
5472 _GtkBindingEntry * current;
5473 guint bitfield0;
5474 // guint parsed // bits 0 .. 1
5475 }
5476 struct _GtkButtonBoxClass {
5477 _GtkBoxClass parent_class;
5478 }
5479 struct _GtkButtonBox {
5480 _GtkBox box;
5481 gint child_min_width;
5482 gint child_min_height;
5483 gint child_ipad_x;
5484 gint child_ipad_y;
5485 gint layout_style;
5486 }
5487 struct _GtkBoxChild {
5488 _GtkWidget * widget;
5489 ushort padding;
5490 ubyte bitfield0;
5491 // guint expand // bits 0 .. 1
5492 // guint fill // bits 1 .. 2
5493 // guint pack // bits 2 .. 3
5494 // guint is_secondary // bits 3 .. 4
5495 }
5496 struct _GtkBoxClass {
5497 _GtkContainerClass parent_class;
5498 }
5499 struct _GtkBox {
5500 _GtkContainer container;
5501 _GList * children;
5502 short spacing;
5503 ubyte bitfield0;
5504 // guint homogeneous // bits 0 .. 1
5505 }
5506 struct _GtkAssistantClass {
5507 _GtkWindowClass parent_class;
5508 _BCD_func__17126 prepare;
5509 _BCD_func__17127 apply;
5510 _BCD_func__17127 close;
5511 _BCD_func__17127 cancel;
5512 _BCD_func__12122 _gtk_reserved1;
5513 _BCD_func__12122 _gtk_reserved2;
5514 _BCD_func__12122 _gtk_reserved3;
5515 _BCD_func__12122 _gtk_reserved4;
5516 _BCD_func__12122 _gtk_reserved5;
5517 }
5518 struct _GtkAssistant {
5519 _GtkWindow parent;
5520 _GtkWidget * cancel;
5521 _GtkWidget * forward;
5522 _GtkWidget * back;
5523 _GtkWidget * apply;
5524 _GtkWidget * close;
5525 _GtkWidget * last;
5526 void * priv;
5527 }
5528 struct _GtkAspectFrameClass {
5529 _GtkFrameClass parent_class;
5530 }
5531 struct _GtkAspectFrame {
5532 _GtkFrame frame;
5533 float xalign;
5534 float yalign;
5535 float ratio;
5536 gint obey_child;
5537 _GdkRectangle center_allocation;
5538 }
5539 struct _GtkFrameClass {
5540 _GtkBinClass parent_class;
5541 _BCD_func__17132 compute_child_allocation;
5542 }
5543 struct _GtkFrame {
5544 _GtkBin bin;
5545 _GtkWidget * label_widget;
5546 short shadow_type;
5547 float label_xalign;
5548 float label_yalign;
5549 _GdkRectangle child_allocation;
5550 }
5551 struct _GtkArrowClass {
5552 _GtkMiscClass parent_class;
5553 }
5554 struct _GtkArrow {
5555 _GtkMisc misc;
5556 short arrow_type;
5557 short shadow_type;
5558 }
5559 struct _GtkAlignmentClass {
5560 _GtkBinClass parent_class;
5561 }
5562 struct _GtkAlignment {
5563 _GtkBin bin;
5564 float xalign;
5565 float yalign;
5566 float xscale;
5567 float yscale;
5568 }
5569 struct _GtkRadioActionEntry {
5570 char * name;
5571 char * stock_id;
5572 char * label;
5573 char * accelerator;
5574 char * tooltip;
5575 gint value;
5576 }
5577 struct _GtkToggleActionEntry {
5578 char * name;
5579 char * stock_id;
5580 char * label;
5581 char * accelerator;
5582 char * tooltip;
5583 _BCD_func__12122 callback;
5584 gint is_active;
5585 }
5586 struct _GtkActionEntry {
5587 char * name;
5588 char * stock_id;
5589 char * label;
5590 char * accelerator;
5591 char * tooltip;
5592 _BCD_func__12122 callback;
5593 }
5594 struct _GtkActionGroupClass {
5595 _GObjectClass parent_class;
5596 _BCD_func__17142 get_action;
5597 _BCD_func__12122 _gtk_reserved1;
5598 _BCD_func__12122 _gtk_reserved2;
5599 _BCD_func__12122 _gtk_reserved3;
5600 _BCD_func__12122 _gtk_reserved4;
5601 }
5602 struct _GtkActionGroup {
5603 _GObject parent;
5604 void * private_data;
5605 }
5606 struct GtkMenuEntry {
5607 char * path;
5608 char * accelerator;
5609 _BCD_func__12090 callback;
5610 void * callback_data;
5611 _GtkWidget * widget;
5612 }
5613 struct _GtkItemFactoryItem {
5614 char * path;
5615 _GSList * widgets;
5616 }
5617 struct _GtkItemFactoryEntry {
5618 char * path;
5619 char * accelerator;
5620 _BCD_func__12122 callback;
5621 guint callback_action;
5622 char * item_type;
5623 void * extra_data;
5624 }
5625 struct _GtkItemFactoryClass {
5626 _GtkObjectClass object_class;
5627 void * item_ht;
5628 _BCD_func__12122 _gtk_reserved1;
5629 _BCD_func__12122 _gtk_reserved2;
5630 _BCD_func__12122 _gtk_reserved3;
5631 _BCD_func__12122 _gtk_reserved4;
5632 }
5633 struct _GtkItemFactory {
5634 _GtkObject object;
5635 char * path;
5636 _GtkAccelGroup * accel_group;
5637 _GtkWidget * widget;
5638 _GSList * items;
5639 _BCD_func__12124 translate_func;
5640 void * translate_data;
5641 _BCD_func__13158 translate_notify;
5642 }
5643 struct _GtkActionClass {
5644 _GObjectClass parent_class;
5645 _BCD_func__17150 activate;
5646 GType menu_item_type;
5647 GType toolbar_item_type;
5648 _BCD_func__17151 create_menu_item;
5649 _BCD_func__17151 create_tool_item;
5650 _BCD_func__17152 connect_proxy;
5651 _BCD_func__17152 disconnect_proxy;
5652 _BCD_func__17151 create_menu;
5653 _BCD_func__12122 _gtk_reserved2;
5654 _BCD_func__12122 _gtk_reserved3;
5655 _BCD_func__12122 _gtk_reserved4;
5656 }
5657 struct _GtkAction {
5658 _GObject object;
5659 void * private_data;
5660 }
5661 struct _GtkAccessibleClass {
5662 _AtkObjectClass parent_class;
5663 _BCD_func__17155 connect_widget_destroyed;
5664 _BCD_func__12122 _gtk_reserved1;
5665 _BCD_func__12122 _gtk_reserved2;
5666 _BCD_func__12122 _gtk_reserved3;
5667 _BCD_func__12122 _gtk_reserved4;
5668 }
5669 struct _GtkAccessible {
5670 _AtkObject parent;
5671 _GtkWidget * widget;
5672 }
5673 struct _GtkAccelLabelClass {
5674 _GtkLabelClass parent_class;
5675 char * signal_quote1;
5676 char * signal_quote2;
5677 char * mod_name_shift;
5678 char * mod_name_control;
5679 char * mod_name_alt;
5680 char * mod_separator;
5681 char * accel_seperator;
5682 guint bitfield0;
5683 // guint latin1_to_char // bits 0 .. 1
5684 _BCD_func__12122 _gtk_reserved1;
5685 _BCD_func__12122 _gtk_reserved2;
5686 _BCD_func__12122 _gtk_reserved3;
5687 _BCD_func__12122 _gtk_reserved4;
5688 }
5689 struct _GtkAccelLabel {
5690 _GtkLabel label;
5691 guint gtk_reserved;
5692 guint accel_padding;
5693 _GtkWidget * accel_widget;
5694 _GClosure * accel_closure;
5695 _GtkAccelGroup * accel_group;
5696 char * accel_string;
5697 ushort accel_string_width;
5698 }
5699 struct _GtkLabelClass {
5700 _GtkMiscClass parent_class;
5701 _BCD_func__17291 move_cursor;
5702 _BCD_func__17292 copy_clipboard;
5703 _BCD_func__17293 populate_popup;
5704 _BCD_func__12122 _gtk_reserved1;
5705 _BCD_func__12122 _gtk_reserved2;
5706 _BCD_func__12122 _gtk_reserved3;
5707 _BCD_func__12122 _gtk_reserved4;
5708 }
5709 struct _GtkLabel {
5710 _GtkMisc misc;
5711 char * label;
5712 guint bitfield0;
5713 // guint jtype // bits 0 .. 2
5714 // guint wrap // bits 2 .. 3
5715 // guint use_underline // bits 3 .. 4
5716 // guint use_markup // bits 4 .. 5
5717 // guint ellipsize // bits 5 .. 8
5718 // guint single_line_mode // bits 8 .. 9
5719 // guint have_transform // bits 9 .. 10
5720 // guint in_click // bits 10 .. 11
5721 // guint wrap_mode // bits 11 .. 14
5722 // guint pattern_set // bits 14 .. 15
5723 guint mnemonic_keyval;
5724 char * text;
5725 void * attrs;
5726 void * effective_attrs;
5727 void * layout;
5728 _GtkWidget * mnemonic_widget;
5729 _GtkWindow * mnemonic_window;
5730 void * select_info;
5731 }
5732 struct _GtkMenuClass {
5733 _GtkMenuShellClass parent_class;
5734 _BCD_func__12122 _gtk_reserved1;
5735 _BCD_func__12122 _gtk_reserved2;
5736 _BCD_func__12122 _gtk_reserved3;
5737 _BCD_func__12122 _gtk_reserved4;
5738 }
5739 struct _GtkMenu {
5740 _GtkMenuShell menu_shell;
5741 _GtkWidget * parent_menu_item;
5742 _GtkWidget * old_active_menu_item;
5743 _GtkAccelGroup * accel_group;
5744 char * accel_path;
5745 _BCD_func__12553 position_func;
5746 void * position_func_data;
5747 guint toggle_size;
5748 _GtkWidget * toplevel;
5749 _GtkWidget * tearoff_window;
5750 _GtkWidget * tearoff_hbox;
5751 _GtkWidget * tearoff_scrollbar;
5752 _GtkAdjustment * tearoff_adjustment;
5753 _GdkDrawable * view_window;
5754 _GdkDrawable * bin_window;
5755 gint scroll_offset;
5756 gint saved_scroll_offset;
5757 gint scroll_step;
5758 guint timeout_id;
5759 void * navigation_region;
5760 guint navigation_timeout;
5761 guint bitfield0;
5762 // guint needs_destruction_ref_count // bits 0 .. 1
5763 // guint torn_off // bits 1 .. 2
5764 // guint tearoff_active // bits 2 .. 3
5765 // guint scroll_fast // bits 3 .. 4
5766 // guint upper_arrow_visible // bits 4 .. 5
5767 // guint lower_arrow_visible // bits 5 .. 6
5768 // guint upper_arrow_prelight // bits 6 .. 7
5769 // guint lower_arrow_prelight // bits 7 .. 8
5770 }
5771 struct _GtkMenuShellClass {
5772 _GtkContainerClass parent_class;
5773 guint bitfield0;
5774 // guint submenu_placement // bits 0 .. 1
5775 _BCD_func__17298 deactivate;
5776 _BCD_func__17298 selection_done;
5777 _BCD_func__17299 move_current;
5778 _BCD_func__17300 activate_current;
5779 _BCD_func__17298 cancel;
5780 _BCD_func__17301 select_item;
5781 _BCD_func__17302 insert;
5782 _BCD_func__17303 get_popup_delay;
5783 _BCD_func__17304 move_selected;
5784 _BCD_func__12122 _gtk_reserved1;
5785 _BCD_func__12122 _gtk_reserved2;
5786 }
5787 struct _GtkMenuShell {
5788 _GtkContainer container;
5789 _GList * children;
5790 _GtkWidget * active_menu_item;
5791 _GtkWidget * parent_menu_shell;
5792 guint button;
5793 guint32 activate_time;
5794 guint bitfield0;
5795 // guint active // bits 0 .. 1
5796 // guint have_grab // bits 1 .. 2
5797 // guint have_xgrab // bits 2 .. 3
5798 // guint ignore_leave // bits 3 .. 4
5799 // guint menu_flag // bits 4 .. 5
5800 // guint ignore_enter // bits 5 .. 6
5801 }
5802 struct _GtkMiscClass {
5803 _GtkWidgetClass parent_class;
5804 }
5805 struct _GtkMisc {
5806 _GtkWidget widget;
5807 float xalign;
5808 float yalign;
5809 ushort xpad;
5810 ushort ypad;
5811 }
5812 struct _GtkAboutDialogClass {
5813 _GtkDialogClass parent_class;
5814 _BCD_func__12122 _gtk_reserved1;
5815 _BCD_func__12122 _gtk_reserved2;
5816 _BCD_func__12122 _gtk_reserved3;
5817 _BCD_func__12122 _gtk_reserved4;
5818 }
5819 struct _GtkAboutDialog {
5820 _GtkDialog parent_instance;
5821 void * private_data;
5822 }
5823 struct _GtkDialogClass {
5824 _GtkWindowClass parent_class;
5825 _BCD_func__17311 response;
5826 _BCD_func__17312 close;
5827 _BCD_func__12122 _gtk_reserved1;
5828 _BCD_func__12122 _gtk_reserved2;
5829 _BCD_func__12122 _gtk_reserved3;
5830 _BCD_func__12122 _gtk_reserved4;
5831 }
5832 struct _GtkDialog {
5833 _GtkWindow window;
5834 _GtkWidget * vbox;
5835 _GtkWidget * action_area;
5836 _GtkWidget * separator;
5837 }
5838 struct _GtkWindowGroupClass {
5839 _GObjectClass parent_class;
5840 _BCD_func__12122 _gtk_reserved1;
5841 _BCD_func__12122 _gtk_reserved2;
5842 _BCD_func__12122 _gtk_reserved3;
5843 _BCD_func__12122 _gtk_reserved4;
5844 }
5845 struct _GtkWindowGroup {
5846 _GObject parent_instance;
5847 _GSList * grabs;
5848 }
5849 struct _GtkWindowClass {
5850 _GtkBinClass parent_class;
5851 _BCD_func__17317 set_focus;
5852 _BCD_func__17318 frame_event;
5853 _BCD_func__17319 activate_focus;
5854 _BCD_func__17319 activate_default;
5855 _BCD_func__17320 move_focus;
5856 _BCD_func__17319 keys_changed;
5857 _BCD_func__12122 _gtk_reserved1;
5858 _BCD_func__12122 _gtk_reserved2;
5859 _BCD_func__12122 _gtk_reserved3;
5860 _BCD_func__12122 _gtk_reserved4;
5861 }
5862 struct _GtkBinClass {
5863 _GtkContainerClass parent_class;
5864 }
5865 struct _GtkBin {
5866 _GtkContainer container;
5867 _GtkWidget * child;
5868 }
5869 struct _GtkContainerClass {
5870 _GtkWidgetClass parent_class;
5871 _BCD_func__17324 add;
5872 _BCD_func__17324 remove;
5873 _BCD_func__17325 check_resize;
5874 _BCD_func__17326 forall;
5875 _BCD_func__17324 set_focus_child;
5876 _BCD_func__17327 child_type;
5877 _BCD_func__17328 composite_name;
5878 _BCD_func__17329 set_child_property;
5879 _BCD_func__17330 get_child_property;
5880 _BCD_func__12122 _gtk_reserved1;
5881 _BCD_func__12122 _gtk_reserved2;
5882 _BCD_func__12122 _gtk_reserved3;
5883 _BCD_func__12122 _gtk_reserved4;
5884 }
5885 struct _GtkContainer {
5886 _GtkWidget widget;
5887 _GtkWidget * focus_child;
5888 guint bitfield0;
5889 // guint border_width // bits 0 .. 16
5890 // guint need_resize // bits 16 .. 17
5891 // guint resize_mode // bits 17 .. 19
5892 // guint reallocate_redraws // bits 19 .. 20
5893 // guint has_focus_chain // bits 20 .. 21
5894 }
5895 struct _GtkWindow {
5896 _GtkBin bin;
5897 char * title;
5898 char * wmclass_name;
5899 char * wmclass_class;
5900 char * wm_role;
5901 _GtkWidget * focus_widget;
5902 _GtkWidget * default_widget;
5903 _GtkWindow * transient_parent;
5904 void * geometry_info;
5905 _GdkDrawable * frame;
5906 _GtkWindowGroup * group;
5907 ushort configure_request_count;
5908 guint bitfield0;
5909 // guint allow_shrink // bits 0 .. 1
5910 // guint allow_grow // bits 1 .. 2
5911 // guint configure_notify_received // bits 2 .. 3
5912 // guint need_default_position // bits 3 .. 4
5913 // guint need_default_size // bits 4 .. 5
5914 // guint position // bits 5 .. 8
5915 // guint type // bits 8 .. 12
5916 // guint has_user_ref_count // bits 12 .. 13
5917 // guint has_focus // bits 13 .. 14
5918 // guint modal // bits 14 .. 15
5919 // guint destroy_with_parent // bits 15 .. 16
5920 // guint has_frame // bits 16 .. 17
5921 // guint iconify_initially // bits 17 .. 18
5922 // guint stick_initially // bits 18 .. 19
5923 // guint maximize_initially // bits 19 .. 20
5924 // guint decorated // bits 20 .. 21
5925 // guint type_hint // bits 21 .. 24
5926 // guint gravity // bits 24 .. 29
5927 // guint is_active // bits 29 .. 30
5928 // guint has_toplevel_focus // bits 30 .. 31
5929 guint frame_left;
5930 guint frame_top;
5931 guint frame_right;
5932 guint frame_bottom;
5933 guint keys_changed_handler;
5934 gint mnemonic_modifier;
5935 _GdkScreen * screen;
5936 }
5937 struct _GtkWidgetShapeInfo {
5938 short offset_x;
5939 short offset_y;
5940 _GdkDrawable * shape_mask;
5941 }
5942 struct _GtkWidgetAuxInfo {
5943 gint x;
5944 gint y;
5945 gint width;
5946 gint height;
5947 guint bitfield0;
5948 // guint x_set // bits 0 .. 1
5949 // guint y_set // bits 1 .. 2
5950 }
5951 struct _GtkWidgetClass {
5952 _GtkObjectClass parent_class;
5953 guint activate_signal;
5954 guint set_scroll_adjustments_signal;
5955 _BCD_func__17336 dispatch_child_properties_changed;
5956 _BCD_func__17337 show;
5957 _BCD_func__17337 show_all;
5958 _BCD_func__17337 hide;
5959 _BCD_func__17337 hide_all;
5960 _BCD_func__17337 map;
5961 _BCD_func__17337 unmap;
5962 _BCD_func__17337 realize;
5963 _BCD_func__17337 unrealize;
5964 _BCD_func__17338 size_request;
5965 _BCD_func__17339 size_allocate;
5966 _BCD_func__17340 state_changed;
5967 _BCD_func__17341 parent_set;
5968 _BCD_func__17341 hierarchy_changed;
5969 _BCD_func__17342 style_set;
5970 _BCD_func__17343 direction_changed;
5971 _BCD_func__17344 grab_notify;
5972 _BCD_func__17345 child_notify;
5973 _BCD_func__17346 mnemonic_activate;
5974 _BCD_func__17337 grab_focus;
5975 _BCD_func__17347 focus;
5976 _BCD_func__17348 event;
5977 _BCD_func__17349 button_press_event;
5978 _BCD_func__17349 button_release_event;
5979 _BCD_func__17350 scroll_event;
5980 _BCD_func__17351 motion_notify_event;
5981 _BCD_func__17352 delete_event;
5982 _BCD_func__17352 destroy_event;
5983 _BCD_func__17353 expose_event;
5984 _BCD_func__17354 key_press_event;
5985 _BCD_func__17354 key_release_event;
5986 _BCD_func__17355 enter_notify_event;
5987 _BCD_func__17355 leave_notify_event;
5988 _BCD_func__17356 configure_event;
5989 _BCD_func__17357 focus_in_event;
5990 _BCD_func__17357 focus_out_event;
5991 _BCD_func__17352 map_event;
5992 _BCD_func__17352 unmap_event;
5993 _BCD_func__17358 property_notify_event;
5994 _BCD_func__17359 selection_clear_event;
5995 _BCD_func__17359 selection_request_event;
5996 _BCD_func__17359 selection_notify_event;
5997 _BCD_func__17360 proximity_in_event;
5998 _BCD_func__17360 proximity_out_event;
5999 _BCD_func__17361 visibility_notify_event;
6000 _BCD_func__17362 client_event;
6001 _BCD_func__17352 no_expose_event;
6002 _BCD_func__17363 window_state_event;
6003 _BCD_func__17364 selection_get;
6004 _BCD_func__17365 selection_received;
6005 _BCD_func__17366 drag_begin;
6006 _BCD_func__17366 drag_end;
6007 _BCD_func__17367 drag_data_get;
6008 _BCD_func__17366 drag_data_delete;
6009 _BCD_func__17368 drag_leave;
6010 _BCD_func__17369 drag_motion;
6011 _BCD_func__17369 drag_drop;
6012 _BCD_func__17370 drag_data_received;
6013 _BCD_func__17371 popup_menu;
6014 _BCD_func__17372 show_help;
6015 _BCD_func__17373 get_accessible;
6016 _BCD_func__17374 screen_changed;
6017 _BCD_func__17375 can_activate_accel;
6018 _BCD_func__17376 grab_broken_event;
6019 _BCD_func__17337 composited_changed;
6020 _BCD_func__17377 query_tooltip;
6021 _BCD_func__12122 _gtk_reserved5;
6022 _BCD_func__12122 _gtk_reserved6;
6023 _BCD_func__12122 _gtk_reserved7;
6024 }
6025 struct _GtkSelectionData {
6026 void * selection;
6027 void * target;
6028 void * type;
6029 gint format;
6030 char * data;
6031 gint length;
6032 _GdkDisplay * display;
6033 }
6034 struct _GtkRequisition {
6035 gint width;
6036 gint height;
6037 }
6038 struct _GtkSettingsValue {
6039 char * origin;
6040 _GValue value;
6041 }
6042 struct _GtkSettingsClass {
6043 _GObjectClass parent_class;
6044 }
6045 struct _GtkRcStyleClass {
6046 _GObjectClass parent_class;
6047 _BCD_func__17411 create_rc_style;
6048 _BCD_func__17412 parse;
6049 _BCD_func__17413 merge;
6050 _BCD_func__17414 create_style;
6051 _BCD_func__12122 _gtk_reserved1;
6052 _BCD_func__12122 _gtk_reserved2;
6053 _BCD_func__12122 _gtk_reserved3;
6054 _BCD_func__12122 _gtk_reserved4;
6055 }
6056 struct _GtkIconFactory {
6057 _GObject parent_instance;
6058 void * icons;
6059 }
6060 struct _GtkWidget {
6061 _GtkObject object;
6062 ushort private_flags;
6063 char state;
6064 char saved_state;
6065 char * name;
6066 _GtkStyle * style;
6067 _GtkRequisition requisition;
6068 _GdkRectangle allocation;
6069 _GdkDrawable * window;
6070 _GtkWidget * parent;
6071 }
6072 struct _GtkSettings {
6073 _GObject parent_instance;
6074 void * queued_settings;
6075 void * property_values;
6076 void * rc_context;
6077 _GdkScreen * screen;
6078 }
6079 struct _GtkRcProperty {
6080 GQuark type_name;
6081 GQuark property_name;
6082 char * origin;
6083 _GValue value;
6084 }
6085 struct _GtkRcStyle {
6086 _GObject parent_instance;
6087 char * name;
6088 char * [5] bg_pixmap_name;
6089 void * font_desc;
6090 gint [5] color_flags;
6091 _GdkColor [5] fg;
6092 _GdkColor [5] bg;
6093 _GdkColor [5] text;
6094 _GdkColor [5] base;
6095 gint xthickness;
6096 gint ythickness;
6097 _GArray * rc_properties;
6098 _GSList * rc_style_lists;
6099 _GSList * icon_factories;
6100 guint bitfield0;
6101 // guint engine_specified // bits 0 .. 1
6102 }
6103 struct _GtkStyleClass {
6104 _GObjectClass parent_class;
6105 _BCD_func__17421 realize;
6106 _BCD_func__17421 unrealize;
6107 _BCD_func__17422 copy;
6108 _BCD_func__17423 clone;
6109 _BCD_func__17424 init_from_rc;
6110 _BCD_func__17425 set_background;
6111 _BCD_func__17426 render_icon;
6112 _BCD_func__17427 draw_hline;
6113 _BCD_func__17427 draw_vline;
6114 _BCD_func__17428 draw_shadow;
6115 _BCD_func__17429 draw_polygon;
6116 _BCD_func__17430 draw_arrow;
6117 _BCD_func__17428 draw_diamond;
6118 _BCD_func__17431 draw_string;
6119 _BCD_func__17428 draw_box;
6120 _BCD_func__17428 draw_flat_box;
6121 _BCD_func__17428 draw_check;
6122 _BCD_func__17428 draw_option;
6123 _BCD_func__17428 draw_tab;
6124 _BCD_func__17432 draw_shadow_gap;
6125 _BCD_func__17432 draw_box_gap;
6126 _BCD_func__17433 draw_extension;
6127 _BCD_func__17434 draw_focus;
6128 _BCD_func__17435 draw_slider;
6129 _BCD_func__17435 draw_handle;
6130 _BCD_func__17436 draw_expander;
6131 _BCD_func__17437 draw_layout;
6132 _BCD_func__17438 draw_resize_grip;
6133 _BCD_func__12122 _gtk_reserved1;
6134 _BCD_func__12122 _gtk_reserved2;
6135 _BCD_func__12122 _gtk_reserved3;
6136 _BCD_func__12122 _gtk_reserved4;
6137 _BCD_func__12122 _gtk_reserved5;
6138 _BCD_func__12122 _gtk_reserved6;
6139 _BCD_func__12122 _gtk_reserved7;
6140 _BCD_func__12122 _gtk_reserved8;
6141 _BCD_func__12122 _gtk_reserved9;
6142 _BCD_func__12122 _gtk_reserved10;
6143 _BCD_func__12122 _gtk_reserved11;
6144 _BCD_func__12122 _gtk_reserved12;
6145 }
6146 struct _GtkStyle {
6147 _GObject parent_instance;
6148 _GdkColor [5] fg;
6149 _GdkColor [5] bg;
6150 _GdkColor [5] light;
6151 _GdkColor [5] dark;
6152 _GdkColor [5] mid;
6153 _GdkColor [5] text;
6154 _GdkColor [5] base;
6155 _GdkColor [5] text_aa;
6156 _GdkColor black;
6157 _GdkColor white;
6158 void * font_desc;
6159 gint xthickness;
6160 gint ythickness;
6161 _GdkGC * [5] fg_gc;
6162 _GdkGC * [5] bg_gc;
6163 _GdkGC * [5] light_gc;
6164 _GdkGC * [5] dark_gc;
6165 _GdkGC * [5] mid_gc;
6166 _GdkGC * [5] text_gc;
6167 _GdkGC * [5] base_gc;
6168 _GdkGC * [5] text_aa_gc;
6169 _GdkGC * black_gc;
6170 _GdkGC * white_gc;
6171 _GdkDrawable * [5] bg_pixmap;
6172 gint attach_count;
6173 gint depth;
6174 _GdkColormap * colormap;
6175 _GdkFont * private_font;
6176 void * private_font_desc;
6177 _GtkRcStyle * rc_style;
6178 _GSList * styles;
6179 _GArray * property_cache;
6180 _GSList * icon_factories;
6181 }
6182 struct _GtkBorder {
6183 gint left;
6184 gint right;
6185 gint top;
6186 gint bottom;
6187 }
6188 struct _GtkAdjustmentClass {
6189 _GtkObjectClass parent_class;
6190 _BCD_func__17442 changed;
6191 _BCD_func__17442 value_changed;
6192 _BCD_func__12122 _gtk_reserved1;
6193 _BCD_func__12122 _gtk_reserved2;
6194 _BCD_func__12122 _gtk_reserved3;
6195 _BCD_func__12122 _gtk_reserved4;
6196 }
6197 struct _GtkAdjustment {
6198 _GtkObject parent_instance;
6199 double lower;
6200 double upper;
6201 double value;
6202 double step_increment;
6203 double page_increment;
6204 double page_size;
6205 }
6206 struct _GtkObjectClass {
6207 _GObjectClass parent_class;
6208 _BCD_func__17445 set_arg;
6209 _BCD_func__17445 get_arg;
6210 _BCD_func__17446 destroy;
6211 }
6212 struct _GtkTypeInfo {
6213 char * type_name;
6214 guint object_size;
6215 guint class_size;
6216 _BCD_func__13158 class_init_func;
6217 _BCD_func__13169 object_init_func;
6218 void * reserved_1;
6219 void * reserved_2;
6220 _BCD_func__13158 base_class_init_func;
6221 }
6222 struct _GtkObject {
6223 _GObject parent_instance;
6224 guint flags;
6225 }
6226 struct N7_GtkArg5__1925__193E {
6227 _BCD_func__12122 f;
6228 void * d;
6229 }
6230 union N7_GtkArg5__192E {
6231 char char_data;
6232 char uchar_data;
6233 gint bool_data;
6234 gint int_data;
6235 guint uint_data;
6236 gint long_data;
6237 guint ulong_data;
6238 float float_data;
6239 double double_data;
6240 char * string_data;
6241 _GtkObject * object_data;
6242 void * pointer_data;
6243 N7_GtkArg5__1925__193E signal_data;
6244 }
6245 struct _GtkArg {
6246 guint type;
6247 char * name;
6248 N7_GtkArg5__192E d;
6249 }
6250 struct _GtkAccelGroupEntry {
6251 _GtkAccelKey key;
6252 _GClosure * closure;
6253 GQuark accel_path_quark;
6254 }
6255 struct _GtkAccelKey {
6256 guint accel_key;
6257 gint accel_mods;
6258 guint bitfield0;
6259 // guint accel_flags // bits 0 .. 16
6260 }
6261 struct _GtkAccelGroupClass {
6262 _GObjectClass parent_class;
6263 _BCD_func__17462 accel_changed;
6264 _BCD_func__12122 _gtk_reserved1;
6265 _BCD_func__12122 _gtk_reserved2;
6266 _BCD_func__12122 _gtk_reserved3;
6267 _BCD_func__12122 _gtk_reserved4;
6268 }
6269 struct _GtkAccelGroup {
6270 _GObject parent;
6271 guint lock_count;
6272 gint modifier_mask;
6273 _GSList * acceleratables;
6274 guint n_accels;
6275 _GtkAccelGroupEntry * priv_accels;
6276 }
6277 version(DYNLINK){
6278 mixin(gshared!(
6279 "alias extern (C) _GtkWidget * function()TGTKgtk_vseparator_new; extern(D) TGTKgtk_vseparator_new gtk_vseparator_new;
6280 alias extern (C) GType function()TGTKgtk_vseparator_get_type; extern(D) TGTKgtk_vseparator_get_type gtk_vseparator_get_type;
6281 alias extern (C) _GtkWidget * function(double, double, double)TGTKgtk_vscale_new_with_range; extern(D) TGTKgtk_vscale_new_with_range gtk_vscale_new_with_range;
6282 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_vscale_new; extern(D) TGTKgtk_vscale_new gtk_vscale_new;
6283 alias extern (C) GType function()TGTKgtk_vscale_get_type; extern(D) TGTKgtk_vscale_get_type gtk_vscale_get_type;
6284 alias extern (C) _GtkWidget * function()TGTKgtk_vruler_new; extern(D) TGTKgtk_vruler_new gtk_vruler_new;
6285 alias extern (C) guint function()TGTKgtk_vruler_get_type; extern(D) TGTKgtk_vruler_get_type gtk_vruler_get_type;
6286 alias extern (C) _GtkWidget * function()TGTKgtk_vpaned_new; extern(D) TGTKgtk_vpaned_new gtk_vpaned_new;
6287 alias extern (C) GType function()TGTKgtk_vpaned_get_type; extern(D) TGTKgtk_vpaned_get_type gtk_vpaned_get_type;
6288 alias extern (C) _GtkWidget * function()TGTKgtk_volume_button_new; extern(D) TGTKgtk_volume_button_new gtk_volume_button_new;
6289 alias extern (C) GType function()TGTKgtk_volume_button_get_type; extern(D) TGTKgtk_volume_button_get_type gtk_volume_button_get_type;
6290 alias extern (C) void function(gint)TGTKgtk_vbutton_box_set_layout_default; extern(D) TGTKgtk_vbutton_box_set_layout_default gtk_vbutton_box_set_layout_default;
6291 alias extern (C) gint function()TGTKgtk_vbutton_box_get_layout_default; extern(D) TGTKgtk_vbutton_box_get_layout_default gtk_vbutton_box_get_layout_default;
6292 alias extern (C) void function(gint)TGTKgtk_vbutton_box_set_spacing_default; extern(D) TGTKgtk_vbutton_box_set_spacing_default gtk_vbutton_box_set_spacing_default;
6293 alias extern (C) gint function()TGTKgtk_vbutton_box_get_spacing_default; extern(D) TGTKgtk_vbutton_box_get_spacing_default gtk_vbutton_box_get_spacing_default;
6294 alias extern (C) _GtkWidget * function()TGTKgtk_vbutton_box_new; extern(D) TGTKgtk_vbutton_box_new gtk_vbutton_box_new;
6295 alias extern (C) GType function()TGTKgtk_vbutton_box_get_type; extern(D) TGTKgtk_vbutton_box_get_type gtk_vbutton_box_get_type;
6296 alias extern (C) guint function(aGtkUIManager *)TGTKgtk_ui_manager_new_merge_id; extern(D) TGTKgtk_ui_manager_new_merge_id gtk_ui_manager_new_merge_id;
6297 alias extern (C) void function(aGtkUIManager *)TGTKgtk_ui_manager_ensure_update; extern(D) TGTKgtk_ui_manager_ensure_update gtk_ui_manager_ensure_update;
6298 alias extern (C) char * function(aGtkUIManager *)TGTKgtk_ui_manager_get_ui; extern(D) TGTKgtk_ui_manager_get_ui gtk_ui_manager_get_ui;
6299 alias extern (C) void function(aGtkUIManager *, guint)TGTKgtk_ui_manager_remove_ui; extern(D) TGTKgtk_ui_manager_remove_ui gtk_ui_manager_remove_ui;
6300 alias extern (C) void function(aGtkUIManager *, guint, char *, char *, char *, gint, gint)TGTKgtk_ui_manager_add_ui; extern(D) TGTKgtk_ui_manager_add_ui gtk_ui_manager_add_ui;
6301 alias extern (C) guint function(aGtkUIManager *, char *, _GError * *)TGTKgtk_ui_manager_add_ui_from_file; extern(D) TGTKgtk_ui_manager_add_ui_from_file gtk_ui_manager_add_ui_from_file;
6302 alias extern (C) guint function(aGtkUIManager *, char *, gssize, _GError * *)TGTKgtk_ui_manager_add_ui_from_string; extern(D) TGTKgtk_ui_manager_add_ui_from_string gtk_ui_manager_add_ui_from_string;
6303 alias extern (C) _GtkAction * function(aGtkUIManager *, char *)TGTKgtk_ui_manager_get_action; extern(D) TGTKgtk_ui_manager_get_action gtk_ui_manager_get_action;
6304 alias extern (C) _GSList * function(aGtkUIManager *, gint)TGTKgtk_ui_manager_get_toplevels; extern(D) TGTKgtk_ui_manager_get_toplevels gtk_ui_manager_get_toplevels;
6305 alias extern (C) _GtkWidget * function(aGtkUIManager *, char *)TGTKgtk_ui_manager_get_widget; extern(D) TGTKgtk_ui_manager_get_widget gtk_ui_manager_get_widget;
6306 alias extern (C) _GtkAccelGroup * function(aGtkUIManager *)TGTKgtk_ui_manager_get_accel_group; extern(D) TGTKgtk_ui_manager_get_accel_group gtk_ui_manager_get_accel_group;
6307 alias extern (C) _GList * function(aGtkUIManager *)TGTKgtk_ui_manager_get_action_groups; extern(D) TGTKgtk_ui_manager_get_action_groups gtk_ui_manager_get_action_groups;
6308 alias extern (C) void function(aGtkUIManager *, aGtkActionGroup *)TGTKgtk_ui_manager_remove_action_group; extern(D) TGTKgtk_ui_manager_remove_action_group gtk_ui_manager_remove_action_group;
6309 alias extern (C) void function(aGtkUIManager *, aGtkActionGroup *, gint)TGTKgtk_ui_manager_insert_action_group; extern(D) TGTKgtk_ui_manager_insert_action_group gtk_ui_manager_insert_action_group;
6310 alias extern (C) gint function(aGtkUIManager *)TGTKgtk_ui_manager_get_add_tearoffs; extern(D) TGTKgtk_ui_manager_get_add_tearoffs gtk_ui_manager_get_add_tearoffs;
6311 alias extern (C) void function(aGtkUIManager *, gint)TGTKgtk_ui_manager_set_add_tearoffs; extern(D) TGTKgtk_ui_manager_set_add_tearoffs gtk_ui_manager_set_add_tearoffs;
6312 alias extern (C) _GtkUIManager * function()TGTKgtk_ui_manager_new; extern(D) TGTKgtk_ui_manager_new gtk_ui_manager_new;
6313 alias extern (C) GType function()TGTKgtk_ui_manager_get_type; extern(D) TGTKgtk_ui_manager_get_type gtk_ui_manager_get_type;
6314 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_move_after; extern(D) TGTKgtk_tree_store_move_after gtk_tree_store_move_after;
6315 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_move_before; extern(D) TGTKgtk_tree_store_move_before gtk_tree_store_move_before;
6316 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_swap; extern(D) TGTKgtk_tree_store_swap gtk_tree_store_swap;
6317 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, gint *)TGTKgtk_tree_store_reorder; extern(D) TGTKgtk_tree_store_reorder gtk_tree_store_reorder;
6318 alias extern (C) gint function(aGtkTreeStore *, aGtkTreeIter *)TGTKgtk_tree_store_iter_is_valid; extern(D) TGTKgtk_tree_store_iter_is_valid gtk_tree_store_iter_is_valid;
6319 alias extern (C) void function(aGtkTreeStore *)TGTKgtk_tree_store_clear; extern(D) TGTKgtk_tree_store_clear gtk_tree_store_clear;
6320 alias extern (C) gint function(aGtkTreeStore *, aGtkTreeIter *)TGTKgtk_tree_store_iter_depth; extern(D) TGTKgtk_tree_store_iter_depth gtk_tree_store_iter_depth;
6321 alias extern (C) gint function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_is_ancestor; extern(D) TGTKgtk_tree_store_is_ancestor gtk_tree_store_is_ancestor;
6322 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_append; extern(D) TGTKgtk_tree_store_append gtk_tree_store_append;
6323 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_prepend; extern(D) TGTKgtk_tree_store_prepend gtk_tree_store_prepend;
6324 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint, gint *, _GValue *, gint)TGTKgtk_tree_store_insert_with_valuesv; extern(D) TGTKgtk_tree_store_insert_with_valuesv gtk_tree_store_insert_with_valuesv;
6325 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint, ...)TGTKgtk_tree_store_insert_with_values; extern(D) TGTKgtk_tree_store_insert_with_values gtk_tree_store_insert_with_values;
6326 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_insert_after; extern(D) TGTKgtk_tree_store_insert_after gtk_tree_store_insert_after;
6327 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_store_insert_before; extern(D) TGTKgtk_tree_store_insert_before gtk_tree_store_insert_before;
6328 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint)TGTKgtk_tree_store_insert; extern(D) TGTKgtk_tree_store_insert gtk_tree_store_insert;
6329 alias extern (C) gint function(aGtkTreeStore *, aGtkTreeIter *)TGTKgtk_tree_store_remove; extern(D) TGTKgtk_tree_store_remove gtk_tree_store_remove;
6330 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, char *)TGTKgtk_tree_store_set_valist; extern(D) TGTKgtk_tree_store_set_valist gtk_tree_store_set_valist;
6331 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, gint *, _GValue *, gint)TGTKgtk_tree_store_set_valuesv; extern(D) TGTKgtk_tree_store_set_valuesv gtk_tree_store_set_valuesv;
6332 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, ...)TGTKgtk_tree_store_set; extern(D) TGTKgtk_tree_store_set gtk_tree_store_set;
6333 alias extern (C) void function(aGtkTreeStore *, aGtkTreeIter *, gint, _GValue *)TGTKgtk_tree_store_set_value; extern(D) TGTKgtk_tree_store_set_value gtk_tree_store_set_value;
6334 alias extern (C) void function(aGtkTreeStore *, gint, GType *)TGTKgtk_tree_store_set_column_types; extern(D) TGTKgtk_tree_store_set_column_types gtk_tree_store_set_column_types;
6335 alias extern (C) _GtkTreeStore * function(gint, GType *)TGTKgtk_tree_store_newv; extern(D) TGTKgtk_tree_store_newv gtk_tree_store_newv;
6336 alias extern (C) _GtkTreeStore * function(gint, ...)TGTKgtk_tree_store_new; extern(D) TGTKgtk_tree_store_new gtk_tree_store_new;
6337 alias extern (C) GType function()TGTKgtk_tree_store_get_type; extern(D) TGTKgtk_tree_store_get_type gtk_tree_store_get_type;
6338 alias extern (C) void function(aGtkTreeSelection *, void *, void *)TGTKgtk_tree_selection_unselect_range; extern(D) TGTKgtk_tree_selection_unselect_range gtk_tree_selection_unselect_range;
6339 alias extern (C) void function(aGtkTreeSelection *, void *, void *)TGTKgtk_tree_selection_select_range; extern(D) TGTKgtk_tree_selection_select_range gtk_tree_selection_select_range;
6340 alias extern (C) void function(aGtkTreeSelection *)TGTKgtk_tree_selection_unselect_all; extern(D) TGTKgtk_tree_selection_unselect_all gtk_tree_selection_unselect_all;
6341 alias extern (C) void function(aGtkTreeSelection *)TGTKgtk_tree_selection_select_all; extern(D) TGTKgtk_tree_selection_select_all gtk_tree_selection_select_all;
6342 alias extern (C) gint function(aGtkTreeSelection *, aGtkTreeIter *)TGTKgtk_tree_selection_iter_is_selected; extern(D) TGTKgtk_tree_selection_iter_is_selected gtk_tree_selection_iter_is_selected;
6343 alias extern (C) gint function(aGtkTreeSelection *, void *)TGTKgtk_tree_selection_path_is_selected; extern(D) TGTKgtk_tree_selection_path_is_selected gtk_tree_selection_path_is_selected;
6344 alias extern (C) void function(aGtkTreeSelection *, aGtkTreeIter *)TGTKgtk_tree_selection_unselect_iter; extern(D) TGTKgtk_tree_selection_unselect_iter gtk_tree_selection_unselect_iter;
6345 alias extern (C) void function(aGtkTreeSelection *, aGtkTreeIter *)TGTKgtk_tree_selection_select_iter; extern(D) TGTKgtk_tree_selection_select_iter gtk_tree_selection_select_iter;
6346 alias extern (C) void function(aGtkTreeSelection *, void *)TGTKgtk_tree_selection_unselect_path; extern(D) TGTKgtk_tree_selection_unselect_path gtk_tree_selection_unselect_path;
6347 alias extern (C) void function(aGtkTreeSelection *, void *)TGTKgtk_tree_selection_select_path; extern(D) TGTKgtk_tree_selection_select_path gtk_tree_selection_select_path;
6348 alias extern (C) void function(aGtkTreeSelection *, _BCD_func__9093, void *)TGTKgtk_tree_selection_selected_foreach; extern(D) TGTKgtk_tree_selection_selected_foreach gtk_tree_selection_selected_foreach;
6349 alias extern (C) gint function(aGtkTreeSelection *)TGTKgtk_tree_selection_count_selected_rows; extern(D) TGTKgtk_tree_selection_count_selected_rows gtk_tree_selection_count_selected_rows;
6350 alias extern (C) _GList * function(aGtkTreeSelection *, void * *)TGTKgtk_tree_selection_get_selected_rows; extern(D) TGTKgtk_tree_selection_get_selected_rows gtk_tree_selection_get_selected_rows;
6351 alias extern (C) gint function(aGtkTreeSelection *, void * *, aGtkTreeIter *)TGTKgtk_tree_selection_get_selected; extern(D) TGTKgtk_tree_selection_get_selected gtk_tree_selection_get_selected;
6352 alias extern (C) _GtkTreeView * function(aGtkTreeSelection *)TGTKgtk_tree_selection_get_tree_view; extern(D) TGTKgtk_tree_selection_get_tree_view gtk_tree_selection_get_tree_view;
6353 alias extern (C) void * function(aGtkTreeSelection *)TGTKgtk_tree_selection_get_user_data; extern(D) TGTKgtk_tree_selection_get_user_data gtk_tree_selection_get_user_data;
6354 alias extern (C) void function(aGtkTreeSelection *, _BCD_func__9094, void *, _BCD_func__13158)TGTKgtk_tree_selection_set_select_function; extern(D) TGTKgtk_tree_selection_set_select_function gtk_tree_selection_set_select_function;
6355 alias extern (C) gint function(aGtkTreeSelection *)TGTKgtk_tree_selection_get_mode; extern(D) TGTKgtk_tree_selection_get_mode gtk_tree_selection_get_mode;
6356 alias extern (C) void function(aGtkTreeSelection *, gint)TGTKgtk_tree_selection_set_mode; extern(D) TGTKgtk_tree_selection_set_mode gtk_tree_selection_set_mode;
6357 alias extern (C) GType function()TGTKgtk_tree_selection_get_type; extern(D) TGTKgtk_tree_selection_get_type gtk_tree_selection_get_type;
6358 alias extern (C) gint function(aGtkTreeModelSort *, aGtkTreeIter *)TGTKgtk_tree_model_sort_iter_is_valid; extern(D) TGTKgtk_tree_model_sort_iter_is_valid gtk_tree_model_sort_iter_is_valid;
6359 alias extern (C) void function(aGtkTreeModelSort *)TGTKgtk_tree_model_sort_clear_cache; extern(D) TGTKgtk_tree_model_sort_clear_cache gtk_tree_model_sort_clear_cache;
6360 alias extern (C) void function(aGtkTreeModelSort *)TGTKgtk_tree_model_sort_reset_default_sort_func; extern(D) TGTKgtk_tree_model_sort_reset_default_sort_func gtk_tree_model_sort_reset_default_sort_func;
6361 alias extern (C) void function(aGtkTreeModelSort *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_sort_convert_iter_to_child_iter; extern(D) TGTKgtk_tree_model_sort_convert_iter_to_child_iter gtk_tree_model_sort_convert_iter_to_child_iter;
6362 alias extern (C) void * function(aGtkTreeModelSort *, void *)TGTKgtk_tree_model_sort_convert_path_to_child_path; extern(D) TGTKgtk_tree_model_sort_convert_path_to_child_path gtk_tree_model_sort_convert_path_to_child_path;
6363 alias extern (C) void function(aGtkTreeModelSort *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_sort_convert_child_iter_to_iter; extern(D) TGTKgtk_tree_model_sort_convert_child_iter_to_iter gtk_tree_model_sort_convert_child_iter_to_iter;
6364 alias extern (C) void * function(aGtkTreeModelSort *, void *)TGTKgtk_tree_model_sort_convert_child_path_to_path; extern(D) TGTKgtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_child_path_to_path;
6365 alias extern (C) void * function(aGtkTreeModelSort *)TGTKgtk_tree_model_sort_get_model; extern(D) TGTKgtk_tree_model_sort_get_model gtk_tree_model_sort_get_model;
6366 alias extern (C) void * function(void *)TGTKgtk_tree_model_sort_new_with_model; extern(D) TGTKgtk_tree_model_sort_new_with_model gtk_tree_model_sort_new_with_model;
6367 alias extern (C) GType function()TGTKgtk_tree_model_sort_get_type; extern(D) TGTKgtk_tree_model_sort_get_type gtk_tree_model_sort_get_type;
6368 alias extern (C) gint function(aGtkSelectionData *, void * *, void * *)TGTKgtk_tree_get_row_drag_data; extern(D) TGTKgtk_tree_get_row_drag_data gtk_tree_get_row_drag_data;
6369 alias extern (C) gint function(aGtkSelectionData *, void *, void *)TGTKgtk_tree_set_row_drag_data; extern(D) TGTKgtk_tree_set_row_drag_data gtk_tree_set_row_drag_data;
6370 alias extern (C) gint function(void *, void *, aGtkSelectionData *)TGTKgtk_tree_drag_dest_row_drop_possible; extern(D) TGTKgtk_tree_drag_dest_row_drop_possible gtk_tree_drag_dest_row_drop_possible;
6371 alias extern (C) gint function(void *, void *, aGtkSelectionData *)TGTKgtk_tree_drag_dest_drag_data_received; extern(D) TGTKgtk_tree_drag_dest_drag_data_received gtk_tree_drag_dest_drag_data_received;
6372 alias extern (C) GType function()TGTKgtk_tree_drag_dest_get_type; extern(D) TGTKgtk_tree_drag_dest_get_type gtk_tree_drag_dest_get_type;
6373 alias extern (C) gint function(void *, void *, aGtkSelectionData *)TGTKgtk_tree_drag_source_drag_data_get; extern(D) TGTKgtk_tree_drag_source_drag_data_get gtk_tree_drag_source_drag_data_get;
6374 alias extern (C) gint function(void *, void *)TGTKgtk_tree_drag_source_drag_data_delete; extern(D) TGTKgtk_tree_drag_source_drag_data_delete gtk_tree_drag_source_drag_data_delete;
6375 alias extern (C) gint function(void *, void *)TGTKgtk_tree_drag_source_row_draggable; extern(D) TGTKgtk_tree_drag_source_row_draggable gtk_tree_drag_source_row_draggable;
6376 alias extern (C) GType function()TGTKgtk_tree_drag_source_get_type; extern(D) TGTKgtk_tree_drag_source_get_type gtk_tree_drag_source_get_type;
6377 alias extern (C) void function(aGtkToolbar *, aGtkWidget *, char *, char *, gint)TGTKgtk_toolbar_insert_widget; extern(D) TGTKgtk_toolbar_insert_widget gtk_toolbar_insert_widget;
6378 alias extern (C) void function(aGtkToolbar *, aGtkWidget *, char *, char *)TGTKgtk_toolbar_prepend_widget; extern(D) TGTKgtk_toolbar_prepend_widget gtk_toolbar_prepend_widget;
6379 alias extern (C) void function(aGtkToolbar *, aGtkWidget *, char *, char *)TGTKgtk_toolbar_append_widget; extern(D) TGTKgtk_toolbar_append_widget gtk_toolbar_append_widget;
6380 alias extern (C) _GtkWidget * function(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *, gint)TGTKgtk_toolbar_insert_element; extern(D) TGTKgtk_toolbar_insert_element gtk_toolbar_insert_element;
6381 alias extern (C) _GtkWidget * function(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *)TGTKgtk_toolbar_prepend_element; extern(D) TGTKgtk_toolbar_prepend_element gtk_toolbar_prepend_element;
6382 alias extern (C) _GtkWidget * function(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *)TGTKgtk_toolbar_append_element; extern(D) TGTKgtk_toolbar_append_element gtk_toolbar_append_element;
6383 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_remove_space; extern(D) TGTKgtk_toolbar_remove_space gtk_toolbar_remove_space;
6384 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_insert_space; extern(D) TGTKgtk_toolbar_insert_space gtk_toolbar_insert_space;
6385 alias extern (C) void function(aGtkToolbar *)TGTKgtk_toolbar_prepend_space; extern(D) TGTKgtk_toolbar_prepend_space gtk_toolbar_prepend_space;
6386 alias extern (C) void function(aGtkToolbar *)TGTKgtk_toolbar_append_space; extern(D) TGTKgtk_toolbar_append_space gtk_toolbar_append_space;
6387 alias extern (C) _GtkWidget * function(aGtkToolbar *, char *, char *, char *, _BCD_func__12122, void *, gint)TGTKgtk_toolbar_insert_stock; extern(D) TGTKgtk_toolbar_insert_stock gtk_toolbar_insert_stock;
6388 alias extern (C) _GtkWidget * function(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *, gint)TGTKgtk_toolbar_insert_item; extern(D) TGTKgtk_toolbar_insert_item gtk_toolbar_insert_item;
6389 alias extern (C) _GtkWidget * function(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *)TGTKgtk_toolbar_prepend_item; extern(D) TGTKgtk_toolbar_prepend_item gtk_toolbar_prepend_item;
6390 alias extern (C) _GtkWidget * function(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *)TGTKgtk_toolbar_append_item; extern(D) TGTKgtk_toolbar_append_item gtk_toolbar_append_item;
6391 alias extern (C) void function(aGtkToolbar *)TGTKgtk_toolbar_unset_icon_size; extern(D) TGTKgtk_toolbar_unset_icon_size gtk_toolbar_unset_icon_size;
6392 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_set_icon_size; extern(D) TGTKgtk_toolbar_set_icon_size gtk_toolbar_set_icon_size;
6393 //alias extern (C) void function(aGtkToolbar *)TGTK_gtk_toolbar_rebuild_menu; extern(D) TGTK_gtk_toolbar_rebuild_menu _gtk_toolbar_rebuild_menu;
6394 //alias extern (C) gint function()TGTK_gtk_toolbar_get_default_space_size; extern(D) TGTK_gtk_toolbar_get_default_space_size _gtk_toolbar_get_default_space_size;
6395 //alias extern (C) void function(aGtkWidget *, aGtkToolbar *, _GdkRectangle *, _GdkRectangle *)TGTK_gtk_toolbar_paint_space_line; extern(D) TGTK_gtk_toolbar_paint_space_line _gtk_toolbar_paint_space_line;
6396 //alias extern (C) char * function(char *)TGTK_gtk_toolbar_elide_underscores; extern(D) TGTK_gtk_toolbar_elide_underscores _gtk_toolbar_elide_underscores;
6397 alias extern (C) void function(aGtkToolbar *, aGtkToolItem *, gint)TGTKgtk_toolbar_set_drop_highlight_item; extern(D) TGTKgtk_toolbar_set_drop_highlight_item gtk_toolbar_set_drop_highlight_item;
6398 alias extern (C) gint function(aGtkToolbar *, gint, gint)TGTKgtk_toolbar_get_drop_index; extern(D) TGTKgtk_toolbar_get_drop_index gtk_toolbar_get_drop_index;
6399 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_relief_style; extern(D) TGTKgtk_toolbar_get_relief_style gtk_toolbar_get_relief_style;
6400 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_icon_size; extern(D) TGTKgtk_toolbar_get_icon_size gtk_toolbar_get_icon_size;
6401 alias extern (C) void function(aGtkToolbar *)TGTKgtk_toolbar_unset_style; extern(D) TGTKgtk_toolbar_unset_style gtk_toolbar_unset_style;
6402 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_set_style; extern(D) TGTKgtk_toolbar_set_style gtk_toolbar_set_style;
6403 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_style; extern(D) TGTKgtk_toolbar_get_style gtk_toolbar_get_style;
6404 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_set_tooltips; extern(D) TGTKgtk_toolbar_set_tooltips gtk_toolbar_set_tooltips;
6405 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_tooltips; extern(D) TGTKgtk_toolbar_get_tooltips gtk_toolbar_get_tooltips;
6406 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_set_orientation; extern(D) TGTKgtk_toolbar_set_orientation gtk_toolbar_set_orientation;
6407 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_orientation; extern(D) TGTKgtk_toolbar_get_orientation gtk_toolbar_get_orientation;
6408 alias extern (C) void function(aGtkToolbar *, gint)TGTKgtk_toolbar_set_show_arrow; extern(D) TGTKgtk_toolbar_set_show_arrow gtk_toolbar_set_show_arrow;
6409 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_show_arrow; extern(D) TGTKgtk_toolbar_get_show_arrow gtk_toolbar_get_show_arrow;
6410 alias extern (C) _GtkToolItem * function(aGtkToolbar *, gint)TGTKgtk_toolbar_get_nth_item; extern(D) TGTKgtk_toolbar_get_nth_item gtk_toolbar_get_nth_item;
6411 alias extern (C) gint function(aGtkToolbar *)TGTKgtk_toolbar_get_n_items; extern(D) TGTKgtk_toolbar_get_n_items gtk_toolbar_get_n_items;
6412 alias extern (C) gint function(aGtkToolbar *, aGtkToolItem *)TGTKgtk_toolbar_get_item_index; extern(D) TGTKgtk_toolbar_get_item_index gtk_toolbar_get_item_index;
6413 alias extern (C) void function(aGtkToolbar *, aGtkToolItem *, gint)TGTKgtk_toolbar_insert; extern(D) TGTKgtk_toolbar_insert gtk_toolbar_insert;
6414 alias extern (C) _GtkWidget * function()TGTKgtk_toolbar_new; extern(D) TGTKgtk_toolbar_new gtk_toolbar_new;
6415 alias extern (C) GType function()TGTKgtk_toolbar_get_type; extern(D) TGTKgtk_toolbar_get_type gtk_toolbar_get_type;
6416 alias extern (C) void function(aGtkTipsQuery *, char *, char *)TGTKgtk_tips_query_set_labels; extern(D) TGTKgtk_tips_query_set_labels gtk_tips_query_set_labels;
6417 alias extern (C) void function(aGtkTipsQuery *, aGtkWidget *)TGTKgtk_tips_query_set_caller; extern(D) TGTKgtk_tips_query_set_caller gtk_tips_query_set_caller;
6418 alias extern (C) void function(aGtkTipsQuery *)TGTKgtk_tips_query_stop_query; extern(D) TGTKgtk_tips_query_stop_query gtk_tips_query_stop_query;
6419 alias extern (C) void function(aGtkTipsQuery *)TGTKgtk_tips_query_start_query; extern(D) TGTKgtk_tips_query_start_query gtk_tips_query_start_query;
6420 alias extern (C) _GtkWidget * function()TGTKgtk_tips_query_new; extern(D) TGTKgtk_tips_query_new gtk_tips_query_new;
6421 alias extern (C) guint function()TGTKgtk_tips_query_get_type; extern(D) TGTKgtk_tips_query_get_type gtk_tips_query_get_type;
6422 alias extern (C) _GtkTextAttributes * function(aGtkTextView *)TGTKgtk_text_view_get_default_attributes; extern(D) TGTKgtk_text_view_get_default_attributes gtk_text_view_get_default_attributes;
6423 alias extern (C) void * function(aGtkTextView *)TGTKgtk_text_view_get_tabs; extern(D) TGTKgtk_text_view_get_tabs gtk_text_view_get_tabs;
6424 alias extern (C) void function(aGtkTextView *, void *)TGTKgtk_text_view_set_tabs; extern(D) TGTKgtk_text_view_set_tabs gtk_text_view_set_tabs;
6425 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_indent; extern(D) TGTKgtk_text_view_get_indent gtk_text_view_get_indent;
6426 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_indent; extern(D) TGTKgtk_text_view_set_indent gtk_text_view_set_indent;
6427 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_right_margin; extern(D) TGTKgtk_text_view_get_right_margin gtk_text_view_get_right_margin;
6428 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_right_margin; extern(D) TGTKgtk_text_view_set_right_margin gtk_text_view_set_right_margin;
6429 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_left_margin; extern(D) TGTKgtk_text_view_get_left_margin gtk_text_view_get_left_margin;
6430 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_left_margin; extern(D) TGTKgtk_text_view_set_left_margin gtk_text_view_set_left_margin;
6431 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_justification; extern(D) TGTKgtk_text_view_get_justification gtk_text_view_get_justification;
6432 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_justification; extern(D) TGTKgtk_text_view_set_justification gtk_text_view_set_justification;
6433 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_pixels_inside_wrap; extern(D) TGTKgtk_text_view_get_pixels_inside_wrap gtk_text_view_get_pixels_inside_wrap;
6434 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_pixels_inside_wrap; extern(D) TGTKgtk_text_view_set_pixels_inside_wrap gtk_text_view_set_pixels_inside_wrap;
6435 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_pixels_below_lines; extern(D) TGTKgtk_text_view_get_pixels_below_lines gtk_text_view_get_pixels_below_lines;
6436 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_pixels_below_lines; extern(D) TGTKgtk_text_view_set_pixels_below_lines gtk_text_view_set_pixels_below_lines;
6437 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_pixels_above_lines; extern(D) TGTKgtk_text_view_get_pixels_above_lines gtk_text_view_get_pixels_above_lines;
6438 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_pixels_above_lines; extern(D) TGTKgtk_text_view_set_pixels_above_lines gtk_text_view_set_pixels_above_lines;
6439 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_accepts_tab; extern(D) TGTKgtk_text_view_get_accepts_tab gtk_text_view_get_accepts_tab;
6440 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_accepts_tab; extern(D) TGTKgtk_text_view_set_accepts_tab gtk_text_view_set_accepts_tab;
6441 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_overwrite; extern(D) TGTKgtk_text_view_get_overwrite gtk_text_view_get_overwrite;
6442 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_overwrite; extern(D) TGTKgtk_text_view_set_overwrite gtk_text_view_set_overwrite;
6443 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_editable; extern(D) TGTKgtk_text_view_get_editable gtk_text_view_get_editable;
6444 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_editable; extern(D) TGTKgtk_text_view_set_editable gtk_text_view_set_editable;
6445 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_wrap_mode; extern(D) TGTKgtk_text_view_get_wrap_mode gtk_text_view_get_wrap_mode;
6446 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_wrap_mode; extern(D) TGTKgtk_text_view_set_wrap_mode gtk_text_view_set_wrap_mode;
6447 alias extern (C) void function(aGtkTextView *, aGtkWidget *, gint, gint)TGTKgtk_text_view_move_child; extern(D) TGTKgtk_text_view_move_child gtk_text_view_move_child;
6448 alias extern (C) void function(aGtkTextView *, aGtkWidget *, gint, gint, gint)TGTKgtk_text_view_add_child_in_window; extern(D) TGTKgtk_text_view_add_child_in_window gtk_text_view_add_child_in_window;
6449 alias extern (C) void function(aGtkTextView *, aGtkWidget *, aGtkTextChildAnchor *)TGTKgtk_text_view_add_child_at_anchor; extern(D) TGTKgtk_text_view_add_child_at_anchor gtk_text_view_add_child_at_anchor;
6450 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *, gint)TGTKgtk_text_view_move_visually; extern(D) TGTKgtk_text_view_move_visually gtk_text_view_move_visually;
6451 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *)TGTKgtk_text_view_starts_display_line; extern(D) TGTKgtk_text_view_starts_display_line gtk_text_view_starts_display_line;
6452 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *)TGTKgtk_text_view_backward_display_line_start; extern(D) TGTKgtk_text_view_backward_display_line_start gtk_text_view_backward_display_line_start;
6453 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *)TGTKgtk_text_view_forward_display_line_end; extern(D) TGTKgtk_text_view_forward_display_line_end gtk_text_view_forward_display_line_end;
6454 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *)TGTKgtk_text_view_backward_display_line; extern(D) TGTKgtk_text_view_backward_display_line gtk_text_view_backward_display_line;
6455 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *)TGTKgtk_text_view_forward_display_line; extern(D) TGTKgtk_text_view_forward_display_line gtk_text_view_forward_display_line;
6456 alias extern (C) gint function(aGtkTextView *, gint)TGTKgtk_text_view_get_border_window_size; extern(D) TGTKgtk_text_view_get_border_window_size gtk_text_view_get_border_window_size;
6457 alias extern (C) void function(aGtkTextView *, gint, gint)TGTKgtk_text_view_set_border_window_size; extern(D) TGTKgtk_text_view_set_border_window_size gtk_text_view_set_border_window_size;
6458 alias extern (C) gint function(aGtkTextView *, _GdkDrawable *)TGTKgtk_text_view_get_window_type; extern(D) TGTKgtk_text_view_get_window_type gtk_text_view_get_window_type;
6459 alias extern (C) _GdkDrawable * function(aGtkTextView *, gint)TGTKgtk_text_view_get_window; extern(D) TGTKgtk_text_view_get_window gtk_text_view_get_window;
6460 alias extern (C) void function(aGtkTextView *, gint, gint, gint, gint *, gint *)TGTKgtk_text_view_window_to_buffer_coords; extern(D) TGTKgtk_text_view_window_to_buffer_coords gtk_text_view_window_to_buffer_coords;
6461 alias extern (C) void function(aGtkTextView *, gint, gint, gint, gint *, gint *)TGTKgtk_text_view_buffer_to_window_coords; extern(D) TGTKgtk_text_view_buffer_to_window_coords gtk_text_view_buffer_to_window_coords;
6462 alias extern (C) void function(aGtkTextView *, aGtkTextIter *, gint, gint *)TGTKgtk_text_view_get_line_at_y; extern(D) TGTKgtk_text_view_get_line_at_y gtk_text_view_get_line_at_y;
6463 alias extern (C) void function(aGtkTextView *, aGtkTextIter *, gint *, gint *)TGTKgtk_text_view_get_line_yrange; extern(D) TGTKgtk_text_view_get_line_yrange gtk_text_view_get_line_yrange;
6464 alias extern (C) void function(aGtkTextView *, aGtkTextIter *, gint *, gint, gint)TGTKgtk_text_view_get_iter_at_position; extern(D) TGTKgtk_text_view_get_iter_at_position gtk_text_view_get_iter_at_position;
6465 alias extern (C) void function(aGtkTextView *, aGtkTextIter *, gint, gint)TGTKgtk_text_view_get_iter_at_location; extern(D) TGTKgtk_text_view_get_iter_at_location gtk_text_view_get_iter_at_location;
6466 alias extern (C) void function(aGtkTextView *, aGtkTextIter *, _GdkRectangle *)TGTKgtk_text_view_get_iter_location; extern(D) TGTKgtk_text_view_get_iter_location gtk_text_view_get_iter_location;
6467 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_get_cursor_visible; extern(D) TGTKgtk_text_view_get_cursor_visible gtk_text_view_get_cursor_visible;
6468 alias extern (C) void function(aGtkTextView *, gint)TGTKgtk_text_view_set_cursor_visible; extern(D) TGTKgtk_text_view_set_cursor_visible gtk_text_view_set_cursor_visible;
6469 alias extern (C) void function(aGtkTextView *, _GdkRectangle *)TGTKgtk_text_view_get_visible_rect; extern(D) TGTKgtk_text_view_get_visible_rect gtk_text_view_get_visible_rect;
6470 alias extern (C) gint function(aGtkTextView *)TGTKgtk_text_view_place_cursor_onscreen; extern(D) TGTKgtk_text_view_place_cursor_onscreen gtk_text_view_place_cursor_onscreen;
6471 alias extern (C) gint function(aGtkTextView *, aGtkTextMark *)TGTKgtk_text_view_move_mark_onscreen; extern(D) TGTKgtk_text_view_move_mark_onscreen gtk_text_view_move_mark_onscreen;
6472 alias extern (C) void function(aGtkTextView *, aGtkTextMark *)TGTKgtk_text_view_scroll_mark_onscreen; extern(D) TGTKgtk_text_view_scroll_mark_onscreen gtk_text_view_scroll_mark_onscreen;
6473 alias extern (C) void function(aGtkTextView *, aGtkTextMark *, double, gint, double, double)TGTKgtk_text_view_scroll_to_mark; extern(D) TGTKgtk_text_view_scroll_to_mark gtk_text_view_scroll_to_mark;
6474 alias extern (C) gint function(aGtkTextView *, aGtkTextIter *, double, gint, double, double)TGTKgtk_text_view_scroll_to_iter; extern(D) TGTKgtk_text_view_scroll_to_iter gtk_text_view_scroll_to_iter;
6475 alias extern (C) _GtkTextBuffer * function(aGtkTextView *)TGTKgtk_text_view_get_buffer; extern(D) TGTKgtk_text_view_get_buffer gtk_text_view_get_buffer;
6476 alias extern (C) void function(aGtkTextView *, aGtkTextBuffer *)TGTKgtk_text_view_set_buffer; extern(D) TGTKgtk_text_view_set_buffer gtk_text_view_set_buffer;
6477 alias extern (C) _GtkWidget * function(aGtkTextBuffer *)TGTKgtk_text_view_new_with_buffer; extern(D) TGTKgtk_text_view_new_with_buffer gtk_text_view_new_with_buffer;
6478 alias extern (C) _GtkWidget * function()TGTKgtk_text_view_new; extern(D) TGTKgtk_text_view_new gtk_text_view_new;
6479 alias extern (C) GType function()TGTKgtk_text_view_get_type; extern(D) TGTKgtk_text_view_get_type gtk_text_view_get_type;
6480 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextBuffer *, void *, aGtkTextIter *, char *, gsize, _GError * *)TGTKgtk_text_buffer_deserialize; extern(D) TGTKgtk_text_buffer_deserialize gtk_text_buffer_deserialize;
6481 alias extern (C) char * function(aGtkTextBuffer *, aGtkTextBuffer *, void *, aGtkTextIter *, aGtkTextIter *, gsize *)TGTKgtk_text_buffer_serialize; extern(D) TGTKgtk_text_buffer_serialize gtk_text_buffer_serialize;
6482 alias extern (C) void * * function(aGtkTextBuffer *, gint *)TGTKgtk_text_buffer_get_deserialize_formats; extern(D) TGTKgtk_text_buffer_get_deserialize_formats gtk_text_buffer_get_deserialize_formats;
6483 alias extern (C) void * * function(aGtkTextBuffer *, gint *)TGTKgtk_text_buffer_get_serialize_formats; extern(D) TGTKgtk_text_buffer_get_serialize_formats gtk_text_buffer_get_serialize_formats;
6484 alias extern (C) gint function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_deserialize_get_can_create_tags; extern(D) TGTKgtk_text_buffer_deserialize_get_can_create_tags gtk_text_buffer_deserialize_get_can_create_tags;
6485 alias extern (C) void function(aGtkTextBuffer *, void *, gint)TGTKgtk_text_buffer_deserialize_set_can_create_tags; extern(D) TGTKgtk_text_buffer_deserialize_set_can_create_tags gtk_text_buffer_deserialize_set_can_create_tags;
6486 alias extern (C) void function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_unregister_deserialize_format; extern(D) TGTKgtk_text_buffer_unregister_deserialize_format gtk_text_buffer_unregister_deserialize_format;
6487 alias extern (C) void function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_unregister_serialize_format; extern(D) TGTKgtk_text_buffer_unregister_serialize_format gtk_text_buffer_unregister_serialize_format;
6488 alias extern (C) void * function(aGtkTextBuffer *, char *)TGTKgtk_text_buffer_register_deserialize_tagset; extern(D) TGTKgtk_text_buffer_register_deserialize_tagset gtk_text_buffer_register_deserialize_tagset;
6489 alias extern (C) void * function(aGtkTextBuffer *, char *, _BCD_func__9281, void *, _BCD_func__13158)TGTKgtk_text_buffer_register_deserialize_format; extern(D) TGTKgtk_text_buffer_register_deserialize_format gtk_text_buffer_register_deserialize_format;
6490 alias extern (C) void * function(aGtkTextBuffer *, char *)TGTKgtk_text_buffer_register_serialize_tagset; extern(D) TGTKgtk_text_buffer_register_serialize_tagset gtk_text_buffer_register_serialize_tagset;
6491 alias extern (C) void * function(aGtkTextBuffer *, char *, _BCD_func__9282, void *, _BCD_func__13158)TGTKgtk_text_buffer_register_serialize_format; extern(D) TGTKgtk_text_buffer_register_serialize_format gtk_text_buffer_register_serialize_format;
6492 //alias extern (C) void function(aGtkTextBuffer *, aGtkTextTag *)TGTK_gtk_text_buffer_notify_will_remove_tag; extern(D) TGTK_gtk_text_buffer_notify_will_remove_tag _gtk_text_buffer_notify_will_remove_tag;
6493 //alias extern (C) _PangoLogAttr * function(aGtkTextBuffer *, aGtkTextIter *, gint *)TGTK_gtk_text_buffer_get_line_log_attrs; extern(D) TGTK_gtk_text_buffer_get_line_log_attrs _gtk_text_buffer_get_line_log_attrs;
6494 //alias extern (C) void * function(aGtkTextBuffer *)TGTK_gtk_text_buffer_get_btree; extern(D) TGTK_gtk_text_buffer_get_btree _gtk_text_buffer_get_btree;
6495 //alias extern (C) void function(aGtkTextBuffer *)TGTK_gtk_text_buffer_spew; extern(D) TGTK_gtk_text_buffer_spew _gtk_text_buffer_spew;
6496 alias extern (C) _GtkTargetList * function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_paste_target_list; extern(D) TGTKgtk_text_buffer_get_paste_target_list gtk_text_buffer_get_paste_target_list;
6497 alias extern (C) _GtkTargetList * function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_copy_target_list; extern(D) TGTKgtk_text_buffer_get_copy_target_list gtk_text_buffer_get_copy_target_list;
6498 alias extern (C) void function(aGtkTextBuffer *)TGTKgtk_text_buffer_end_user_action; extern(D) TGTKgtk_text_buffer_end_user_action gtk_text_buffer_end_user_action;
6499 alias extern (C) void function(aGtkTextBuffer *)TGTKgtk_text_buffer_begin_user_action; extern(D) TGTKgtk_text_buffer_begin_user_action gtk_text_buffer_begin_user_action;
6500 alias extern (C) gint function(aGtkTextBuffer *, gint, gint)TGTKgtk_text_buffer_delete_selection; extern(D) TGTKgtk_text_buffer_delete_selection gtk_text_buffer_delete_selection;
6501 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_get_selection_bounds; extern(D) TGTKgtk_text_buffer_get_selection_bounds gtk_text_buffer_get_selection_bounds;
6502 alias extern (C) void function(aGtkTextBuffer *, void *, aGtkTextIter *, gint)TGTKgtk_text_buffer_paste_clipboard; extern(D) TGTKgtk_text_buffer_paste_clipboard gtk_text_buffer_paste_clipboard;
6503 alias extern (C) void function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_copy_clipboard; extern(D) TGTKgtk_text_buffer_copy_clipboard gtk_text_buffer_copy_clipboard;
6504 alias extern (C) void function(aGtkTextBuffer *, void *, gint)TGTKgtk_text_buffer_cut_clipboard; extern(D) TGTKgtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard;
6505 alias extern (C) void function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_remove_selection_clipboard; extern(D) TGTKgtk_text_buffer_remove_selection_clipboard gtk_text_buffer_remove_selection_clipboard;
6506 alias extern (C) void function(aGtkTextBuffer *, void *)TGTKgtk_text_buffer_add_selection_clipboard; extern(D) TGTKgtk_text_buffer_add_selection_clipboard gtk_text_buffer_add_selection_clipboard;
6507 alias extern (C) gint function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_has_selection; extern(D) TGTKgtk_text_buffer_get_has_selection gtk_text_buffer_get_has_selection;
6508 alias extern (C) void function(aGtkTextBuffer *, gint)TGTKgtk_text_buffer_set_modified; extern(D) TGTKgtk_text_buffer_set_modified gtk_text_buffer_set_modified;
6509 alias extern (C) gint function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_modified; extern(D) TGTKgtk_text_buffer_get_modified gtk_text_buffer_get_modified;
6510 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextChildAnchor *)TGTKgtk_text_buffer_get_iter_at_child_anchor; extern(D) TGTKgtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_iter_at_child_anchor;
6511 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextMark *)TGTKgtk_text_buffer_get_iter_at_mark; extern(D) TGTKgtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_mark;
6512 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_get_bounds; extern(D) TGTKgtk_text_buffer_get_bounds gtk_text_buffer_get_bounds;
6513 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *)TGTKgtk_text_buffer_get_end_iter; extern(D) TGTKgtk_text_buffer_get_end_iter gtk_text_buffer_get_end_iter;
6514 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *)TGTKgtk_text_buffer_get_start_iter; extern(D) TGTKgtk_text_buffer_get_start_iter gtk_text_buffer_get_start_iter;
6515 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, gint)TGTKgtk_text_buffer_get_iter_at_line; extern(D) TGTKgtk_text_buffer_get_iter_at_line gtk_text_buffer_get_iter_at_line;
6516 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, gint)TGTKgtk_text_buffer_get_iter_at_offset; extern(D) TGTKgtk_text_buffer_get_iter_at_offset gtk_text_buffer_get_iter_at_offset;
6517 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, gint, gint)TGTKgtk_text_buffer_get_iter_at_line_index; extern(D) TGTKgtk_text_buffer_get_iter_at_line_index gtk_text_buffer_get_iter_at_line_index;
6518 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, gint, gint)TGTKgtk_text_buffer_get_iter_at_line_offset; extern(D) TGTKgtk_text_buffer_get_iter_at_line_offset gtk_text_buffer_get_iter_at_line_offset;
6519 alias extern (C) _GtkTextTag * function(aGtkTextBuffer *, char *, char *, ...)TGTKgtk_text_buffer_create_tag; extern(D) TGTKgtk_text_buffer_create_tag gtk_text_buffer_create_tag;
6520 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_remove_all_tags; extern(D) TGTKgtk_text_buffer_remove_all_tags gtk_text_buffer_remove_all_tags;
6521 alias extern (C) void function(aGtkTextBuffer *, char *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_remove_tag_by_name; extern(D) TGTKgtk_text_buffer_remove_tag_by_name gtk_text_buffer_remove_tag_by_name;
6522 alias extern (C) void function(aGtkTextBuffer *, char *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_apply_tag_by_name; extern(D) TGTKgtk_text_buffer_apply_tag_by_name gtk_text_buffer_apply_tag_by_name;
6523 alias extern (C) void function(aGtkTextBuffer *, aGtkTextTag *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_remove_tag; extern(D) TGTKgtk_text_buffer_remove_tag gtk_text_buffer_remove_tag;
6524 alias extern (C) void function(aGtkTextBuffer *, aGtkTextTag *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_apply_tag; extern(D) TGTKgtk_text_buffer_apply_tag gtk_text_buffer_apply_tag;
6525 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_select_range; extern(D) TGTKgtk_text_buffer_select_range gtk_text_buffer_select_range;
6526 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *)TGTKgtk_text_buffer_place_cursor; extern(D) TGTKgtk_text_buffer_place_cursor gtk_text_buffer_place_cursor;
6527 alias extern (C) _GtkTextMark * function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_selection_bound; extern(D) TGTKgtk_text_buffer_get_selection_bound gtk_text_buffer_get_selection_bound;
6528 alias extern (C) _GtkTextMark * function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_insert; extern(D) TGTKgtk_text_buffer_get_insert gtk_text_buffer_get_insert;
6529 alias extern (C) void function(aGtkTextBuffer *, char *)TGTKgtk_text_buffer_delete_mark_by_name; extern(D) TGTKgtk_text_buffer_delete_mark_by_name gtk_text_buffer_delete_mark_by_name;
6530 alias extern (C) void function(aGtkTextBuffer *, char *, aGtkTextIter *)TGTKgtk_text_buffer_move_mark_by_name; extern(D) TGTKgtk_text_buffer_move_mark_by_name gtk_text_buffer_move_mark_by_name;
6531 alias extern (C) _GtkTextMark * function(aGtkTextBuffer *, char *)TGTKgtk_text_buffer_get_mark; extern(D) TGTKgtk_text_buffer_get_mark gtk_text_buffer_get_mark;
6532 alias extern (C) void function(aGtkTextBuffer *, aGtkTextMark *)TGTKgtk_text_buffer_delete_mark; extern(D) TGTKgtk_text_buffer_delete_mark gtk_text_buffer_delete_mark;
6533 alias extern (C) void function(aGtkTextBuffer *, aGtkTextMark *, aGtkTextIter *)TGTKgtk_text_buffer_move_mark; extern(D) TGTKgtk_text_buffer_move_mark gtk_text_buffer_move_mark;
6534 alias extern (C) _GtkTextMark * function(aGtkTextBuffer *, char *, aGtkTextIter *, gint)TGTKgtk_text_buffer_create_mark; extern(D) TGTKgtk_text_buffer_create_mark gtk_text_buffer_create_mark;
6535 alias extern (C) void function(aGtkTextBuffer *, aGtkTextMark *, aGtkTextIter *)TGTKgtk_text_buffer_add_mark; extern(D) TGTKgtk_text_buffer_add_mark gtk_text_buffer_add_mark;
6536 alias extern (C) _GtkTextChildAnchor * function(aGtkTextBuffer *, aGtkTextIter *)TGTKgtk_text_buffer_create_child_anchor; extern(D) TGTKgtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor;
6537 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextChildAnchor *)TGTKgtk_text_buffer_insert_child_anchor; extern(D) TGTKgtk_text_buffer_insert_child_anchor gtk_text_buffer_insert_child_anchor;
6538 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, void *)TGTKgtk_text_buffer_insert_pixbuf; extern(D) TGTKgtk_text_buffer_insert_pixbuf gtk_text_buffer_insert_pixbuf;
6539 alias extern (C) char * function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint)TGTKgtk_text_buffer_get_slice; extern(D) TGTKgtk_text_buffer_get_slice gtk_text_buffer_get_slice;
6540 alias extern (C) char * function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint)TGTKgtk_text_buffer_get_text; extern(D) TGTKgtk_text_buffer_get_text gtk_text_buffer_get_text;
6541 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextIter *, gint, gint)TGTKgtk_text_buffer_backspace; extern(D) TGTKgtk_text_buffer_backspace gtk_text_buffer_backspace;
6542 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint)TGTKgtk_text_buffer_delete_interactive; extern(D) TGTKgtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive;
6543 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_delete; extern(D) TGTKgtk_text_buffer_delete gtk_text_buffer_delete;
6544 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, char *, gint, char *, ...)TGTKgtk_text_buffer_insert_with_tags_by_name; extern(D) TGTKgtk_text_buffer_insert_with_tags_by_name gtk_text_buffer_insert_with_tags_by_name;
6545 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, char *, gint, aGtkTextTag *, ...)TGTKgtk_text_buffer_insert_with_tags; extern(D) TGTKgtk_text_buffer_insert_with_tags gtk_text_buffer_insert_with_tags;
6546 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *, gint)TGTKgtk_text_buffer_insert_range_interactive; extern(D) TGTKgtk_text_buffer_insert_range_interactive gtk_text_buffer_insert_range_interactive;
6547 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_buffer_insert_range; extern(D) TGTKgtk_text_buffer_insert_range gtk_text_buffer_insert_range;
6548 alias extern (C) gint function(aGtkTextBuffer *, char *, gint, gint)TGTKgtk_text_buffer_insert_interactive_at_cursor; extern(D) TGTKgtk_text_buffer_insert_interactive_at_cursor gtk_text_buffer_insert_interactive_at_cursor;
6549 alias extern (C) gint function(aGtkTextBuffer *, aGtkTextIter *, char *, gint, gint)TGTKgtk_text_buffer_insert_interactive; extern(D) TGTKgtk_text_buffer_insert_interactive gtk_text_buffer_insert_interactive;
6550 alias extern (C) void function(aGtkTextBuffer *, char *, gint)TGTKgtk_text_buffer_insert_at_cursor; extern(D) TGTKgtk_text_buffer_insert_at_cursor gtk_text_buffer_insert_at_cursor;
6551 alias extern (C) void function(aGtkTextBuffer *, aGtkTextIter *, in char *, gint)TGTKgtk_text_buffer_insert; extern(D) TGTKgtk_text_buffer_insert gtk_text_buffer_insert;
6552 alias extern (C) void function(aGtkTextBuffer *, in char *, gint)TGTKgtk_text_buffer_set_text; extern(D) TGTKgtk_text_buffer_set_text gtk_text_buffer_set_text;
6553 alias extern (C) _GtkTextTagTable * function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_tag_table; extern(D) TGTKgtk_text_buffer_get_tag_table gtk_text_buffer_get_tag_table;
6554 alias extern (C) gint function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_char_count; extern(D) TGTKgtk_text_buffer_get_char_count gtk_text_buffer_get_char_count;
6555 alias extern (C) gint function(aGtkTextBuffer *)TGTKgtk_text_buffer_get_line_count; extern(D) TGTKgtk_text_buffer_get_line_count gtk_text_buffer_get_line_count;
6556 alias extern (C) _GtkTextBuffer * function(aGtkTextTagTable *)TGTKgtk_text_buffer_new; extern(D) TGTKgtk_text_buffer_new gtk_text_buffer_new;
6557 alias extern (C) GType function()TGTKgtk_text_buffer_get_type; extern(D) TGTKgtk_text_buffer_get_type gtk_text_buffer_get_type;
6558 alias extern (C) gint function(aGtkTextMark *)TGTKgtk_text_mark_get_left_gravity; extern(D) TGTKgtk_text_mark_get_left_gravity gtk_text_mark_get_left_gravity;
6559 alias extern (C) _GtkTextBuffer * function(aGtkTextMark *)TGTKgtk_text_mark_get_buffer; extern(D) TGTKgtk_text_mark_get_buffer gtk_text_mark_get_buffer;
6560 alias extern (C) gint function(aGtkTextMark *)TGTKgtk_text_mark_get_deleted; extern(D) TGTKgtk_text_mark_get_deleted gtk_text_mark_get_deleted;
6561 alias extern (C) char * function(aGtkTextMark *)TGTKgtk_text_mark_get_name; extern(D) TGTKgtk_text_mark_get_name gtk_text_mark_get_name;
6562 alias extern (C) _GtkTextMark * function(char *, gint)TGTKgtk_text_mark_new; extern(D) TGTKgtk_text_mark_new gtk_text_mark_new;
6563 alias extern (C) gint function(aGtkTextMark *)TGTKgtk_text_mark_get_visible; extern(D) TGTKgtk_text_mark_get_visible gtk_text_mark_get_visible;
6564 alias extern (C) void function(aGtkTextMark *, gint)TGTKgtk_text_mark_set_visible; extern(D) TGTKgtk_text_mark_set_visible gtk_text_mark_set_visible;
6565 alias extern (C) GType function()TGTKgtk_text_mark_get_type; extern(D) TGTKgtk_text_mark_get_type gtk_text_mark_get_type;
6566 //alias extern (C) void function(aGtkTextTagTable *, void *)TGTK_gtk_text_tag_table_remove_buffer; extern(D) TGTK_gtk_text_tag_table_remove_buffer _gtk_text_tag_table_remove_buffer;
6567 //alias extern (C) void function(aGtkTextTagTable *, void *)TGTK_gtk_text_tag_table_add_buffer; extern(D) TGTK_gtk_text_tag_table_add_buffer _gtk_text_tag_table_add_buffer;
6568 alias extern (C) gint function(aGtkTextTagTable *)TGTKgtk_text_tag_table_get_size; extern(D) TGTKgtk_text_tag_table_get_size gtk_text_tag_table_get_size;
6569 alias extern (C) void function(aGtkTextTagTable *, _BCD_func__9332, void *)TGTKgtk_text_tag_table_foreach; extern(D) TGTKgtk_text_tag_table_foreach gtk_text_tag_table_foreach;
6570 alias extern (C) _GtkTextTag * function(aGtkTextTagTable *, char *)TGTKgtk_text_tag_table_lookup; extern(D) TGTKgtk_text_tag_table_lookup gtk_text_tag_table_lookup;
6571 alias extern (C) void function(aGtkTextTagTable *, aGtkTextTag *)TGTKgtk_text_tag_table_remove; extern(D) TGTKgtk_text_tag_table_remove gtk_text_tag_table_remove;
6572 alias extern (C) void function(aGtkTextTagTable *, aGtkTextTag *)TGTKgtk_text_tag_table_add; extern(D) TGTKgtk_text_tag_table_add gtk_text_tag_table_add;
6573 alias extern (C) _GtkTextTagTable * function()TGTKgtk_text_tag_table_new; extern(D) TGTKgtk_text_tag_table_new gtk_text_tag_table_new;
6574 alias extern (C) GType function()TGTKgtk_text_tag_table_get_type; extern(D) TGTKgtk_text_tag_table_get_type gtk_text_tag_table_get_type;
6575 alias extern (C) _GtkWidget * function()TGTKgtk_tearoff_menu_item_new; extern(D) TGTKgtk_tearoff_menu_item_new gtk_tearoff_menu_item_new;
6576 alias extern (C) GType function()TGTKgtk_tearoff_menu_item_get_type; extern(D) TGTKgtk_tearoff_menu_item_get_type gtk_tearoff_menu_item_get_type;
6577 alias extern (C) gint function(aGtkTable *)TGTKgtk_table_get_homogeneous; extern(D) TGTKgtk_table_get_homogeneous gtk_table_get_homogeneous;
6578 alias extern (C) void function(aGtkTable *, gint)TGTKgtk_table_set_homogeneous; extern(D) TGTKgtk_table_set_homogeneous gtk_table_set_homogeneous;
6579 alias extern (C) guint function(aGtkTable *)TGTKgtk_table_get_default_col_spacing; extern(D) TGTKgtk_table_get_default_col_spacing gtk_table_get_default_col_spacing;
6580 alias extern (C) void function(aGtkTable *, guint)TGTKgtk_table_set_col_spacings; extern(D) TGTKgtk_table_set_col_spacings gtk_table_set_col_spacings;
6581 alias extern (C) guint function(aGtkTable *)TGTKgtk_table_get_default_row_spacing; extern(D) TGTKgtk_table_get_default_row_spacing gtk_table_get_default_row_spacing;
6582 alias extern (C) void function(aGtkTable *, guint)TGTKgtk_table_set_row_spacings; extern(D) TGTKgtk_table_set_row_spacings gtk_table_set_row_spacings;
6583 alias extern (C) guint function(aGtkTable *, guint)TGTKgtk_table_get_col_spacing; extern(D) TGTKgtk_table_get_col_spacing gtk_table_get_col_spacing;
6584 alias extern (C) void function(aGtkTable *, guint, guint)TGTKgtk_table_set_col_spacing; extern(D) TGTKgtk_table_set_col_spacing gtk_table_set_col_spacing;
6585 alias extern (C) guint function(aGtkTable *, guint)TGTKgtk_table_get_row_spacing; extern(D) TGTKgtk_table_get_row_spacing gtk_table_get_row_spacing;
6586 alias extern (C) void function(aGtkTable *, guint, guint)TGTKgtk_table_set_row_spacing; extern(D) TGTKgtk_table_set_row_spacing gtk_table_set_row_spacing;
6587 alias extern (C) void function(aGtkTable *, aGtkWidget *, guint, guint, guint, guint)TGTKgtk_table_attach_defaults; extern(D) TGTKgtk_table_attach_defaults gtk_table_attach_defaults;
6588 alias extern (C) void function(aGtkTable *, aGtkWidget *, guint, guint, guint, guint, gint, gint, guint, guint)TGTKgtk_table_attach; extern(D) TGTKgtk_table_attach gtk_table_attach;
6589 alias extern (C) void function(aGtkTable *, guint, guint)TGTKgtk_table_resize; extern(D) TGTKgtk_table_resize gtk_table_resize;
6590 alias extern (C) _GtkWidget * function(guint, guint, gint)TGTKgtk_table_new; extern(D) TGTKgtk_table_new gtk_table_new;
6591 alias extern (C) GType function()TGTKgtk_table_get_type; extern(D) TGTKgtk_table_get_type gtk_table_get_type;
6592 alias extern (C) void function(char *, _BCD_func__12124, void *, _BCD_func__13158)TGTKgtk_stock_set_translate_func; extern(D) TGTKgtk_stock_set_translate_func gtk_stock_set_translate_func;
6593 alias extern (C) void function(aGtkStockItem *)TGTKgtk_stock_item_free; extern(D) TGTKgtk_stock_item_free gtk_stock_item_free;
6594 alias extern (C) _GtkStockItem * function(aGtkStockItem *)TGTKgtk_stock_item_copy; extern(D) TGTKgtk_stock_item_copy gtk_stock_item_copy;
6595 alias extern (C) _GSList * function()TGTKgtk_stock_list_ids; extern(D) TGTKgtk_stock_list_ids gtk_stock_list_ids;
6596 alias extern (C) gint function(char *, aGtkStockItem *)TGTKgtk_stock_lookup; extern(D) TGTKgtk_stock_lookup gtk_stock_lookup;
6597 alias extern (C) void function(aGtkStockItem *, guint)TGTKgtk_stock_add_static; extern(D) TGTKgtk_stock_add_static gtk_stock_add_static;
6598 alias extern (C) void function(aGtkStockItem *, guint)TGTKgtk_stock_add; extern(D) TGTKgtk_stock_add gtk_stock_add;
6599 alias extern (C) gint function(aGtkStatusIcon *, _GdkScreen * *, _GdkRectangle *, gint *)TGTKgtk_status_icon_get_geometry; extern(D) TGTKgtk_status_icon_get_geometry gtk_status_icon_get_geometry;
6600 alias extern (C) void function(aGtkMenu *, gint *, gint *, gint *, void *)TGTKgtk_status_icon_position_menu; extern(D) TGTKgtk_status_icon_position_menu gtk_status_icon_position_menu;
6601 alias extern (C) gint function(aGtkStatusIcon *)TGTKgtk_status_icon_is_embedded; extern(D) TGTKgtk_status_icon_is_embedded gtk_status_icon_is_embedded;
6602 alias extern (C) gint function(aGtkStatusIcon *)TGTKgtk_status_icon_get_blinking; extern(D) TGTKgtk_status_icon_get_blinking gtk_status_icon_get_blinking;
6603 alias extern (C) void function(aGtkStatusIcon *, gint)TGTKgtk_status_icon_set_blinking; extern(D) TGTKgtk_status_icon_set_blinking gtk_status_icon_set_blinking;
6604 alias extern (C) gint function(aGtkStatusIcon *)TGTKgtk_status_icon_get_visible; extern(D) TGTKgtk_status_icon_get_visible gtk_status_icon_get_visible;
6605 alias extern (C) void function(aGtkStatusIcon *, gint)TGTKgtk_status_icon_set_visible; extern(D) TGTKgtk_status_icon_set_visible gtk_status_icon_set_visible;
6606 alias extern (C) void function(aGtkStatusIcon *, char *)TGTKgtk_status_icon_set_tooltip; extern(D) TGTKgtk_status_icon_set_tooltip gtk_status_icon_set_tooltip;
6607 alias extern (C) _GdkScreen * function(aGtkStatusIcon *)TGTKgtk_status_icon_get_screen; extern(D) TGTKgtk_status_icon_get_screen gtk_status_icon_get_screen;
6608 alias extern (C) void function(aGtkStatusIcon *, _GdkScreen *)TGTKgtk_status_icon_set_screen; extern(D) TGTKgtk_status_icon_set_screen gtk_status_icon_set_screen;
6609 alias extern (C) gint function(aGtkStatusIcon *)TGTKgtk_status_icon_get_size; extern(D) TGTKgtk_status_icon_get_size gtk_status_icon_get_size;
6610 alias extern (C) char * function(aGtkStatusIcon *)TGTKgtk_status_icon_get_icon_name; extern(D) TGTKgtk_status_icon_get_icon_name gtk_status_icon_get_icon_name;
6611 alias extern (C) char * function(aGtkStatusIcon *)TGTKgtk_status_icon_get_stock; extern(D) TGTKgtk_status_icon_get_stock gtk_status_icon_get_stock;
6612 alias extern (C) void * function(aGtkStatusIcon *)TGTKgtk_status_icon_get_pixbuf; extern(D) TGTKgtk_status_icon_get_pixbuf gtk_status_icon_get_pixbuf;
6613 alias extern (C) gint function(aGtkStatusIcon *)TGTKgtk_status_icon_get_storage_type; extern(D) TGTKgtk_status_icon_get_storage_type gtk_status_icon_get_storage_type;
6614 alias extern (C) void function(aGtkStatusIcon *, char *)TGTKgtk_status_icon_set_from_icon_name; extern(D) TGTKgtk_status_icon_set_from_icon_name gtk_status_icon_set_from_icon_name;
6615 alias extern (C) void function(aGtkStatusIcon *, char *)TGTKgtk_status_icon_set_from_stock; extern(D) TGTKgtk_status_icon_set_from_stock gtk_status_icon_set_from_stock;
6616 alias extern (C) void function(aGtkStatusIcon *, char *)TGTKgtk_status_icon_set_from_file; extern(D) TGTKgtk_status_icon_set_from_file gtk_status_icon_set_from_file;
6617 alias extern (C) void function(aGtkStatusIcon *, void *)TGTKgtk_status_icon_set_from_pixbuf; extern(D) TGTKgtk_status_icon_set_from_pixbuf gtk_status_icon_set_from_pixbuf;
6618 alias extern (C) _GtkStatusIcon * function(char *)TGTKgtk_status_icon_new_from_icon_name; extern(D) TGTKgtk_status_icon_new_from_icon_name gtk_status_icon_new_from_icon_name;
6619 alias extern (C) _GtkStatusIcon * function(char *)TGTKgtk_status_icon_new_from_stock; extern(D) TGTKgtk_status_icon_new_from_stock gtk_status_icon_new_from_stock;
6620 alias extern (C) _GtkStatusIcon * function(char *)TGTKgtk_status_icon_new_from_file; extern(D) TGTKgtk_status_icon_new_from_file gtk_status_icon_new_from_file;
6621 alias extern (C) _GtkStatusIcon * function(void *)TGTKgtk_status_icon_new_from_pixbuf; extern(D) TGTKgtk_status_icon_new_from_pixbuf gtk_status_icon_new_from_pixbuf;
6622 alias extern (C) _GtkStatusIcon * function()TGTKgtk_status_icon_new; extern(D) TGTKgtk_status_icon_new gtk_status_icon_new;
6623 alias extern (C) GType function()TGTKgtk_status_icon_get_type; extern(D) TGTKgtk_status_icon_get_type gtk_status_icon_get_type;
6624 alias extern (C) gint function(aGtkStatusbar *)TGTKgtk_statusbar_get_has_resize_grip; extern(D) TGTKgtk_statusbar_get_has_resize_grip gtk_statusbar_get_has_resize_grip;
6625 alias extern (C) void function(aGtkStatusbar *, gint)TGTKgtk_statusbar_set_has_resize_grip; extern(D) TGTKgtk_statusbar_set_has_resize_grip gtk_statusbar_set_has_resize_grip;
6626 alias extern (C) void function(aGtkStatusbar *, guint, guint)TGTKgtk_statusbar_remove; extern(D) TGTKgtk_statusbar_remove gtk_statusbar_remove;
6627 alias extern (C) void function(aGtkStatusbar *, guint)TGTKgtk_statusbar_pop; extern(D) TGTKgtk_statusbar_pop gtk_statusbar_pop;
6628 alias extern (C) guint function(aGtkStatusbar *, guint, char *)TGTKgtk_statusbar_push; extern(D) TGTKgtk_statusbar_push gtk_statusbar_push;
6629 alias extern (C) guint function(aGtkStatusbar *, char *)TGTKgtk_statusbar_get_context_id; extern(D) TGTKgtk_statusbar_get_context_id gtk_statusbar_get_context_id;
6630 alias extern (C) _GtkWidget * function()TGTKgtk_statusbar_new; extern(D) TGTKgtk_statusbar_new gtk_statusbar_new;
6631 alias extern (C) GType function()TGTKgtk_statusbar_get_type; extern(D) TGTKgtk_statusbar_get_type gtk_statusbar_get_type;
6632 alias extern (C) void function(aGtkSpinButton *)TGTKgtk_spin_button_update; extern(D) TGTKgtk_spin_button_update gtk_spin_button_update;
6633 alias extern (C) gint function(aGtkSpinButton *)TGTKgtk_spin_button_get_snap_to_ticks; extern(D) TGTKgtk_spin_button_get_snap_to_ticks gtk_spin_button_get_snap_to_ticks;
6634 alias extern (C) void function(aGtkSpinButton *, gint)TGTKgtk_spin_button_set_snap_to_ticks; extern(D) TGTKgtk_spin_button_set_snap_to_ticks gtk_spin_button_set_snap_to_ticks;
6635 alias extern (C) gint function(aGtkSpinButton *)TGTKgtk_spin_button_get_wrap; extern(D) TGTKgtk_spin_button_get_wrap gtk_spin_button_get_wrap;
6636 alias extern (C) void function(aGtkSpinButton *, gint)TGTKgtk_spin_button_set_wrap; extern(D) TGTKgtk_spin_button_set_wrap gtk_spin_button_set_wrap;
6637 alias extern (C) void function(aGtkSpinButton *, gint, double)TGTKgtk_spin_button_spin; extern(D) TGTKgtk_spin_button_spin gtk_spin_button_spin;
6638 alias extern (C) gint function(aGtkSpinButton *)TGTKgtk_spin_button_get_numeric; extern(D) TGTKgtk_spin_button_get_numeric gtk_spin_button_get_numeric;
6639 alias extern (C) void function(aGtkSpinButton *, gint)TGTKgtk_spin_button_set_numeric; extern(D) TGTKgtk_spin_button_set_numeric gtk_spin_button_set_numeric;
6640 alias extern (C) gint function(aGtkSpinButton *)TGTKgtk_spin_button_get_update_policy; extern(D) TGTKgtk_spin_button_get_update_policy gtk_spin_button_get_update_policy;
6641 alias extern (C) void function(aGtkSpinButton *, gint)TGTKgtk_spin_button_set_update_policy; extern(D) TGTKgtk_spin_button_set_update_policy gtk_spin_button_set_update_policy;
6642 alias extern (C) void function(aGtkSpinButton *, double)TGTKgtk_spin_button_set_value; extern(D) TGTKgtk_spin_button_set_value gtk_spin_button_set_value;
6643 alias extern (C) gint function(aGtkSpinButton *)TGTKgtk_spin_button_get_value_as_int; extern(D) TGTKgtk_spin_button_get_value_as_int gtk_spin_button_get_value_as_int;
6644 alias extern (C) double function(aGtkSpinButton *)TGTKgtk_spin_button_get_value; extern(D) TGTKgtk_spin_button_get_value gtk_spin_button_get_value;
6645 alias extern (C) void function(aGtkSpinButton *, double *, double *)TGTKgtk_spin_button_get_range; extern(D) TGTKgtk_spin_button_get_range gtk_spin_button_get_range;
6646 alias extern (C) void function(aGtkSpinButton *, double, double)TGTKgtk_spin_button_set_range; extern(D) TGTKgtk_spin_button_set_range gtk_spin_button_set_range;
6647 alias extern (C) void function(aGtkSpinButton *, double *, double *)TGTKgtk_spin_button_get_increments; extern(D) TGTKgtk_spin_button_get_increments gtk_spin_button_get_increments;
6648 alias extern (C) void function(aGtkSpinButton *, double, double)TGTKgtk_spin_button_set_increments; extern(D) TGTKgtk_spin_button_set_increments gtk_spin_button_set_increments;
6649 alias extern (C) guint function(aGtkSpinButton *)TGTKgtk_spin_button_get_digits; extern(D) TGTKgtk_spin_button_get_digits gtk_spin_button_get_digits;
6650 alias extern (C) void function(aGtkSpinButton *, guint)TGTKgtk_spin_button_set_digits; extern(D) TGTKgtk_spin_button_set_digits gtk_spin_button_set_digits;
6651 alias extern (C) _GtkAdjustment * function(aGtkSpinButton *)TGTKgtk_spin_button_get_adjustment; extern(D) TGTKgtk_spin_button_get_adjustment gtk_spin_button_get_adjustment;
6652 alias extern (C) void function(aGtkSpinButton *, aGtkAdjustment *)TGTKgtk_spin_button_set_adjustment; extern(D) TGTKgtk_spin_button_set_adjustment gtk_spin_button_set_adjustment;
6653 alias extern (C) _GtkWidget * function(double, double, double)TGTKgtk_spin_button_new_with_range; extern(D) TGTKgtk_spin_button_new_with_range gtk_spin_button_new_with_range;
6654 alias extern (C) _GtkWidget * function(aGtkAdjustment *, double, guint)TGTKgtk_spin_button_new; extern(D) TGTKgtk_spin_button_new gtk_spin_button_new;
6655 alias extern (C) void function(aGtkSpinButton *, aGtkAdjustment *, double, guint)TGTKgtk_spin_button_configure; extern(D) TGTKgtk_spin_button_configure gtk_spin_button_configure;
6656 alias extern (C) GType function()TGTKgtk_spin_button_get_type; extern(D) TGTKgtk_spin_button_get_type gtk_spin_button_get_type;
6657 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_size_group_queue_resize; extern(D) TGTK_gtk_size_group_queue_resize _gtk_size_group_queue_resize;
6658 //alias extern (C) void function(aGtkWidget *, aGtkRequisition *)TGTK_gtk_size_group_compute_requisition; extern(D) TGTK_gtk_size_group_compute_requisition _gtk_size_group_compute_requisition;
6659 //alias extern (C) void function(aGtkWidget *, aGtkRequisition *)TGTK_gtk_size_group_get_child_requisition; extern(D) TGTK_gtk_size_group_get_child_requisition _gtk_size_group_get_child_requisition;
6660 alias extern (C) _GSList * function(aGtkSizeGroup *)TGTKgtk_size_group_get_widgets; extern(D) TGTKgtk_size_group_get_widgets gtk_size_group_get_widgets;
6661 alias extern (C) void function(aGtkSizeGroup *, aGtkWidget *)TGTKgtk_size_group_remove_widget; extern(D) TGTKgtk_size_group_remove_widget gtk_size_group_remove_widget;
6662 alias extern (C) void function(aGtkSizeGroup *, aGtkWidget *)TGTKgtk_size_group_add_widget; extern(D) TGTKgtk_size_group_add_widget gtk_size_group_add_widget;
6663 alias extern (C) gint function(aGtkSizeGroup *)TGTKgtk_size_group_get_ignore_hidden; extern(D) TGTKgtk_size_group_get_ignore_hidden gtk_size_group_get_ignore_hidden;
6664 alias extern (C) void function(aGtkSizeGroup *, gint)TGTKgtk_size_group_set_ignore_hidden; extern(D) TGTKgtk_size_group_set_ignore_hidden gtk_size_group_set_ignore_hidden;
6665 alias extern (C) gint function(aGtkSizeGroup *)TGTKgtk_size_group_get_mode; extern(D) TGTKgtk_size_group_get_mode gtk_size_group_get_mode;
6666 alias extern (C) void function(aGtkSizeGroup *, gint)TGTKgtk_size_group_set_mode; extern(D) TGTKgtk_size_group_set_mode gtk_size_group_set_mode;
6667 alias extern (C) _GtkSizeGroup * function(gint)TGTKgtk_size_group_new; extern(D) TGTKgtk_size_group_new gtk_size_group_new;
6668 alias extern (C) GType function()TGTKgtk_size_group_get_type; extern(D) TGTKgtk_size_group_get_type gtk_size_group_get_type;
6669 alias extern (C) void function(aGtkSeparatorToolItem *, gint)TGTKgtk_separator_tool_item_set_draw; extern(D) TGTKgtk_separator_tool_item_set_draw gtk_separator_tool_item_set_draw;
6670 alias extern (C) gint function(aGtkSeparatorToolItem *)TGTKgtk_separator_tool_item_get_draw; extern(D) TGTKgtk_separator_tool_item_get_draw gtk_separator_tool_item_get_draw;
6671 alias extern (C) _GtkToolItem * function()TGTKgtk_separator_tool_item_new; extern(D) TGTKgtk_separator_tool_item_new gtk_separator_tool_item_new;
6672 alias extern (C) GType function()TGTKgtk_separator_tool_item_get_type; extern(D) TGTKgtk_separator_tool_item_get_type gtk_separator_tool_item_get_type;
6673 alias extern (C) _GtkWidget * function()TGTKgtk_separator_menu_item_new; extern(D) TGTKgtk_separator_menu_item_new gtk_separator_menu_item_new;
6674 alias extern (C) GType function()TGTKgtk_separator_menu_item_get_type; extern(D) TGTKgtk_separator_menu_item_get_type gtk_separator_menu_item_get_type;
6675 //alias extern (C) gint function(aGtkScrolledWindow *)TGTK_gtk_scrolled_window_get_scrollbar_spacing; extern(D) TGTK_gtk_scrolled_window_get_scrollbar_spacing _gtk_scrolled_window_get_scrollbar_spacing;
6676 alias extern (C) void function(aGtkScrolledWindow *, aGtkWidget *)TGTKgtk_scrolled_window_add_with_viewport; extern(D) TGTKgtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_viewport;
6677 alias extern (C) gint function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_shadow_type; extern(D) TGTKgtk_scrolled_window_get_shadow_type gtk_scrolled_window_get_shadow_type;
6678 alias extern (C) void function(aGtkScrolledWindow *, gint)TGTKgtk_scrolled_window_set_shadow_type; extern(D) TGTKgtk_scrolled_window_set_shadow_type gtk_scrolled_window_set_shadow_type;
6679 alias extern (C) gint function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_placement; extern(D) TGTKgtk_scrolled_window_get_placement gtk_scrolled_window_get_placement;
6680 alias extern (C) void function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_unset_placement; extern(D) TGTKgtk_scrolled_window_unset_placement gtk_scrolled_window_unset_placement;
6681 alias extern (C) void function(aGtkScrolledWindow *, gint)TGTKgtk_scrolled_window_set_placement; extern(D) TGTKgtk_scrolled_window_set_placement gtk_scrolled_window_set_placement;
6682 alias extern (C) void function(aGtkScrolledWindow *, gint *, gint *)TGTKgtk_scrolled_window_get_policy; extern(D) TGTKgtk_scrolled_window_get_policy gtk_scrolled_window_get_policy;
6683 alias extern (C) void function(aGtkScrolledWindow *, gint, gint)TGTKgtk_scrolled_window_set_policy; extern(D) TGTKgtk_scrolled_window_set_policy gtk_scrolled_window_set_policy;
6684 alias extern (C) _GtkWidget * function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_vscrollbar; extern(D) TGTKgtk_scrolled_window_get_vscrollbar gtk_scrolled_window_get_vscrollbar;
6685 alias extern (C) _GtkWidget * function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_hscrollbar; extern(D) TGTKgtk_scrolled_window_get_hscrollbar gtk_scrolled_window_get_hscrollbar;
6686 alias extern (C) _GtkAdjustment * function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_vadjustment; extern(D) TGTKgtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjustment;
6687 alias extern (C) _GtkAdjustment * function(aGtkScrolledWindow *)TGTKgtk_scrolled_window_get_hadjustment; extern(D) TGTKgtk_scrolled_window_get_hadjustment gtk_scrolled_window_get_hadjustment;
6688 alias extern (C) void function(aGtkScrolledWindow *, aGtkAdjustment *)TGTKgtk_scrolled_window_set_vadjustment; extern(D) TGTKgtk_scrolled_window_set_vadjustment gtk_scrolled_window_set_vadjustment;
6689 alias extern (C) void function(aGtkScrolledWindow *, aGtkAdjustment *)TGTKgtk_scrolled_window_set_hadjustment; extern(D) TGTKgtk_scrolled_window_set_hadjustment gtk_scrolled_window_set_hadjustment;
6690 alias extern (C) _GtkWidget * function(aGtkAdjustment *, aGtkAdjustment *)TGTKgtk_scrolled_window_new; extern(D) TGTKgtk_scrolled_window_new gtk_scrolled_window_new;
6691 alias extern (C) GType function()TGTKgtk_scrolled_window_get_type; extern(D) TGTKgtk_scrolled_window_get_type gtk_scrolled_window_get_type;
6692 alias extern (C) gint function(aGtkViewport *)TGTKgtk_viewport_get_shadow_type; extern(D) TGTKgtk_viewport_get_shadow_type gtk_viewport_get_shadow_type;
6693 alias extern (C) void function(aGtkViewport *, gint)TGTKgtk_viewport_set_shadow_type; extern(D) TGTKgtk_viewport_set_shadow_type gtk_viewport_set_shadow_type;
6694 alias extern (C) void function(aGtkViewport *, aGtkAdjustment *)TGTKgtk_viewport_set_vadjustment; extern(D) TGTKgtk_viewport_set_vadjustment gtk_viewport_set_vadjustment;
6695 alias extern (C) void function(aGtkViewport *, aGtkAdjustment *)TGTKgtk_viewport_set_hadjustment; extern(D) TGTKgtk_viewport_set_hadjustment gtk_viewport_set_hadjustment;
6696 alias extern (C) _GtkAdjustment * function(aGtkViewport *)TGTKgtk_viewport_get_vadjustment; extern(D) TGTKgtk_viewport_get_vadjustment gtk_viewport_get_vadjustment;
6697 alias extern (C) _GtkAdjustment * function(aGtkViewport *)TGTKgtk_viewport_get_hadjustment; extern(D) TGTKgtk_viewport_get_hadjustment gtk_viewport_get_hadjustment;
6698 alias extern (C) _GtkWidget * function(aGtkAdjustment *, aGtkAdjustment *)TGTKgtk_viewport_new; extern(D) TGTKgtk_viewport_new gtk_viewport_new;
6699 alias extern (C) GType function()TGTKgtk_viewport_get_type; extern(D) TGTKgtk_viewport_get_type gtk_viewport_get_type;
6700 alias extern (C) void function(aGtkScaleButton *, aGtkAdjustment *)TGTKgtk_scale_button_set_adjustment; extern(D) TGTKgtk_scale_button_set_adjustment gtk_scale_button_set_adjustment;
6701 alias extern (C) _GtkAdjustment * function(aGtkScaleButton *)TGTKgtk_scale_button_get_adjustment; extern(D) TGTKgtk_scale_button_get_adjustment gtk_scale_button_get_adjustment;
6702 alias extern (C) void function(aGtkScaleButton *, double)TGTKgtk_scale_button_set_value; extern(D) TGTKgtk_scale_button_set_value gtk_scale_button_set_value;
6703 alias extern (C) double function(aGtkScaleButton *)TGTKgtk_scale_button_get_value; extern(D) TGTKgtk_scale_button_get_value gtk_scale_button_get_value;
6704 alias extern (C) void function(aGtkScaleButton *, char * *)TGTKgtk_scale_button_set_icons; extern(D) TGTKgtk_scale_button_set_icons gtk_scale_button_set_icons;
6705 alias extern (C) _GtkWidget * function(gint, double, double, double, char * *)TGTKgtk_scale_button_new; extern(D) TGTKgtk_scale_button_new gtk_scale_button_new;
6706 alias extern (C) GType function()TGTKgtk_scale_button_get_type; extern(D) TGTKgtk_scale_button_get_type gtk_scale_button_get_type;
6707 alias extern (C) _GtkWidget * function(aGtkRecentManager *)TGTKgtk_recent_chooser_widget_new_for_manager; extern(D) TGTKgtk_recent_chooser_widget_new_for_manager gtk_recent_chooser_widget_new_for_manager;
6708 alias extern (C) _GtkWidget * function()TGTKgtk_recent_chooser_widget_new; extern(D) TGTKgtk_recent_chooser_widget_new gtk_recent_chooser_widget_new;
6709 alias extern (C) GType function()TGTKgtk_recent_chooser_widget_get_type; extern(D) TGTKgtk_recent_chooser_widget_get_type gtk_recent_chooser_widget_get_type;
6710 alias extern (C) void function(aGtkRecentChooserMenu *, gint)TGTKgtk_recent_chooser_menu_set_show_numbers; extern(D) TGTKgtk_recent_chooser_menu_set_show_numbers gtk_recent_chooser_menu_set_show_numbers;
6711 alias extern (C) gint function(aGtkRecentChooserMenu *)TGTKgtk_recent_chooser_menu_get_show_numbers; extern(D) TGTKgtk_recent_chooser_menu_get_show_numbers gtk_recent_chooser_menu_get_show_numbers;
6712 alias extern (C) _GtkWidget * function(aGtkRecentManager *)TGTKgtk_recent_chooser_menu_new_for_manager; extern(D) TGTKgtk_recent_chooser_menu_new_for_manager gtk_recent_chooser_menu_new_for_manager;
6713 alias extern (C) _GtkWidget * function()TGTKgtk_recent_chooser_menu_new; extern(D) TGTKgtk_recent_chooser_menu_new gtk_recent_chooser_menu_new;
6714 alias extern (C) GType function()TGTKgtk_recent_chooser_menu_get_type; extern(D) TGTKgtk_recent_chooser_menu_get_type gtk_recent_chooser_menu_get_type;
6715 alias extern (C) _GtkWidget * function(char *, aGtkWindow *, aGtkRecentManager *, char *, ...)TGTKgtk_recent_chooser_dialog_new_for_manager; extern(D) TGTKgtk_recent_chooser_dialog_new_for_manager gtk_recent_chooser_dialog_new_for_manager;
6716 alias extern (C) _GtkWidget * function(char *, aGtkWindow *, char *, ...)TGTKgtk_recent_chooser_dialog_new; extern(D) TGTKgtk_recent_chooser_dialog_new gtk_recent_chooser_dialog_new;
6717 alias extern (C) GType function()TGTKgtk_recent_chooser_dialog_get_type; extern(D) TGTKgtk_recent_chooser_dialog_get_type gtk_recent_chooser_dialog_get_type;
6718 alias extern (C) void * function(void *)TGTKgtk_recent_chooser_get_filter; extern(D) TGTKgtk_recent_chooser_get_filter gtk_recent_chooser_get_filter;
6719 alias extern (C) void function(void *, void *)TGTKgtk_recent_chooser_set_filter; extern(D) TGTKgtk_recent_chooser_set_filter gtk_recent_chooser_set_filter;
6720 alias extern (C) _GSList * function(void *)TGTKgtk_recent_chooser_list_filters; extern(D) TGTKgtk_recent_chooser_list_filters gtk_recent_chooser_list_filters;
6721 alias extern (C) void function(void *, void *)TGTKgtk_recent_chooser_remove_filter; extern(D) TGTKgtk_recent_chooser_remove_filter gtk_recent_chooser_remove_filter;
6722 alias extern (C) void function(void *, void *)TGTKgtk_recent_chooser_add_filter; extern(D) TGTKgtk_recent_chooser_add_filter gtk_recent_chooser_add_filter;
6723 alias extern (C) char * * function(void *, gsize *)TGTKgtk_recent_chooser_get_uris; extern(D) TGTKgtk_recent_chooser_get_uris gtk_recent_chooser_get_uris;
6724 alias extern (C) _GList * function(void *)TGTKgtk_recent_chooser_get_items; extern(D) TGTKgtk_recent_chooser_get_items gtk_recent_chooser_get_items;
6725 alias extern (C) void function(void *)TGTKgtk_recent_chooser_unselect_all; extern(D) TGTKgtk_recent_chooser_unselect_all gtk_recent_chooser_unselect_all;
6726 alias extern (C) void function(void *)TGTKgtk_recent_chooser_select_all; extern(D) TGTKgtk_recent_chooser_select_all gtk_recent_chooser_select_all;
6727 alias extern (C) void function(void *, char *)TGTKgtk_recent_chooser_unselect_uri; extern(D) TGTKgtk_recent_chooser_unselect_uri gtk_recent_chooser_unselect_uri;
6728 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_recent_chooser_select_uri; extern(D) TGTKgtk_recent_chooser_select_uri gtk_recent_chooser_select_uri;
6729 alias extern (C) void * function(void *)TGTKgtk_recent_chooser_get_current_item; extern(D) TGTKgtk_recent_chooser_get_current_item gtk_recent_chooser_get_current_item;
6730 alias extern (C) char * function(void *)TGTKgtk_recent_chooser_get_current_uri; extern(D) TGTKgtk_recent_chooser_get_current_uri gtk_recent_chooser_get_current_uri;
6731 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_recent_chooser_set_current_uri; extern(D) TGTKgtk_recent_chooser_set_current_uri gtk_recent_chooser_set_current_uri;
6732 alias extern (C) void function(void *, _BCD_func__9605, void *, _BCD_func__13158)TGTKgtk_recent_chooser_set_sort_func; extern(D) TGTKgtk_recent_chooser_set_sort_func gtk_recent_chooser_set_sort_func;
6733 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_sort_type; extern(D) TGTKgtk_recent_chooser_get_sort_type gtk_recent_chooser_get_sort_type;
6734 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_sort_type; extern(D) TGTKgtk_recent_chooser_set_sort_type gtk_recent_chooser_set_sort_type;
6735 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_show_icons; extern(D) TGTKgtk_recent_chooser_get_show_icons gtk_recent_chooser_get_show_icons;
6736 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_show_icons; extern(D) TGTKgtk_recent_chooser_set_show_icons gtk_recent_chooser_set_show_icons;
6737 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_show_numbers; extern(D) TGTKgtk_recent_chooser_get_show_numbers gtk_recent_chooser_get_show_numbers;
6738 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_show_numbers; extern(D) TGTKgtk_recent_chooser_set_show_numbers gtk_recent_chooser_set_show_numbers;
6739 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_show_tips; extern(D) TGTKgtk_recent_chooser_get_show_tips gtk_recent_chooser_get_show_tips;
6740 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_show_tips; extern(D) TGTKgtk_recent_chooser_set_show_tips gtk_recent_chooser_set_show_tips;
6741 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_local_only; extern(D) TGTKgtk_recent_chooser_get_local_only gtk_recent_chooser_get_local_only;
6742 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_local_only; extern(D) TGTKgtk_recent_chooser_set_local_only gtk_recent_chooser_set_local_only;
6743 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_limit; extern(D) TGTKgtk_recent_chooser_get_limit gtk_recent_chooser_get_limit;
6744 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_limit; extern(D) TGTKgtk_recent_chooser_set_limit gtk_recent_chooser_set_limit;
6745 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_select_multiple; extern(D) TGTKgtk_recent_chooser_get_select_multiple gtk_recent_chooser_get_select_multiple;
6746 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_select_multiple; extern(D) TGTKgtk_recent_chooser_set_select_multiple gtk_recent_chooser_set_select_multiple;
6747 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_show_not_found; extern(D) TGTKgtk_recent_chooser_get_show_not_found gtk_recent_chooser_get_show_not_found;
6748 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_show_not_found; extern(D) TGTKgtk_recent_chooser_set_show_not_found gtk_recent_chooser_set_show_not_found;
6749 alias extern (C) gint function(void *)TGTKgtk_recent_chooser_get_show_private; extern(D) TGTKgtk_recent_chooser_get_show_private gtk_recent_chooser_get_show_private;
6750 alias extern (C) void function(void *, gint)TGTKgtk_recent_chooser_set_show_private; extern(D) TGTKgtk_recent_chooser_set_show_private gtk_recent_chooser_set_show_private;
6751 alias extern (C) GType function()TGTKgtk_recent_chooser_get_type; extern(D) TGTKgtk_recent_chooser_get_type gtk_recent_chooser_get_type;
6752 alias extern (C) GQuark function()TGTKgtk_recent_chooser_error_quark; extern(D) TGTKgtk_recent_chooser_error_quark gtk_recent_chooser_error_quark;
6753 alias extern (C) gint function(void *, aGtkRecentFilterInfo *)TGTKgtk_recent_filter_filter; extern(D) TGTKgtk_recent_filter_filter gtk_recent_filter_filter;
6754 alias extern (C) gint function(void *)TGTKgtk_recent_filter_get_needed; extern(D) TGTKgtk_recent_filter_get_needed gtk_recent_filter_get_needed;
6755 alias extern (C) void function(void *, gint, _BCD_func__9607, void *, _BCD_func__13158)TGTKgtk_recent_filter_add_custom; extern(D) TGTKgtk_recent_filter_add_custom gtk_recent_filter_add_custom;
6756 alias extern (C) void function(void *, gint)TGTKgtk_recent_filter_add_age; extern(D) TGTKgtk_recent_filter_add_age gtk_recent_filter_add_age;
6757 alias extern (C) void function(void *, char *)TGTKgtk_recent_filter_add_group; extern(D) TGTKgtk_recent_filter_add_group gtk_recent_filter_add_group;
6758 alias extern (C) void function(void *, char *)TGTKgtk_recent_filter_add_application; extern(D) TGTKgtk_recent_filter_add_application gtk_recent_filter_add_application;
6759 alias extern (C) void function(void *)TGTKgtk_recent_filter_add_pixbuf_formats; extern(D) TGTKgtk_recent_filter_add_pixbuf_formats gtk_recent_filter_add_pixbuf_formats;
6760 alias extern (C) void function(void *, char *)TGTKgtk_recent_filter_add_pattern; extern(D) TGTKgtk_recent_filter_add_pattern gtk_recent_filter_add_pattern;
6761 alias extern (C) void function(void *, char *)TGTKgtk_recent_filter_add_mime_type; extern(D) TGTKgtk_recent_filter_add_mime_type gtk_recent_filter_add_mime_type;
6762 alias extern (C) char * function(void *)TGTKgtk_recent_filter_get_name; extern(D) TGTKgtk_recent_filter_get_name gtk_recent_filter_get_name;
6763 alias extern (C) void function(void *, char *)TGTKgtk_recent_filter_set_name; extern(D) TGTKgtk_recent_filter_set_name gtk_recent_filter_set_name;
6764 alias extern (C) void * function()TGTKgtk_recent_filter_new; extern(D) TGTKgtk_recent_filter_new gtk_recent_filter_new;
6765 alias extern (C) GType function()TGTKgtk_recent_filter_get_type; extern(D) TGTKgtk_recent_filter_get_type gtk_recent_filter_get_type;
6766 alias extern (C) void function(aGtkRecentAction *, gint)TGTKgtk_recent_action_set_show_numbers; extern(D) TGTKgtk_recent_action_set_show_numbers gtk_recent_action_set_show_numbers;
6767 alias extern (C) gint function(aGtkRecentAction *)TGTKgtk_recent_action_get_show_numbers; extern(D) TGTKgtk_recent_action_get_show_numbers gtk_recent_action_get_show_numbers;
6768 alias extern (C) _GtkAction * function(char *, char *, char *, char *, aGtkRecentManager *)TGTKgtk_recent_action_new_for_manager; extern(D) TGTKgtk_recent_action_new_for_manager gtk_recent_action_new_for_manager;
6769 alias extern (C) _GtkAction * function(char *, char *, char *, char *)TGTKgtk_recent_action_new; extern(D) TGTKgtk_recent_action_new gtk_recent_action_new;
6770 alias extern (C) GType function()TGTKgtk_recent_action_get_type; extern(D) TGTKgtk_recent_action_get_type gtk_recent_action_get_type;
6771 //alias extern (C) void function()TGTK_gtk_recent_manager_sync; extern(D) TGTK_gtk_recent_manager_sync _gtk_recent_manager_sync;
6772 alias extern (C) gint function(void *, void *)TGTKgtk_recent_info_match; extern(D) TGTKgtk_recent_info_match gtk_recent_info_match;
6773 alias extern (C) gint function(void *)TGTKgtk_recent_info_exists; extern(D) TGTKgtk_recent_info_exists gtk_recent_info_exists;
6774 alias extern (C) gint function(void *)TGTKgtk_recent_info_is_local; extern(D) TGTKgtk_recent_info_is_local gtk_recent_info_is_local;
6775 alias extern (C) gint function(void *)TGTKgtk_recent_info_get_age; extern(D) TGTKgtk_recent_info_get_age gtk_recent_info_get_age;
6776 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_uri_display; extern(D) TGTKgtk_recent_info_get_uri_display gtk_recent_info_get_uri_display;
6777 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_short_name; extern(D) TGTKgtk_recent_info_get_short_name gtk_recent_info_get_short_name;
6778 alias extern (C) void * function(void *, gint)TGTKgtk_recent_info_get_icon; extern(D) TGTKgtk_recent_info_get_icon gtk_recent_info_get_icon;
6779 alias extern (C) gint function(void *, char *)TGTKgtk_recent_info_has_group; extern(D) TGTKgtk_recent_info_has_group gtk_recent_info_has_group;
6780 alias extern (C) char * * function(void *, gsize *)TGTKgtk_recent_info_get_groups; extern(D) TGTKgtk_recent_info_get_groups gtk_recent_info_get_groups;
6781 alias extern (C) gint function(void *, char *)TGTKgtk_recent_info_has_application; extern(D) TGTKgtk_recent_info_has_application gtk_recent_info_has_application;
6782 alias extern (C) char * function(void *)TGTKgtk_recent_info_last_application; extern(D) TGTKgtk_recent_info_last_application gtk_recent_info_last_application;
6783 alias extern (C) char * * function(void *, gsize *)TGTKgtk_recent_info_get_applications; extern(D) TGTKgtk_recent_info_get_applications gtk_recent_info_get_applications;
6784 alias extern (C) gint function(void *, char *, char * *, guint *, gint *)TGTKgtk_recent_info_get_application_info; extern(D) TGTKgtk_recent_info_get_application_info gtk_recent_info_get_application_info;
6785 alias extern (C) gint function(void *)TGTKgtk_recent_info_get_private_hint; extern(D) TGTKgtk_recent_info_get_private_hint gtk_recent_info_get_private_hint;
6786 alias extern (C) gint function(void *)TGTKgtk_recent_info_get_visited; extern(D) TGTKgtk_recent_info_get_visited gtk_recent_info_get_visited;
6787 alias extern (C) gint function(void *)TGTKgtk_recent_info_get_modified; extern(D) TGTKgtk_recent_info_get_modified gtk_recent_info_get_modified;
6788 alias extern (C) gint function(void *)TGTKgtk_recent_info_get_added; extern(D) TGTKgtk_recent_info_get_added gtk_recent_info_get_added;
6789 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_mime_type; extern(D) TGTKgtk_recent_info_get_mime_type gtk_recent_info_get_mime_type;
6790 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_description; extern(D) TGTKgtk_recent_info_get_description gtk_recent_info_get_description;
6791 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_display_name; extern(D) TGTKgtk_recent_info_get_display_name gtk_recent_info_get_display_name;
6792 alias extern (C) char * function(void *)TGTKgtk_recent_info_get_uri; extern(D) TGTKgtk_recent_info_get_uri gtk_recent_info_get_uri;
6793 alias extern (C) void function(void *)TGTKgtk_recent_info_unref; extern(D) TGTKgtk_recent_info_unref gtk_recent_info_unref;
6794 alias extern (C) void * function(void *)TGTKgtk_recent_info_ref; extern(D) TGTKgtk_recent_info_ref gtk_recent_info_ref;
6795 alias extern (C) GType function()TGTKgtk_recent_info_get_type; extern(D) TGTKgtk_recent_info_get_type gtk_recent_info_get_type;
6796 alias extern (C) gint function(aGtkRecentManager *, _GError * *)TGTKgtk_recent_manager_purge_items; extern(D) TGTKgtk_recent_manager_purge_items gtk_recent_manager_purge_items;
6797 alias extern (C) _GList * function(aGtkRecentManager *)TGTKgtk_recent_manager_get_items; extern(D) TGTKgtk_recent_manager_get_items gtk_recent_manager_get_items;
6798 alias extern (C) gint function(aGtkRecentManager *)TGTKgtk_recent_manager_get_limit; extern(D) TGTKgtk_recent_manager_get_limit gtk_recent_manager_get_limit;
6799 alias extern (C) void function(aGtkRecentManager *, gint)TGTKgtk_recent_manager_set_limit; extern(D) TGTKgtk_recent_manager_set_limit gtk_recent_manager_set_limit;
6800 alias extern (C) gint function(aGtkRecentManager *, char *, char *, _GError * *)TGTKgtk_recent_manager_move_item; extern(D) TGTKgtk_recent_manager_move_item gtk_recent_manager_move_item;
6801 alias extern (C) gint function(aGtkRecentManager *, char *)TGTKgtk_recent_manager_has_item; extern(D) TGTKgtk_recent_manager_has_item gtk_recent_manager_has_item;
6802 alias extern (C) void * function(aGtkRecentManager *, char *, _GError * *)TGTKgtk_recent_manager_lookup_item; extern(D) TGTKgtk_recent_manager_lookup_item gtk_recent_manager_lookup_item;
6803 alias extern (C) gint function(aGtkRecentManager *, char *, _GError * *)TGTKgtk_recent_manager_remove_item; extern(D) TGTKgtk_recent_manager_remove_item gtk_recent_manager_remove_item;
6804 alias extern (C) gint function(aGtkRecentManager *, char *, aGtkRecentData *)TGTKgtk_recent_manager_add_full; extern(D) TGTKgtk_recent_manager_add_full gtk_recent_manager_add_full;
6805 alias extern (C) gint function(aGtkRecentManager *, char *)TGTKgtk_recent_manager_add_item; extern(D) TGTKgtk_recent_manager_add_item gtk_recent_manager_add_item;
6806 alias extern (C) void function(aGtkRecentManager *, _GdkScreen *)TGTKgtk_recent_manager_set_screen; extern(D) TGTKgtk_recent_manager_set_screen gtk_recent_manager_set_screen;
6807 alias extern (C) _GtkRecentManager * function(_GdkScreen *)TGTKgtk_recent_manager_get_for_screen; extern(D) TGTKgtk_recent_manager_get_for_screen gtk_recent_manager_get_for_screen;
6808 alias extern (C) _GtkRecentManager * function()TGTKgtk_recent_manager_get_default; extern(D) TGTKgtk_recent_manager_get_default gtk_recent_manager_get_default;
6809 alias extern (C) _GtkRecentManager * function()TGTKgtk_recent_manager_new; extern(D) TGTKgtk_recent_manager_new gtk_recent_manager_new;
6810 alias extern (C) GType function()TGTKgtk_recent_manager_get_type; extern(D) TGTKgtk_recent_manager_get_type gtk_recent_manager_get_type;
6811 alias extern (C) GQuark function()TGTKgtk_recent_manager_error_quark; extern(D) TGTKgtk_recent_manager_error_quark gtk_recent_manager_error_quark;
6812 alias extern (C) void function(aGtkRadioToolButton *, _GSList *)TGTKgtk_radio_tool_button_set_group; extern(D) TGTKgtk_radio_tool_button_set_group gtk_radio_tool_button_set_group;
6813 alias extern (C) _GSList * function(aGtkRadioToolButton *)TGTKgtk_radio_tool_button_get_group; extern(D) TGTKgtk_radio_tool_button_get_group gtk_radio_tool_button_get_group;
6814 alias extern (C) _GtkToolItem * function(aGtkRadioToolButton *, char *)TGTKgtk_radio_tool_button_new_with_stock_from_widget; extern(D) TGTKgtk_radio_tool_button_new_with_stock_from_widget gtk_radio_tool_button_new_with_stock_from_widget;
6815 alias extern (C) _GtkToolItem * function(aGtkRadioToolButton *)TGTKgtk_radio_tool_button_new_from_widget; extern(D) TGTKgtk_radio_tool_button_new_from_widget gtk_radio_tool_button_new_from_widget;
6816 alias extern (C) _GtkToolItem * function(_GSList *, char *)TGTKgtk_radio_tool_button_new_from_stock; extern(D) TGTKgtk_radio_tool_button_new_from_stock gtk_radio_tool_button_new_from_stock;
6817 alias extern (C) _GtkToolItem * function(_GSList *)TGTKgtk_radio_tool_button_new; extern(D) TGTKgtk_radio_tool_button_new gtk_radio_tool_button_new;
6818 alias extern (C) GType function()TGTKgtk_radio_tool_button_get_type; extern(D) TGTKgtk_radio_tool_button_get_type gtk_radio_tool_button_get_type;
6819 alias extern (C) gint function(aGtkToggleToolButton *)TGTKgtk_toggle_tool_button_get_active; extern(D) TGTKgtk_toggle_tool_button_get_active gtk_toggle_tool_button_get_active;
6820 alias extern (C) void function(aGtkToggleToolButton *, gint)TGTKgtk_toggle_tool_button_set_active; extern(D) TGTKgtk_toggle_tool_button_set_active gtk_toggle_tool_button_set_active;
6821 alias extern (C) _GtkToolItem * function(char *)TGTKgtk_toggle_tool_button_new_from_stock; extern(D) TGTKgtk_toggle_tool_button_new_from_stock gtk_toggle_tool_button_new_from_stock;
6822 alias extern (C) _GtkToolItem * function()TGTKgtk_toggle_tool_button_new; extern(D) TGTKgtk_toggle_tool_button_new gtk_toggle_tool_button_new;
6823 alias extern (C) GType function()TGTKgtk_toggle_tool_button_get_type; extern(D) TGTKgtk_toggle_tool_button_get_type gtk_toggle_tool_button_get_type;
6824 alias extern (C) void function(aGtkRadioMenuItem *, _GSList *)TGTKgtk_radio_menu_item_set_group; extern(D) TGTKgtk_radio_menu_item_set_group gtk_radio_menu_item_set_group;
6825 alias extern (C) _GSList * function(aGtkRadioMenuItem *)TGTKgtk_radio_menu_item_get_group; extern(D) TGTKgtk_radio_menu_item_get_group gtk_radio_menu_item_get_group;
6826 alias extern (C) _GtkWidget * function(aGtkRadioMenuItem *, char *)TGTKgtk_radio_menu_item_new_with_label_from_widget; extern(D) TGTKgtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_label_from_widget;
6827 alias extern (C) _GtkWidget * function(aGtkRadioMenuItem *, char *)TGTKgtk_radio_menu_item_new_with_mnemonic_from_widget; extern(D) TGTKgtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget;
6828 alias extern (C) _GtkWidget * function(aGtkRadioMenuItem *)TGTKgtk_radio_menu_item_new_from_widget; extern(D) TGTKgtk_radio_menu_item_new_from_widget gtk_radio_menu_item_new_from_widget;
6829 alias extern (C) _GtkWidget * function(_GSList *, in char *)TGTKgtk_radio_menu_item_new_with_mnemonic; extern(D) TGTKgtk_radio_menu_item_new_with_mnemonic gtk_radio_menu_item_new_with_mnemonic;
6830 alias extern (C) _GtkWidget * function(_GSList *, in char *)TGTKgtk_radio_menu_item_new_with_label; extern(D) TGTKgtk_radio_menu_item_new_with_label gtk_radio_menu_item_new_with_label;
6831 alias extern (C) _GtkWidget * function(_GSList *)TGTKgtk_radio_menu_item_new; extern(D) TGTKgtk_radio_menu_item_new gtk_radio_menu_item_new;
6832 alias extern (C) GType function()TGTKgtk_radio_menu_item_get_type; extern(D) TGTKgtk_radio_menu_item_get_type gtk_radio_menu_item_get_type;
6833 alias extern (C) void function(aGtkRadioButton *, _GSList *)TGTKgtk_radio_button_set_group; extern(D) TGTKgtk_radio_button_set_group gtk_radio_button_set_group;
6834 alias extern (C) _GSList * function(aGtkRadioButton *)TGTKgtk_radio_button_get_group; extern(D) TGTKgtk_radio_button_get_group gtk_radio_button_get_group;
6835 alias extern (C) _GtkWidget * function(aGtkRadioButton *, char *)TGTKgtk_radio_button_new_with_mnemonic_from_widget; extern(D) TGTKgtk_radio_button_new_with_mnemonic_from_widget gtk_radio_button_new_with_mnemonic_from_widget;
6836 alias extern (C) _GtkWidget * function(_GSList *, char *)TGTKgtk_radio_button_new_with_mnemonic; extern(D) TGTKgtk_radio_button_new_with_mnemonic gtk_radio_button_new_with_mnemonic;
6837 alias extern (C) _GtkWidget * function(aGtkRadioButton *, char *)TGTKgtk_radio_button_new_with_label_from_widget; extern(D) TGTKgtk_radio_button_new_with_label_from_widget gtk_radio_button_new_with_label_from_widget;
6838 alias extern (C) _GtkWidget * function(_GSList *, char *)TGTKgtk_radio_button_new_with_label; extern(D) TGTKgtk_radio_button_new_with_label gtk_radio_button_new_with_label;
6839 alias extern (C) _GtkWidget * function(aGtkRadioButton *)TGTKgtk_radio_button_new_from_widget; extern(D) TGTKgtk_radio_button_new_from_widget gtk_radio_button_new_from_widget;
6840 alias extern (C) _GtkWidget * function(_GSList *)TGTKgtk_radio_button_new; extern(D) TGTKgtk_radio_button_new gtk_radio_button_new;
6841 alias extern (C) GType function()TGTKgtk_radio_button_get_type; extern(D) TGTKgtk_radio_button_get_type gtk_radio_button_get_type;
6842 alias extern (C) void function(aGtkRadioAction *, gint)TGTKgtk_radio_action_set_current_value; extern(D) TGTKgtk_radio_action_set_current_value gtk_radio_action_set_current_value;
6843 alias extern (C) gint function(aGtkRadioAction *)TGTKgtk_radio_action_get_current_value; extern(D) TGTKgtk_radio_action_get_current_value gtk_radio_action_get_current_value;
6844 alias extern (C) void function(aGtkRadioAction *, _GSList *)TGTKgtk_radio_action_set_group; extern(D) TGTKgtk_radio_action_set_group gtk_radio_action_set_group;
6845 alias extern (C) _GSList * function(aGtkRadioAction *)TGTKgtk_radio_action_get_group; extern(D) TGTKgtk_radio_action_get_group gtk_radio_action_get_group;
6846 alias extern (C) _GtkRadioAction * function(char *, char *, char *, char *, gint)TGTKgtk_radio_action_new; extern(D) TGTKgtk_radio_action_new gtk_radio_action_new;
6847 alias extern (C) GType function()TGTKgtk_radio_action_get_type; extern(D) TGTKgtk_radio_action_get_type gtk_radio_action_get_type;
6848 alias extern (C) gint function(aGtkToggleAction *)TGTKgtk_toggle_action_get_draw_as_radio; extern(D) TGTKgtk_toggle_action_get_draw_as_radio gtk_toggle_action_get_draw_as_radio;
6849 alias extern (C) void function(aGtkToggleAction *, gint)TGTKgtk_toggle_action_set_draw_as_radio; extern(D) TGTKgtk_toggle_action_set_draw_as_radio gtk_toggle_action_set_draw_as_radio;
6850 alias extern (C) gint function(aGtkToggleAction *)TGTKgtk_toggle_action_get_active; extern(D) TGTKgtk_toggle_action_get_active gtk_toggle_action_get_active;
6851 alias extern (C) void function(aGtkToggleAction *, gint)TGTKgtk_toggle_action_set_active; extern(D) TGTKgtk_toggle_action_set_active gtk_toggle_action_set_active;
6852 alias extern (C) void function(aGtkToggleAction *)TGTKgtk_toggle_action_toggled; extern(D) TGTKgtk_toggle_action_toggled gtk_toggle_action_toggled;
6853 alias extern (C) _GtkToggleAction * function(char *, char *, char *, char *)TGTKgtk_toggle_action_new; extern(D) TGTKgtk_toggle_action_new gtk_toggle_action_new;
6854 alias extern (C) GType function()TGTKgtk_toggle_action_get_type; extern(D) TGTKgtk_toggle_action_get_type gtk_toggle_action_get_type;
6855 alias extern (C) void function(aGtkProgressBar *, double)TGTKgtk_progress_bar_update; extern(D) TGTKgtk_progress_bar_update gtk_progress_bar_update;
6856 alias extern (C) void function(aGtkProgressBar *, guint)TGTKgtk_progress_bar_set_activity_blocks; extern(D) TGTKgtk_progress_bar_set_activity_blocks gtk_progress_bar_set_activity_blocks;
6857 alias extern (C) void function(aGtkProgressBar *, guint)TGTKgtk_progress_bar_set_activity_step; extern(D) TGTKgtk_progress_bar_set_activity_step gtk_progress_bar_set_activity_step;
6858 alias extern (C) void function(aGtkProgressBar *, guint)TGTKgtk_progress_bar_set_discrete_blocks; extern(D) TGTKgtk_progress_bar_set_discrete_blocks gtk_progress_bar_set_discrete_blocks;
6859 alias extern (C) void function(aGtkProgressBar *, gint)TGTKgtk_progress_bar_set_bar_style; extern(D) TGTKgtk_progress_bar_set_bar_style gtk_progress_bar_set_bar_style;
6860 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_progress_bar_new_with_adjustment; extern(D) TGTKgtk_progress_bar_new_with_adjustment gtk_progress_bar_new_with_adjustment;
6861 alias extern (C) gint function(aGtkProgressBar *)TGTKgtk_progress_bar_get_ellipsize; extern(D) TGTKgtk_progress_bar_get_ellipsize gtk_progress_bar_get_ellipsize;
6862 alias extern (C) void function(aGtkProgressBar *, gint)TGTKgtk_progress_bar_set_ellipsize; extern(D) TGTKgtk_progress_bar_set_ellipsize gtk_progress_bar_set_ellipsize;
6863 alias extern (C) gint function(aGtkProgressBar *)TGTKgtk_progress_bar_get_orientation; extern(D) TGTKgtk_progress_bar_get_orientation gtk_progress_bar_get_orientation;
6864 alias extern (C) double function(aGtkProgressBar *)TGTKgtk_progress_bar_get_pulse_step; extern(D) TGTKgtk_progress_bar_get_pulse_step gtk_progress_bar_get_pulse_step;
6865 alias extern (C) double function(aGtkProgressBar *)TGTKgtk_progress_bar_get_fraction; extern(D) TGTKgtk_progress_bar_get_fraction gtk_progress_bar_get_fraction;
6866 alias extern (C) char * function(aGtkProgressBar *)TGTKgtk_progress_bar_get_text; extern(D) TGTKgtk_progress_bar_get_text gtk_progress_bar_get_text;
6867 alias extern (C) void function(aGtkProgressBar *, gint)TGTKgtk_progress_bar_set_orientation; extern(D) TGTKgtk_progress_bar_set_orientation gtk_progress_bar_set_orientation;
6868 alias extern (C) void function(aGtkProgressBar *, double)TGTKgtk_progress_bar_set_pulse_step; extern(D) TGTKgtk_progress_bar_set_pulse_step gtk_progress_bar_set_pulse_step;
6869 alias extern (C) void function(aGtkProgressBar *, double)TGTKgtk_progress_bar_set_fraction; extern(D) TGTKgtk_progress_bar_set_fraction gtk_progress_bar_set_fraction;
6870 alias extern (C) void function(aGtkProgressBar *, char *)TGTKgtk_progress_bar_set_text; extern(D) TGTKgtk_progress_bar_set_text gtk_progress_bar_set_text;
6871 alias extern (C) void function(aGtkProgressBar *)TGTKgtk_progress_bar_pulse; extern(D) TGTKgtk_progress_bar_pulse gtk_progress_bar_pulse;
6872 alias extern (C) _GtkWidget * function()TGTKgtk_progress_bar_new; extern(D) TGTKgtk_progress_bar_new gtk_progress_bar_new;
6873 alias extern (C) GType function()TGTKgtk_progress_bar_get_type; extern(D) TGTKgtk_progress_bar_get_type gtk_progress_bar_get_type;
6874 alias extern (C) double function(aGtkProgress *, double)TGTKgtk_progress_get_percentage_from_value; extern(D) TGTKgtk_progress_get_percentage_from_value gtk_progress_get_percentage_from_value;
6875 alias extern (C) double function(aGtkProgress *)TGTKgtk_progress_get_current_percentage; extern(D) TGTKgtk_progress_get_current_percentage gtk_progress_get_current_percentage;
6876 alias extern (C) char * function(aGtkProgress *, double)TGTKgtk_progress_get_text_from_value; extern(D) TGTKgtk_progress_get_text_from_value gtk_progress_get_text_from_value;
6877 alias extern (C) char * function(aGtkProgress *)TGTKgtk_progress_get_current_text; extern(D) TGTKgtk_progress_get_current_text gtk_progress_get_current_text;
6878 alias extern (C) void function(aGtkProgress *, gint)TGTKgtk_progress_set_activity_mode; extern(D) TGTKgtk_progress_set_activity_mode gtk_progress_set_activity_mode;
6879 alias extern (C) double function(aGtkProgress *)TGTKgtk_progress_get_value; extern(D) TGTKgtk_progress_get_value gtk_progress_get_value;
6880 alias extern (C) void function(aGtkProgress *, double)TGTKgtk_progress_set_value; extern(D) TGTKgtk_progress_set_value gtk_progress_set_value;
6881 alias extern (C) void function(aGtkProgress *, double)TGTKgtk_progress_set_percentage; extern(D) TGTKgtk_progress_set_percentage gtk_progress_set_percentage;
6882 alias extern (C) void function(aGtkProgress *, double, double, double)TGTKgtk_progress_configure; extern(D) TGTKgtk_progress_configure gtk_progress_configure;
6883 alias extern (C) void function(aGtkProgress *, aGtkAdjustment *)TGTKgtk_progress_set_adjustment; extern(D) TGTKgtk_progress_set_adjustment gtk_progress_set_adjustment;
6884 alias extern (C) void function(aGtkProgress *, char *)TGTKgtk_progress_set_format_string; extern(D) TGTKgtk_progress_set_format_string gtk_progress_set_format_string;
6885 alias extern (C) void function(aGtkProgress *, float, float)TGTKgtk_progress_set_text_alignment; extern(D) TGTKgtk_progress_set_text_alignment gtk_progress_set_text_alignment;
6886 alias extern (C) void function(aGtkProgress *, gint)TGTKgtk_progress_set_show_text; extern(D) TGTKgtk_progress_set_show_text gtk_progress_set_show_text;
6887 alias extern (C) guint function()TGTKgtk_progress_get_type; extern(D) TGTKgtk_progress_get_type gtk_progress_get_type;
6888 alias extern (C) void function(aGtkWindow *, void *, void *, _BCD_func__9769, void *)TGTKgtk_print_run_page_setup_dialog_async; extern(D) TGTKgtk_print_run_page_setup_dialog_async gtk_print_run_page_setup_dialog_async;
6889 alias extern (C) void * function(aGtkWindow *, void *, void *)TGTKgtk_print_run_page_setup_dialog; extern(D) TGTKgtk_print_run_page_setup_dialog gtk_print_run_page_setup_dialog;
6890 alias extern (C) void function(aGtkPrintOperation *)TGTKgtk_print_operation_cancel; extern(D) TGTKgtk_print_operation_cancel gtk_print_operation_cancel;
6891 alias extern (C) gint function(aGtkPrintOperation *)TGTKgtk_print_operation_is_finished; extern(D) TGTKgtk_print_operation_is_finished gtk_print_operation_is_finished;
6892 alias extern (C) char * function(aGtkPrintOperation *)TGTKgtk_print_operation_get_status_string; extern(D) TGTKgtk_print_operation_get_status_string gtk_print_operation_get_status_string;
6893 alias extern (C) gint function(aGtkPrintOperation *)TGTKgtk_print_operation_get_status; extern(D) TGTKgtk_print_operation_get_status gtk_print_operation_get_status;
6894 alias extern (C) void function(aGtkPrintOperation *, _GError * *)TGTKgtk_print_operation_get_error; extern(D) TGTKgtk_print_operation_get_error gtk_print_operation_get_error;
6895 alias extern (C) gint function(aGtkPrintOperation *, gint, aGtkWindow *, _GError * *)TGTKgtk_print_operation_run; extern(D) TGTKgtk_print_operation_run gtk_print_operation_run;
6896 alias extern (C) void function(aGtkPrintOperation *, char *)TGTKgtk_print_operation_set_custom_tab_label; extern(D) TGTKgtk_print_operation_set_custom_tab_label gtk_print_operation_set_custom_tab_label;
6897 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_allow_async; extern(D) TGTKgtk_print_operation_set_allow_async gtk_print_operation_set_allow_async;
6898 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_show_progress; extern(D) TGTKgtk_print_operation_set_show_progress gtk_print_operation_set_show_progress;
6899 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_track_print_status; extern(D) TGTKgtk_print_operation_set_track_print_status gtk_print_operation_set_track_print_status;
6900 alias extern (C) void function(aGtkPrintOperation *, char *)TGTKgtk_print_operation_set_export_filename; extern(D) TGTKgtk_print_operation_set_export_filename gtk_print_operation_set_export_filename;
6901 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_unit; extern(D) TGTKgtk_print_operation_set_unit gtk_print_operation_set_unit;
6902 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_use_full_page; extern(D) TGTKgtk_print_operation_set_use_full_page gtk_print_operation_set_use_full_page;
6903 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_current_page; extern(D) TGTKgtk_print_operation_set_current_page gtk_print_operation_set_current_page;
6904 alias extern (C) void function(aGtkPrintOperation *, gint)TGTKgtk_print_operation_set_n_pages; extern(D) TGTKgtk_print_operation_set_n_pages gtk_print_operation_set_n_pages;
6905 alias extern (C) void function(aGtkPrintOperation *, char *)TGTKgtk_print_operation_set_job_name; extern(D) TGTKgtk_print_operation_set_job_name gtk_print_operation_set_job_name;
6906 alias extern (C) void * function(aGtkPrintOperation *)TGTKgtk_print_operation_get_print_settings; extern(D) TGTKgtk_print_operation_get_print_settings gtk_print_operation_get_print_settings;
6907 alias extern (C) void function(aGtkPrintOperation *, void *)TGTKgtk_print_operation_set_print_settings; extern(D) TGTKgtk_print_operation_set_print_settings gtk_print_operation_set_print_settings;
6908 alias extern (C) void * function(aGtkPrintOperation *)TGTKgtk_print_operation_get_default_page_setup; extern(D) TGTKgtk_print_operation_get_default_page_setup gtk_print_operation_get_default_page_setup;
6909 alias extern (C) void function(aGtkPrintOperation *, void *)TGTKgtk_print_operation_set_default_page_setup; extern(D) TGTKgtk_print_operation_set_default_page_setup gtk_print_operation_set_default_page_setup;
6910 alias extern (C) _GtkPrintOperation * function()TGTKgtk_print_operation_new; extern(D) TGTKgtk_print_operation_new gtk_print_operation_new;
6911 alias extern (C) GType function()TGTKgtk_print_operation_get_type; extern(D) TGTKgtk_print_operation_get_type gtk_print_operation_get_type;
6912 alias extern (C) GQuark function()TGTKgtk_print_error_quark; extern(D) TGTKgtk_print_error_quark gtk_print_error_quark;
6913 alias extern (C) gint function(void *, gint)TGTKgtk_print_operation_preview_is_selected; extern(D) TGTKgtk_print_operation_preview_is_selected gtk_print_operation_preview_is_selected;
6914 alias extern (C) void function(void *)TGTKgtk_print_operation_preview_end_preview; extern(D) TGTKgtk_print_operation_preview_end_preview gtk_print_operation_preview_end_preview;
6915 alias extern (C) void function(void *, gint)TGTKgtk_print_operation_preview_render_page; extern(D) TGTKgtk_print_operation_preview_render_page gtk_print_operation_preview_render_page;
6916 alias extern (C) GType function()TGTKgtk_print_operation_preview_get_type; extern(D) TGTKgtk_print_operation_preview_get_type gtk_print_operation_preview_get_type;
6917 alias extern (C) void function(void *, void *, double, double)TGTKgtk_print_context_set_cairo_context; extern(D) TGTKgtk_print_context_set_cairo_context gtk_print_context_set_cairo_context;
6918 alias extern (C) void * function(void *)TGTKgtk_print_context_create_pango_layout; extern(D) TGTKgtk_print_context_create_pango_layout gtk_print_context_create_pango_layout;
6919 alias extern (C) void * function(void *)TGTKgtk_print_context_create_pango_context; extern(D) TGTKgtk_print_context_create_pango_context gtk_print_context_create_pango_context;
6920 alias extern (C) void * function(void *)TGTKgtk_print_context_get_pango_fontmap; extern(D) TGTKgtk_print_context_get_pango_fontmap gtk_print_context_get_pango_fontmap;
6921 alias extern (C) double function(void *)TGTKgtk_print_context_get_dpi_y; extern(D) TGTKgtk_print_context_get_dpi_y gtk_print_context_get_dpi_y;
6922 alias extern (C) double function(void *)TGTKgtk_print_context_get_dpi_x; extern(D) TGTKgtk_print_context_get_dpi_x gtk_print_context_get_dpi_x;
6923 alias extern (C) double function(void *)TGTKgtk_print_context_get_height; extern(D) TGTKgtk_print_context_get_height gtk_print_context_get_height;
6924 alias extern (C) double function(void *)TGTKgtk_print_context_get_width; extern(D) TGTKgtk_print_context_get_width gtk_print_context_get_width;
6925 alias extern (C) void * function(void *)TGTKgtk_print_context_get_page_setup; extern(D) TGTKgtk_print_context_get_page_setup gtk_print_context_get_page_setup;
6926 alias extern (C) void * function(void *)TGTKgtk_print_context_get_cairo_context; extern(D) TGTKgtk_print_context_get_cairo_context gtk_print_context_get_cairo_context;
6927 alias extern (C) GType function()TGTKgtk_print_context_get_type; extern(D) TGTKgtk_print_context_get_type gtk_print_context_get_type;
6928 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_output_bin; extern(D) TGTKgtk_print_settings_set_output_bin gtk_print_settings_set_output_bin;
6929 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_output_bin; extern(D) TGTKgtk_print_settings_get_output_bin gtk_print_settings_get_output_bin;
6930 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_finishings; extern(D) TGTKgtk_print_settings_set_finishings gtk_print_settings_set_finishings;
6931 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_finishings; extern(D) TGTKgtk_print_settings_get_finishings gtk_print_settings_get_finishings;
6932 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_dither; extern(D) TGTKgtk_print_settings_set_dither gtk_print_settings_set_dither;
6933 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_dither; extern(D) TGTKgtk_print_settings_get_dither gtk_print_settings_get_dither;
6934 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_media_type; extern(D) TGTKgtk_print_settings_set_media_type gtk_print_settings_set_media_type;
6935 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_media_type; extern(D) TGTKgtk_print_settings_get_media_type gtk_print_settings_get_media_type;
6936 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_default_source; extern(D) TGTKgtk_print_settings_set_default_source gtk_print_settings_set_default_source;
6937 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_default_source; extern(D) TGTKgtk_print_settings_get_default_source gtk_print_settings_get_default_source;
6938 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_page_set; extern(D) TGTKgtk_print_settings_set_page_set gtk_print_settings_set_page_set;
6939 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_page_set; extern(D) TGTKgtk_print_settings_get_page_set gtk_print_settings_get_page_set;
6940 alias extern (C) void function(void *, aGtkPageRange *, gint)TGTKgtk_print_settings_set_page_ranges; extern(D) TGTKgtk_print_settings_set_page_ranges gtk_print_settings_set_page_ranges;
6941 alias extern (C) _GtkPageRange * function(void *, gint *)TGTKgtk_print_settings_get_page_ranges; extern(D) TGTKgtk_print_settings_get_page_ranges gtk_print_settings_get_page_ranges;
6942 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_print_pages; extern(D) TGTKgtk_print_settings_set_print_pages gtk_print_settings_set_print_pages;
6943 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_print_pages; extern(D) TGTKgtk_print_settings_get_print_pages gtk_print_settings_get_print_pages;
6944 alias extern (C) void function(void *, double)TGTKgtk_print_settings_set_scale; extern(D) TGTKgtk_print_settings_set_scale gtk_print_settings_set_scale;
6945 alias extern (C) double function(void *)TGTKgtk_print_settings_get_scale; extern(D) TGTKgtk_print_settings_get_scale gtk_print_settings_get_scale;
6946 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_resolution; extern(D) TGTKgtk_print_settings_set_resolution gtk_print_settings_set_resolution;
6947 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_resolution; extern(D) TGTKgtk_print_settings_get_resolution gtk_print_settings_get_resolution;
6948 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_number_up; extern(D) TGTKgtk_print_settings_set_number_up gtk_print_settings_set_number_up;
6949 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_number_up; extern(D) TGTKgtk_print_settings_get_number_up gtk_print_settings_get_number_up;
6950 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_n_copies; extern(D) TGTKgtk_print_settings_set_n_copies gtk_print_settings_set_n_copies;
6951 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_n_copies; extern(D) TGTKgtk_print_settings_get_n_copies gtk_print_settings_get_n_copies;
6952 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_quality; extern(D) TGTKgtk_print_settings_set_quality gtk_print_settings_set_quality;
6953 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_quality; extern(D) TGTKgtk_print_settings_get_quality gtk_print_settings_get_quality;
6954 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_duplex; extern(D) TGTKgtk_print_settings_set_duplex gtk_print_settings_set_duplex;
6955 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_duplex; extern(D) TGTKgtk_print_settings_get_duplex gtk_print_settings_get_duplex;
6956 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_reverse; extern(D) TGTKgtk_print_settings_set_reverse gtk_print_settings_set_reverse;
6957 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_reverse; extern(D) TGTKgtk_print_settings_get_reverse gtk_print_settings_get_reverse;
6958 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_collate; extern(D) TGTKgtk_print_settings_set_collate gtk_print_settings_set_collate;
6959 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_collate; extern(D) TGTKgtk_print_settings_get_collate gtk_print_settings_get_collate;
6960 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_use_color; extern(D) TGTKgtk_print_settings_set_use_color gtk_print_settings_set_use_color;
6961 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_use_color; extern(D) TGTKgtk_print_settings_get_use_color gtk_print_settings_get_use_color;
6962 alias extern (C) void function(void *, double, gint)TGTKgtk_print_settings_set_paper_height; extern(D) TGTKgtk_print_settings_set_paper_height gtk_print_settings_set_paper_height;
6963 alias extern (C) double function(void *, gint)TGTKgtk_print_settings_get_paper_height; extern(D) TGTKgtk_print_settings_get_paper_height gtk_print_settings_get_paper_height;
6964 alias extern (C) void function(void *, double, gint)TGTKgtk_print_settings_set_paper_width; extern(D) TGTKgtk_print_settings_set_paper_width gtk_print_settings_set_paper_width;
6965 alias extern (C) double function(void *, gint)TGTKgtk_print_settings_get_paper_width; extern(D) TGTKgtk_print_settings_get_paper_width gtk_print_settings_get_paper_width;
6966 alias extern (C) void function(void *, void *)TGTKgtk_print_settings_set_paper_size; extern(D) TGTKgtk_print_settings_set_paper_size gtk_print_settings_set_paper_size;
6967 alias extern (C) void * function(void *)TGTKgtk_print_settings_get_paper_size; extern(D) TGTKgtk_print_settings_get_paper_size gtk_print_settings_get_paper_size;
6968 alias extern (C) void function(void *, gint)TGTKgtk_print_settings_set_orientation; extern(D) TGTKgtk_print_settings_set_orientation gtk_print_settings_set_orientation;
6969 alias extern (C) gint function(void *)TGTKgtk_print_settings_get_orientation; extern(D) TGTKgtk_print_settings_get_orientation gtk_print_settings_get_orientation;
6970 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_set_printer; extern(D) TGTKgtk_print_settings_set_printer gtk_print_settings_set_printer;
6971 alias extern (C) char * function(void *)TGTKgtk_print_settings_get_printer; extern(D) TGTKgtk_print_settings_get_printer gtk_print_settings_get_printer;
6972 alias extern (C) void function(void *, char *, gint)TGTKgtk_print_settings_set_int; extern(D) TGTKgtk_print_settings_set_int gtk_print_settings_set_int;
6973 alias extern (C) gint function(void *, char *, gint)TGTKgtk_print_settings_get_int_with_default; extern(D) TGTKgtk_print_settings_get_int_with_default gtk_print_settings_get_int_with_default;
6974 alias extern (C) gint function(void *, char *)TGTKgtk_print_settings_get_int; extern(D) TGTKgtk_print_settings_get_int gtk_print_settings_get_int;
6975 alias extern (C) void function(void *, char *, double, gint)TGTKgtk_print_settings_set_length; extern(D) TGTKgtk_print_settings_set_length gtk_print_settings_set_length;
6976 alias extern (C) double function(void *, char *, gint)TGTKgtk_print_settings_get_length; extern(D) TGTKgtk_print_settings_get_length gtk_print_settings_get_length;
6977 alias extern (C) void function(void *, char *, double)TGTKgtk_print_settings_set_double; extern(D) TGTKgtk_print_settings_set_double gtk_print_settings_set_double;
6978 alias extern (C) double function(void *, char *, double)TGTKgtk_print_settings_get_double_with_default; extern(D) TGTKgtk_print_settings_get_double_with_default gtk_print_settings_get_double_with_default;
6979 alias extern (C) double function(void *, char *)TGTKgtk_print_settings_get_double; extern(D) TGTKgtk_print_settings_get_double gtk_print_settings_get_double;
6980 alias extern (C) void function(void *, char *, gint)TGTKgtk_print_settings_set_bool; extern(D) TGTKgtk_print_settings_set_bool gtk_print_settings_set_bool;
6981 alias extern (C) gint function(void *, char *)TGTKgtk_print_settings_get_bool; extern(D) TGTKgtk_print_settings_get_bool gtk_print_settings_get_bool;
6982 alias extern (C) void function(void *, _BCD_func__9823, void *)TGTKgtk_print_settings_foreach; extern(D) TGTKgtk_print_settings_foreach gtk_print_settings_foreach;
6983 alias extern (C) void function(void *, char *)TGTKgtk_print_settings_unset; extern(D) TGTKgtk_print_settings_unset gtk_print_settings_unset;
6984 alias extern (C) void function(void *, in char *, in char *)TGTKgtk_print_settings_set; extern(D) TGTKgtk_print_settings_set gtk_print_settings_set;
6985 alias extern (C) char * function(void *, in char *)TGTKgtk_print_settings_get; extern(D) TGTKgtk_print_settings_get gtk_print_settings_get;
6986 alias extern (C) gint function(void *, char *)TGTKgtk_print_settings_has_key; extern(D) TGTKgtk_print_settings_has_key gtk_print_settings_has_key;
6987 alias extern (C) void function(void *, void *, char *)TGTKgtk_print_settings_to_key_file; extern(D) TGTKgtk_print_settings_to_key_file gtk_print_settings_to_key_file;
6988 alias extern (C) void * function(void *, char *, _GError * *)TGTKgtk_print_settings_new_from_key_file; extern(D) TGTKgtk_print_settings_new_from_key_file gtk_print_settings_new_from_key_file;
6989 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_print_settings_to_file; extern(D) TGTKgtk_print_settings_to_file gtk_print_settings_to_file;
6990 alias extern (C) void * function(char *, _GError * *)TGTKgtk_print_settings_new_from_file; extern(D) TGTKgtk_print_settings_new_from_file gtk_print_settings_new_from_file;
6991 alias extern (C) void * function(void *)TGTKgtk_print_settings_copy; extern(D) TGTKgtk_print_settings_copy gtk_print_settings_copy;
6992 alias extern (C) void * function()TGTKgtk_print_settings_new; extern(D) TGTKgtk_print_settings_new gtk_print_settings_new;
6993 alias extern (C) GType function()TGTKgtk_print_settings_get_type; extern(D) TGTKgtk_print_settings_get_type gtk_print_settings_get_type;
6994 alias extern (C) void function(void *, void *, char *)TGTKgtk_page_setup_to_key_file; extern(D) TGTKgtk_page_setup_to_key_file gtk_page_setup_to_key_file;
6995 alias extern (C) void * function(void *, char *, _GError * *)TGTKgtk_page_setup_new_from_key_file; extern(D) TGTKgtk_page_setup_new_from_key_file gtk_page_setup_new_from_key_file;
6996 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_page_setup_to_file; extern(D) TGTKgtk_page_setup_to_file gtk_page_setup_to_file;
6997 alias extern (C) void * function(char *, _GError * *)TGTKgtk_page_setup_new_from_file; extern(D) TGTKgtk_page_setup_new_from_file gtk_page_setup_new_from_file;
6998 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_page_height; extern(D) TGTKgtk_page_setup_get_page_height gtk_page_setup_get_page_height;
6999 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_page_width; extern(D) TGTKgtk_page_setup_get_page_width gtk_page_setup_get_page_width;
7000 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_paper_height; extern(D) TGTKgtk_page_setup_get_paper_height gtk_page_setup_get_paper_height;
7001 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_paper_width; extern(D) TGTKgtk_page_setup_get_paper_width gtk_page_setup_get_paper_width;
7002 alias extern (C) void function(void *, void *)TGTKgtk_page_setup_set_paper_size_and_default_margins; extern(D) TGTKgtk_page_setup_set_paper_size_and_default_margins gtk_page_setup_set_paper_size_and_default_margins;
7003 alias extern (C) void function(void *, double, gint)TGTKgtk_page_setup_set_right_margin; extern(D) TGTKgtk_page_setup_set_right_margin gtk_page_setup_set_right_margin;
7004 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_right_margin; extern(D) TGTKgtk_page_setup_get_right_margin gtk_page_setup_get_right_margin;
7005 alias extern (C) void function(void *, double, gint)TGTKgtk_page_setup_set_left_margin; extern(D) TGTKgtk_page_setup_set_left_margin gtk_page_setup_set_left_margin;
7006 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_left_margin; extern(D) TGTKgtk_page_setup_get_left_margin gtk_page_setup_get_left_margin;
7007 alias extern (C) void function(void *, double, gint)TGTKgtk_page_setup_set_bottom_margin; extern(D) TGTKgtk_page_setup_set_bottom_margin gtk_page_setup_set_bottom_margin;
7008 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_bottom_margin; extern(D) TGTKgtk_page_setup_get_bottom_margin gtk_page_setup_get_bottom_margin;
7009 alias extern (C) void function(void *, double, gint)TGTKgtk_page_setup_set_top_margin; extern(D) TGTKgtk_page_setup_set_top_margin gtk_page_setup_set_top_margin;
7010 alias extern (C) double function(void *, gint)TGTKgtk_page_setup_get_top_margin; extern(D) TGTKgtk_page_setup_get_top_margin gtk_page_setup_get_top_margin;
7011 alias extern (C) void function(void *, void *)TGTKgtk_page_setup_set_paper_size; extern(D) TGTKgtk_page_setup_set_paper_size gtk_page_setup_set_paper_size;
7012 alias extern (C) void * function(void *)TGTKgtk_page_setup_get_paper_size; extern(D) TGTKgtk_page_setup_get_paper_size gtk_page_setup_get_paper_size;
7013 alias extern (C) void function(void *, gint)TGTKgtk_page_setup_set_orientation; extern(D) TGTKgtk_page_setup_set_orientation gtk_page_setup_set_orientation;
7014 alias extern (C) gint function(void *)TGTKgtk_page_setup_get_orientation; extern(D) TGTKgtk_page_setup_get_orientation gtk_page_setup_get_orientation;
7015 alias extern (C) void * function(void *)TGTKgtk_page_setup_copy; extern(D) TGTKgtk_page_setup_copy gtk_page_setup_copy;
7016 alias extern (C) void * function()TGTKgtk_page_setup_new; extern(D) TGTKgtk_page_setup_new gtk_page_setup_new;
7017 alias extern (C) GType function()TGTKgtk_page_setup_get_type; extern(D) TGTKgtk_page_setup_get_type gtk_page_setup_get_type;
7018 alias extern (C) void function(void *, void *, char *)TGTKgtk_paper_size_to_key_file; extern(D) TGTKgtk_paper_size_to_key_file gtk_paper_size_to_key_file;
7019 alias extern (C) void * function(void *, char *, _GError * *)TGTKgtk_paper_size_new_from_key_file; extern(D) TGTKgtk_paper_size_new_from_key_file gtk_paper_size_new_from_key_file;
7020 alias extern (C) char * function()TGTKgtk_paper_size_get_default; extern(D) TGTKgtk_paper_size_get_default gtk_paper_size_get_default;
7021 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_default_right_margin; extern(D) TGTKgtk_paper_size_get_default_right_margin gtk_paper_size_get_default_right_margin;
7022 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_default_left_margin; extern(D) TGTKgtk_paper_size_get_default_left_margin gtk_paper_size_get_default_left_margin;
7023 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_default_bottom_margin; extern(D) TGTKgtk_paper_size_get_default_bottom_margin gtk_paper_size_get_default_bottom_margin;
7024 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_default_top_margin; extern(D) TGTKgtk_paper_size_get_default_top_margin gtk_paper_size_get_default_top_margin;
7025 alias extern (C) void function(void *, double, double, gint)TGTKgtk_paper_size_set_size; extern(D) TGTKgtk_paper_size_set_size gtk_paper_size_set_size;
7026 alias extern (C) gint function(void *)TGTKgtk_paper_size_is_custom; extern(D) TGTKgtk_paper_size_is_custom gtk_paper_size_is_custom;
7027 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_height; extern(D) TGTKgtk_paper_size_get_height gtk_paper_size_get_height;
7028 alias extern (C) double function(void *, gint)TGTKgtk_paper_size_get_width; extern(D) TGTKgtk_paper_size_get_width gtk_paper_size_get_width;
7029 alias extern (C) char * function(void *)TGTKgtk_paper_size_get_ppd_name; extern(D) TGTKgtk_paper_size_get_ppd_name gtk_paper_size_get_ppd_name;
7030 alias extern (C) char * function(void *)TGTKgtk_paper_size_get_display_name; extern(D) TGTKgtk_paper_size_get_display_name gtk_paper_size_get_display_name;
7031 alias extern (C) char * function(void *)TGTKgtk_paper_size_get_name; extern(D) TGTKgtk_paper_size_get_name gtk_paper_size_get_name;
7032 alias extern (C) _GList * function(gint)TGTKgtk_paper_size_get_paper_sizes; extern(D) TGTKgtk_paper_size_get_paper_sizes gtk_paper_size_get_paper_sizes;
7033 alias extern (C) gint function(void *, void *)TGTKgtk_paper_size_is_equal; extern(D) TGTKgtk_paper_size_is_equal gtk_paper_size_is_equal;
7034 alias extern (C) void function(void *)TGTKgtk_paper_size_free; extern(D) TGTKgtk_paper_size_free gtk_paper_size_free;
7035 alias extern (C) void * function(void *)TGTKgtk_paper_size_copy; extern(D) TGTKgtk_paper_size_copy gtk_paper_size_copy;
7036 alias extern (C) void * function(in char *, in char *, double, double, gint)TGTKgtk_paper_size_new_custom; extern(D) TGTKgtk_paper_size_new_custom gtk_paper_size_new_custom;
7037 alias extern (C) void * function(in char *, in char *, double, double)TGTKgtk_paper_size_new_from_ppd; extern(D) TGTKgtk_paper_size_new_from_ppd gtk_paper_size_new_from_ppd;
7038 alias extern (C) void * function(in char *)TGTKgtk_paper_size_new; extern(D) TGTKgtk_paper_size_new gtk_paper_size_new;
7039 alias extern (C) GType function()TGTKgtk_paper_size_get_type; extern(D) TGTKgtk_paper_size_get_type gtk_paper_size_get_type;
7040 alias extern (C) void function()TGTKgtk_preview_reset; extern(D) TGTKgtk_preview_reset gtk_preview_reset;
7041 alias extern (C) _GtkPreviewInfo * function()TGTKgtk_preview_get_info; extern(D) TGTKgtk_preview_get_info gtk_preview_get_info;
7042 alias extern (C) _GdkColormap * function()TGTKgtk_preview_get_cmap; extern(D) TGTKgtk_preview_get_cmap gtk_preview_get_cmap;
7043 alias extern (C) _GdkVisual * function()TGTKgtk_preview_get_visual; extern(D) TGTKgtk_preview_get_visual gtk_preview_get_visual;
7044 alias extern (C) void function(aGtkPreview *, gint)TGTKgtk_preview_set_dither; extern(D) TGTKgtk_preview_set_dither gtk_preview_set_dither;
7045 alias extern (C) void function(gint)TGTKgtk_preview_set_reserved; extern(D) TGTKgtk_preview_set_reserved gtk_preview_set_reserved;
7046 alias extern (C) void function(gint)TGTKgtk_preview_set_install_cmap; extern(D) TGTKgtk_preview_set_install_cmap gtk_preview_set_install_cmap;
7047 alias extern (C) void function(guint, guint, guint, guint)TGTKgtk_preview_set_color_cube; extern(D) TGTKgtk_preview_set_color_cube gtk_preview_set_color_cube;
7048 alias extern (C) void function(double)TGTKgtk_preview_set_gamma; extern(D) TGTKgtk_preview_set_gamma gtk_preview_set_gamma;
7049 alias extern (C) void function(aGtkPreview *, gint)TGTKgtk_preview_set_expand; extern(D) TGTKgtk_preview_set_expand gtk_preview_set_expand;
7050 alias extern (C) void function(aGtkPreview *, char *, gint, gint, gint)TGTKgtk_preview_draw_row; extern(D) TGTKgtk_preview_draw_row gtk_preview_draw_row;
7051 alias extern (C) void function(aGtkPreview *, _GdkDrawable *, _GdkGC *, gint, gint, gint, gint, gint, gint)TGTKgtk_preview_put; extern(D) TGTKgtk_preview_put gtk_preview_put;
7052 alias extern (C) void function(aGtkPreview *, gint, gint)TGTKgtk_preview_size; extern(D) TGTKgtk_preview_size gtk_preview_size;
7053 alias extern (C) _GtkWidget * function(gint)TGTKgtk_preview_new; extern(D) TGTKgtk_preview_new gtk_preview_new;
7054 alias extern (C) void function()TGTKgtk_preview_uninit; extern(D) TGTKgtk_preview_uninit gtk_preview_uninit;
7055 alias extern (C) guint function()TGTKgtk_preview_get_type; extern(D) TGTKgtk_preview_get_type gtk_preview_get_type;
7056 //alias extern (C) void function(aGtkPlug *, aGtkSocket *)TGTK_gtk_plug_remove_from_socket; extern(D) TGTK_gtk_plug_remove_from_socket _gtk_plug_remove_from_socket;
7057 //alias extern (C) void function(aGtkPlug *, aGtkSocket *)TGTK_gtk_plug_add_to_socket; extern(D) TGTK_gtk_plug_add_to_socket _gtk_plug_add_to_socket;
7058 alias extern (C) guint function(aGtkPlug *)TGTKgtk_plug_get_id; extern(D) TGTKgtk_plug_get_id gtk_plug_get_id;
7059 alias extern (C) _GtkWidget * function(_GdkDisplay *, guint)TGTKgtk_plug_new_for_display; extern(D) TGTKgtk_plug_new_for_display gtk_plug_new_for_display;
7060 alias extern (C) void function(aGtkPlug *, _GdkDisplay *, guint)TGTKgtk_plug_construct_for_display; extern(D) TGTKgtk_plug_construct_for_display gtk_plug_construct_for_display;
7061 alias extern (C) _GtkWidget * function(GdkNativeWindow)TGTKgtk_plug_new; extern(D) TGTKgtk_plug_new gtk_plug_new;
7062 alias extern (C) void function(aGtkPlug *, guint)TGTKgtk_plug_construct; extern(D) TGTKgtk_plug_construct gtk_plug_construct;
7063 alias extern (C) GType function()TGTKgtk_plug_get_type; extern(D) TGTKgtk_plug_get_type gtk_plug_get_type;
7064 alias extern (C) void function(aGtkSocket *, guint)TGTKgtk_socket_steal; extern(D) TGTKgtk_socket_steal gtk_socket_steal;
7065 alias extern (C) guint function(aGtkSocket *)TGTKgtk_socket_get_id; extern(D) TGTKgtk_socket_get_id gtk_socket_get_id;
7066 alias extern (C) void function(aGtkSocket *, guint)TGTKgtk_socket_add_id; extern(D) TGTKgtk_socket_add_id gtk_socket_add_id;
7067 alias extern (C) _GtkWidget * function()TGTKgtk_socket_new; extern(D) TGTKgtk_socket_new gtk_socket_new;
7068 alias extern (C) GType function()TGTKgtk_socket_get_type; extern(D) TGTKgtk_socket_get_type gtk_socket_get_type;
7069 alias extern (C) void function(aGtkPixmap *, gint)TGTKgtk_pixmap_set_build_insensitive; extern(D) TGTKgtk_pixmap_set_build_insensitive gtk_pixmap_set_build_insensitive;
7070 alias extern (C) void function(aGtkPixmap *, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_pixmap_get; extern(D) TGTKgtk_pixmap_get gtk_pixmap_get;
7071 alias extern (C) void function(aGtkPixmap *, _GdkDrawable *, _GdkDrawable *)TGTKgtk_pixmap_set; extern(D) TGTKgtk_pixmap_set gtk_pixmap_set;
7072 alias extern (C) _GtkWidget * function(_GdkDrawable *, _GdkDrawable *)TGTKgtk_pixmap_new; extern(D) TGTKgtk_pixmap_new gtk_pixmap_new;
7073 alias extern (C) guint function()TGTKgtk_pixmap_get_type; extern(D) TGTKgtk_pixmap_get_type gtk_pixmap_get_type;
7074 alias extern (C) void function(aGtkOptionMenu *, guint)TGTKgtk_option_menu_set_history; extern(D) TGTKgtk_option_menu_set_history gtk_option_menu_set_history;
7075 alias extern (C) gint function(aGtkOptionMenu *)TGTKgtk_option_menu_get_history; extern(D) TGTKgtk_option_menu_get_history gtk_option_menu_get_history;
7076 alias extern (C) void function(aGtkOptionMenu *)TGTKgtk_option_menu_remove_menu; extern(D) TGTKgtk_option_menu_remove_menu gtk_option_menu_remove_menu;
7077 alias extern (C) void function(aGtkOptionMenu *, aGtkWidget *)TGTKgtk_option_menu_set_menu; extern(D) TGTKgtk_option_menu_set_menu gtk_option_menu_set_menu;
7078 alias extern (C) _GtkWidget * function(aGtkOptionMenu *)TGTKgtk_option_menu_get_menu; extern(D) TGTKgtk_option_menu_get_menu gtk_option_menu_get_menu;
7079 alias extern (C) _GtkWidget * function()TGTKgtk_option_menu_new; extern(D) TGTKgtk_option_menu_new gtk_option_menu_new;
7080 alias extern (C) guint function()TGTKgtk_option_menu_get_type; extern(D) TGTKgtk_option_menu_get_type gtk_option_menu_get_type;
7081 alias extern (C) void function(aGtkOldEditable *)TGTKgtk_old_editable_changed; extern(D) TGTKgtk_old_editable_changed gtk_old_editable_changed;
7082 alias extern (C) void function(aGtkOldEditable *, gint, guint)TGTKgtk_old_editable_claim_selection; extern(D) TGTKgtk_old_editable_claim_selection gtk_old_editable_claim_selection;
7083 alias extern (C) guint function()TGTKgtk_old_editable_get_type; extern(D) TGTKgtk_old_editable_get_type gtk_old_editable_get_type;
7084 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, gint)TGTKgtk_notebook_set_tab_detachable; extern(D) TGTKgtk_notebook_set_tab_detachable gtk_notebook_set_tab_detachable;
7085 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_tab_detachable; extern(D) TGTKgtk_notebook_get_tab_detachable gtk_notebook_get_tab_detachable;
7086 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, gint)TGTKgtk_notebook_set_tab_reorderable; extern(D) TGTKgtk_notebook_set_tab_reorderable gtk_notebook_set_tab_reorderable;
7087 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_tab_reorderable; extern(D) TGTKgtk_notebook_get_tab_reorderable gtk_notebook_get_tab_reorderable;
7088 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, gint)TGTKgtk_notebook_reorder_child; extern(D) TGTKgtk_notebook_reorder_child gtk_notebook_reorder_child;
7089 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, gint, gint, gint)TGTKgtk_notebook_set_tab_label_packing; extern(D) TGTKgtk_notebook_set_tab_label_packing gtk_notebook_set_tab_label_packing;
7090 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, gint *, gint *, gint *)TGTKgtk_notebook_query_tab_label_packing; extern(D) TGTKgtk_notebook_query_tab_label_packing gtk_notebook_query_tab_label_packing;
7091 alias extern (C) char * function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_menu_label_text; extern(D) TGTKgtk_notebook_get_menu_label_text gtk_notebook_get_menu_label_text;
7092 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, char *)TGTKgtk_notebook_set_menu_label_text; extern(D) TGTKgtk_notebook_set_menu_label_text gtk_notebook_set_menu_label_text;
7093 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_set_menu_label; extern(D) TGTKgtk_notebook_set_menu_label gtk_notebook_set_menu_label;
7094 alias extern (C) _GtkWidget * function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_menu_label; extern(D) TGTKgtk_notebook_get_menu_label gtk_notebook_get_menu_label;
7095 alias extern (C) char * function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_tab_label_text; extern(D) TGTKgtk_notebook_get_tab_label_text gtk_notebook_get_tab_label_text;
7096 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, char *)TGTKgtk_notebook_set_tab_label_text; extern(D) TGTKgtk_notebook_set_tab_label_text gtk_notebook_set_tab_label_text;
7097 alias extern (C) void function(aGtkNotebook *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_set_tab_label; extern(D) TGTKgtk_notebook_set_tab_label gtk_notebook_set_tab_label;
7098 alias extern (C) _GtkWidget * function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_get_tab_label; extern(D) TGTKgtk_notebook_get_tab_label gtk_notebook_get_tab_label;
7099 alias extern (C) void function(aGtkNotebook *)TGTKgtk_notebook_popup_disable; extern(D) TGTKgtk_notebook_popup_disable gtk_notebook_popup_disable;
7100 alias extern (C) void function(aGtkNotebook *)TGTKgtk_notebook_popup_enable; extern(D) TGTKgtk_notebook_popup_enable gtk_notebook_popup_enable;
7101 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_scrollable; extern(D) TGTKgtk_notebook_get_scrollable gtk_notebook_get_scrollable;
7102 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_scrollable; extern(D) TGTKgtk_notebook_set_scrollable gtk_notebook_set_scrollable;
7103 alias extern (C) void function(aGtkNotebook *, guint)TGTKgtk_notebook_set_tab_vborder; extern(D) TGTKgtk_notebook_set_tab_vborder gtk_notebook_set_tab_vborder;
7104 alias extern (C) void function(aGtkNotebook *, guint)TGTKgtk_notebook_set_tab_hborder; extern(D) TGTKgtk_notebook_set_tab_hborder gtk_notebook_set_tab_hborder;
7105 alias extern (C) void function(aGtkNotebook *, guint)TGTKgtk_notebook_set_tab_border; extern(D) TGTKgtk_notebook_set_tab_border gtk_notebook_set_tab_border;
7106 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_homogeneous_tabs; extern(D) TGTKgtk_notebook_set_homogeneous_tabs gtk_notebook_set_homogeneous_tabs;
7107 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_tab_pos; extern(D) TGTKgtk_notebook_get_tab_pos gtk_notebook_get_tab_pos;
7108 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_tab_pos; extern(D) TGTKgtk_notebook_set_tab_pos gtk_notebook_set_tab_pos;
7109 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_show_tabs; extern(D) TGTKgtk_notebook_get_show_tabs gtk_notebook_get_show_tabs;
7110 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_show_tabs; extern(D) TGTKgtk_notebook_set_show_tabs gtk_notebook_set_show_tabs;
7111 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_show_border; extern(D) TGTKgtk_notebook_get_show_border gtk_notebook_get_show_border;
7112 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_show_border; extern(D) TGTKgtk_notebook_set_show_border gtk_notebook_set_show_border;
7113 alias extern (C) void function(aGtkNotebook *)TGTKgtk_notebook_prev_page; extern(D) TGTKgtk_notebook_prev_page gtk_notebook_prev_page;
7114 alias extern (C) void function(aGtkNotebook *)TGTKgtk_notebook_next_page; extern(D) TGTKgtk_notebook_next_page gtk_notebook_next_page;
7115 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_current_page; extern(D) TGTKgtk_notebook_set_current_page gtk_notebook_set_current_page;
7116 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *)TGTKgtk_notebook_page_num; extern(D) TGTKgtk_notebook_page_num gtk_notebook_page_num;
7117 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_n_pages; extern(D) TGTKgtk_notebook_get_n_pages gtk_notebook_get_n_pages;
7118 alias extern (C) _GtkWidget * function(aGtkNotebook *, gint)TGTKgtk_notebook_get_nth_page; extern(D) TGTKgtk_notebook_get_nth_page gtk_notebook_get_nth_page;
7119 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_current_page; extern(D) TGTKgtk_notebook_get_current_page gtk_notebook_get_current_page;
7120 alias extern (C) void * function(aGtkNotebook *)TGTKgtk_notebook_get_group; extern(D) TGTKgtk_notebook_get_group gtk_notebook_get_group;
7121 alias extern (C) void function(aGtkNotebook *, void *)TGTKgtk_notebook_set_group; extern(D) TGTKgtk_notebook_set_group gtk_notebook_set_group;
7122 alias extern (C) gint function(aGtkNotebook *)TGTKgtk_notebook_get_group_id; extern(D) TGTKgtk_notebook_get_group_id gtk_notebook_get_group_id;
7123 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_set_group_id; extern(D) TGTKgtk_notebook_set_group_id gtk_notebook_set_group_id;
7124 alias extern (C) void function(_BCD_func__9964, void *, _BCD_func__13158)TGTKgtk_notebook_set_window_creation_hook; extern(D) TGTKgtk_notebook_set_window_creation_hook gtk_notebook_set_window_creation_hook;
7125 alias extern (C) void function(aGtkNotebook *, gint)TGTKgtk_notebook_remove_page; extern(D) TGTKgtk_notebook_remove_page gtk_notebook_remove_page;
7126 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *, gint)TGTKgtk_notebook_insert_page_menu; extern(D) TGTKgtk_notebook_insert_page_menu gtk_notebook_insert_page_menu;
7127 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *, gint)TGTKgtk_notebook_insert_page; extern(D) TGTKgtk_notebook_insert_page gtk_notebook_insert_page;
7128 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_prepend_page_menu; extern(D) TGTKgtk_notebook_prepend_page_menu gtk_notebook_prepend_page_menu;
7129 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_prepend_page; extern(D) TGTKgtk_notebook_prepend_page gtk_notebook_prepend_page;
7130 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_append_page_menu; extern(D) TGTKgtk_notebook_append_page_menu gtk_notebook_append_page_menu;
7131 alias extern (C) gint function(aGtkNotebook *, aGtkWidget *, aGtkWidget *)TGTKgtk_notebook_append_page; extern(D) TGTKgtk_notebook_append_page gtk_notebook_append_page;
7132 alias extern (C) _GtkWidget * function()TGTKgtk_notebook_new; extern(D) TGTKgtk_notebook_new gtk_notebook_new;
7133 alias extern (C) GType function()TGTKgtk_notebook_get_type; extern(D) TGTKgtk_notebook_get_type gtk_notebook_get_type;
7134 //alias extern (C) void function(aGtkSettings *, char *)TGTK_gtk_modules_settings_changed; extern(D) TGTK_gtk_modules_settings_changed _gtk_modules_settings_changed;
7135 //alias extern (C) void function(gint *, char * * *, char *)TGTK_gtk_modules_init; extern(D) TGTK_gtk_modules_init _gtk_modules_init;
7136 //alias extern (C) char * * function(char *)TGTK_gtk_get_module_path; extern(D) TGTK_gtk_get_module_path _gtk_get_module_path;
7137 //alias extern (C) char * function(char *, char *)TGTK_gtk_find_module; extern(D) TGTK_gtk_find_module _gtk_find_module;
7138 alias extern (C) void function(aGtkMessageDialog *, char *, ...)TGTKgtk_message_dialog_format_secondary_markup; extern(D) TGTKgtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup;
7139 alias extern (C) void function(aGtkMessageDialog *, char *, ...)TGTKgtk_message_dialog_format_secondary_text; extern(D) TGTKgtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text;
7140 alias extern (C) void function(aGtkMessageDialog *, char *)TGTKgtk_message_dialog_set_markup; extern(D) TGTKgtk_message_dialog_set_markup gtk_message_dialog_set_markup;
7141 alias extern (C) void function(aGtkMessageDialog *, aGtkWidget *)TGTKgtk_message_dialog_set_image; extern(D) TGTKgtk_message_dialog_set_image gtk_message_dialog_set_image;
7142 alias extern (C) _GtkWidget * function(aGtkWindow *, gint, gint, gint, char *, ...)TGTKgtk_message_dialog_new_with_markup; extern(D) TGTKgtk_message_dialog_new_with_markup gtk_message_dialog_new_with_markup;
7143 alias extern (C) _GtkWidget * function(aGtkWindow *, gint, gint, gint, char *, ...)TGTKgtk_message_dialog_new; extern(D) TGTKgtk_message_dialog_new gtk_message_dialog_new;
7144 alias extern (C) GType function()TGTKgtk_message_dialog_get_type; extern(D) TGTKgtk_message_dialog_get_type gtk_message_dialog_get_type;
7145 alias extern (C) void function(aGtkMenuToolButton *, char *)TGTKgtk_menu_tool_button_set_arrow_tooltip_markup; extern(D) TGTKgtk_menu_tool_button_set_arrow_tooltip_markup gtk_menu_tool_button_set_arrow_tooltip_markup;
7146 alias extern (C) void function(aGtkMenuToolButton *, char *)TGTKgtk_menu_tool_button_set_arrow_tooltip_text; extern(D) TGTKgtk_menu_tool_button_set_arrow_tooltip_text gtk_menu_tool_button_set_arrow_tooltip_text;
7147 alias extern (C) void function(aGtkMenuToolButton *, aGtkTooltips *, char *, char *)TGTKgtk_menu_tool_button_set_arrow_tooltip; extern(D) TGTKgtk_menu_tool_button_set_arrow_tooltip gtk_menu_tool_button_set_arrow_tooltip;
7148 alias extern (C) _GtkWidget * function(aGtkMenuToolButton *)TGTKgtk_menu_tool_button_get_menu; extern(D) TGTKgtk_menu_tool_button_get_menu gtk_menu_tool_button_get_menu;
7149 alias extern (C) void function(aGtkMenuToolButton *, aGtkWidget *)TGTKgtk_menu_tool_button_set_menu; extern(D) TGTKgtk_menu_tool_button_set_menu gtk_menu_tool_button_set_menu;
7150 alias extern (C) _GtkToolItem * function(char *)TGTKgtk_menu_tool_button_new_from_stock; extern(D) TGTKgtk_menu_tool_button_new_from_stock gtk_menu_tool_button_new_from_stock;
7151 alias extern (C) _GtkToolItem * function(aGtkWidget *, char *)TGTKgtk_menu_tool_button_new; extern(D) TGTKgtk_menu_tool_button_new gtk_menu_tool_button_new;
7152 alias extern (C) GType function()TGTKgtk_menu_tool_button_get_type; extern(D) TGTKgtk_menu_tool_button_get_type gtk_menu_tool_button_get_type;
7153 //alias extern (C) _GtkWidget * function(aGtkToolButton *)TGTK_gtk_tool_button_get_button; extern(D) TGTK_gtk_tool_button_get_button _gtk_tool_button_get_button;
7154 alias extern (C) _GtkWidget * function(aGtkToolButton *)TGTKgtk_tool_button_get_label_widget; extern(D) TGTKgtk_tool_button_get_label_widget gtk_tool_button_get_label_widget;
7155 alias extern (C) void function(aGtkToolButton *, aGtkWidget *)TGTKgtk_tool_button_set_label_widget; extern(D) TGTKgtk_tool_button_set_label_widget gtk_tool_button_set_label_widget;
7156 alias extern (C) _GtkWidget * function(aGtkToolButton *)TGTKgtk_tool_button_get_icon_widget; extern(D) TGTKgtk_tool_button_get_icon_widget gtk_tool_button_get_icon_widget;
7157 alias extern (C) void function(aGtkToolButton *, aGtkWidget *)TGTKgtk_tool_button_set_icon_widget; extern(D) TGTKgtk_tool_button_set_icon_widget gtk_tool_button_set_icon_widget;
7158 alias extern (C) char * function(aGtkToolButton *)TGTKgtk_tool_button_get_icon_name; extern(D) TGTKgtk_tool_button_get_icon_name gtk_tool_button_get_icon_name;
7159 alias extern (C) void function(aGtkToolButton *, char *)TGTKgtk_tool_button_set_icon_name; extern(D) TGTKgtk_tool_button_set_icon_name gtk_tool_button_set_icon_name;
7160 alias extern (C) char * function(aGtkToolButton *)TGTKgtk_tool_button_get_stock_id; extern(D) TGTKgtk_tool_button_get_stock_id gtk_tool_button_get_stock_id;
7161 alias extern (C) void function(aGtkToolButton *, char *)TGTKgtk_tool_button_set_stock_id; extern(D) TGTKgtk_tool_button_set_stock_id gtk_tool_button_set_stock_id;
7162 alias extern (C) gint function(aGtkToolButton *)TGTKgtk_tool_button_get_use_underline; extern(D) TGTKgtk_tool_button_get_use_underline gtk_tool_button_get_use_underline;
7163 alias extern (C) void function(aGtkToolButton *, gint)TGTKgtk_tool_button_set_use_underline; extern(D) TGTKgtk_tool_button_set_use_underline gtk_tool_button_set_use_underline;
7164 alias extern (C) char * function(aGtkToolButton *)TGTKgtk_tool_button_get_label; extern(D) TGTKgtk_tool_button_get_label gtk_tool_button_get_label;
7165 alias extern (C) void function(aGtkToolButton *, char *)TGTKgtk_tool_button_set_label; extern(D) TGTKgtk_tool_button_set_label gtk_tool_button_set_label;
7166 alias extern (C) _GtkToolItem * function(char *)TGTKgtk_tool_button_new_from_stock; extern(D) TGTKgtk_tool_button_new_from_stock gtk_tool_button_new_from_stock;
7167 alias extern (C) _GtkToolItem * function(aGtkWidget *, char *)TGTKgtk_tool_button_new; extern(D) TGTKgtk_tool_button_new gtk_tool_button_new;
7168 alias extern (C) GType function()TGTKgtk_tool_button_get_type; extern(D) TGTKgtk_tool_button_get_type gtk_tool_button_get_type;
7169 //alias extern (C) void function(aGtkToolItem *)TGTK_gtk_tool_item_toolbar_reconfigured; extern(D) TGTK_gtk_tool_item_toolbar_reconfigured _gtk_tool_item_toolbar_reconfigured;
7170 alias extern (C) void function(aGtkToolItem *)TGTKgtk_tool_item_rebuild_menu; extern(D) TGTKgtk_tool_item_rebuild_menu gtk_tool_item_rebuild_menu;
7171 alias extern (C) void function(aGtkToolItem *, char *, aGtkWidget *)TGTKgtk_tool_item_set_proxy_menu_item; extern(D) TGTKgtk_tool_item_set_proxy_menu_item gtk_tool_item_set_proxy_menu_item;
7172 alias extern (C) _GtkWidget * function(aGtkToolItem *, char *)TGTKgtk_tool_item_get_proxy_menu_item; extern(D) TGTKgtk_tool_item_get_proxy_menu_item gtk_tool_item_get_proxy_menu_item;
7173 alias extern (C) _GtkWidget * function(aGtkToolItem *)TGTKgtk_tool_item_retrieve_proxy_menu_item; extern(D) TGTKgtk_tool_item_retrieve_proxy_menu_item gtk_tool_item_retrieve_proxy_menu_item;
7174 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_relief_style; extern(D) TGTKgtk_tool_item_get_relief_style gtk_tool_item_get_relief_style;
7175 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_toolbar_style; extern(D) TGTKgtk_tool_item_get_toolbar_style gtk_tool_item_get_toolbar_style;
7176 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_orientation; extern(D) TGTKgtk_tool_item_get_orientation gtk_tool_item_get_orientation;
7177 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_icon_size; extern(D) TGTKgtk_tool_item_get_icon_size gtk_tool_item_get_icon_size;
7178 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_is_important; extern(D) TGTKgtk_tool_item_set_is_important gtk_tool_item_set_is_important;
7179 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_is_important; extern(D) TGTKgtk_tool_item_get_is_important gtk_tool_item_get_is_important;
7180 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_visible_vertical; extern(D) TGTKgtk_tool_item_get_visible_vertical gtk_tool_item_get_visible_vertical;
7181 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_visible_vertical; extern(D) TGTKgtk_tool_item_set_visible_vertical gtk_tool_item_set_visible_vertical;
7182 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_visible_horizontal; extern(D) TGTKgtk_tool_item_get_visible_horizontal gtk_tool_item_get_visible_horizontal;
7183 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_visible_horizontal; extern(D) TGTKgtk_tool_item_set_visible_horizontal gtk_tool_item_set_visible_horizontal;
7184 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_use_drag_window; extern(D) TGTKgtk_tool_item_get_use_drag_window gtk_tool_item_get_use_drag_window;
7185 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_use_drag_window; extern(D) TGTKgtk_tool_item_set_use_drag_window gtk_tool_item_set_use_drag_window;
7186 alias extern (C) void function(aGtkToolItem *, char *)TGTKgtk_tool_item_set_tooltip_markup; extern(D) TGTKgtk_tool_item_set_tooltip_markup gtk_tool_item_set_tooltip_markup;
7187 alias extern (C) void function(aGtkToolItem *, char *)TGTKgtk_tool_item_set_tooltip_text; extern(D) TGTKgtk_tool_item_set_tooltip_text gtk_tool_item_set_tooltip_text;
7188 alias extern (C) void function(aGtkToolItem *, aGtkTooltips *, char *, char *)TGTKgtk_tool_item_set_tooltip; extern(D) TGTKgtk_tool_item_set_tooltip gtk_tool_item_set_tooltip;
7189 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_expand; extern(D) TGTKgtk_tool_item_get_expand gtk_tool_item_get_expand;
7190 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_expand; extern(D) TGTKgtk_tool_item_set_expand gtk_tool_item_set_expand;
7191 alias extern (C) gint function(aGtkToolItem *)TGTKgtk_tool_item_get_homogeneous; extern(D) TGTKgtk_tool_item_get_homogeneous gtk_tool_item_get_homogeneous;
7192 alias extern (C) void function(aGtkToolItem *, gint)TGTKgtk_tool_item_set_homogeneous; extern(D) TGTKgtk_tool_item_set_homogeneous gtk_tool_item_set_homogeneous;
7193 alias extern (C) _GtkToolItem * function()TGTKgtk_tool_item_new; extern(D) TGTKgtk_tool_item_new gtk_tool_item_new;
7194 alias extern (C) GType function()TGTKgtk_tool_item_get_type; extern(D) TGTKgtk_tool_item_get_type gtk_tool_item_get_type;
7195 alias extern (C) gint function(aGtkWindow *, _GtkTooltips * *, _GtkWidget * *)TGTKgtk_tooltips_get_info_from_tip_window; extern(D) TGTKgtk_tooltips_get_info_from_tip_window gtk_tooltips_get_info_from_tip_window;
7196 alias extern (C) void function(aGtkTooltips *)TGTKgtk_tooltips_force_window; extern(D) TGTKgtk_tooltips_force_window gtk_tooltips_force_window;
7197 alias extern (C) _GtkTooltipsData * function(aGtkWidget *)TGTKgtk_tooltips_data_get; extern(D) TGTKgtk_tooltips_data_get gtk_tooltips_data_get;
7198 alias extern (C) void function(aGtkTooltips *, aGtkWidget *, char *, char *)TGTKgtk_tooltips_set_tip; extern(D) TGTKgtk_tooltips_set_tip gtk_tooltips_set_tip;
7199 alias extern (C) void function(aGtkTooltips *, guint)TGTKgtk_tooltips_set_delay; extern(D) TGTKgtk_tooltips_set_delay gtk_tooltips_set_delay;
7200 alias extern (C) void function(aGtkTooltips *)TGTKgtk_tooltips_disable; extern(D) TGTKgtk_tooltips_disable gtk_tooltips_disable;
7201 alias extern (C) void function(aGtkTooltips *)TGTKgtk_tooltips_enable; extern(D) TGTKgtk_tooltips_enable gtk_tooltips_enable;
7202 alias extern (C) _GtkTooltips * function()TGTKgtk_tooltips_new; extern(D) TGTKgtk_tooltips_new gtk_tooltips_new;
7203 alias extern (C) guint function()TGTKgtk_tooltips_get_type; extern(D) TGTKgtk_tooltips_get_type gtk_tooltips_get_type;
7204 //alias extern (C) void function(aGtkMenuBar *, gint)TGTK_gtk_menu_bar_cycle_focus; extern(D) TGTK_gtk_menu_bar_cycle_focus _gtk_menu_bar_cycle_focus;
7205 alias extern (C) void function(aGtkMenuBar *, gint)TGTKgtk_menu_bar_set_child_pack_direction; extern(D) TGTKgtk_menu_bar_set_child_pack_direction gtk_menu_bar_set_child_pack_direction;
7206 alias extern (C) gint function(aGtkMenuBar *)TGTKgtk_menu_bar_get_child_pack_direction; extern(D) TGTKgtk_menu_bar_get_child_pack_direction gtk_menu_bar_get_child_pack_direction;
7207 alias extern (C) void function(aGtkMenuBar *, gint)TGTKgtk_menu_bar_set_pack_direction; extern(D) TGTKgtk_menu_bar_set_pack_direction gtk_menu_bar_set_pack_direction;
7208 alias extern (C) gint function(aGtkMenuBar *)TGTKgtk_menu_bar_get_pack_direction; extern(D) TGTKgtk_menu_bar_get_pack_direction gtk_menu_bar_get_pack_direction;
7209 alias extern (C) _GtkWidget * function()TGTKgtk_menu_bar_new; extern(D) TGTKgtk_menu_bar_new gtk_menu_bar_new;
7210 alias extern (C) GType function()TGTKgtk_menu_bar_get_type; extern(D) TGTKgtk_menu_bar_get_type gtk_menu_bar_get_type;
7211 //alias extern (C) char * function()TGTK_gtk_get_lc_ctype; extern(D) TGTK_gtk_get_lc_ctype _gtk_get_lc_ctype;
7212 //alias extern (C) gint function(_GSignalInvocationHint *, _GValue *, _GValue *, void *)TGTK_gtk_boolean_handled_accumulator; extern(D) TGTK_gtk_boolean_handled_accumulator _gtk_boolean_handled_accumulator;
7213 alias extern (C) void function(aGtkWidget *, _GdkEvent *)TGTKgtk_propagate_event; extern(D) TGTKgtk_propagate_event gtk_propagate_event;
7214 alias extern (C) _GtkWidget * function(_GdkEvent *)TGTKgtk_get_event_widget; extern(D) TGTKgtk_get_event_widget gtk_get_event_widget;
7215 alias extern (C) gint function(gint *)TGTKgtk_get_current_event_state; extern(D) TGTKgtk_get_current_event_state gtk_get_current_event_state;
7216 alias extern (C) guint32 function()TGTKgtk_get_current_event_time; extern(D) TGTKgtk_get_current_event_time gtk_get_current_event_time;
7217 alias extern (C) _GdkEvent * function()TGTKgtk_get_current_event; extern(D) TGTKgtk_get_current_event gtk_get_current_event;
7218 alias extern (C) void function(guint)TGTKgtk_key_snooper_remove; extern(D) TGTKgtk_key_snooper_remove gtk_key_snooper_remove;
7219 alias extern (C) guint function(_BCD_func__10115, void *)TGTKgtk_key_snooper_install; extern(D) TGTKgtk_key_snooper_install gtk_key_snooper_install;
7220 alias extern (C) void function(guint)TGTKgtk_input_remove; extern(D) TGTKgtk_input_remove gtk_input_remove;
7221 alias extern (C) guint function(gint, gint, _BCD_func__13745, _BCD_func__13157, void *, _BCD_func__13158)TGTKgtk_input_add_full; extern(D) TGTKgtk_input_add_full gtk_input_add_full;
7222 alias extern (C) void function(void *)TGTKgtk_idle_remove_by_data; extern(D) TGTKgtk_idle_remove_by_data gtk_idle_remove_by_data;
7223 alias extern (C) void function(guint)TGTKgtk_idle_remove; extern(D) TGTKgtk_idle_remove gtk_idle_remove;
7224 alias extern (C) guint function(gint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158)TGTKgtk_idle_add_full; extern(D) TGTKgtk_idle_add_full gtk_idle_add_full;
7225 alias extern (C) guint function(gint, _BCD_func__12884, void *)TGTKgtk_idle_add_priority; extern(D) TGTKgtk_idle_add_priority gtk_idle_add_priority;
7226 alias extern (C) guint function(_BCD_func__12884, void *)TGTKgtk_idle_add; extern(D) TGTKgtk_idle_add gtk_idle_add;
7227 alias extern (C) void function(guint)TGTKgtk_timeout_remove; extern(D) TGTKgtk_timeout_remove gtk_timeout_remove;
7228 alias extern (C) guint function(guint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158)TGTKgtk_timeout_add_full; extern(D) TGTKgtk_timeout_add_full gtk_timeout_add_full;
7229 alias extern (C) guint function(guint, _BCD_func__12884, void *)TGTKgtk_timeout_add; extern(D) TGTKgtk_timeout_add gtk_timeout_add;
7230 alias extern (C) void function(void *)TGTKgtk_quit_remove_by_data; extern(D) TGTKgtk_quit_remove_by_data gtk_quit_remove_by_data;
7231 alias extern (C) void function(guint)TGTKgtk_quit_remove; extern(D) TGTKgtk_quit_remove gtk_quit_remove;
7232 alias extern (C) guint function(guint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158)TGTKgtk_quit_add_full; extern(D) TGTKgtk_quit_add_full gtk_quit_add_full;
7233 alias extern (C) guint function(guint, _BCD_func__12884, void *)TGTKgtk_quit_add; extern(D) TGTKgtk_quit_add gtk_quit_add;
7234 alias extern (C) void function(guint, aGtkObject *)TGTKgtk_quit_add_destroy; extern(D) TGTKgtk_quit_add_destroy gtk_quit_add_destroy;
7235 alias extern (C) void function(_BCD_func__12884, void *)TGTKgtk_init_add; extern(D) TGTKgtk_init_add gtk_init_add;
7236 alias extern (C) void function(aGtkWidget *)TGTKgtk_grab_remove; extern(D) TGTKgtk_grab_remove gtk_grab_remove;
7237 alias extern (C) _GtkWidget * function()TGTKgtk_grab_get_current; extern(D) TGTKgtk_grab_get_current gtk_grab_get_current;
7238 alias extern (C) void function(aGtkWidget *)TGTKgtk_grab_add; extern(D) TGTKgtk_grab_add gtk_grab_add;
7239 alias extern (C) gint function()TGTKgtk_false; extern(D) TGTKgtk_false gtk_false;
7240 alias extern (C) gint function()TGTKgtk_true; extern(D) TGTKgtk_true gtk_true;
7241 alias extern (C) gint function(gint)TGTKgtk_main_iteration_do; extern(D) TGTKgtk_main_iteration_do gtk_main_iteration_do;
7242 alias extern (C) gint function()TGTKgtk_main_iteration; extern(D) TGTKgtk_main_iteration gtk_main_iteration;
7243 alias extern (C) void function()TGTKgtk_main_quit; extern(D) TGTKgtk_main_quit gtk_main_quit;
7244 alias extern (C) guint function()TGTKgtk_main_level; extern(D) TGTKgtk_main_level gtk_main_level;
7245 alias extern (C) void function()TGTKgtk_main; extern(D) TGTKgtk_main gtk_main;
7246 alias extern (C) void function(_GdkEvent *)TGTKgtk_main_do_event; extern(D) TGTKgtk_main_do_event gtk_main_do_event;
7247 alias extern (C) gint function()TGTKgtk_events_pending; extern(D) TGTKgtk_events_pending gtk_events_pending;
7248 alias extern (C) void * function()TGTKgtk_get_default_language; extern(D) TGTKgtk_get_default_language gtk_get_default_language;
7249 //alias extern (C) char * function()TGTKgtk_set_locale; extern(D) TGTKgtk_set_locale gtk_set_locale;
7250 alias extern (C) void function()TGTKgtk_disable_setlocale; extern(D) TGTKgtk_disable_setlocale gtk_disable_setlocale;
7251 alias extern (C) void function(gint)TGTKgtk_exit; extern(D) TGTKgtk_exit gtk_exit;
7252 alias extern (C) void * function(gint)TGTKgtk_get_option_group; extern(D) TGTKgtk_get_option_group gtk_get_option_group;
7253 alias extern (C) gint function(gint *, char * * *, char *, _GOptionEntry *, char *, _GError * *)TGTKgtk_init_with_args; extern(D) TGTKgtk_init_with_args gtk_init_with_args;
7254 //alias extern (C) gint function(gint *, char * * *)TGTKgtk_init_check; extern(D) TGTKgtk_init_check gtk_init_check;
7255 alias extern (C) void function(gint *, char * * *)TGTKgtk_init; extern(D) TGTKgtk_init gtk_init;
7256 alias extern (C) gint function(gint *, char * * *)TGTKgtk_parse_args; extern(D) TGTKgtk_parse_args gtk_parse_args;
7257 alias extern (C) char * function(guint, guint, guint)TGTKgtk_check_version; extern(D) TGTKgtk_check_version gtk_check_version;
7258 // alias extern (C) guint* TGTKgtk_interface_age; extern(D) TGTKgtk_interface_age gtk_interface_age;
7259 // alias extern (C) guint* TGTKgtk_binary_age; extern(D) TGTKgtk_binary_age gtk_binary_age;
7260 // alias extern (C) guint* TGTKgtk_micro_version; extern(D) TGTKgtk_micro_version gtk_micro_version;
7261 // alias extern (C) guint* TGTKgtk_minor_version; extern(D) TGTKgtk_minor_version gtk_minor_version;
7262 // alias extern (C) guint* TGTKgtk_major_version; extern(D) TGTKgtk_major_version gtk_major_version;
7263 alias extern (C) void function(aGtkList *)TGTKgtk_list_end_drag_selection; extern(D) TGTKgtk_list_end_drag_selection gtk_list_end_drag_selection;
7264 alias extern (C) void function(aGtkList *)TGTKgtk_list_undo_selection; extern(D) TGTKgtk_list_undo_selection gtk_list_undo_selection;
7265 alias extern (C) void function(aGtkList *, aGtkWidget *)TGTKgtk_list_toggle_row; extern(D) TGTKgtk_list_toggle_row gtk_list_toggle_row;
7266 alias extern (C) void function(aGtkList *)TGTKgtk_list_toggle_focus_row; extern(D) TGTKgtk_list_toggle_focus_row gtk_list_toggle_focus_row;
7267 alias extern (C) void function(aGtkList *)TGTKgtk_list_toggle_add_mode; extern(D) TGTKgtk_list_toggle_add_mode gtk_list_toggle_add_mode;
7268 alias extern (C) void function(aGtkList *, gint, float)TGTKgtk_list_scroll_vertical; extern(D) TGTKgtk_list_scroll_vertical gtk_list_scroll_vertical;
7269 alias extern (C) void function(aGtkList *, gint, float)TGTKgtk_list_scroll_horizontal; extern(D) TGTKgtk_list_scroll_horizontal gtk_list_scroll_horizontal;
7270 alias extern (C) void function(aGtkList *)TGTKgtk_list_unselect_all; extern(D) TGTKgtk_list_unselect_all gtk_list_unselect_all;
7271 alias extern (C) void function(aGtkList *)TGTKgtk_list_select_all; extern(D) TGTKgtk_list_select_all gtk_list_select_all;
7272 alias extern (C) void function(aGtkList *)TGTKgtk_list_end_selection; extern(D) TGTKgtk_list_end_selection gtk_list_end_selection;
7273 alias extern (C) void function(aGtkList *)TGTKgtk_list_start_selection; extern(D) TGTKgtk_list_start_selection gtk_list_start_selection;
7274 alias extern (C) void function(aGtkList *, gint, float, gint)TGTKgtk_list_extend_selection; extern(D) TGTKgtk_list_extend_selection gtk_list_extend_selection;
7275 alias extern (C) void function(aGtkList *, gint)TGTKgtk_list_set_selection_mode; extern(D) TGTKgtk_list_set_selection_mode gtk_list_set_selection_mode;
7276 alias extern (C) gint function(aGtkList *, aGtkWidget *)TGTKgtk_list_child_position; extern(D) TGTKgtk_list_child_position gtk_list_child_position;
7277 alias extern (C) void function(aGtkList *, aGtkWidget *)TGTKgtk_list_unselect_child; extern(D) TGTKgtk_list_unselect_child gtk_list_unselect_child;
7278 alias extern (C) void function(aGtkList *, aGtkWidget *)TGTKgtk_list_select_child; extern(D) TGTKgtk_list_select_child gtk_list_select_child;
7279 alias extern (C) void function(aGtkList *, gint)TGTKgtk_list_unselect_item; extern(D) TGTKgtk_list_unselect_item gtk_list_unselect_item;
7280 alias extern (C) void function(aGtkList *, gint)TGTKgtk_list_select_item; extern(D) TGTKgtk_list_select_item gtk_list_select_item;
7281 alias extern (C) void function(aGtkList *, gint, gint)TGTKgtk_list_clear_items; extern(D) TGTKgtk_list_clear_items gtk_list_clear_items;
7282 alias extern (C) void function(aGtkList *, _GList *)TGTKgtk_list_remove_items_no_unref; extern(D) TGTKgtk_list_remove_items_no_unref gtk_list_remove_items_no_unref;
7283 alias extern (C) void function(aGtkList *, _GList *)TGTKgtk_list_remove_items; extern(D) TGTKgtk_list_remove_items gtk_list_remove_items;
7284 alias extern (C) void function(aGtkList *, _GList *)TGTKgtk_list_prepend_items; extern(D) TGTKgtk_list_prepend_items gtk_list_prepend_items;
7285 alias extern (C) void function(aGtkList *, _GList *)TGTKgtk_list_append_items; extern(D) TGTKgtk_list_append_items gtk_list_append_items;
7286 alias extern (C) void function(aGtkList *, _GList *, gint)TGTKgtk_list_insert_items; extern(D) TGTKgtk_list_insert_items gtk_list_insert_items;
7287 alias extern (C) _GtkWidget * function()TGTKgtk_list_new; extern(D) TGTKgtk_list_new gtk_list_new;
7288 alias extern (C) guint function()TGTKgtk_list_get_type; extern(D) TGTKgtk_list_get_type gtk_list_get_type;
7289 alias extern (C) void function(aGtkListItem *)TGTKgtk_list_item_deselect; extern(D) TGTKgtk_list_item_deselect gtk_list_item_deselect;
7290 alias extern (C) void function(aGtkListItem *)TGTKgtk_list_item_select; extern(D) TGTKgtk_list_item_select gtk_list_item_select;
7291 alias extern (C) _GtkWidget * function(char *)TGTKgtk_list_item_new_with_label; extern(D) TGTKgtk_list_item_new_with_label gtk_list_item_new_with_label;
7292 alias extern (C) _GtkWidget * function()TGTKgtk_list_item_new; extern(D) TGTKgtk_list_item_new gtk_list_item_new;
7293 alias extern (C) guint function()TGTKgtk_list_item_get_type; extern(D) TGTKgtk_list_item_get_type gtk_list_item_get_type;
7294 alias extern (C) _BCD_func__10158 function(_BCD_func__10158, void *, _BCD_func__13158)TGTKgtk_link_button_set_uri_hook; extern(D) TGTKgtk_link_button_set_uri_hook gtk_link_button_set_uri_hook;
7295 alias extern (C) void function(aGtkLinkButton *, char *)TGTKgtk_link_button_set_uri; extern(D) TGTKgtk_link_button_set_uri gtk_link_button_set_uri;
7296 alias extern (C) char * function(aGtkLinkButton *)TGTKgtk_link_button_get_uri; extern(D) TGTKgtk_link_button_get_uri gtk_link_button_get_uri;
7297 alias extern (C) _GtkWidget * function(in char *, in char *)TGTKgtk_link_button_new_with_label; extern(D) TGTKgtk_link_button_new_with_label gtk_link_button_new_with_label;
7298 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_link_button_new; extern(D) TGTKgtk_link_button_new gtk_link_button_new;
7299 alias extern (C) GType function()TGTKgtk_link_button_get_type; extern(D) TGTKgtk_link_button_get_type gtk_link_button_get_type;
7300 alias extern (C) void function(aGtkLayout *)TGTKgtk_layout_thaw; extern(D) TGTKgtk_layout_thaw gtk_layout_thaw;
7301 alias extern (C) void function(aGtkLayout *)TGTKgtk_layout_freeze; extern(D) TGTKgtk_layout_freeze gtk_layout_freeze;
7302 alias extern (C) void function(aGtkLayout *, aGtkAdjustment *)TGTKgtk_layout_set_vadjustment; extern(D) TGTKgtk_layout_set_vadjustment gtk_layout_set_vadjustment;
7303 alias extern (C) void function(aGtkLayout *, aGtkAdjustment *)TGTKgtk_layout_set_hadjustment; extern(D) TGTKgtk_layout_set_hadjustment gtk_layout_set_hadjustment;
7304 alias extern (C) _GtkAdjustment * function(aGtkLayout *)TGTKgtk_layout_get_vadjustment; extern(D) TGTKgtk_layout_get_vadjustment gtk_layout_get_vadjustment;
7305 alias extern (C) _GtkAdjustment * function(aGtkLayout *)TGTKgtk_layout_get_hadjustment; extern(D) TGTKgtk_layout_get_hadjustment gtk_layout_get_hadjustment;
7306 alias extern (C) void function(aGtkLayout *, guint *, guint *)TGTKgtk_layout_get_size; extern(D) TGTKgtk_layout_get_size gtk_layout_get_size;
7307 alias extern (C) void function(aGtkLayout *, guint, guint)TGTKgtk_layout_set_size; extern(D) TGTKgtk_layout_set_size gtk_layout_set_size;
7308 alias extern (C) void function(aGtkLayout *, aGtkWidget *, gint, gint)TGTKgtk_layout_move; extern(D) TGTKgtk_layout_move gtk_layout_move;
7309 alias extern (C) void function(aGtkLayout *, aGtkWidget *, gint, gint)TGTKgtk_layout_put; extern(D) TGTKgtk_layout_put gtk_layout_put;
7310 alias extern (C) _GtkWidget * function(aGtkAdjustment *, aGtkAdjustment *)TGTKgtk_layout_new; extern(D) TGTKgtk_layout_new gtk_layout_new;
7311 alias extern (C) GType function()TGTKgtk_layout_get_type; extern(D) TGTKgtk_layout_get_type gtk_layout_get_type;
7312 alias extern (C) _GdkScreen * function(aGtkInvisible *)TGTKgtk_invisible_get_screen; extern(D) TGTKgtk_invisible_get_screen gtk_invisible_get_screen;
7313 alias extern (C) void function(aGtkInvisible *, _GdkScreen *)TGTKgtk_invisible_set_screen; extern(D) TGTKgtk_invisible_set_screen gtk_invisible_set_screen;
7314 alias extern (C) _GtkWidget * function(_GdkScreen *)TGTKgtk_invisible_new_for_screen; extern(D) TGTKgtk_invisible_new_for_screen gtk_invisible_new_for_screen;
7315 alias extern (C) _GtkWidget * function()TGTKgtk_invisible_new; extern(D) TGTKgtk_invisible_new gtk_invisible_new;
7316 alias extern (C) GType function()TGTKgtk_invisible_get_type; extern(D) TGTKgtk_invisible_get_type gtk_invisible_get_type;
7317 alias extern (C) _GtkWidget * function()TGTKgtk_input_dialog_new; extern(D) TGTKgtk_input_dialog_new gtk_input_dialog_new;
7318 alias extern (C) guint function()TGTKgtk_input_dialog_get_type; extern(D) TGTKgtk_input_dialog_get_type gtk_input_dialog_get_type;
7319 alias extern (C) void function(aGtkIMMulticontext *, aGtkMenuShell *)TGTKgtk_im_multicontext_append_menuitems; extern(D) TGTKgtk_im_multicontext_append_menuitems gtk_im_multicontext_append_menuitems;
7320 alias extern (C) _GtkIMContext * function()TGTKgtk_im_multicontext_new; extern(D) TGTKgtk_im_multicontext_new gtk_im_multicontext_new;
7321 alias extern (C) GType function()TGTKgtk_im_multicontext_get_type; extern(D) TGTKgtk_im_multicontext_get_type gtk_im_multicontext_get_type;
7322 alias extern (C) void function(aGtkIMContextSimple *, ushort *, gint, gint)TGTKgtk_im_context_simple_add_table; extern(D) TGTKgtk_im_context_simple_add_table gtk_im_context_simple_add_table;
7323 alias extern (C) _GtkIMContext * function()TGTKgtk_im_context_simple_new; extern(D) TGTKgtk_im_context_simple_new gtk_im_context_simple_new;
7324 alias extern (C) GType function()TGTKgtk_im_context_simple_get_type; extern(D) TGTKgtk_im_context_simple_get_type gtk_im_context_simple_get_type;
7325 alias extern (C) _GtkWidget * function(aGtkImageMenuItem *)TGTKgtk_image_menu_item_get_image; extern(D) TGTKgtk_image_menu_item_get_image gtk_image_menu_item_get_image;
7326 alias extern (C) void function(aGtkImageMenuItem *, aGtkWidget *)TGTKgtk_image_menu_item_set_image; extern(D) TGTKgtk_image_menu_item_set_image gtk_image_menu_item_set_image;
7327 alias extern (C) _GtkWidget * function(in char *, aGtkAccelGroup *)TGTKgtk_image_menu_item_new_from_stock; extern(D) TGTKgtk_image_menu_item_new_from_stock gtk_image_menu_item_new_from_stock;
7328 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_image_menu_item_new_with_mnemonic; extern(D) TGTKgtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_mnemonic;
7329 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_image_menu_item_new_with_label; extern(D) TGTKgtk_image_menu_item_new_with_label gtk_image_menu_item_new_with_label;
7330 alias extern (C) _GtkWidget * function()TGTKgtk_image_menu_item_new; extern(D) TGTKgtk_image_menu_item_new gtk_image_menu_item_new;
7331 alias extern (C) GType function()TGTKgtk_image_menu_item_get_type; extern(D) TGTKgtk_image_menu_item_get_type gtk_image_menu_item_get_type;
7332 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_tooltip_column; extern(D) TGTKgtk_icon_view_get_tooltip_column gtk_icon_view_get_tooltip_column;
7333 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_tooltip_column; extern(D) TGTKgtk_icon_view_set_tooltip_column gtk_icon_view_set_tooltip_column;
7334 alias extern (C) gint function(aGtkIconView *, gint *, gint *, gint, void * *, void * *, aGtkTreeIter *)TGTKgtk_icon_view_get_tooltip_context; extern(D) TGTKgtk_icon_view_get_tooltip_context gtk_icon_view_get_tooltip_context;
7335 alias extern (C) void function(aGtkIconView *, void *, void *, aGtkCellRenderer *)TGTKgtk_icon_view_set_tooltip_cell; extern(D) TGTKgtk_icon_view_set_tooltip_cell gtk_icon_view_set_tooltip_cell;
7336 alias extern (C) void function(aGtkIconView *, void *, void *)TGTKgtk_icon_view_set_tooltip_item; extern(D) TGTKgtk_icon_view_set_tooltip_item gtk_icon_view_set_tooltip_item;
7337 alias extern (C) void function(aGtkIconView *, gint, gint, gint *, gint *)TGTKgtk_icon_view_convert_widget_to_bin_window_coords; extern(D) TGTKgtk_icon_view_convert_widget_to_bin_window_coords gtk_icon_view_convert_widget_to_bin_window_coords;
7338 alias extern (C) _GdkDrawable * function(aGtkIconView *, void *)TGTKgtk_icon_view_create_drag_icon; extern(D) TGTKgtk_icon_view_create_drag_icon gtk_icon_view_create_drag_icon;
7339 alias extern (C) gint function(aGtkIconView *, gint, gint, void * *, gint *)TGTKgtk_icon_view_get_dest_item_at_pos; extern(D) TGTKgtk_icon_view_get_dest_item_at_pos gtk_icon_view_get_dest_item_at_pos;
7340 alias extern (C) void function(aGtkIconView *, void * *, gint *)TGTKgtk_icon_view_get_drag_dest_item; extern(D) TGTKgtk_icon_view_get_drag_dest_item gtk_icon_view_get_drag_dest_item;
7341 alias extern (C) void function(aGtkIconView *, void *, gint)TGTKgtk_icon_view_set_drag_dest_item; extern(D) TGTKgtk_icon_view_set_drag_dest_item gtk_icon_view_set_drag_dest_item;
7342 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_reorderable; extern(D) TGTKgtk_icon_view_get_reorderable gtk_icon_view_get_reorderable;
7343 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_reorderable; extern(D) TGTKgtk_icon_view_set_reorderable gtk_icon_view_set_reorderable;
7344 alias extern (C) void function(aGtkIconView *)TGTKgtk_icon_view_unset_model_drag_dest; extern(D) TGTKgtk_icon_view_unset_model_drag_dest gtk_icon_view_unset_model_drag_dest;
7345 alias extern (C) void function(aGtkIconView *)TGTKgtk_icon_view_unset_model_drag_source; extern(D) TGTKgtk_icon_view_unset_model_drag_source gtk_icon_view_unset_model_drag_source;
7346 alias extern (C) void function(aGtkIconView *, aGtkTargetEntry *, gint, gint)TGTKgtk_icon_view_enable_model_drag_dest; extern(D) TGTKgtk_icon_view_enable_model_drag_dest gtk_icon_view_enable_model_drag_dest;
7347 alias extern (C) void function(aGtkIconView *, gint, aGtkTargetEntry *, gint, gint)TGTKgtk_icon_view_enable_model_drag_source; extern(D) TGTKgtk_icon_view_enable_model_drag_source gtk_icon_view_enable_model_drag_source;
7348 alias extern (C) void function(aGtkIconView *, void *, gint, float, float)TGTKgtk_icon_view_scroll_to_path; extern(D) TGTKgtk_icon_view_scroll_to_path gtk_icon_view_scroll_to_path;
7349 alias extern (C) gint function(aGtkIconView *, void * *, _GtkCellRenderer * *)TGTKgtk_icon_view_get_cursor; extern(D) TGTKgtk_icon_view_get_cursor gtk_icon_view_get_cursor;
7350 alias extern (C) void function(aGtkIconView *, void *, aGtkCellRenderer *, gint)TGTKgtk_icon_view_set_cursor; extern(D) TGTKgtk_icon_view_set_cursor gtk_icon_view_set_cursor;
7351 alias extern (C) void function(aGtkIconView *, void *)TGTKgtk_icon_view_item_activated; extern(D) TGTKgtk_icon_view_item_activated gtk_icon_view_item_activated;
7352 alias extern (C) void function(aGtkIconView *)TGTKgtk_icon_view_unselect_all; extern(D) TGTKgtk_icon_view_unselect_all gtk_icon_view_unselect_all;
7353 alias extern (C) void function(aGtkIconView *)TGTKgtk_icon_view_select_all; extern(D) TGTKgtk_icon_view_select_all gtk_icon_view_select_all;
7354 alias extern (C) _GList * function(aGtkIconView *)TGTKgtk_icon_view_get_selected_items; extern(D) TGTKgtk_icon_view_get_selected_items gtk_icon_view_get_selected_items;
7355 alias extern (C) gint function(aGtkIconView *, void *)TGTKgtk_icon_view_path_is_selected; extern(D) TGTKgtk_icon_view_path_is_selected gtk_icon_view_path_is_selected;
7356 alias extern (C) void function(aGtkIconView *, void *)TGTKgtk_icon_view_unselect_path; extern(D) TGTKgtk_icon_view_unselect_path gtk_icon_view_unselect_path;
7357 alias extern (C) void function(aGtkIconView *, void *)TGTKgtk_icon_view_select_path; extern(D) TGTKgtk_icon_view_select_path gtk_icon_view_select_path;
7358 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_selection_mode; extern(D) TGTKgtk_icon_view_get_selection_mode gtk_icon_view_get_selection_mode;
7359 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_selection_mode; extern(D) TGTKgtk_icon_view_set_selection_mode gtk_icon_view_set_selection_mode;
7360 alias extern (C) void function(aGtkIconView *, _BCD_func__10270, void *)TGTKgtk_icon_view_selected_foreach; extern(D) TGTKgtk_icon_view_selected_foreach gtk_icon_view_selected_foreach;
7361 alias extern (C) gint function(aGtkIconView *, void * *, void * *)TGTKgtk_icon_view_get_visible_range; extern(D) TGTKgtk_icon_view_get_visible_range gtk_icon_view_get_visible_range;
7362 alias extern (C) gint function(aGtkIconView *, gint, gint, void * *, _GtkCellRenderer * *)TGTKgtk_icon_view_get_item_at_pos; extern(D) TGTKgtk_icon_view_get_item_at_pos gtk_icon_view_get_item_at_pos;
7363 alias extern (C) void * function(aGtkIconView *, gint, gint)TGTKgtk_icon_view_get_path_at_pos; extern(D) TGTKgtk_icon_view_get_path_at_pos gtk_icon_view_get_path_at_pos;
7364 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_margin; extern(D) TGTKgtk_icon_view_get_margin gtk_icon_view_get_margin;
7365 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_margin; extern(D) TGTKgtk_icon_view_set_margin gtk_icon_view_set_margin;
7366 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_column_spacing; extern(D) TGTKgtk_icon_view_get_column_spacing gtk_icon_view_get_column_spacing;
7367 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_column_spacing; extern(D) TGTKgtk_icon_view_set_column_spacing gtk_icon_view_set_column_spacing;
7368 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_row_spacing; extern(D) TGTKgtk_icon_view_get_row_spacing gtk_icon_view_get_row_spacing;
7369 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_row_spacing; extern(D) TGTKgtk_icon_view_set_row_spacing gtk_icon_view_set_row_spacing;
7370 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_spacing; extern(D) TGTKgtk_icon_view_get_spacing gtk_icon_view_get_spacing;
7371 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_spacing; extern(D) TGTKgtk_icon_view_set_spacing gtk_icon_view_set_spacing;
7372 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_item_width; extern(D) TGTKgtk_icon_view_get_item_width gtk_icon_view_get_item_width;
7373 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_item_width; extern(D) TGTKgtk_icon_view_set_item_width gtk_icon_view_set_item_width;
7374 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_columns; extern(D) TGTKgtk_icon_view_get_columns gtk_icon_view_get_columns;
7375 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_columns; extern(D) TGTKgtk_icon_view_set_columns gtk_icon_view_set_columns;
7376 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_orientation; extern(D) TGTKgtk_icon_view_get_orientation gtk_icon_view_get_orientation;
7377 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_orientation; extern(D) TGTKgtk_icon_view_set_orientation gtk_icon_view_set_orientation;
7378 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_pixbuf_column; extern(D) TGTKgtk_icon_view_get_pixbuf_column gtk_icon_view_get_pixbuf_column;
7379 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_pixbuf_column; extern(D) TGTKgtk_icon_view_set_pixbuf_column gtk_icon_view_set_pixbuf_column;
7380 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_markup_column; extern(D) TGTKgtk_icon_view_get_markup_column gtk_icon_view_get_markup_column;
7381 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_markup_column; extern(D) TGTKgtk_icon_view_set_markup_column gtk_icon_view_set_markup_column;
7382 alias extern (C) gint function(aGtkIconView *)TGTKgtk_icon_view_get_text_column; extern(D) TGTKgtk_icon_view_get_text_column gtk_icon_view_get_text_column;
7383 alias extern (C) void function(aGtkIconView *, gint)TGTKgtk_icon_view_set_text_column; extern(D) TGTKgtk_icon_view_set_text_column gtk_icon_view_set_text_column;
7384 alias extern (C) void * function(aGtkIconView *)TGTKgtk_icon_view_get_model; extern(D) TGTKgtk_icon_view_get_model gtk_icon_view_get_model;
7385 alias extern (C) void function(aGtkIconView *, void *)TGTKgtk_icon_view_set_model; extern(D) TGTKgtk_icon_view_set_model gtk_icon_view_set_model;
7386 alias extern (C) _GtkWidget * function(void *)TGTKgtk_icon_view_new_with_model; extern(D) TGTKgtk_icon_view_new_with_model gtk_icon_view_new_with_model;
7387 alias extern (C) _GtkWidget * function()TGTKgtk_icon_view_new; extern(D) TGTKgtk_icon_view_new gtk_icon_view_new;
7388 alias extern (C) GType function()TGTKgtk_icon_view_get_type; extern(D) TGTKgtk_icon_view_get_type gtk_icon_view_get_type;
7389 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_tooltip_hide; extern(D) TGTK_gtk_tooltip_hide _gtk_tooltip_hide;
7390 //alias extern (C) void function(_GdkEvent *)TGTK_gtk_tooltip_handle_event; extern(D) TGTK_gtk_tooltip_handle_event _gtk_tooltip_handle_event;
7391 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_tooltip_toggle_keyboard_mode; extern(D) TGTK_gtk_tooltip_toggle_keyboard_mode _gtk_tooltip_toggle_keyboard_mode;
7392 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_tooltip_focus_out; extern(D) TGTK_gtk_tooltip_focus_out _gtk_tooltip_focus_out;
7393 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_tooltip_focus_in; extern(D) TGTK_gtk_tooltip_focus_in _gtk_tooltip_focus_in;
7394 alias extern (C) void function(_GdkDisplay *)TGTKgtk_tooltip_trigger_tooltip_query; extern(D) TGTKgtk_tooltip_trigger_tooltip_query gtk_tooltip_trigger_tooltip_query;
7395 alias extern (C) void function(void *, _GdkRectangle *)TGTKgtk_tooltip_set_tip_area; extern(D) TGTKgtk_tooltip_set_tip_area gtk_tooltip_set_tip_area;
7396 alias extern (C) void function(void *, aGtkWidget *)TGTKgtk_tooltip_set_custom; extern(D) TGTKgtk_tooltip_set_custom gtk_tooltip_set_custom;
7397 alias extern (C) void function(void *, in char *, gint)TGTKgtk_tooltip_set_icon_from_stock; extern(D) TGTKgtk_tooltip_set_icon_from_stock gtk_tooltip_set_icon_from_stock;
7398 alias extern (C) void function(void *, void *)TGTKgtk_tooltip_set_icon; extern(D) TGTKgtk_tooltip_set_icon gtk_tooltip_set_icon;
7399 alias extern (C) void function(void *, in char *)TGTKgtk_tooltip_set_text; extern(D) TGTKgtk_tooltip_set_text gtk_tooltip_set_text;
7400 alias extern (C) void function(void *, in char *)TGTKgtk_tooltip_set_markup; extern(D) TGTKgtk_tooltip_set_markup gtk_tooltip_set_markup;
7401 alias extern (C) GType function()TGTKgtk_tooltip_get_type; extern(D) TGTKgtk_tooltip_get_type gtk_tooltip_get_type;
7402 //alias extern (C) void function()TGTK_gtk_icon_theme_ensure_builtin_cache; extern(D) TGTK_gtk_icon_theme_ensure_builtin_cache _gtk_icon_theme_ensure_builtin_cache;
7403 //alias extern (C) void function(_GdkDisplay *)TGTK_gtk_icon_theme_check_reload; extern(D) TGTK_gtk_icon_theme_check_reload _gtk_icon_theme_check_reload;
7404 alias extern (C) char * function(void *)TGTKgtk_icon_info_get_display_name; extern(D) TGTKgtk_icon_info_get_display_name gtk_icon_info_get_display_name;
7405 alias extern (C) gint function(void *, _GdkPoint * *, gint *)TGTKgtk_icon_info_get_attach_points; extern(D) TGTKgtk_icon_info_get_attach_points gtk_icon_info_get_attach_points;
7406 alias extern (C) gint function(void *, _GdkRectangle *)TGTKgtk_icon_info_get_embedded_rect; extern(D) TGTKgtk_icon_info_get_embedded_rect gtk_icon_info_get_embedded_rect;
7407 alias extern (C) void function(void *, gint)TGTKgtk_icon_info_set_raw_coordinates; extern(D) TGTKgtk_icon_info_set_raw_coordinates gtk_icon_info_set_raw_coordinates;
7408 alias extern (C) void * function(void *, _GError * *)TGTKgtk_icon_info_load_icon; extern(D) TGTKgtk_icon_info_load_icon gtk_icon_info_load_icon;
7409 alias extern (C) void * function(void *)TGTKgtk_icon_info_get_builtin_pixbuf; extern(D) TGTKgtk_icon_info_get_builtin_pixbuf gtk_icon_info_get_builtin_pixbuf;
7410 alias extern (C) char * function(void *)TGTKgtk_icon_info_get_filename; extern(D) TGTKgtk_icon_info_get_filename gtk_icon_info_get_filename;
7411 alias extern (C) gint function(void *)TGTKgtk_icon_info_get_base_size; extern(D) TGTKgtk_icon_info_get_base_size gtk_icon_info_get_base_size;
7412 alias extern (C) void function(void *)TGTKgtk_icon_info_free; extern(D) TGTKgtk_icon_info_free gtk_icon_info_free;
7413 alias extern (C) void * function(void *)TGTKgtk_icon_info_copy; extern(D) TGTKgtk_icon_info_copy gtk_icon_info_copy;
7414 alias extern (C) GType function()TGTKgtk_icon_info_get_type; extern(D) TGTKgtk_icon_info_get_type gtk_icon_info_get_type;
7415 alias extern (C) void function(char *, gint, void *)TGTKgtk_icon_theme_add_builtin_icon; extern(D) TGTKgtk_icon_theme_add_builtin_icon gtk_icon_theme_add_builtin_icon;
7416 alias extern (C) gint function(aGtkIconTheme *)TGTKgtk_icon_theme_rescan_if_needed; extern(D) TGTKgtk_icon_theme_rescan_if_needed gtk_icon_theme_rescan_if_needed;
7417 alias extern (C) char * function(aGtkIconTheme *)TGTKgtk_icon_theme_get_example_icon_name; extern(D) TGTKgtk_icon_theme_get_example_icon_name gtk_icon_theme_get_example_icon_name;
7418 alias extern (C) _GList * function(aGtkIconTheme *)TGTKgtk_icon_theme_list_contexts; extern(D) TGTKgtk_icon_theme_list_contexts gtk_icon_theme_list_contexts;
7419 alias extern (C) _GList * function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_list_icons; extern(D) TGTKgtk_icon_theme_list_icons gtk_icon_theme_list_icons;
7420 alias extern (C) void * function(aGtkIconTheme *, char *, gint, gint, _GError * *)TGTKgtk_icon_theme_load_icon; extern(D) TGTKgtk_icon_theme_load_icon gtk_icon_theme_load_icon;
7421 alias extern (C) void * function(aGtkIconTheme *, char * *, gint, gint)TGTKgtk_icon_theme_choose_icon; extern(D) TGTKgtk_icon_theme_choose_icon gtk_icon_theme_choose_icon;
7422 alias extern (C) void * function(aGtkIconTheme *, char *, gint, gint)TGTKgtk_icon_theme_lookup_icon; extern(D) TGTKgtk_icon_theme_lookup_icon gtk_icon_theme_lookup_icon;
7423 alias extern (C) gint * function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_get_icon_sizes; extern(D) TGTKgtk_icon_theme_get_icon_sizes gtk_icon_theme_get_icon_sizes;
7424 alias extern (C) gint function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_has_icon; extern(D) TGTKgtk_icon_theme_has_icon gtk_icon_theme_has_icon;
7425 alias extern (C) void function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_set_custom_theme; extern(D) TGTKgtk_icon_theme_set_custom_theme gtk_icon_theme_set_custom_theme;
7426 alias extern (C) void function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_prepend_search_path; extern(D) TGTKgtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path;
7427 alias extern (C) void function(aGtkIconTheme *, char *)TGTKgtk_icon_theme_append_search_path; extern(D) TGTKgtk_icon_theme_append_search_path gtk_icon_theme_append_search_path;
7428 alias extern (C) void function(aGtkIconTheme *, char * * *, gint *)TGTKgtk_icon_theme_get_search_path; extern(D) TGTKgtk_icon_theme_get_search_path gtk_icon_theme_get_search_path;
7429 alias extern (C) void function(aGtkIconTheme *, char * *, gint)TGTKgtk_icon_theme_set_search_path; extern(D) TGTKgtk_icon_theme_set_search_path gtk_icon_theme_set_search_path;
7430 alias extern (C) void function(aGtkIconTheme *, _GdkScreen *)TGTKgtk_icon_theme_set_screen; extern(D) TGTKgtk_icon_theme_set_screen gtk_icon_theme_set_screen;
7431 alias extern (C) _GtkIconTheme * function(_GdkScreen *)TGTKgtk_icon_theme_get_for_screen; extern(D) TGTKgtk_icon_theme_get_for_screen gtk_icon_theme_get_for_screen;
7432 alias extern (C) _GtkIconTheme * function()TGTKgtk_icon_theme_get_default; extern(D) TGTKgtk_icon_theme_get_default gtk_icon_theme_get_default;
7433 alias extern (C) _GtkIconTheme * function()TGTKgtk_icon_theme_new; extern(D) TGTKgtk_icon_theme_new gtk_icon_theme_new;
7434 alias extern (C) GType function()TGTKgtk_icon_theme_get_type; extern(D) TGTKgtk_icon_theme_get_type gtk_icon_theme_get_type;
7435 alias extern (C) GQuark function()TGTKgtk_icon_theme_error_quark; extern(D) TGTKgtk_icon_theme_error_quark gtk_icon_theme_error_quark;
7436 //alias extern (C) void function()TGTK_gtk_icon_factory_ensure_default_icons; extern(D) TGTK_gtk_icon_factory_ensure_default_icons _gtk_icon_factory_ensure_default_icons;
7437 //alias extern (C) _GList * function()TGTK_gtk_icon_factory_list_ids; extern(D) TGTK_gtk_icon_factory_list_ids _gtk_icon_factory_list_ids;
7438 //alias extern (C) void function()TGTK_gtk_icon_set_invalidate_caches; extern(D) TGTK_gtk_icon_set_invalidate_caches _gtk_icon_set_invalidate_caches;
7439 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_size; extern(D) TGTKgtk_icon_source_get_size gtk_icon_source_get_size;
7440 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_state; extern(D) TGTKgtk_icon_source_get_state gtk_icon_source_get_state;
7441 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_direction; extern(D) TGTKgtk_icon_source_get_direction gtk_icon_source_get_direction;
7442 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_size; extern(D) TGTKgtk_icon_source_set_size gtk_icon_source_set_size;
7443 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_state; extern(D) TGTKgtk_icon_source_set_state gtk_icon_source_set_state;
7444 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_direction; extern(D) TGTKgtk_icon_source_set_direction gtk_icon_source_set_direction;
7445 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_direction_wildcarded; extern(D) TGTKgtk_icon_source_get_direction_wildcarded gtk_icon_source_get_direction_wildcarded;
7446 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_state_wildcarded; extern(D) TGTKgtk_icon_source_get_state_wildcarded gtk_icon_source_get_state_wildcarded;
7447 alias extern (C) gint function(void *)TGTKgtk_icon_source_get_size_wildcarded; extern(D) TGTKgtk_icon_source_get_size_wildcarded gtk_icon_source_get_size_wildcarded;
7448 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_size_wildcarded; extern(D) TGTKgtk_icon_source_set_size_wildcarded gtk_icon_source_set_size_wildcarded;
7449 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_state_wildcarded; extern(D) TGTKgtk_icon_source_set_state_wildcarded gtk_icon_source_set_state_wildcarded;
7450 alias extern (C) void function(void *, gint)TGTKgtk_icon_source_set_direction_wildcarded; extern(D) TGTKgtk_icon_source_set_direction_wildcarded gtk_icon_source_set_direction_wildcarded;
7451 alias extern (C) void * function(void *)TGTKgtk_icon_source_get_pixbuf; extern(D) TGTKgtk_icon_source_get_pixbuf gtk_icon_source_get_pixbuf;
7452 alias extern (C) char * function(void *)TGTKgtk_icon_source_get_icon_name; extern(D) TGTKgtk_icon_source_get_icon_name gtk_icon_source_get_icon_name;
7453 alias extern (C) char * function(void *)TGTKgtk_icon_source_get_filename; extern(D) TGTKgtk_icon_source_get_filename gtk_icon_source_get_filename;
7454 alias extern (C) void function(void *, void *)TGTKgtk_icon_source_set_pixbuf; extern(D) TGTKgtk_icon_source_set_pixbuf gtk_icon_source_set_pixbuf;
7455 alias extern (C) void function(void *, char *)TGTKgtk_icon_source_set_icon_name; extern(D) TGTKgtk_icon_source_set_icon_name gtk_icon_source_set_icon_name;
7456 alias extern (C) void function(void *, char *)TGTKgtk_icon_source_set_filename; extern(D) TGTKgtk_icon_source_set_filename gtk_icon_source_set_filename;
7457 alias extern (C) void function(void *)TGTKgtk_icon_source_free; extern(D) TGTKgtk_icon_source_free gtk_icon_source_free;
7458 alias extern (C) void * function(void *)TGTKgtk_icon_source_copy; extern(D) TGTKgtk_icon_source_copy gtk_icon_source_copy;
7459 alias extern (C) void * function()TGTKgtk_icon_source_new; extern(D) TGTKgtk_icon_source_new gtk_icon_source_new;
7460 alias extern (C) GType function()TGTKgtk_icon_source_get_type; extern(D) TGTKgtk_icon_source_get_type gtk_icon_source_get_type;
7461 alias extern (C) void function(void *, gint * *, gint *)TGTKgtk_icon_set_get_sizes; extern(D) TGTKgtk_icon_set_get_sizes gtk_icon_set_get_sizes;
7462 alias extern (C) void function(void *, void *)TGTKgtk_icon_set_add_source; extern(D) TGTKgtk_icon_set_add_source gtk_icon_set_add_source;
7463 alias extern (C) void * function(void *, aGtkStyle *, gint, gint, gint, aGtkWidget *, char *)TGTKgtk_icon_set_render_icon; extern(D) TGTKgtk_icon_set_render_icon gtk_icon_set_render_icon;
7464 alias extern (C) void * function(void *)TGTKgtk_icon_set_copy; extern(D) TGTKgtk_icon_set_copy gtk_icon_set_copy;
7465 alias extern (C) void function(void *)TGTKgtk_icon_set_unref; extern(D) TGTKgtk_icon_set_unref gtk_icon_set_unref;
7466 alias extern (C) void * function(void *)TGTKgtk_icon_set_ref; extern(D) TGTKgtk_icon_set_ref gtk_icon_set_ref;
7467 alias extern (C) void * function(void *)TGTKgtk_icon_set_new_from_pixbuf; extern(D) TGTKgtk_icon_set_new_from_pixbuf gtk_icon_set_new_from_pixbuf;
7468 alias extern (C) void * function()TGTKgtk_icon_set_new; extern(D) TGTKgtk_icon_set_new gtk_icon_set_new;
7469 alias extern (C) GType function()TGTKgtk_icon_set_get_type; extern(D) TGTKgtk_icon_set_get_type gtk_icon_set_get_type;
7470 alias extern (C) char * function(gint)TGTKgtk_icon_size_get_name; extern(D) TGTKgtk_icon_size_get_name gtk_icon_size_get_name;
7471 alias extern (C) gint function(char *)TGTKgtk_icon_size_from_name; extern(D) TGTKgtk_icon_size_from_name gtk_icon_size_from_name;
7472 alias extern (C) void function(char *, gint)TGTKgtk_icon_size_register_alias; extern(D) TGTKgtk_icon_size_register_alias gtk_icon_size_register_alias;
7473 alias extern (C) gint function(char *, gint, gint)TGTKgtk_icon_size_register; extern(D) TGTKgtk_icon_size_register gtk_icon_size_register;
7474 alias extern (C) gint function(aGtkSettings *, gint, gint *, gint *)TGTKgtk_icon_size_lookup_for_settings; extern(D) TGTKgtk_icon_size_lookup_for_settings gtk_icon_size_lookup_for_settings;
7475 alias extern (C) gint function(gint, gint *, gint *)TGTKgtk_icon_size_lookup; extern(D) TGTKgtk_icon_size_lookup gtk_icon_size_lookup;
7476 alias extern (C) void * function(in char *)TGTKgtk_icon_factory_lookup_default; extern(D) TGTKgtk_icon_factory_lookup_default gtk_icon_factory_lookup_default;
7477 alias extern (C) void function(aGtkIconFactory *)TGTKgtk_icon_factory_remove_default; extern(D) TGTKgtk_icon_factory_remove_default gtk_icon_factory_remove_default;
7478 alias extern (C) void function(aGtkIconFactory *)TGTKgtk_icon_factory_add_default; extern(D) TGTKgtk_icon_factory_add_default gtk_icon_factory_add_default;
7479 alias extern (C) void * function(aGtkIconFactory *, in char *)TGTKgtk_icon_factory_lookup; extern(D) TGTKgtk_icon_factory_lookup gtk_icon_factory_lookup;
7480 alias extern (C) void function(aGtkIconFactory *, char *, void *)TGTKgtk_icon_factory_add; extern(D) TGTKgtk_icon_factory_add gtk_icon_factory_add;
7481 alias extern (C) _GtkIconFactory * function()TGTKgtk_icon_factory_new; extern(D) TGTKgtk_icon_factory_new gtk_icon_factory_new;
7482 alias extern (C) GType function()TGTKgtk_icon_factory_get_type; extern(D) TGTKgtk_icon_factory_get_type gtk_icon_factory_get_type;
7483 alias extern (C) _GtkWidget * function()TGTKgtk_hseparator_new; extern(D) TGTKgtk_hseparator_new gtk_hseparator_new;
7484 alias extern (C) GType function()TGTKgtk_hseparator_get_type; extern(D) TGTKgtk_hseparator_get_type gtk_hseparator_get_type;
7485 alias extern (C) GType function()TGTKgtk_separator_get_type; extern(D) TGTKgtk_separator_get_type gtk_separator_get_type;
7486 alias extern (C) _GtkWidget * function(double, double, double)TGTKgtk_hscale_new_with_range; extern(D) TGTKgtk_hscale_new_with_range gtk_hscale_new_with_range;
7487 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_hscale_new; extern(D) TGTKgtk_hscale_new gtk_hscale_new;
7488 alias extern (C) GType function()TGTKgtk_hscale_get_type; extern(D) TGTKgtk_hscale_get_type gtk_hscale_get_type;
7489 //alias extern (C) char * function(aGtkScale *, double)TGTK_gtk_scale_format_value; extern(D) TGTK_gtk_scale_format_value _gtk_scale_format_value;
7490 //alias extern (C) void function(aGtkScale *, gint *, gint *)TGTK_gtk_scale_get_value_size; extern(D) TGTK_gtk_scale_get_value_size _gtk_scale_get_value_size;
7491 //alias extern (C) void function(aGtkScale *)TGTK_gtk_scale_clear_layout; extern(D) TGTK_gtk_scale_clear_layout _gtk_scale_clear_layout;
7492 alias extern (C) void function(aGtkScale *, gint *, gint *)TGTKgtk_scale_get_layout_offsets; extern(D) TGTKgtk_scale_get_layout_offsets gtk_scale_get_layout_offsets;
7493 alias extern (C) void * function(aGtkScale *)TGTKgtk_scale_get_layout; extern(D) TGTKgtk_scale_get_layout gtk_scale_get_layout;
7494 alias extern (C) gint function(aGtkScale *)TGTKgtk_scale_get_value_pos; extern(D) TGTKgtk_scale_get_value_pos gtk_scale_get_value_pos;
7495 alias extern (C) void function(aGtkScale *, gint)TGTKgtk_scale_set_value_pos; extern(D) TGTKgtk_scale_set_value_pos gtk_scale_set_value_pos;
7496 alias extern (C) gint function(aGtkScale *)TGTKgtk_scale_get_draw_value; extern(D) TGTKgtk_scale_get_draw_value gtk_scale_get_draw_value;
7497 alias extern (C) void function(aGtkScale *, gint)TGTKgtk_scale_set_draw_value; extern(D) TGTKgtk_scale_set_draw_value gtk_scale_set_draw_value;
7498 alias extern (C) gint function(aGtkScale *)TGTKgtk_scale_get_digits; extern(D) TGTKgtk_scale_get_digits gtk_scale_get_digits;
7499 alias extern (C) void function(aGtkScale *, gint)TGTKgtk_scale_set_digits; extern(D) TGTKgtk_scale_set_digits gtk_scale_set_digits;
7500 alias extern (C) GType function()TGTKgtk_scale_get_type; extern(D) TGTKgtk_scale_get_type gtk_scale_get_type;
7501 alias extern (C) _GtkWidget * function()TGTKgtk_hruler_new; extern(D) TGTKgtk_hruler_new gtk_hruler_new;
7502 alias extern (C) guint function()TGTKgtk_hruler_get_type; extern(D) TGTKgtk_hruler_get_type gtk_hruler_get_type;
7503 alias extern (C) void function(aGtkRuler *, double *, double *, double *, double *)TGTKgtk_ruler_get_range; extern(D) TGTKgtk_ruler_get_range gtk_ruler_get_range;
7504 alias extern (C) gint function(aGtkRuler *)TGTKgtk_ruler_get_metric; extern(D) TGTKgtk_ruler_get_metric gtk_ruler_get_metric;
7505 alias extern (C) void function(aGtkRuler *)TGTKgtk_ruler_draw_pos; extern(D) TGTKgtk_ruler_draw_pos gtk_ruler_draw_pos;
7506 alias extern (C) void function(aGtkRuler *)TGTKgtk_ruler_draw_ticks; extern(D) TGTKgtk_ruler_draw_ticks gtk_ruler_draw_ticks;
7507 alias extern (C) void function(aGtkRuler *, double, double, double, double)TGTKgtk_ruler_set_range; extern(D) TGTKgtk_ruler_set_range gtk_ruler_set_range;
7508 alias extern (C) void function(aGtkRuler *, gint)TGTKgtk_ruler_set_metric; extern(D) TGTKgtk_ruler_set_metric gtk_ruler_set_metric;
7509 alias extern (C) guint function()TGTKgtk_ruler_get_type; extern(D) TGTKgtk_ruler_get_type gtk_ruler_get_type;
7510 alias extern (C) _GtkWidget * function()TGTKgtk_hpaned_new; extern(D) TGTKgtk_hpaned_new gtk_hpaned_new;
7511 alias extern (C) GType function()TGTKgtk_hpaned_get_type; extern(D) TGTKgtk_hpaned_get_type gtk_hpaned_get_type;
7512 alias extern (C) void function(aGtkPaned *, gint, gint, gint)TGTKgtk_paned_compute_position; extern(D) TGTKgtk_paned_compute_position gtk_paned_compute_position;
7513 alias extern (C) _GtkWidget * function(aGtkPaned *)TGTKgtk_paned_get_child2; extern(D) TGTKgtk_paned_get_child2 gtk_paned_get_child2;
7514 alias extern (C) _GtkWidget * function(aGtkPaned *)TGTKgtk_paned_get_child1; extern(D) TGTKgtk_paned_get_child1 gtk_paned_get_child1;
7515 alias extern (C) void function(aGtkPaned *, gint)TGTKgtk_paned_set_position; extern(D) TGTKgtk_paned_set_position gtk_paned_set_position;
7516 alias extern (C) gint function(aGtkPaned *)TGTKgtk_paned_get_position; extern(D) TGTKgtk_paned_get_position gtk_paned_get_position;
7517 alias extern (C) void function(aGtkPaned *, aGtkWidget *, gint, gint)TGTKgtk_paned_pack2; extern(D) TGTKgtk_paned_pack2 gtk_paned_pack2;
7518 alias extern (C) void function(aGtkPaned *, aGtkWidget *, gint, gint)TGTKgtk_paned_pack1; extern(D) TGTKgtk_paned_pack1 gtk_paned_pack1;
7519 alias extern (C) void function(aGtkPaned *, aGtkWidget *)TGTKgtk_paned_add2; extern(D) TGTKgtk_paned_add2 gtk_paned_add2;
7520 alias extern (C) void function(aGtkPaned *, aGtkWidget *)TGTKgtk_paned_add1; extern(D) TGTKgtk_paned_add1 gtk_paned_add1;
7521 alias extern (C) GType function()TGTKgtk_paned_get_type; extern(D) TGTKgtk_paned_get_type gtk_paned_get_type;
7522 alias extern (C) void function(gint)TGTKgtk_hbutton_box_set_layout_default; extern(D) TGTKgtk_hbutton_box_set_layout_default gtk_hbutton_box_set_layout_default;
7523 alias extern (C) void function(gint)TGTKgtk_hbutton_box_set_spacing_default; extern(D) TGTKgtk_hbutton_box_set_spacing_default gtk_hbutton_box_set_spacing_default;
7524 alias extern (C) gint function()TGTKgtk_hbutton_box_get_layout_default; extern(D) TGTKgtk_hbutton_box_get_layout_default gtk_hbutton_box_get_layout_default;
7525 alias extern (C) gint function()TGTKgtk_hbutton_box_get_spacing_default; extern(D) TGTKgtk_hbutton_box_get_spacing_default gtk_hbutton_box_get_spacing_default;
7526 alias extern (C) _GtkWidget * function()TGTKgtk_hbutton_box_new; extern(D) TGTKgtk_hbutton_box_new gtk_hbutton_box_new;
7527 alias extern (C) GType function()TGTKgtk_hbutton_box_get_type; extern(D) TGTKgtk_hbutton_box_get_type gtk_hbutton_box_get_type;
7528 alias extern (C) gint function(aGtkHandleBox *)TGTKgtk_handle_box_get_snap_edge; extern(D) TGTKgtk_handle_box_get_snap_edge gtk_handle_box_get_snap_edge;
7529 alias extern (C) void function(aGtkHandleBox *, gint)TGTKgtk_handle_box_set_snap_edge; extern(D) TGTKgtk_handle_box_set_snap_edge gtk_handle_box_set_snap_edge;
7530 alias extern (C) gint function(aGtkHandleBox *)TGTKgtk_handle_box_get_handle_position; extern(D) TGTKgtk_handle_box_get_handle_position gtk_handle_box_get_handle_position;
7531 alias extern (C) void function(aGtkHandleBox *, gint)TGTKgtk_handle_box_set_handle_position; extern(D) TGTKgtk_handle_box_set_handle_position gtk_handle_box_set_handle_position;
7532 alias extern (C) gint function(aGtkHandleBox *)TGTKgtk_handle_box_get_shadow_type; extern(D) TGTKgtk_handle_box_get_shadow_type gtk_handle_box_get_shadow_type;
7533 alias extern (C) void function(aGtkHandleBox *, gint)TGTKgtk_handle_box_set_shadow_type; extern(D) TGTKgtk_handle_box_set_shadow_type gtk_handle_box_set_shadow_type;
7534 alias extern (C) _GtkWidget * function()TGTKgtk_handle_box_new; extern(D) TGTKgtk_handle_box_new gtk_handle_box_new;
7535 alias extern (C) GType function()TGTKgtk_handle_box_get_type; extern(D) TGTKgtk_handle_box_get_type gtk_handle_box_get_type;
7536 alias extern (C) void function(_GdkGC *)TGTKgtk_gc_release; extern(D) TGTKgtk_gc_release gtk_gc_release;
7537 alias extern (C) _GdkGC * function(gint, _GdkColormap *, _GdkGCValues *, gint)TGTKgtk_gc_get; extern(D) TGTKgtk_gc_get gtk_gc_get;
7538 alias extern (C) _GtkWidget * function()TGTKgtk_gamma_curve_new; extern(D) TGTKgtk_gamma_curve_new gtk_gamma_curve_new;
7539 alias extern (C) guint function()TGTKgtk_gamma_curve_get_type; extern(D) TGTKgtk_gamma_curve_get_type gtk_gamma_curve_get_type;
7540 alias extern (C) void function(aGtkFontSelectionDialog *, char *)TGTKgtk_font_selection_dialog_set_preview_text; extern(D) TGTKgtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_set_preview_text;
7541 alias extern (C) char * function(aGtkFontSelectionDialog *)TGTKgtk_font_selection_dialog_get_preview_text; extern(D) TGTKgtk_font_selection_dialog_get_preview_text gtk_font_selection_dialog_get_preview_text;
7542 alias extern (C) gint function(aGtkFontSelectionDialog *, char *)TGTKgtk_font_selection_dialog_set_font_name; extern(D) TGTKgtk_font_selection_dialog_set_font_name gtk_font_selection_dialog_set_font_name;
7543 alias extern (C) _GdkFont * function(aGtkFontSelectionDialog *)TGTKgtk_font_selection_dialog_get_font; extern(D) TGTKgtk_font_selection_dialog_get_font gtk_font_selection_dialog_get_font;
7544 alias extern (C) char * function(aGtkFontSelectionDialog *)TGTKgtk_font_selection_dialog_get_font_name; extern(D) TGTKgtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_get_font_name;
7545 alias extern (C) _GtkWidget * function(char *)TGTKgtk_font_selection_dialog_new; extern(D) TGTKgtk_font_selection_dialog_new gtk_font_selection_dialog_new;
7546 alias extern (C) GType function()TGTKgtk_font_selection_dialog_get_type; extern(D) TGTKgtk_font_selection_dialog_get_type gtk_font_selection_dialog_get_type;
7547 alias extern (C) void function(aGtkFontSelection *, char *)TGTKgtk_font_selection_set_preview_text; extern(D) TGTKgtk_font_selection_set_preview_text gtk_font_selection_set_preview_text;
7548 alias extern (C) char * function(aGtkFontSelection *)TGTKgtk_font_selection_get_preview_text; extern(D) TGTKgtk_font_selection_get_preview_text gtk_font_selection_get_preview_text;
7549 alias extern (C) gint function(aGtkFontSelection *, char *)TGTKgtk_font_selection_set_font_name; extern(D) TGTKgtk_font_selection_set_font_name gtk_font_selection_set_font_name;
7550 alias extern (C) _GdkFont * function(aGtkFontSelection *)TGTKgtk_font_selection_get_font; extern(D) TGTKgtk_font_selection_get_font gtk_font_selection_get_font;
7551 alias extern (C) char * function(aGtkFontSelection *)TGTKgtk_font_selection_get_font_name; extern(D) TGTKgtk_font_selection_get_font_name gtk_font_selection_get_font_name;
7552 alias extern (C) _GtkWidget * function()TGTKgtk_font_selection_new; extern(D) TGTKgtk_font_selection_new gtk_font_selection_new;
7553 alias extern (C) GType function()TGTKgtk_font_selection_get_type; extern(D) TGTKgtk_font_selection_get_type gtk_font_selection_get_type;
7554 alias extern (C) void function(aGtkFontButton *, gint)TGTKgtk_font_button_set_show_size; extern(D) TGTKgtk_font_button_set_show_size gtk_font_button_set_show_size;
7555 alias extern (C) gint function(aGtkFontButton *)TGTKgtk_font_button_get_show_size; extern(D) TGTKgtk_font_button_get_show_size gtk_font_button_get_show_size;
7556 alias extern (C) void function(aGtkFontButton *, gint)TGTKgtk_font_button_set_show_style; extern(D) TGTKgtk_font_button_set_show_style gtk_font_button_set_show_style;
7557 alias extern (C) gint function(aGtkFontButton *)TGTKgtk_font_button_get_show_style; extern(D) TGTKgtk_font_button_get_show_style gtk_font_button_get_show_style;
7558 alias extern (C) gint function(aGtkFontButton *, char *)TGTKgtk_font_button_set_font_name; extern(D) TGTKgtk_font_button_set_font_name gtk_font_button_set_font_name;
7559 alias extern (C) char * function(aGtkFontButton *)TGTKgtk_font_button_get_font_name; extern(D) TGTKgtk_font_button_get_font_name gtk_font_button_get_font_name;
7560 alias extern (C) void function(aGtkFontButton *, gint)TGTKgtk_font_button_set_use_size; extern(D) TGTKgtk_font_button_set_use_size gtk_font_button_set_use_size;
7561 alias extern (C) gint function(aGtkFontButton *)TGTKgtk_font_button_get_use_size; extern(D) TGTKgtk_font_button_get_use_size gtk_font_button_get_use_size;
7562 alias extern (C) void function(aGtkFontButton *, gint)TGTKgtk_font_button_set_use_font; extern(D) TGTKgtk_font_button_set_use_font gtk_font_button_set_use_font;
7563 alias extern (C) gint function(aGtkFontButton *)TGTKgtk_font_button_get_use_font; extern(D) TGTKgtk_font_button_get_use_font gtk_font_button_get_use_font;
7564 alias extern (C) void function(aGtkFontButton *, char *)TGTKgtk_font_button_set_title; extern(D) TGTKgtk_font_button_set_title gtk_font_button_set_title;
7565 alias extern (C) char * function(aGtkFontButton *)TGTKgtk_font_button_get_title; extern(D) TGTKgtk_font_button_get_title gtk_font_button_get_title;
7566 alias extern (C) _GtkWidget * function(char *)TGTKgtk_font_button_new_with_font; extern(D) TGTKgtk_font_button_new_with_font gtk_font_button_new_with_font;
7567 alias extern (C) _GtkWidget * function()TGTKgtk_font_button_new; extern(D) TGTKgtk_font_button_new gtk_font_button_new;
7568 alias extern (C) GType function()TGTKgtk_font_button_get_type; extern(D) TGTKgtk_font_button_get_type gtk_font_button_get_type;
7569 alias extern (C) _GtkWidget * function(gint, char *)TGTKgtk_file_chooser_widget_new_with_backend; extern(D) TGTKgtk_file_chooser_widget_new_with_backend gtk_file_chooser_widget_new_with_backend;
7570 alias extern (C) _GtkWidget * function(gint)TGTKgtk_file_chooser_widget_new; extern(D) TGTKgtk_file_chooser_widget_new gtk_file_chooser_widget_new;
7571 alias extern (C) GType function()TGTKgtk_file_chooser_widget_get_type; extern(D) TGTKgtk_file_chooser_widget_get_type gtk_file_chooser_widget_get_type;
7572 alias extern (C) _GtkWidget * function(char *, aGtkWindow *, gint, char *, char *, ...)TGTKgtk_file_chooser_dialog_new_with_backend; extern(D) TGTKgtk_file_chooser_dialog_new_with_backend gtk_file_chooser_dialog_new_with_backend;
7573 alias extern (C) _GtkWidget * function(in char *, aGtkWindow *, gint, in char *, ...)TGTKgtk_file_chooser_dialog_new; extern(D) TGTKgtk_file_chooser_dialog_new gtk_file_chooser_dialog_new;
7574 alias extern (C) GType function()TGTKgtk_file_chooser_dialog_get_type; extern(D) TGTKgtk_file_chooser_dialog_get_type gtk_file_chooser_dialog_get_type;
7575 alias extern (C) void function(aGtkFileChooserButton *, gint)TGTKgtk_file_chooser_button_set_focus_on_click; extern(D) TGTKgtk_file_chooser_button_set_focus_on_click gtk_file_chooser_button_set_focus_on_click;
7576 alias extern (C) gint function(aGtkFileChooserButton *)TGTKgtk_file_chooser_button_get_focus_on_click; extern(D) TGTKgtk_file_chooser_button_get_focus_on_click gtk_file_chooser_button_get_focus_on_click;
7577 alias extern (C) void function(aGtkFileChooserButton *, gint)TGTKgtk_file_chooser_button_set_width_chars; extern(D) TGTKgtk_file_chooser_button_set_width_chars gtk_file_chooser_button_set_width_chars;
7578 alias extern (C) gint function(aGtkFileChooserButton *)TGTKgtk_file_chooser_button_get_width_chars; extern(D) TGTKgtk_file_chooser_button_get_width_chars gtk_file_chooser_button_get_width_chars;
7579 alias extern (C) void function(aGtkFileChooserButton *, char *)TGTKgtk_file_chooser_button_set_title; extern(D) TGTKgtk_file_chooser_button_set_title gtk_file_chooser_button_set_title;
7580 alias extern (C) char * function(aGtkFileChooserButton *)TGTKgtk_file_chooser_button_get_title; extern(D) TGTKgtk_file_chooser_button_get_title gtk_file_chooser_button_get_title;
7581 alias extern (C) _GtkWidget * function(aGtkWidget *)TGTKgtk_file_chooser_button_new_with_dialog; extern(D) TGTKgtk_file_chooser_button_new_with_dialog gtk_file_chooser_button_new_with_dialog;
7582 alias extern (C) _GtkWidget * function(char *, gint, char *)TGTKgtk_file_chooser_button_new_with_backend; extern(D) TGTKgtk_file_chooser_button_new_with_backend gtk_file_chooser_button_new_with_backend;
7583 alias extern (C) _GtkWidget * function(char *, gint)TGTKgtk_file_chooser_button_new; extern(D) TGTKgtk_file_chooser_button_new gtk_file_chooser_button_new;
7584 alias extern (C) GType function()TGTKgtk_file_chooser_button_get_type; extern(D) TGTKgtk_file_chooser_button_get_type gtk_file_chooser_button_get_type;
7585 alias extern (C) _GSList * function(void *)TGTKgtk_file_chooser_list_shortcut_folder_uris; extern(D) TGTKgtk_file_chooser_list_shortcut_folder_uris gtk_file_chooser_list_shortcut_folder_uris;
7586 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_file_chooser_remove_shortcut_folder_uri; extern(D) TGTKgtk_file_chooser_remove_shortcut_folder_uri gtk_file_chooser_remove_shortcut_folder_uri;
7587 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_file_chooser_add_shortcut_folder_uri; extern(D) TGTKgtk_file_chooser_add_shortcut_folder_uri gtk_file_chooser_add_shortcut_folder_uri;
7588 alias extern (C) _GSList * function(void *)TGTKgtk_file_chooser_list_shortcut_folders; extern(D) TGTKgtk_file_chooser_list_shortcut_folders gtk_file_chooser_list_shortcut_folders;
7589 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_file_chooser_remove_shortcut_folder; extern(D) TGTKgtk_file_chooser_remove_shortcut_folder gtk_file_chooser_remove_shortcut_folder;
7590 alias extern (C) gint function(void *, char *, _GError * *)TGTKgtk_file_chooser_add_shortcut_folder; extern(D) TGTKgtk_file_chooser_add_shortcut_folder gtk_file_chooser_add_shortcut_folder;
7591 alias extern (C) void * function(void *)TGTKgtk_file_chooser_get_filter; extern(D) TGTKgtk_file_chooser_get_filter gtk_file_chooser_get_filter;
7592 alias extern (C) void function(void *, void *)TGTKgtk_file_chooser_set_filter; extern(D) TGTKgtk_file_chooser_set_filter gtk_file_chooser_set_filter;
7593 alias extern (C) _GSList * function(void *)TGTKgtk_file_chooser_list_filters; extern(D) TGTKgtk_file_chooser_list_filters gtk_file_chooser_list_filters;
7594 alias extern (C) void function(void *, void *)TGTKgtk_file_chooser_remove_filter; extern(D) TGTKgtk_file_chooser_remove_filter gtk_file_chooser_remove_filter;
7595 alias extern (C) void function(void *, void *)TGTKgtk_file_chooser_add_filter; extern(D) TGTKgtk_file_chooser_add_filter gtk_file_chooser_add_filter;
7596 alias extern (C) _GtkWidget * function(void *)TGTKgtk_file_chooser_get_extra_widget; extern(D) TGTKgtk_file_chooser_get_extra_widget gtk_file_chooser_get_extra_widget;
7597 alias extern (C) void function(void *, aGtkWidget *)TGTKgtk_file_chooser_set_extra_widget; extern(D) TGTKgtk_file_chooser_set_extra_widget gtk_file_chooser_set_extra_widget;
7598 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_preview_uri; extern(D) TGTKgtk_file_chooser_get_preview_uri gtk_file_chooser_get_preview_uri;
7599 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_preview_filename; extern(D) TGTKgtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_filename;
7600 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_use_preview_label; extern(D) TGTKgtk_file_chooser_get_use_preview_label gtk_file_chooser_get_use_preview_label;
7601 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_use_preview_label; extern(D) TGTKgtk_file_chooser_set_use_preview_label gtk_file_chooser_set_use_preview_label;
7602 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_preview_widget_active; extern(D) TGTKgtk_file_chooser_get_preview_widget_active gtk_file_chooser_get_preview_widget_active;
7603 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_preview_widget_active; extern(D) TGTKgtk_file_chooser_set_preview_widget_active gtk_file_chooser_set_preview_widget_active;
7604 alias extern (C) _GtkWidget * function(void *)TGTKgtk_file_chooser_get_preview_widget; extern(D) TGTKgtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_widget;
7605 alias extern (C) void function(void *, aGtkWidget *)TGTKgtk_file_chooser_set_preview_widget; extern(D) TGTKgtk_file_chooser_set_preview_widget gtk_file_chooser_set_preview_widget;
7606 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_current_folder_uri; extern(D) TGTKgtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_current_folder_uri;
7607 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_set_current_folder_uri; extern(D) TGTKgtk_file_chooser_set_current_folder_uri gtk_file_chooser_set_current_folder_uri;
7608 alias extern (C) _GSList * function(void *)TGTKgtk_file_chooser_get_uris; extern(D) TGTKgtk_file_chooser_get_uris gtk_file_chooser_get_uris;
7609 alias extern (C) void function(void *, char *)TGTKgtk_file_chooser_unselect_uri; extern(D) TGTKgtk_file_chooser_unselect_uri gtk_file_chooser_unselect_uri;
7610 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_select_uri; extern(D) TGTKgtk_file_chooser_select_uri gtk_file_chooser_select_uri;
7611 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_set_uri; extern(D) TGTKgtk_file_chooser_set_uri gtk_file_chooser_set_uri;
7612 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_uri; extern(D) TGTKgtk_file_chooser_get_uri gtk_file_chooser_get_uri;
7613 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_current_folder; extern(D) TGTKgtk_file_chooser_get_current_folder gtk_file_chooser_get_current_folder;
7614 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_set_current_folder; extern(D) TGTKgtk_file_chooser_set_current_folder gtk_file_chooser_set_current_folder;
7615 alias extern (C) _GSList * function(void *)TGTKgtk_file_chooser_get_filenames; extern(D) TGTKgtk_file_chooser_get_filenames gtk_file_chooser_get_filenames;
7616 alias extern (C) void function(void *)TGTKgtk_file_chooser_unselect_all; extern(D) TGTKgtk_file_chooser_unselect_all gtk_file_chooser_unselect_all;
7617 alias extern (C) void function(void *)TGTKgtk_file_chooser_select_all; extern(D) TGTKgtk_file_chooser_select_all gtk_file_chooser_select_all;
7618 alias extern (C) void function(void *, char *)TGTKgtk_file_chooser_unselect_filename; extern(D) TGTKgtk_file_chooser_unselect_filename gtk_file_chooser_unselect_filename;
7619 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_select_filename; extern(D) TGTKgtk_file_chooser_select_filename gtk_file_chooser_select_filename;
7620 alias extern (C) gint function(void *, char *)TGTKgtk_file_chooser_set_filename; extern(D) TGTKgtk_file_chooser_set_filename gtk_file_chooser_set_filename;
7621 alias extern (C) char * function(void *)TGTKgtk_file_chooser_get_filename; extern(D) TGTKgtk_file_chooser_get_filename gtk_file_chooser_get_filename;
7622 alias extern (C) void function(void *, char *)TGTKgtk_file_chooser_set_current_name; extern(D) TGTKgtk_file_chooser_set_current_name gtk_file_chooser_set_current_name;
7623 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_do_overwrite_confirmation; extern(D) TGTKgtk_file_chooser_get_do_overwrite_confirmation gtk_file_chooser_get_do_overwrite_confirmation;
7624 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_do_overwrite_confirmation; extern(D) TGTKgtk_file_chooser_set_do_overwrite_confirmation gtk_file_chooser_set_do_overwrite_confirmation;
7625 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_show_hidden; extern(D) TGTKgtk_file_chooser_get_show_hidden gtk_file_chooser_get_show_hidden;
7626 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_show_hidden; extern(D) TGTKgtk_file_chooser_set_show_hidden gtk_file_chooser_set_show_hidden;
7627 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_select_multiple; extern(D) TGTKgtk_file_chooser_get_select_multiple gtk_file_chooser_get_select_multiple;
7628 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_select_multiple; extern(D) TGTKgtk_file_chooser_set_select_multiple gtk_file_chooser_set_select_multiple;
7629 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_local_only; extern(D) TGTKgtk_file_chooser_get_local_only gtk_file_chooser_get_local_only;
7630 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_local_only; extern(D) TGTKgtk_file_chooser_set_local_only gtk_file_chooser_set_local_only;
7631 alias extern (C) gint function(void *)TGTKgtk_file_chooser_get_action; extern(D) TGTKgtk_file_chooser_get_action gtk_file_chooser_get_action;
7632 alias extern (C) void function(void *, gint)TGTKgtk_file_chooser_set_action; extern(D) TGTKgtk_file_chooser_set_action gtk_file_chooser_set_action;
7633 alias extern (C) GQuark function()TGTKgtk_file_chooser_error_quark; extern(D) TGTKgtk_file_chooser_error_quark gtk_file_chooser_error_quark;
7634 alias extern (C) GType function()TGTKgtk_file_chooser_get_type; extern(D) TGTKgtk_file_chooser_get_type gtk_file_chooser_get_type;
7635 alias extern (C) gint function(void *, aGtkFileFilterInfo *)TGTKgtk_file_filter_filter; extern(D) TGTKgtk_file_filter_filter gtk_file_filter_filter;
7636 alias extern (C) gint function(void *)TGTKgtk_file_filter_get_needed; extern(D) TGTKgtk_file_filter_get_needed gtk_file_filter_get_needed;
7637 alias extern (C) void function(void *, gint, _BCD_func__10568, void *, _BCD_func__13158)TGTKgtk_file_filter_add_custom; extern(D) TGTKgtk_file_filter_add_custom gtk_file_filter_add_custom;
7638 alias extern (C) void function(void *)TGTKgtk_file_filter_add_pixbuf_formats; extern(D) TGTKgtk_file_filter_add_pixbuf_formats gtk_file_filter_add_pixbuf_formats;
7639 alias extern (C) void function(void *, char *)TGTKgtk_file_filter_add_pattern; extern(D) TGTKgtk_file_filter_add_pattern gtk_file_filter_add_pattern;
7640 alias extern (C) void function(void *, char *)TGTKgtk_file_filter_add_mime_type; extern(D) TGTKgtk_file_filter_add_mime_type gtk_file_filter_add_mime_type;
7641 alias extern (C) char * function(void *)TGTKgtk_file_filter_get_name; extern(D) TGTKgtk_file_filter_get_name gtk_file_filter_get_name;
7642 alias extern (C) void function(void *, char *)TGTKgtk_file_filter_set_name; extern(D) TGTKgtk_file_filter_set_name gtk_file_filter_set_name;
7643 alias extern (C) void * function()TGTKgtk_file_filter_new; extern(D) TGTKgtk_file_filter_new gtk_file_filter_new;
7644 alias extern (C) GType function()TGTKgtk_file_filter_get_type; extern(D) TGTKgtk_file_filter_get_type gtk_file_filter_get_type;
7645 alias extern (C) gint function(aGtkFixed *)TGTKgtk_fixed_get_has_window; extern(D) TGTKgtk_fixed_get_has_window gtk_fixed_get_has_window;
7646 alias extern (C) void function(aGtkFixed *, gint)TGTKgtk_fixed_set_has_window; extern(D) TGTKgtk_fixed_set_has_window gtk_fixed_set_has_window;
7647 alias extern (C) void function(aGtkFixed *, aGtkWidget *, gint, gint)TGTKgtk_fixed_move; extern(D) TGTKgtk_fixed_move gtk_fixed_move;
7648 alias extern (C) void function(aGtkFixed *, aGtkWidget *, gint, gint)TGTKgtk_fixed_put; extern(D) TGTKgtk_fixed_put gtk_fixed_put;
7649 alias extern (C) _GtkWidget * function()TGTKgtk_fixed_new; extern(D) TGTKgtk_fixed_new gtk_fixed_new;
7650 alias extern (C) GType function()TGTKgtk_fixed_get_type; extern(D) TGTKgtk_fixed_get_type gtk_fixed_get_type;
7651 alias extern (C) gint function(aGtkFileSelection *)TGTKgtk_file_selection_get_select_multiple; extern(D) TGTKgtk_file_selection_get_select_multiple gtk_file_selection_get_select_multiple;
7652 alias extern (C) void function(aGtkFileSelection *, gint)TGTKgtk_file_selection_set_select_multiple; extern(D) TGTKgtk_file_selection_set_select_multiple gtk_file_selection_set_select_multiple;
7653 alias extern (C) char * * function(aGtkFileSelection *)TGTKgtk_file_selection_get_selections; extern(D) TGTKgtk_file_selection_get_selections gtk_file_selection_get_selections;
7654 alias extern (C) void function(aGtkFileSelection *)TGTKgtk_file_selection_hide_fileop_buttons; extern(D) TGTKgtk_file_selection_hide_fileop_buttons gtk_file_selection_hide_fileop_buttons;
7655 alias extern (C) void function(aGtkFileSelection *)TGTKgtk_file_selection_show_fileop_buttons; extern(D) TGTKgtk_file_selection_show_fileop_buttons gtk_file_selection_show_fileop_buttons;
7656 alias extern (C) void function(aGtkFileSelection *, char *)TGTKgtk_file_selection_complete; extern(D) TGTKgtk_file_selection_complete gtk_file_selection_complete;
7657 alias extern (C) char * function(aGtkFileSelection *)TGTKgtk_file_selection_get_filename; extern(D) TGTKgtk_file_selection_get_filename gtk_file_selection_get_filename;
7658 alias extern (C) void function(aGtkFileSelection *, char *)TGTKgtk_file_selection_set_filename; extern(D) TGTKgtk_file_selection_set_filename gtk_file_selection_set_filename;
7659 alias extern (C) _GtkWidget * function(char *)TGTKgtk_file_selection_new; extern(D) TGTKgtk_file_selection_new gtk_file_selection_new;
7660 alias extern (C) guint function()TGTKgtk_file_selection_get_type; extern(D) TGTKgtk_file_selection_get_type gtk_file_selection_get_type;
7661 alias extern (C) _GtkWidget * function(aGtkExpander *)TGTKgtk_expander_get_label_widget; extern(D) TGTKgtk_expander_get_label_widget gtk_expander_get_label_widget;
7662 alias extern (C) void function(aGtkExpander *, aGtkWidget *)TGTKgtk_expander_set_label_widget; extern(D) TGTKgtk_expander_set_label_widget gtk_expander_set_label_widget;
7663 alias extern (C) gint function(aGtkExpander *)TGTKgtk_expander_get_use_markup; extern(D) TGTKgtk_expander_get_use_markup gtk_expander_get_use_markup;
7664 alias extern (C) void function(aGtkExpander *, gint)TGTKgtk_expander_set_use_markup; extern(D) TGTKgtk_expander_set_use_markup gtk_expander_set_use_markup;
7665 alias extern (C) gint function(aGtkExpander *)TGTKgtk_expander_get_use_underline; extern(D) TGTKgtk_expander_get_use_underline gtk_expander_get_use_underline;
7666 alias extern (C) void function(aGtkExpander *, gint)TGTKgtk_expander_set_use_underline; extern(D) TGTKgtk_expander_set_use_underline gtk_expander_set_use_underline;
7667 alias extern (C) char * function(aGtkExpander *)TGTKgtk_expander_get_label; extern(D) TGTKgtk_expander_get_label gtk_expander_get_label;
7668 alias extern (C) void function(aGtkExpander *, char *)TGTKgtk_expander_set_label; extern(D) TGTKgtk_expander_set_label gtk_expander_set_label;
7669 alias extern (C) gint function(aGtkExpander *)TGTKgtk_expander_get_spacing; extern(D) TGTKgtk_expander_get_spacing gtk_expander_get_spacing;
7670 alias extern (C) void function(aGtkExpander *, gint)TGTKgtk_expander_set_spacing; extern(D) TGTKgtk_expander_set_spacing gtk_expander_set_spacing;
7671 alias extern (C) gint function(aGtkExpander *)TGTKgtk_expander_get_expanded; extern(D) TGTKgtk_expander_get_expanded gtk_expander_get_expanded;
7672 alias extern (C) void function(aGtkExpander *, gint)TGTKgtk_expander_set_expanded; extern(D) TGTKgtk_expander_set_expanded gtk_expander_set_expanded;
7673 alias extern (C) _GtkWidget * function(char *)TGTKgtk_expander_new_with_mnemonic; extern(D) TGTKgtk_expander_new_with_mnemonic gtk_expander_new_with_mnemonic;
7674 alias extern (C) _GtkWidget * function(char *)TGTKgtk_expander_new; extern(D) TGTKgtk_expander_new gtk_expander_new;
7675 alias extern (C) GType function()TGTKgtk_expander_get_type; extern(D) TGTKgtk_expander_get_type gtk_expander_get_type;
7676 alias extern (C) void function(aGtkEventBox *, gint)TGTKgtk_event_box_set_above_child; extern(D) TGTKgtk_event_box_set_above_child gtk_event_box_set_above_child;
7677 alias extern (C) gint function(aGtkEventBox *)TGTKgtk_event_box_get_above_child; extern(D) TGTKgtk_event_box_get_above_child gtk_event_box_get_above_child;
7678 alias extern (C) void function(aGtkEventBox *, gint)TGTKgtk_event_box_set_visible_window; extern(D) TGTKgtk_event_box_set_visible_window gtk_event_box_set_visible_window;
7679 alias extern (C) gint function(aGtkEventBox *)TGTKgtk_event_box_get_visible_window; extern(D) TGTKgtk_event_box_get_visible_window gtk_event_box_get_visible_window;
7680 alias extern (C) _GtkWidget * function()TGTKgtk_event_box_new; extern(D) TGTKgtk_event_box_new gtk_event_box_new;
7681 alias extern (C) GType function()TGTKgtk_event_box_get_type; extern(D) TGTKgtk_event_box_get_type gtk_event_box_get_type;
7682 alias extern (C) void function(aGtkCurve *, gint)TGTKgtk_curve_set_curve_type; extern(D) TGTKgtk_curve_set_curve_type gtk_curve_set_curve_type;
7683 alias extern (C) void function(aGtkCurve *, gint, float *)TGTKgtk_curve_set_vector; extern(D) TGTKgtk_curve_set_vector gtk_curve_set_vector;
7684 alias extern (C) void function(aGtkCurve *, gint, float *)TGTKgtk_curve_get_vector; extern(D) TGTKgtk_curve_get_vector gtk_curve_get_vector;
7685 alias extern (C) void function(aGtkCurve *, float, float, float, float)TGTKgtk_curve_set_range; extern(D) TGTKgtk_curve_set_range gtk_curve_set_range;
7686 alias extern (C) void function(aGtkCurve *, float)TGTKgtk_curve_set_gamma; extern(D) TGTKgtk_curve_set_gamma gtk_curve_set_gamma;
7687 alias extern (C) void function(aGtkCurve *)TGTKgtk_curve_reset; extern(D) TGTKgtk_curve_reset gtk_curve_reset;
7688 alias extern (C) _GtkWidget * function()TGTKgtk_curve_new; extern(D) TGTKgtk_curve_new gtk_curve_new;
7689 alias extern (C) guint function()TGTKgtk_curve_get_type; extern(D) TGTKgtk_curve_get_type gtk_curve_get_type;
7690 alias extern (C) void function(aGtkDrawingArea *, gint, gint)TGTKgtk_drawing_area_size; extern(D) TGTKgtk_drawing_area_size gtk_drawing_area_size;
7691 alias extern (C) _GtkWidget * function()TGTKgtk_drawing_area_new; extern(D) TGTKgtk_drawing_area_new gtk_drawing_area_new;
7692 alias extern (C) GType function()TGTKgtk_drawing_area_get_type; extern(D) TGTKgtk_drawing_area_get_type gtk_drawing_area_get_type;
7693 alias extern (C) guint function()TGTKgtk_ctree_node_get_type; extern(D) TGTKgtk_ctree_node_get_type gtk_ctree_node_get_type;
7694 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_sort_recursive; extern(D) TGTKgtk_ctree_sort_recursive gtk_ctree_sort_recursive;
7695 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_sort_node; extern(D) TGTKgtk_ctree_sort_node gtk_ctree_sort_node;
7696 alias extern (C) void function(aGtkCTree *, _BCD_func__10682)TGTKgtk_ctree_set_drag_compare_func; extern(D) TGTKgtk_ctree_set_drag_compare_func gtk_ctree_set_drag_compare_func;
7697 alias extern (C) void function(aGtkCTree *, gint)TGTKgtk_ctree_set_expander_style; extern(D) TGTKgtk_ctree_set_expander_style gtk_ctree_set_expander_style;
7698 alias extern (C) void function(aGtkCTree *, gint)TGTKgtk_ctree_set_line_style; extern(D) TGTKgtk_ctree_set_line_style gtk_ctree_set_line_style;
7699 alias extern (C) void function(aGtkCTree *, gint)TGTKgtk_ctree_set_show_stub; extern(D) TGTKgtk_ctree_set_show_stub gtk_ctree_set_show_stub;
7700 alias extern (C) void function(aGtkCTree *, gint)TGTKgtk_ctree_set_spacing; extern(D) TGTKgtk_ctree_set_spacing gtk_ctree_set_spacing;
7701 alias extern (C) void function(aGtkCTree *, gint)TGTKgtk_ctree_set_indent; extern(D) TGTKgtk_ctree_set_indent gtk_ctree_set_indent;
7702 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_node_is_visible; extern(D) TGTKgtk_ctree_node_is_visible gtk_ctree_node_is_visible;
7703 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, float, float)TGTKgtk_ctree_node_moveto; extern(D) TGTKgtk_ctree_node_moveto gtk_ctree_node_moveto;
7704 alias extern (C) void * function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_node_get_row_data; extern(D) TGTKgtk_ctree_node_get_row_data gtk_ctree_node_get_row_data;
7705 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__13158)TGTKgtk_ctree_node_set_row_data_full; extern(D) TGTKgtk_ctree_node_set_row_data_full gtk_ctree_node_set_row_data_full;
7706 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, void *)TGTKgtk_ctree_node_set_row_data; extern(D) TGTKgtk_ctree_node_set_row_data gtk_ctree_node_set_row_data;
7707 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, _GdkColor *)TGTKgtk_ctree_node_set_background; extern(D) TGTKgtk_ctree_node_set_background gtk_ctree_node_set_background;
7708 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, _GdkColor *)TGTKgtk_ctree_node_set_foreground; extern(D) TGTKgtk_ctree_node_set_foreground gtk_ctree_node_set_foreground;
7709 alias extern (C) _GtkStyle * function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_node_get_cell_style; extern(D) TGTKgtk_ctree_node_get_cell_style gtk_ctree_node_get_cell_style;
7710 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, aGtkStyle *)TGTKgtk_ctree_node_set_cell_style; extern(D) TGTKgtk_ctree_node_set_cell_style gtk_ctree_node_set_cell_style;
7711 alias extern (C) _GtkStyle * function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_node_get_row_style; extern(D) TGTKgtk_ctree_node_get_row_style gtk_ctree_node_get_row_style;
7712 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, aGtkStyle *)TGTKgtk_ctree_node_set_row_style; extern(D) TGTKgtk_ctree_node_set_row_style gtk_ctree_node_set_row_style;
7713 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, char * *, char *, _GdkDrawable * *, _GdkDrawable * *, _GdkDrawable * *, _GdkDrawable * *, gint *, gint *)TGTKgtk_ctree_get_node_info; extern(D) TGTKgtk_ctree_get_node_info gtk_ctree_get_node_info;
7714 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, gint, char * *, char *, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_ctree_node_get_pixtext; extern(D) TGTKgtk_ctree_node_get_pixtext gtk_ctree_node_get_pixtext;
7715 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, gint, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_ctree_node_get_pixmap; extern(D) TGTKgtk_ctree_node_get_pixmap gtk_ctree_node_get_pixmap;
7716 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, gint, char * *)TGTKgtk_ctree_node_get_text; extern(D) TGTKgtk_ctree_node_get_text gtk_ctree_node_get_text;
7717 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_node_get_cell_type; extern(D) TGTKgtk_ctree_node_get_cell_type gtk_ctree_node_get_cell_type;
7718 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_node_get_selectable; extern(D) TGTKgtk_ctree_node_get_selectable gtk_ctree_node_get_selectable;
7719 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_node_set_selectable; extern(D) TGTKgtk_ctree_node_set_selectable gtk_ctree_node_set_selectable;
7720 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, gint, gint)TGTKgtk_ctree_node_set_shift; extern(D) TGTKgtk_ctree_node_set_shift gtk_ctree_node_set_shift;
7721 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, char *, char, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, gint, gint)TGTKgtk_ctree_set_node_info; extern(D) TGTKgtk_ctree_set_node_info gtk_ctree_set_node_info;
7722 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, char *, char, _GdkDrawable *, _GdkDrawable *)TGTKgtk_ctree_node_set_pixtext; extern(D) TGTKgtk_ctree_node_set_pixtext gtk_ctree_node_set_pixtext;
7723 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, _GdkDrawable *, _GdkDrawable *)TGTKgtk_ctree_node_set_pixmap; extern(D) TGTKgtk_ctree_node_set_pixmap gtk_ctree_node_set_pixmap;
7724 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, char *)TGTKgtk_ctree_node_set_text; extern(D) TGTKgtk_ctree_node_set_text gtk_ctree_node_set_text;
7725 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_real_select_recursive; extern(D) TGTKgtk_ctree_real_select_recursive gtk_ctree_real_select_recursive;
7726 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_unselect_recursive; extern(D) TGTKgtk_ctree_unselect_recursive gtk_ctree_unselect_recursive;
7727 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_unselect; extern(D) TGTKgtk_ctree_unselect gtk_ctree_unselect;
7728 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_select_recursive; extern(D) TGTKgtk_ctree_select_recursive gtk_ctree_select_recursive;
7729 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_select; extern(D) TGTKgtk_ctree_select gtk_ctree_select;
7730 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_toggle_expansion_recursive; extern(D) TGTKgtk_ctree_toggle_expansion_recursive gtk_ctree_toggle_expansion_recursive;
7731 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_toggle_expansion; extern(D) TGTKgtk_ctree_toggle_expansion gtk_ctree_toggle_expansion;
7732 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_collapse_to_depth; extern(D) TGTKgtk_ctree_collapse_to_depth gtk_ctree_collapse_to_depth;
7733 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_collapse_recursive; extern(D) TGTKgtk_ctree_collapse_recursive gtk_ctree_collapse_recursive;
7734 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_collapse; extern(D) TGTKgtk_ctree_collapse gtk_ctree_collapse;
7735 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint)TGTKgtk_ctree_expand_to_depth; extern(D) TGTKgtk_ctree_expand_to_depth gtk_ctree_expand_to_depth;
7736 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_expand_recursive; extern(D) TGTKgtk_ctree_expand_recursive gtk_ctree_expand_recursive;
7737 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_expand; extern(D) TGTKgtk_ctree_expand gtk_ctree_expand;
7738 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, aGtkCTreeNode *)TGTKgtk_ctree_move; extern(D) TGTKgtk_ctree_move gtk_ctree_move;
7739 alias extern (C) gint function(aGtkCTree *, gint, gint)TGTKgtk_ctree_is_hot_spot; extern(D) TGTKgtk_ctree_is_hot_spot gtk_ctree_is_hot_spot;
7740 alias extern (C) _GList * function(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__14970)TGTKgtk_ctree_find_all_by_row_data_custom; extern(D) TGTKgtk_ctree_find_all_by_row_data_custom gtk_ctree_find_all_by_row_data_custom;
7741 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__14970)TGTKgtk_ctree_find_by_row_data_custom; extern(D) TGTKgtk_ctree_find_by_row_data_custom gtk_ctree_find_by_row_data_custom;
7742 alias extern (C) _GList * function(aGtkCTree *, aGtkCTreeNode *, void *)TGTKgtk_ctree_find_all_by_row_data; extern(D) TGTKgtk_ctree_find_all_by_row_data gtk_ctree_find_all_by_row_data;
7743 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeNode *, void *)TGTKgtk_ctree_find_by_row_data; extern(D) TGTKgtk_ctree_find_by_row_data gtk_ctree_find_by_row_data;
7744 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *)TGTKgtk_ctree_is_ancestor; extern(D) TGTKgtk_ctree_is_ancestor gtk_ctree_is_ancestor;
7745 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *)TGTKgtk_ctree_find; extern(D) TGTKgtk_ctree_find gtk_ctree_find;
7746 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, guint)TGTKgtk_ctree_node_nth; extern(D) TGTKgtk_ctree_node_nth gtk_ctree_node_nth;
7747 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeRow *)TGTKgtk_ctree_find_node_ptr; extern(D) TGTKgtk_ctree_find_node_ptr gtk_ctree_find_node_ptr;
7748 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_last; extern(D) TGTKgtk_ctree_last gtk_ctree_last;
7749 alias extern (C) gint function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_is_viewable; extern(D) TGTKgtk_ctree_is_viewable gtk_ctree_is_viewable;
7750 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, _BCD_func__10684, void *)TGTKgtk_ctree_pre_recursive_to_depth; extern(D) TGTKgtk_ctree_pre_recursive_to_depth gtk_ctree_pre_recursive_to_depth;
7751 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, _BCD_func__10684, void *)TGTKgtk_ctree_pre_recursive; extern(D) TGTKgtk_ctree_pre_recursive gtk_ctree_pre_recursive;
7752 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, gint, _BCD_func__10684, void *)TGTKgtk_ctree_post_recursive_to_depth; extern(D) TGTKgtk_ctree_post_recursive_to_depth gtk_ctree_post_recursive_to_depth;
7753 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *, _BCD_func__10684, void *)TGTKgtk_ctree_post_recursive; extern(D) TGTKgtk_ctree_post_recursive gtk_ctree_post_recursive;
7754 alias extern (C) _GNode * function(aGtkCTree *, _GNode *, _GNode *, aGtkCTreeNode *, _BCD_func__10683, void *)TGTKgtk_ctree_export_to_gnode; extern(D) TGTKgtk_ctree_export_to_gnode gtk_ctree_export_to_gnode;
7755 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, _GNode *, _BCD_func__10683, void *)TGTKgtk_ctree_insert_gnode; extern(D) TGTKgtk_ctree_insert_gnode gtk_ctree_insert_gnode;
7756 alias extern (C) void function(aGtkCTree *, aGtkCTreeNode *)TGTKgtk_ctree_remove_node; extern(D) TGTKgtk_ctree_remove_node gtk_ctree_remove_node;
7757 alias extern (C) _GtkCTreeNode * function(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, char * *, char, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, gint, gint)TGTKgtk_ctree_insert_node; extern(D) TGTKgtk_ctree_insert_node gtk_ctree_insert_node;
7758 alias extern (C) _GtkWidget * function(gint, gint)TGTKgtk_ctree_new; extern(D) TGTKgtk_ctree_new gtk_ctree_new;
7759 alias extern (C) _GtkWidget * function(gint, gint, char * *)TGTKgtk_ctree_new_with_titles; extern(D) TGTKgtk_ctree_new_with_titles gtk_ctree_new_with_titles;
7760 alias extern (C) guint function()TGTKgtk_ctree_get_type; extern(D) TGTKgtk_ctree_get_type gtk_ctree_get_type;
7761 alias extern (C) _GtkWidget * function()TGTKgtk_combo_box_entry_new_text; extern(D) TGTKgtk_combo_box_entry_new_text gtk_combo_box_entry_new_text;
7762 alias extern (C) gint function(aGtkComboBoxEntry *)TGTKgtk_combo_box_entry_get_text_column; extern(D) TGTKgtk_combo_box_entry_get_text_column gtk_combo_box_entry_get_text_column;
7763 alias extern (C) void function(aGtkComboBoxEntry *, gint)TGTKgtk_combo_box_entry_set_text_column; extern(D) TGTKgtk_combo_box_entry_set_text_column gtk_combo_box_entry_set_text_column;
7764 alias extern (C) _GtkWidget * function(void *, gint)TGTKgtk_combo_box_entry_new_with_model; extern(D) TGTKgtk_combo_box_entry_new_with_model gtk_combo_box_entry_new_with_model;
7765 alias extern (C) _GtkWidget * function()TGTKgtk_combo_box_entry_new; extern(D) TGTKgtk_combo_box_entry_new gtk_combo_box_entry_new;
7766 alias extern (C) guint function()TGTKgtk_combo_box_entry_get_type; extern(D) TGTKgtk_combo_box_entry_get_type gtk_combo_box_entry_get_type;
7767 //alias extern (C) gint function(aGtkComboBox *)TGTK_gtk_combo_box_editing_canceled; extern(D) TGTK_gtk_combo_box_editing_canceled _gtk_combo_box_editing_canceled;
7768 alias extern (C) _AtkObject * function(aGtkComboBox *)TGTKgtk_combo_box_get_popup_accessible; extern(D) TGTKgtk_combo_box_get_popup_accessible gtk_combo_box_get_popup_accessible;
7769 alias extern (C) void function(aGtkComboBox *)TGTKgtk_combo_box_popdown; extern(D) TGTKgtk_combo_box_popdown gtk_combo_box_popdown;
7770 alias extern (C) void function(aGtkComboBox *)TGTKgtk_combo_box_popup; extern(D) TGTKgtk_combo_box_popup gtk_combo_box_popup;
7771 alias extern (C) char * function(aGtkComboBox *)TGTKgtk_combo_box_get_active_text; extern(D) TGTKgtk_combo_box_get_active_text gtk_combo_box_get_active_text;
7772 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_remove_text; extern(D) TGTKgtk_combo_box_remove_text gtk_combo_box_remove_text;
7773 alias extern (C) void function(aGtkComboBox *, char *)TGTKgtk_combo_box_prepend_text; extern(D) TGTKgtk_combo_box_prepend_text gtk_combo_box_prepend_text;
7774 alias extern (C) void function(aGtkComboBox *, gint, char *)TGTKgtk_combo_box_insert_text; extern(D) TGTKgtk_combo_box_insert_text gtk_combo_box_insert_text;
7775 alias extern (C) void function(aGtkComboBox *, char *)TGTKgtk_combo_box_append_text; extern(D) TGTKgtk_combo_box_append_text gtk_combo_box_append_text;
7776 alias extern (C) _GtkWidget * function()TGTKgtk_combo_box_new_text; extern(D) TGTKgtk_combo_box_new_text gtk_combo_box_new_text;
7777 alias extern (C) void function(aGtkComboBox *, _BCD_func__10753, void *, _BCD_func__13158)TGTKgtk_combo_box_set_row_separator_func; extern(D) TGTKgtk_combo_box_set_row_separator_func gtk_combo_box_set_row_separator_func;
7778 alias extern (C) _BCD_func__10753 function(aGtkComboBox *)TGTKgtk_combo_box_get_row_separator_func; extern(D) TGTKgtk_combo_box_get_row_separator_func gtk_combo_box_get_row_separator_func;
7779 alias extern (C) void * function(aGtkComboBox *)TGTKgtk_combo_box_get_model; extern(D) TGTKgtk_combo_box_get_model gtk_combo_box_get_model;
7780 alias extern (C) void function(aGtkComboBox *, void *)TGTKgtk_combo_box_set_model; extern(D) TGTKgtk_combo_box_set_model gtk_combo_box_set_model;
7781 alias extern (C) void function(aGtkComboBox *, aGtkTreeIter *)TGTKgtk_combo_box_set_active_iter; extern(D) TGTKgtk_combo_box_set_active_iter gtk_combo_box_set_active_iter;
7782 alias extern (C) gint function(aGtkComboBox *, aGtkTreeIter *)TGTKgtk_combo_box_get_active_iter; extern(D) TGTKgtk_combo_box_get_active_iter gtk_combo_box_get_active_iter;
7783 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_active; extern(D) TGTKgtk_combo_box_set_active gtk_combo_box_set_active;
7784 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_active; extern(D) TGTKgtk_combo_box_get_active gtk_combo_box_get_active;
7785 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_focus_on_click; extern(D) TGTKgtk_combo_box_set_focus_on_click gtk_combo_box_set_focus_on_click;
7786 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_focus_on_click; extern(D) TGTKgtk_combo_box_get_focus_on_click gtk_combo_box_get_focus_on_click;
7787 alias extern (C) void function(aGtkComboBox *, char *)TGTKgtk_combo_box_set_title; extern(D) TGTKgtk_combo_box_set_title gtk_combo_box_set_title;
7788 alias extern (C) char * function(aGtkComboBox *)TGTKgtk_combo_box_get_title; extern(D) TGTKgtk_combo_box_get_title gtk_combo_box_get_title;
7789 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_add_tearoffs; extern(D) TGTKgtk_combo_box_set_add_tearoffs gtk_combo_box_set_add_tearoffs;
7790 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_add_tearoffs; extern(D) TGTKgtk_combo_box_get_add_tearoffs gtk_combo_box_get_add_tearoffs;
7791 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_column_span_column; extern(D) TGTKgtk_combo_box_set_column_span_column gtk_combo_box_set_column_span_column;
7792 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_column_span_column; extern(D) TGTKgtk_combo_box_get_column_span_column gtk_combo_box_get_column_span_column;
7793 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_row_span_column; extern(D) TGTKgtk_combo_box_set_row_span_column gtk_combo_box_set_row_span_column;
7794 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_row_span_column; extern(D) TGTKgtk_combo_box_get_row_span_column gtk_combo_box_get_row_span_column;
7795 alias extern (C) void function(aGtkComboBox *, gint)TGTKgtk_combo_box_set_wrap_width; extern(D) TGTKgtk_combo_box_set_wrap_width gtk_combo_box_set_wrap_width;
7796 alias extern (C) gint function(aGtkComboBox *)TGTKgtk_combo_box_get_wrap_width; extern(D) TGTKgtk_combo_box_get_wrap_width gtk_combo_box_get_wrap_width;
7797 alias extern (C) _GtkWidget * function(void *)TGTKgtk_combo_box_new_with_model; extern(D) TGTKgtk_combo_box_new_with_model gtk_combo_box_new_with_model;
7798 alias extern (C) _GtkWidget * function()TGTKgtk_combo_box_new; extern(D) TGTKgtk_combo_box_new gtk_combo_box_new;
7799 alias extern (C) GType function()TGTKgtk_combo_box_get_type; extern(D) TGTKgtk_combo_box_get_type gtk_combo_box_get_type;
7800 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_tooltip_column; extern(D) TGTKgtk_tree_view_get_tooltip_column gtk_tree_view_get_tooltip_column;
7801 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_tooltip_column; extern(D) TGTKgtk_tree_view_set_tooltip_column gtk_tree_view_set_tooltip_column;
7802 alias extern (C) gint function(aGtkTreeView *, gint *, gint *, gint, void * *, void * *, aGtkTreeIter *)TGTKgtk_tree_view_get_tooltip_context; extern(D) TGTKgtk_tree_view_get_tooltip_context gtk_tree_view_get_tooltip_context;
7803 alias extern (C) void function(aGtkTreeView *, void *, void *, aGtkTreeViewColumn *, aGtkCellRenderer *)TGTKgtk_tree_view_set_tooltip_cell; extern(D) TGTKgtk_tree_view_set_tooltip_cell gtk_tree_view_set_tooltip_cell;
7804 alias extern (C) void function(aGtkTreeView *, void *, void *)TGTKgtk_tree_view_set_tooltip_row; extern(D) TGTKgtk_tree_view_set_tooltip_row gtk_tree_view_set_tooltip_row;
7805 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_level_indentation; extern(D) TGTKgtk_tree_view_get_level_indentation gtk_tree_view_get_level_indentation;
7806 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_level_indentation; extern(D) TGTKgtk_tree_view_set_level_indentation gtk_tree_view_set_level_indentation;
7807 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_show_expanders; extern(D) TGTKgtk_tree_view_get_show_expanders gtk_tree_view_get_show_expanders;
7808 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_show_expanders; extern(D) TGTKgtk_tree_view_set_show_expanders gtk_tree_view_set_show_expanders;
7809 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_enable_tree_lines; extern(D) TGTKgtk_tree_view_set_enable_tree_lines gtk_tree_view_set_enable_tree_lines;
7810 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_enable_tree_lines; extern(D) TGTKgtk_tree_view_get_enable_tree_lines gtk_tree_view_get_enable_tree_lines;
7811 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_grid_lines; extern(D) TGTKgtk_tree_view_set_grid_lines gtk_tree_view_set_grid_lines;
7812 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_grid_lines; extern(D) TGTKgtk_tree_view_get_grid_lines gtk_tree_view_get_grid_lines;
7813 alias extern (C) void function(aGtkTreeView *, _BCD_func__10753, void *, _BCD_func__13158)TGTKgtk_tree_view_set_row_separator_func; extern(D) TGTKgtk_tree_view_set_row_separator_func gtk_tree_view_set_row_separator_func;
7814 alias extern (C) _BCD_func__10753 function(aGtkTreeView *)TGTKgtk_tree_view_get_row_separator_func; extern(D) TGTKgtk_tree_view_get_row_separator_func gtk_tree_view_get_row_separator_func;
7815 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_is_rubber_banding_active; extern(D) TGTKgtk_tree_view_is_rubber_banding_active gtk_tree_view_is_rubber_banding_active;
7816 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_rubber_banding; extern(D) TGTKgtk_tree_view_get_rubber_banding gtk_tree_view_get_rubber_banding;
7817 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_rubber_banding; extern(D) TGTKgtk_tree_view_set_rubber_banding gtk_tree_view_set_rubber_banding;
7818 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_hover_expand; extern(D) TGTKgtk_tree_view_get_hover_expand gtk_tree_view_get_hover_expand;
7819 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_hover_expand; extern(D) TGTKgtk_tree_view_set_hover_expand gtk_tree_view_set_hover_expand;
7820 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_hover_selection; extern(D) TGTKgtk_tree_view_get_hover_selection gtk_tree_view_get_hover_selection;
7821 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_hover_selection; extern(D) TGTKgtk_tree_view_set_hover_selection gtk_tree_view_set_hover_selection;
7822 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_fixed_height_mode; extern(D) TGTKgtk_tree_view_get_fixed_height_mode gtk_tree_view_get_fixed_height_mode;
7823 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_fixed_height_mode; extern(D) TGTKgtk_tree_view_set_fixed_height_mode gtk_tree_view_set_fixed_height_mode;
7824 alias extern (C) void function(aGtkTreeView *, _BCD_func__10748, void *, _BCD_func__13158)TGTKgtk_tree_view_set_destroy_count_func; extern(D) TGTKgtk_tree_view_set_destroy_count_func gtk_tree_view_set_destroy_count_func;
7825 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_bin_window_to_tree_coords; extern(D) TGTKgtk_tree_view_convert_bin_window_to_tree_coords gtk_tree_view_convert_bin_window_to_tree_coords;
7826 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_tree_to_bin_window_coords; extern(D) TGTKgtk_tree_view_convert_tree_to_bin_window_coords gtk_tree_view_convert_tree_to_bin_window_coords;
7827 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_bin_window_to_widget_coords; extern(D) TGTKgtk_tree_view_convert_bin_window_to_widget_coords gtk_tree_view_convert_bin_window_to_widget_coords;
7828 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_widget_to_bin_window_coords; extern(D) TGTKgtk_tree_view_convert_widget_to_bin_window_coords gtk_tree_view_convert_widget_to_bin_window_coords;
7829 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_tree_to_widget_coords; extern(D) TGTKgtk_tree_view_convert_tree_to_widget_coords gtk_tree_view_convert_tree_to_widget_coords;
7830 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_convert_widget_to_tree_coords; extern(D) TGTKgtk_tree_view_convert_widget_to_tree_coords gtk_tree_view_convert_widget_to_tree_coords;
7831 alias extern (C) void function(aGtkTreeView *, _BCD_func__10752, void *, _BCD_func__13158)TGTKgtk_tree_view_set_search_position_func; extern(D) TGTKgtk_tree_view_set_search_position_func gtk_tree_view_set_search_position_func;
7832 alias extern (C) _BCD_func__10752 function(aGtkTreeView *)TGTKgtk_tree_view_get_search_position_func; extern(D) TGTKgtk_tree_view_get_search_position_func gtk_tree_view_get_search_position_func;
7833 alias extern (C) void function(aGtkTreeView *, aGtkEntry *)TGTKgtk_tree_view_set_search_entry; extern(D) TGTKgtk_tree_view_set_search_entry gtk_tree_view_set_search_entry;
7834 alias extern (C) _GtkEntry * function(aGtkTreeView *)TGTKgtk_tree_view_get_search_entry; extern(D) TGTKgtk_tree_view_get_search_entry gtk_tree_view_get_search_entry;
7835 alias extern (C) void function(aGtkTreeView *, _BCD_func__10754, void *, _BCD_func__13158)TGTKgtk_tree_view_set_search_equal_func; extern(D) TGTKgtk_tree_view_set_search_equal_func gtk_tree_view_set_search_equal_func;
7836 alias extern (C) _BCD_func__10754 function(aGtkTreeView *)TGTKgtk_tree_view_get_search_equal_func; extern(D) TGTKgtk_tree_view_get_search_equal_func gtk_tree_view_get_search_equal_func;
7837 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_search_column; extern(D) TGTKgtk_tree_view_set_search_column gtk_tree_view_set_search_column;
7838 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_search_column; extern(D) TGTKgtk_tree_view_get_search_column gtk_tree_view_get_search_column;
7839 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_enable_search; extern(D) TGTKgtk_tree_view_get_enable_search gtk_tree_view_get_enable_search;
7840 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_enable_search; extern(D) TGTKgtk_tree_view_set_enable_search gtk_tree_view_set_enable_search;
7841 alias extern (C) _GdkDrawable * function(aGtkTreeView *, void *)TGTKgtk_tree_view_create_row_drag_icon; extern(D) TGTKgtk_tree_view_create_row_drag_icon gtk_tree_view_create_row_drag_icon;
7842 alias extern (C) gint function(aGtkTreeView *, gint, gint, void * *, gint *)TGTKgtk_tree_view_get_dest_row_at_pos; extern(D) TGTKgtk_tree_view_get_dest_row_at_pos gtk_tree_view_get_dest_row_at_pos;
7843 alias extern (C) void function(aGtkTreeView *, void * *, gint *)TGTKgtk_tree_view_get_drag_dest_row; extern(D) TGTKgtk_tree_view_get_drag_dest_row gtk_tree_view_get_drag_dest_row;
7844 alias extern (C) void function(aGtkTreeView *, void *, gint)TGTKgtk_tree_view_set_drag_dest_row; extern(D) TGTKgtk_tree_view_set_drag_dest_row gtk_tree_view_set_drag_dest_row;
7845 alias extern (C) void function(aGtkTreeView *)TGTKgtk_tree_view_unset_rows_drag_dest; extern(D) TGTKgtk_tree_view_unset_rows_drag_dest gtk_tree_view_unset_rows_drag_dest;
7846 alias extern (C) void function(aGtkTreeView *)TGTKgtk_tree_view_unset_rows_drag_source; extern(D) TGTKgtk_tree_view_unset_rows_drag_source gtk_tree_view_unset_rows_drag_source;
7847 alias extern (C) void function(aGtkTreeView *, aGtkTargetEntry *, gint, gint)TGTKgtk_tree_view_enable_model_drag_dest; extern(D) TGTKgtk_tree_view_enable_model_drag_dest gtk_tree_view_enable_model_drag_dest;
7848 alias extern (C) void function(aGtkTreeView *, gint, aGtkTargetEntry *, gint, gint)TGTKgtk_tree_view_enable_model_drag_source; extern(D) TGTKgtk_tree_view_enable_model_drag_source gtk_tree_view_enable_model_drag_source;
7849 alias extern (C) gint function(aGtkTreeView *, void * *, void * *)TGTKgtk_tree_view_get_visible_range; extern(D) TGTKgtk_tree_view_get_visible_range gtk_tree_view_get_visible_range;
7850 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_tree_to_widget_coords; extern(D) TGTKgtk_tree_view_tree_to_widget_coords gtk_tree_view_tree_to_widget_coords;
7851 alias extern (C) void function(aGtkTreeView *, gint, gint, gint *, gint *)TGTKgtk_tree_view_widget_to_tree_coords; extern(D) TGTKgtk_tree_view_widget_to_tree_coords gtk_tree_view_widget_to_tree_coords;
7852 alias extern (C) void function(aGtkTreeView *, _GdkRectangle *)TGTKgtk_tree_view_get_visible_rect; extern(D) TGTKgtk_tree_view_get_visible_rect gtk_tree_view_get_visible_rect;
7853 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *, _GdkRectangle *)TGTKgtk_tree_view_get_background_area; extern(D) TGTKgtk_tree_view_get_background_area gtk_tree_view_get_background_area;
7854 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *, _GdkRectangle *)TGTKgtk_tree_view_get_cell_area; extern(D) TGTKgtk_tree_view_get_cell_area gtk_tree_view_get_cell_area;
7855 alias extern (C) gint function(aGtkTreeView *, gint, gint, void * *, _GtkTreeViewColumn * *, gint *, gint *)TGTKgtk_tree_view_get_path_at_pos; extern(D) TGTKgtk_tree_view_get_path_at_pos gtk_tree_view_get_path_at_pos;
7856 alias extern (C) _GdkDrawable * function(aGtkTreeView *)TGTKgtk_tree_view_get_bin_window; extern(D) TGTKgtk_tree_view_get_bin_window gtk_tree_view_get_bin_window;
7857 alias extern (C) void function(aGtkTreeView *, void * *, _GtkTreeViewColumn * *)TGTKgtk_tree_view_get_cursor; extern(D) TGTKgtk_tree_view_get_cursor gtk_tree_view_get_cursor;
7858 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *, aGtkCellRenderer *, gint)TGTKgtk_tree_view_set_cursor_on_cell; extern(D) TGTKgtk_tree_view_set_cursor_on_cell gtk_tree_view_set_cursor_on_cell;
7859 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_set_cursor; extern(D) TGTKgtk_tree_view_set_cursor gtk_tree_view_set_cursor;
7860 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_reorderable; extern(D) TGTKgtk_tree_view_get_reorderable gtk_tree_view_get_reorderable;
7861 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_reorderable; extern(D) TGTKgtk_tree_view_set_reorderable gtk_tree_view_set_reorderable;
7862 alias extern (C) gint function(aGtkTreeView *, void *)TGTKgtk_tree_view_row_expanded; extern(D) TGTKgtk_tree_view_row_expanded gtk_tree_view_row_expanded;
7863 alias extern (C) void function(aGtkTreeView *, _BCD_func__10755, void *)TGTKgtk_tree_view_map_expanded_rows; extern(D) TGTKgtk_tree_view_map_expanded_rows gtk_tree_view_map_expanded_rows;
7864 alias extern (C) gint function(aGtkTreeView *, void *)TGTKgtk_tree_view_collapse_row; extern(D) TGTKgtk_tree_view_collapse_row gtk_tree_view_collapse_row;
7865 alias extern (C) gint function(aGtkTreeView *, void *, gint)TGTKgtk_tree_view_expand_row; extern(D) TGTKgtk_tree_view_expand_row gtk_tree_view_expand_row;
7866 alias extern (C) void function(aGtkTreeView *, void *)TGTKgtk_tree_view_expand_to_path; extern(D) TGTKgtk_tree_view_expand_to_path gtk_tree_view_expand_to_path;
7867 alias extern (C) void function(aGtkTreeView *)TGTKgtk_tree_view_collapse_all; extern(D) TGTKgtk_tree_view_collapse_all gtk_tree_view_collapse_all;
7868 alias extern (C) void function(aGtkTreeView *)TGTKgtk_tree_view_expand_all; extern(D) TGTKgtk_tree_view_expand_all gtk_tree_view_expand_all;
7869 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *)TGTKgtk_tree_view_row_activated; extern(D) TGTKgtk_tree_view_row_activated gtk_tree_view_row_activated;
7870 alias extern (C) void function(aGtkTreeView *, void *, aGtkTreeViewColumn *, gint, float, float)TGTKgtk_tree_view_scroll_to_cell; extern(D) TGTKgtk_tree_view_scroll_to_cell gtk_tree_view_scroll_to_cell;
7871 alias extern (C) void function(aGtkTreeView *, gint, gint)TGTKgtk_tree_view_scroll_to_point; extern(D) TGTKgtk_tree_view_scroll_to_point gtk_tree_view_scroll_to_point;
7872 alias extern (C) void function(aGtkTreeView *, _BCD_func__10756, void *, _BCD_func__13158)TGTKgtk_tree_view_set_column_drag_function; extern(D) TGTKgtk_tree_view_set_column_drag_function gtk_tree_view_set_column_drag_function;
7873 alias extern (C) _GtkTreeViewColumn * function(aGtkTreeView *)TGTKgtk_tree_view_get_expander_column; extern(D) TGTKgtk_tree_view_get_expander_column gtk_tree_view_get_expander_column;
7874 alias extern (C) void function(aGtkTreeView *, aGtkTreeViewColumn *)TGTKgtk_tree_view_set_expander_column; extern(D) TGTKgtk_tree_view_set_expander_column gtk_tree_view_set_expander_column;
7875 alias extern (C) void function(aGtkTreeView *, aGtkTreeViewColumn *, aGtkTreeViewColumn *)TGTKgtk_tree_view_move_column_after; extern(D) TGTKgtk_tree_view_move_column_after gtk_tree_view_move_column_after;
7876 alias extern (C) _GList * function(aGtkTreeView *)TGTKgtk_tree_view_get_columns; extern(D) TGTKgtk_tree_view_get_columns gtk_tree_view_get_columns;
7877 alias extern (C) _GtkTreeViewColumn * function(aGtkTreeView *, gint)TGTKgtk_tree_view_get_column; extern(D) TGTKgtk_tree_view_get_column gtk_tree_view_get_column;
7878 alias extern (C) gint function(aGtkTreeView *, gint, char *, aGtkCellRenderer *, _BCD_func__11636, void *, _BCD_func__13158)TGTKgtk_tree_view_insert_column_with_data_func; extern(D) TGTKgtk_tree_view_insert_column_with_data_func gtk_tree_view_insert_column_with_data_func;
7879 alias extern (C) gint function(aGtkTreeView *, gint, char *, aGtkCellRenderer *, ...)TGTKgtk_tree_view_insert_column_with_attributes; extern(D) TGTKgtk_tree_view_insert_column_with_attributes gtk_tree_view_insert_column_with_attributes;
7880 alias extern (C) gint function(aGtkTreeView *, aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_insert_column; extern(D) TGTKgtk_tree_view_insert_column gtk_tree_view_insert_column;
7881 alias extern (C) gint function(aGtkTreeView *, aGtkTreeViewColumn *)TGTKgtk_tree_view_remove_column; extern(D) TGTKgtk_tree_view_remove_column gtk_tree_view_remove_column;
7882 alias extern (C) gint function(aGtkTreeView *, aGtkTreeViewColumn *)TGTKgtk_tree_view_append_column; extern(D) TGTKgtk_tree_view_append_column gtk_tree_view_append_column;
7883 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_rules_hint; extern(D) TGTKgtk_tree_view_get_rules_hint gtk_tree_view_get_rules_hint;
7884 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_rules_hint; extern(D) TGTKgtk_tree_view_set_rules_hint gtk_tree_view_set_rules_hint;
7885 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_headers_clickable; extern(D) TGTKgtk_tree_view_set_headers_clickable gtk_tree_view_set_headers_clickable;
7886 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_headers_clickable; extern(D) TGTKgtk_tree_view_get_headers_clickable gtk_tree_view_get_headers_clickable;
7887 alias extern (C) void function(aGtkTreeView *)TGTKgtk_tree_view_columns_autosize; extern(D) TGTKgtk_tree_view_columns_autosize gtk_tree_view_columns_autosize;
7888 alias extern (C) void function(aGtkTreeView *, gint)TGTKgtk_tree_view_set_headers_visible; extern(D) TGTKgtk_tree_view_set_headers_visible gtk_tree_view_set_headers_visible;
7889 alias extern (C) gint function(aGtkTreeView *)TGTKgtk_tree_view_get_headers_visible; extern(D) TGTKgtk_tree_view_get_headers_visible gtk_tree_view_get_headers_visible;
7890 alias extern (C) void function(aGtkTreeView *, aGtkAdjustment *)TGTKgtk_tree_view_set_vadjustment; extern(D) TGTKgtk_tree_view_set_vadjustment gtk_tree_view_set_vadjustment;
7891 alias extern (C) _GtkAdjustment * function(aGtkTreeView *)TGTKgtk_tree_view_get_vadjustment; extern(D) TGTKgtk_tree_view_get_vadjustment gtk_tree_view_get_vadjustment;
7892 alias extern (C) void function(aGtkTreeView *, aGtkAdjustment *)TGTKgtk_tree_view_set_hadjustment; extern(D) TGTKgtk_tree_view_set_hadjustment gtk_tree_view_set_hadjustment;
7893 alias extern (C) _GtkAdjustment * function(aGtkTreeView *)TGTKgtk_tree_view_get_hadjustment; extern(D) TGTKgtk_tree_view_get_hadjustment gtk_tree_view_get_hadjustment;
7894 alias extern (C) _GtkTreeSelection * function(aGtkTreeView *)TGTKgtk_tree_view_get_selection; extern(D) TGTKgtk_tree_view_get_selection gtk_tree_view_get_selection;
7895 alias extern (C) void function(aGtkTreeView *, void *)TGTKgtk_tree_view_set_model; extern(D) TGTKgtk_tree_view_set_model gtk_tree_view_set_model;
7896 alias extern (C) void * function(aGtkTreeView *)TGTKgtk_tree_view_get_model; extern(D) TGTKgtk_tree_view_get_model gtk_tree_view_get_model;
7897 alias extern (C) _GtkWidget * function(void *)TGTKgtk_tree_view_new_with_model; extern(D) TGTKgtk_tree_view_new_with_model gtk_tree_view_new_with_model;
7898 alias extern (C) _GtkWidget * function()TGTKgtk_tree_view_new; extern(D) TGTKgtk_tree_view_new gtk_tree_view_new;
7899 alias extern (C) GType function()TGTKgtk_tree_view_get_type; extern(D) TGTKgtk_tree_view_get_type gtk_tree_view_get_type;
7900 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_editable; extern(D) TGTKgtk_entry_set_editable gtk_entry_set_editable;
7901 alias extern (C) void function(aGtkEntry *, gint, gint)TGTKgtk_entry_select_region; extern(D) TGTKgtk_entry_select_region gtk_entry_select_region;
7902 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_position; extern(D) TGTKgtk_entry_set_position gtk_entry_set_position;
7903 alias extern (C) void function(aGtkEntry *, char *)TGTKgtk_entry_prepend_text; extern(D) TGTKgtk_entry_prepend_text gtk_entry_prepend_text;
7904 alias extern (C) void function(aGtkEntry *, char *)TGTKgtk_entry_append_text; extern(D) TGTKgtk_entry_append_text gtk_entry_append_text;
7905 alias extern (C) _GtkWidget * function(gint)TGTKgtk_entry_new_with_max_length; extern(D) TGTKgtk_entry_new_with_max_length gtk_entry_new_with_max_length;
7906 alias extern (C) _GtkAdjustment * function(aGtkEntry *)TGTKgtk_entry_get_cursor_hadjustment; extern(D) TGTKgtk_entry_get_cursor_hadjustment gtk_entry_get_cursor_hadjustment;
7907 alias extern (C) void function(aGtkEntry *, aGtkAdjustment *)TGTKgtk_entry_set_cursor_hadjustment; extern(D) TGTKgtk_entry_set_cursor_hadjustment gtk_entry_set_cursor_hadjustment;
7908 alias extern (C) gint function(aGtkEntry *, gint)TGTKgtk_entry_text_index_to_layout_index; extern(D) TGTKgtk_entry_text_index_to_layout_index gtk_entry_text_index_to_layout_index;
7909 alias extern (C) gint function(aGtkEntry *, gint)TGTKgtk_entry_layout_index_to_text_index; extern(D) TGTKgtk_entry_layout_index_to_text_index gtk_entry_layout_index_to_text_index;
7910 alias extern (C) _GtkEntryCompletion * function(aGtkEntry *)TGTKgtk_entry_get_completion; extern(D) TGTKgtk_entry_get_completion gtk_entry_get_completion;
7911 alias extern (C) void function(aGtkEntry *, aGtkEntryCompletion *)TGTKgtk_entry_set_completion; extern(D) TGTKgtk_entry_set_completion gtk_entry_set_completion;
7912 alias extern (C) float function(aGtkEntry *)TGTKgtk_entry_get_alignment; extern(D) TGTKgtk_entry_get_alignment gtk_entry_get_alignment;
7913 alias extern (C) void function(aGtkEntry *, float)TGTKgtk_entry_set_alignment; extern(D) TGTKgtk_entry_set_alignment gtk_entry_set_alignment;
7914 alias extern (C) void function(aGtkEntry *, gint *, gint *)TGTKgtk_entry_get_layout_offsets; extern(D) TGTKgtk_entry_get_layout_offsets gtk_entry_get_layout_offsets;
7915 alias extern (C) void * function(aGtkEntry *)TGTKgtk_entry_get_layout; extern(D) TGTKgtk_entry_get_layout gtk_entry_get_layout;
7916 alias extern (C) char * function(aGtkEntry *)TGTKgtk_entry_get_text; extern(D) TGTKgtk_entry_get_text gtk_entry_get_text;
7917 alias extern (C) void function(aGtkEntry *, in char *)TGTKgtk_entry_set_text; extern(D) TGTKgtk_entry_set_text gtk_entry_set_text;
7918 alias extern (C) gint function(aGtkEntry *)TGTKgtk_entry_get_width_chars; extern(D) TGTKgtk_entry_get_width_chars gtk_entry_get_width_chars;
7919 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_width_chars; extern(D) TGTKgtk_entry_set_width_chars gtk_entry_set_width_chars;
7920 alias extern (C) gint function(aGtkEntry *)TGTKgtk_entry_get_activates_default; extern(D) TGTKgtk_entry_get_activates_default gtk_entry_get_activates_default;
7921 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_activates_default; extern(D) TGTKgtk_entry_set_activates_default gtk_entry_set_activates_default;
7922 alias extern (C) gint function(aGtkEntry *)TGTKgtk_entry_get_max_length; extern(D) TGTKgtk_entry_get_max_length gtk_entry_get_max_length;
7923 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_max_length; extern(D) TGTKgtk_entry_set_max_length gtk_entry_set_max_length;
7924 alias extern (C) _GtkBorder * function(aGtkEntry *)TGTKgtk_entry_get_inner_border; extern(D) TGTKgtk_entry_get_inner_border gtk_entry_get_inner_border;
7925 alias extern (C) void function(aGtkEntry *, aGtkBorder *)TGTKgtk_entry_set_inner_border; extern(D) TGTKgtk_entry_set_inner_border gtk_entry_set_inner_border;
7926 alias extern (C) gint function(aGtkEntry *)TGTKgtk_entry_get_has_frame; extern(D) TGTKgtk_entry_get_has_frame gtk_entry_get_has_frame;
7927 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_has_frame; extern(D) TGTKgtk_entry_set_has_frame gtk_entry_set_has_frame;
7928 alias extern (C) gunichar function(aGtkEntry *)TGTKgtk_entry_get_invisible_char; extern(D) TGTKgtk_entry_get_invisible_char gtk_entry_get_invisible_char;
7929 alias extern (C) void function(aGtkEntry *, gunichar)TGTKgtk_entry_set_invisible_char; extern(D) TGTKgtk_entry_set_invisible_char gtk_entry_set_invisible_char;
7930 alias extern (C) gint function(aGtkEntry *)TGTKgtk_entry_get_visibility; extern(D) TGTKgtk_entry_get_visibility gtk_entry_get_visibility;
7931 alias extern (C) void function(aGtkEntry *, gint)TGTKgtk_entry_set_visibility; extern(D) TGTKgtk_entry_set_visibility gtk_entry_set_visibility;
7932 alias extern (C) _GtkWidget * function()TGTKgtk_entry_new; extern(D) TGTKgtk_entry_new gtk_entry_new;
7933 alias extern (C) GType function()TGTKgtk_entry_get_type; extern(D) TGTKgtk_entry_get_type gtk_entry_get_type;
7934 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_text_column; extern(D) TGTKgtk_entry_completion_get_text_column gtk_entry_completion_get_text_column;
7935 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_text_column; extern(D) TGTKgtk_entry_completion_set_text_column gtk_entry_completion_set_text_column;
7936 alias extern (C) char * function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_completion_prefix; extern(D) TGTKgtk_entry_completion_get_completion_prefix gtk_entry_completion_get_completion_prefix;
7937 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_popup_single_match; extern(D) TGTKgtk_entry_completion_get_popup_single_match gtk_entry_completion_get_popup_single_match;
7938 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_popup_single_match; extern(D) TGTKgtk_entry_completion_set_popup_single_match gtk_entry_completion_set_popup_single_match;
7939 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_popup_set_width; extern(D) TGTKgtk_entry_completion_get_popup_set_width gtk_entry_completion_get_popup_set_width;
7940 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_popup_set_width; extern(D) TGTKgtk_entry_completion_set_popup_set_width gtk_entry_completion_set_popup_set_width;
7941 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_popup_completion; extern(D) TGTKgtk_entry_completion_get_popup_completion gtk_entry_completion_get_popup_completion;
7942 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_popup_completion; extern(D) TGTKgtk_entry_completion_set_popup_completion gtk_entry_completion_set_popup_completion;
7943 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_inline_selection; extern(D) TGTKgtk_entry_completion_get_inline_selection gtk_entry_completion_get_inline_selection;
7944 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_inline_selection; extern(D) TGTKgtk_entry_completion_set_inline_selection gtk_entry_completion_set_inline_selection;
7945 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_inline_completion; extern(D) TGTKgtk_entry_completion_get_inline_completion gtk_entry_completion_get_inline_completion;
7946 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_inline_completion; extern(D) TGTKgtk_entry_completion_set_inline_completion gtk_entry_completion_set_inline_completion;
7947 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_delete_action; extern(D) TGTKgtk_entry_completion_delete_action gtk_entry_completion_delete_action;
7948 alias extern (C) void function(aGtkEntryCompletion *, gint, char *)TGTKgtk_entry_completion_insert_action_markup; extern(D) TGTKgtk_entry_completion_insert_action_markup gtk_entry_completion_insert_action_markup;
7949 alias extern (C) void function(aGtkEntryCompletion *, gint, char *)TGTKgtk_entry_completion_insert_action_text; extern(D) TGTKgtk_entry_completion_insert_action_text gtk_entry_completion_insert_action_text;
7950 alias extern (C) void function(aGtkEntryCompletion *)TGTKgtk_entry_completion_insert_prefix; extern(D) TGTKgtk_entry_completion_insert_prefix gtk_entry_completion_insert_prefix;
7951 alias extern (C) void function(aGtkEntryCompletion *)TGTKgtk_entry_completion_complete; extern(D) TGTKgtk_entry_completion_complete gtk_entry_completion_complete;
7952 alias extern (C) gint function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_minimum_key_length; extern(D) TGTKgtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_minimum_key_length;
7953 alias extern (C) void function(aGtkEntryCompletion *, gint)TGTKgtk_entry_completion_set_minimum_key_length; extern(D) TGTKgtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_minimum_key_length;
7954 alias extern (C) void function(aGtkEntryCompletion *, _BCD_func__10863, void *, _BCD_func__13158)TGTKgtk_entry_completion_set_match_func; extern(D) TGTKgtk_entry_completion_set_match_func gtk_entry_completion_set_match_func;
7955 alias extern (C) void * function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_model; extern(D) TGTKgtk_entry_completion_get_model gtk_entry_completion_get_model;
7956 alias extern (C) void function(aGtkEntryCompletion *, void *)TGTKgtk_entry_completion_set_model; extern(D) TGTKgtk_entry_completion_set_model gtk_entry_completion_set_model;
7957 alias extern (C) _GtkWidget * function(aGtkEntryCompletion *)TGTKgtk_entry_completion_get_entry; extern(D) TGTKgtk_entry_completion_get_entry gtk_entry_completion_get_entry;
7958 alias extern (C) _GtkEntryCompletion * function()TGTKgtk_entry_completion_new; extern(D) TGTKgtk_entry_completion_new gtk_entry_completion_new;
7959 alias extern (C) GType function()TGTKgtk_entry_completion_get_type; extern(D) TGTKgtk_entry_completion_get_type gtk_entry_completion_get_type;
7960 alias extern (C) void function(aGtkTreeModelFilter *)TGTKgtk_tree_model_filter_clear_cache; extern(D) TGTKgtk_tree_model_filter_clear_cache gtk_tree_model_filter_clear_cache;
7961 alias extern (C) void function(aGtkTreeModelFilter *)TGTKgtk_tree_model_filter_refilter; extern(D) TGTKgtk_tree_model_filter_refilter gtk_tree_model_filter_refilter;
7962 alias extern (C) void * function(aGtkTreeModelFilter *, void *)TGTKgtk_tree_model_filter_convert_path_to_child_path; extern(D) TGTKgtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_filter_convert_path_to_child_path;
7963 alias extern (C) void * function(aGtkTreeModelFilter *, void *)TGTKgtk_tree_model_filter_convert_child_path_to_path; extern(D) TGTKgtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_child_path_to_path;
7964 alias extern (C) void function(aGtkTreeModelFilter *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_filter_convert_iter_to_child_iter; extern(D) TGTKgtk_tree_model_filter_convert_iter_to_child_iter gtk_tree_model_filter_convert_iter_to_child_iter;
7965 alias extern (C) gint function(aGtkTreeModelFilter *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_filter_convert_child_iter_to_iter; extern(D) TGTKgtk_tree_model_filter_convert_child_iter_to_iter gtk_tree_model_filter_convert_child_iter_to_iter;
7966 alias extern (C) void * function(aGtkTreeModelFilter *)TGTKgtk_tree_model_filter_get_model; extern(D) TGTKgtk_tree_model_filter_get_model gtk_tree_model_filter_get_model;
7967 alias extern (C) void function(aGtkTreeModelFilter *, gint)TGTKgtk_tree_model_filter_set_visible_column; extern(D) TGTKgtk_tree_model_filter_set_visible_column gtk_tree_model_filter_set_visible_column;
7968 alias extern (C) void function(aGtkTreeModelFilter *, gint, GType *, _BCD_func__10889, void *, _BCD_func__13158)TGTKgtk_tree_model_filter_set_modify_func; extern(D) TGTKgtk_tree_model_filter_set_modify_func gtk_tree_model_filter_set_modify_func;
7969 alias extern (C) void function(aGtkTreeModelFilter *, _BCD_func__10753, void *, _BCD_func__13158)TGTKgtk_tree_model_filter_set_visible_func; extern(D) TGTKgtk_tree_model_filter_set_visible_func gtk_tree_model_filter_set_visible_func;
7970 alias extern (C) void * function(void *, void *)TGTKgtk_tree_model_filter_new; extern(D) TGTKgtk_tree_model_filter_new gtk_tree_model_filter_new;
7971 alias extern (C) GType function()TGTKgtk_tree_model_filter_get_type; extern(D) TGTKgtk_tree_model_filter_get_type gtk_tree_model_filter_get_type;
7972 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_list_store_move_before; extern(D) TGTKgtk_list_store_move_before gtk_list_store_move_before;
7973 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_list_store_move_after; extern(D) TGTKgtk_list_store_move_after gtk_list_store_move_after;
7974 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_list_store_swap; extern(D) TGTKgtk_list_store_swap gtk_list_store_swap;
7975 alias extern (C) void function(aGtkListStore *, gint *)TGTKgtk_list_store_reorder; extern(D) TGTKgtk_list_store_reorder gtk_list_store_reorder;
7976 alias extern (C) gint function(aGtkListStore *, aGtkTreeIter *)TGTKgtk_list_store_iter_is_valid; extern(D) TGTKgtk_list_store_iter_is_valid gtk_list_store_iter_is_valid;
7977 alias extern (C) void function(aGtkListStore *)TGTKgtk_list_store_clear; extern(D) TGTKgtk_list_store_clear gtk_list_store_clear;
7978 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *)TGTKgtk_list_store_append; extern(D) TGTKgtk_list_store_append gtk_list_store_append;
7979 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *)TGTKgtk_list_store_prepend; extern(D) TGTKgtk_list_store_prepend gtk_list_store_prepend;
7980 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, gint, gint *, _GValue *, gint)TGTKgtk_list_store_insert_with_valuesv; extern(D) TGTKgtk_list_store_insert_with_valuesv gtk_list_store_insert_with_valuesv;
7981 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, gint, ...)TGTKgtk_list_store_insert_with_values; extern(D) TGTKgtk_list_store_insert_with_values gtk_list_store_insert_with_values;
7982 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_list_store_insert_after; extern(D) TGTKgtk_list_store_insert_after gtk_list_store_insert_after;
7983 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_list_store_insert_before; extern(D) TGTKgtk_list_store_insert_before gtk_list_store_insert_before;
7984 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, gint)TGTKgtk_list_store_insert; extern(D) TGTKgtk_list_store_insert gtk_list_store_insert;
7985 alias extern (C) gint function(aGtkListStore *, aGtkTreeIter *)TGTKgtk_list_store_remove; extern(D) TGTKgtk_list_store_remove gtk_list_store_remove;
7986 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, char *)TGTKgtk_list_store_set_valist; extern(D) TGTKgtk_list_store_set_valist gtk_list_store_set_valist;
7987 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, gint *, _GValue *, gint)TGTKgtk_list_store_set_valuesv; extern(D) TGTKgtk_list_store_set_valuesv gtk_list_store_set_valuesv;
7988 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, ...)TGTKgtk_list_store_set; extern(D) TGTKgtk_list_store_set gtk_list_store_set;
7989 alias extern (C) void function(aGtkListStore *, aGtkTreeIter *, gint, _GValue *)TGTKgtk_list_store_set_value; extern(D) TGTKgtk_list_store_set_value gtk_list_store_set_value;
7990 alias extern (C) void function(aGtkListStore *, gint, GType *)TGTKgtk_list_store_set_column_types; extern(D) TGTKgtk_list_store_set_column_types gtk_list_store_set_column_types;
7991 alias extern (C) _GtkListStore * function(gint, GType *)TGTKgtk_list_store_newv; extern(D) TGTKgtk_list_store_newv gtk_list_store_newv;
7992 alias extern (C) _GtkListStore * function(gint, ...)TGTKgtk_list_store_new; extern(D) TGTKgtk_list_store_new gtk_list_store_new;
7993 alias extern (C) GType function()TGTKgtk_list_store_get_type; extern(D) TGTKgtk_list_store_get_type gtk_list_store_get_type;
7994 alias extern (C) gint function(aGtkIMContext *, gint, gint)TGTKgtk_im_context_delete_surrounding; extern(D) TGTKgtk_im_context_delete_surrounding gtk_im_context_delete_surrounding;
7995 alias extern (C) gint function(aGtkIMContext *, char * *, gint *)TGTKgtk_im_context_get_surrounding; extern(D) TGTKgtk_im_context_get_surrounding gtk_im_context_get_surrounding;
7996 alias extern (C) void function(aGtkIMContext *, char *, gint, gint)TGTKgtk_im_context_set_surrounding; extern(D) TGTKgtk_im_context_set_surrounding gtk_im_context_set_surrounding;
7997 alias extern (C) void function(aGtkIMContext *, gint)TGTKgtk_im_context_set_use_preedit; extern(D) TGTKgtk_im_context_set_use_preedit gtk_im_context_set_use_preedit;
7998 alias extern (C) void function(aGtkIMContext *, _GdkRectangle *)TGTKgtk_im_context_set_cursor_location; extern(D) TGTKgtk_im_context_set_cursor_location gtk_im_context_set_cursor_location;
7999 alias extern (C) void function(aGtkIMContext *)TGTKgtk_im_context_reset; extern(D) TGTKgtk_im_context_reset gtk_im_context_reset;
8000 alias extern (C) void function(aGtkIMContext *)TGTKgtk_im_context_focus_out; extern(D) TGTKgtk_im_context_focus_out gtk_im_context_focus_out;
8001 alias extern (C) void function(aGtkIMContext *)TGTKgtk_im_context_focus_in; extern(D) TGTKgtk_im_context_focus_in gtk_im_context_focus_in;
8002 alias extern (C) gint function(aGtkIMContext *, _GdkEventKey *)TGTKgtk_im_context_filter_keypress; extern(D) TGTKgtk_im_context_filter_keypress gtk_im_context_filter_keypress;
8003 alias extern (C) void function(aGtkIMContext *, char * *, void * *, gint *)TGTKgtk_im_context_get_preedit_string; extern(D) TGTKgtk_im_context_get_preedit_string gtk_im_context_get_preedit_string;
8004 alias extern (C) void function(aGtkIMContext *, _GdkDrawable *)TGTKgtk_im_context_set_client_window; extern(D) TGTKgtk_im_context_set_client_window gtk_im_context_set_client_window;
8005 alias extern (C) GType function()TGTKgtk_im_context_get_type; extern(D) TGTKgtk_im_context_get_type gtk_im_context_get_type;
8006 alias extern (C) gint function(void *)TGTKgtk_editable_get_editable; extern(D) TGTKgtk_editable_get_editable gtk_editable_get_editable;
8007 alias extern (C) void function(void *, gint)TGTKgtk_editable_set_editable; extern(D) TGTKgtk_editable_set_editable gtk_editable_set_editable;
8008 alias extern (C) gint function(void *)TGTKgtk_editable_get_position; extern(D) TGTKgtk_editable_get_position gtk_editable_get_position;
8009 alias extern (C) void function(void *, gint)TGTKgtk_editable_set_position; extern(D) TGTKgtk_editable_set_position gtk_editable_set_position;
8010 alias extern (C) void function(void *)TGTKgtk_editable_delete_selection; extern(D) TGTKgtk_editable_delete_selection gtk_editable_delete_selection;
8011 alias extern (C) void function(void *)TGTKgtk_editable_paste_clipboard; extern(D) TGTKgtk_editable_paste_clipboard gtk_editable_paste_clipboard;
8012 alias extern (C) void function(void *)TGTKgtk_editable_copy_clipboard; extern(D) TGTKgtk_editable_copy_clipboard gtk_editable_copy_clipboard;
8013 alias extern (C) void function(void *)TGTKgtk_editable_cut_clipboard; extern(D) TGTKgtk_editable_cut_clipboard gtk_editable_cut_clipboard;
8014 alias extern (C) char * function(void *, gint, gint)TGTKgtk_editable_get_chars; extern(D) TGTKgtk_editable_get_chars gtk_editable_get_chars;
8015 alias extern (C) void function(void *, gint, gint)TGTKgtk_editable_delete_text; extern(D) TGTKgtk_editable_delete_text gtk_editable_delete_text;
8016 alias extern (C) void function(void *, in char *, gint, gint *)TGTKgtk_editable_insert_text; extern(D) TGTKgtk_editable_insert_text gtk_editable_insert_text;
8017 alias extern (C) gint function(void *, gint *, gint *)TGTKgtk_editable_get_selection_bounds; extern(D) TGTKgtk_editable_get_selection_bounds gtk_editable_get_selection_bounds;
8018 alias extern (C) void function(void *, gint, gint)TGTKgtk_editable_select_region; extern(D) TGTKgtk_editable_select_region gtk_editable_select_region;
8019 alias extern (C) GType function()TGTKgtk_editable_get_type; extern(D) TGTKgtk_editable_get_type gtk_editable_get_type;
8020 alias extern (C) void function(_GdkColormap *, _GdkDrawable *, _GdkDrawable *, gint, gint)TGTKgtk_drag_set_default_icon; extern(D) TGTKgtk_drag_set_default_icon gtk_drag_set_default_icon;
8021 //alias extern (C) void function(aGtkWidget *, _GdkEvent *)TGTK_gtk_drag_dest_handle_event; extern(D) TGTK_gtk_drag_dest_handle_event _gtk_drag_dest_handle_event;
8022 //alias extern (C) void function(aGtkWidget *, _GdkEvent *)TGTK_gtk_drag_source_handle_event; extern(D) TGTK_gtk_drag_source_handle_event _gtk_drag_source_handle_event;
8023 alias extern (C) gint function(aGtkWidget *, gint, gint, gint, gint)TGTKgtk_drag_check_threshold; extern(D) TGTKgtk_drag_check_threshold gtk_drag_check_threshold;
8024 alias extern (C) void function(_GdkDragContext *)TGTKgtk_drag_set_icon_default; extern(D) TGTKgtk_drag_set_icon_default gtk_drag_set_icon_default;
8025 alias extern (C) void function(_GdkDragContext *, char *, gint, gint)TGTKgtk_drag_set_icon_name; extern(D) TGTKgtk_drag_set_icon_name gtk_drag_set_icon_name;
8026 alias extern (C) void function(_GdkDragContext *, char *, gint, gint)TGTKgtk_drag_set_icon_stock; extern(D) TGTKgtk_drag_set_icon_stock gtk_drag_set_icon_stock;
8027 alias extern (C) void function(_GdkDragContext *, void *, gint, gint)TGTKgtk_drag_set_icon_pixbuf; extern(D) TGTKgtk_drag_set_icon_pixbuf gtk_drag_set_icon_pixbuf;
8028 alias extern (C) void function(_GdkDragContext *, _GdkColormap *, _GdkDrawable *, _GdkDrawable *, gint, gint)TGTKgtk_drag_set_icon_pixmap; extern(D) TGTKgtk_drag_set_icon_pixmap gtk_drag_set_icon_pixmap;
8029 alias extern (C) void function(_GdkDragContext *, aGtkWidget *, gint, gint)TGTKgtk_drag_set_icon_widget; extern(D) TGTKgtk_drag_set_icon_widget gtk_drag_set_icon_widget;
8030 alias extern (C) _GdkDragContext * function(aGtkWidget *, aGtkTargetList *, gint, gint, _GdkEvent *)TGTKgtk_drag_begin; extern(D) TGTKgtk_drag_begin gtk_drag_begin;
8031 alias extern (C) void function(aGtkWidget *, char *)TGTKgtk_drag_source_set_icon_name; extern(D) TGTKgtk_drag_source_set_icon_name gtk_drag_source_set_icon_name;
8032 alias extern (C) void function(aGtkWidget *, char *)TGTKgtk_drag_source_set_icon_stock; extern(D) TGTKgtk_drag_source_set_icon_stock gtk_drag_source_set_icon_stock;
8033 alias extern (C) void function(aGtkWidget *, void *)TGTKgtk_drag_source_set_icon_pixbuf; extern(D) TGTKgtk_drag_source_set_icon_pixbuf gtk_drag_source_set_icon_pixbuf;
8034 alias extern (C) void function(aGtkWidget *, _GdkColormap *, _GdkDrawable *, _GdkDrawable *)TGTKgtk_drag_source_set_icon; extern(D) TGTKgtk_drag_source_set_icon gtk_drag_source_set_icon;
8035 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_source_add_uri_targets; extern(D) TGTKgtk_drag_source_add_uri_targets gtk_drag_source_add_uri_targets;
8036 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_source_add_image_targets; extern(D) TGTKgtk_drag_source_add_image_targets gtk_drag_source_add_image_targets;
8037 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_source_add_text_targets; extern(D) TGTKgtk_drag_source_add_text_targets gtk_drag_source_add_text_targets;
8038 alias extern (C) void function(aGtkWidget *, aGtkTargetList *)TGTKgtk_drag_source_set_target_list; extern(D) TGTKgtk_drag_source_set_target_list gtk_drag_source_set_target_list;
8039 alias extern (C) _GtkTargetList * function(aGtkWidget *)TGTKgtk_drag_source_get_target_list; extern(D) TGTKgtk_drag_source_get_target_list gtk_drag_source_get_target_list;
8040 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_source_unset; extern(D) TGTKgtk_drag_source_unset gtk_drag_source_unset;
8041 alias extern (C) void function(aGtkWidget *, gint, aGtkTargetEntry *, gint, gint)TGTKgtk_drag_source_set; extern(D) TGTKgtk_drag_source_set gtk_drag_source_set;
8042 alias extern (C) gint function(aGtkWidget *)TGTKgtk_drag_dest_get_track_motion; extern(D) TGTKgtk_drag_dest_get_track_motion gtk_drag_dest_get_track_motion;
8043 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_drag_dest_set_track_motion; extern(D) TGTKgtk_drag_dest_set_track_motion gtk_drag_dest_set_track_motion;
8044 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_dest_add_uri_targets; extern(D) TGTKgtk_drag_dest_add_uri_targets gtk_drag_dest_add_uri_targets;
8045 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_dest_add_image_targets; extern(D) TGTKgtk_drag_dest_add_image_targets gtk_drag_dest_add_image_targets;
8046 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_dest_add_text_targets; extern(D) TGTKgtk_drag_dest_add_text_targets gtk_drag_dest_add_text_targets;
8047 alias extern (C) void function(aGtkWidget *, aGtkTargetList *)TGTKgtk_drag_dest_set_target_list; extern(D) TGTKgtk_drag_dest_set_target_list gtk_drag_dest_set_target_list;
8048 alias extern (C) _GtkTargetList * function(aGtkWidget *)TGTKgtk_drag_dest_get_target_list; extern(D) TGTKgtk_drag_dest_get_target_list gtk_drag_dest_get_target_list;
8049 alias extern (C) void * function(aGtkWidget *, _GdkDragContext *, aGtkTargetList *)TGTKgtk_drag_dest_find_target; extern(D) TGTKgtk_drag_dest_find_target gtk_drag_dest_find_target;
8050 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_dest_unset; extern(D) TGTKgtk_drag_dest_unset gtk_drag_dest_unset;
8051 alias extern (C) void function(aGtkWidget *, _GdkDrawable *, gint, gint)TGTKgtk_drag_dest_set_proxy; extern(D) TGTKgtk_drag_dest_set_proxy gtk_drag_dest_set_proxy;
8052 alias extern (C) void function(aGtkWidget *, gint, aGtkTargetEntry *, gint, gint)TGTKgtk_drag_dest_set; extern(D) TGTKgtk_drag_dest_set gtk_drag_dest_set;
8053 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_unhighlight; extern(D) TGTKgtk_drag_unhighlight gtk_drag_unhighlight;
8054 alias extern (C) void function(aGtkWidget *)TGTKgtk_drag_highlight; extern(D) TGTKgtk_drag_highlight gtk_drag_highlight;
8055 alias extern (C) _GtkWidget * function(_GdkDragContext *)TGTKgtk_drag_get_source_widget; extern(D) TGTKgtk_drag_get_source_widget gtk_drag_get_source_widget;
8056 alias extern (C) void function(_GdkDragContext *, gint, gint, guint32)TGTKgtk_drag_finish; extern(D) TGTKgtk_drag_finish gtk_drag_finish;
8057 alias extern (C) void function(aGtkWidget *, _GdkDragContext *, void *, guint32)TGTKgtk_drag_get_data; extern(D) TGTKgtk_drag_get_data gtk_drag_get_data;
8058 alias extern (C) void function(aGtkCombo *)TGTKgtk_combo_disable_activate; extern(D) TGTKgtk_combo_disable_activate gtk_combo_disable_activate;
8059 alias extern (C) void function(aGtkCombo *, _GList *)TGTKgtk_combo_set_popdown_strings; extern(D) TGTKgtk_combo_set_popdown_strings gtk_combo_set_popdown_strings;
8060 alias extern (C) void function(aGtkCombo *, aGtkItem *, char *)TGTKgtk_combo_set_item_string; extern(D) TGTKgtk_combo_set_item_string gtk_combo_set_item_string;
8061 alias extern (C) void function(aGtkCombo *, gint)TGTKgtk_combo_set_case_sensitive; extern(D) TGTKgtk_combo_set_case_sensitive gtk_combo_set_case_sensitive;
8062 alias extern (C) void function(aGtkCombo *, gint)TGTKgtk_combo_set_use_arrows_always; extern(D) TGTKgtk_combo_set_use_arrows_always gtk_combo_set_use_arrows_always;
8063 alias extern (C) void function(aGtkCombo *, gint)TGTKgtk_combo_set_use_arrows; extern(D) TGTKgtk_combo_set_use_arrows gtk_combo_set_use_arrows;
8064 alias extern (C) void function(aGtkCombo *, gint, gint)TGTKgtk_combo_set_value_in_list; extern(D) TGTKgtk_combo_set_value_in_list gtk_combo_set_value_in_list;
8065 alias extern (C) _GtkWidget * function()TGTKgtk_combo_new; extern(D) TGTKgtk_combo_new gtk_combo_new;
8066 alias extern (C) guint function()TGTKgtk_combo_get_type; extern(D) TGTKgtk_combo_get_type gtk_combo_get_type;
8067 alias extern (C) _GtkWidget * function(gint, gint)TGTKgtk_hbox_new; extern(D) TGTKgtk_hbox_new gtk_hbox_new;
8068 alias extern (C) GType function()TGTKgtk_hbox_get_type; extern(D) TGTKgtk_hbox_get_type gtk_hbox_get_type;
8069 alias extern (C) _GtkWidget * function(char *)TGTKgtk_color_selection_dialog_new; extern(D) TGTKgtk_color_selection_dialog_new gtk_color_selection_dialog_new;
8070 alias extern (C) GType function()TGTKgtk_color_selection_dialog_get_type; extern(D) TGTKgtk_color_selection_dialog_get_type gtk_color_selection_dialog_get_type;
8071 alias extern (C) void function(aGtkColorSelection *, gint)TGTKgtk_color_selection_set_update_policy; extern(D) TGTKgtk_color_selection_set_update_policy gtk_color_selection_set_update_policy;
8072 alias extern (C) void function(aGtkColorSelection *, double *)TGTKgtk_color_selection_get_color; extern(D) TGTKgtk_color_selection_get_color gtk_color_selection_get_color;
8073 alias extern (C) void function(aGtkColorSelection *, double *)TGTKgtk_color_selection_set_color; extern(D) TGTKgtk_color_selection_set_color gtk_color_selection_set_color;
8074 alias extern (C) _BCD_func__11008 function(_BCD_func__11008)TGTKgtk_color_selection_set_change_palette_with_screen_hook; extern(D) TGTKgtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_change_palette_with_screen_hook;
8075 alias extern (C) _BCD_func__11009 function(_BCD_func__11009)TGTKgtk_color_selection_set_change_palette_hook; extern(D) TGTKgtk_color_selection_set_change_palette_hook gtk_color_selection_set_change_palette_hook;
8076 alias extern (C) char * function(_GdkColor *, gint)TGTKgtk_color_selection_palette_to_string; extern(D) TGTKgtk_color_selection_palette_to_string gtk_color_selection_palette_to_string;
8077 alias extern (C) gint function(char *, _GdkColor * *, gint *)TGTKgtk_color_selection_palette_from_string; extern(D) TGTKgtk_color_selection_palette_from_string gtk_color_selection_palette_from_string;
8078 alias extern (C) gint function(aGtkColorSelection *)TGTKgtk_color_selection_is_adjusting; extern(D) TGTKgtk_color_selection_is_adjusting gtk_color_selection_is_adjusting;
8079 alias extern (C) ushort function(aGtkColorSelection *)TGTKgtk_color_selection_get_previous_alpha; extern(D) TGTKgtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_alpha;
8080 alias extern (C) void function(aGtkColorSelection *, _GdkColor *)TGTKgtk_color_selection_get_previous_color; extern(D) TGTKgtk_color_selection_get_previous_color gtk_color_selection_get_previous_color;
8081 alias extern (C) void function(aGtkColorSelection *, ushort)TGTKgtk_color_selection_set_previous_alpha; extern(D) TGTKgtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_alpha;
8082 alias extern (C) void function(aGtkColorSelection *, _GdkColor *)TGTKgtk_color_selection_set_previous_color; extern(D) TGTKgtk_color_selection_set_previous_color gtk_color_selection_set_previous_color;
8083 alias extern (C) ushort function(aGtkColorSelection *)TGTKgtk_color_selection_get_current_alpha; extern(D) TGTKgtk_color_selection_get_current_alpha gtk_color_selection_get_current_alpha;
8084 alias extern (C) void function(aGtkColorSelection *, _GdkColor *)TGTKgtk_color_selection_get_current_color; extern(D) TGTKgtk_color_selection_get_current_color gtk_color_selection_get_current_color;
8085 alias extern (C) void function(aGtkColorSelection *, ushort)TGTKgtk_color_selection_set_current_alpha; extern(D) TGTKgtk_color_selection_set_current_alpha gtk_color_selection_set_current_alpha;
8086 alias extern (C) void function(aGtkColorSelection *, _GdkColor *)TGTKgtk_color_selection_set_current_color; extern(D) TGTKgtk_color_selection_set_current_color gtk_color_selection_set_current_color;
8087 alias extern (C) void function(aGtkColorSelection *, gint)TGTKgtk_color_selection_set_has_palette; extern(D) TGTKgtk_color_selection_set_has_palette gtk_color_selection_set_has_palette;
8088 alias extern (C) gint function(aGtkColorSelection *)TGTKgtk_color_selection_get_has_palette; extern(D) TGTKgtk_color_selection_get_has_palette gtk_color_selection_get_has_palette;
8089 alias extern (C) void function(aGtkColorSelection *, gint)TGTKgtk_color_selection_set_has_opacity_control; extern(D) TGTKgtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_opacity_control;
8090 alias extern (C) gint function(aGtkColorSelection *)TGTKgtk_color_selection_get_has_opacity_control; extern(D) TGTKgtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_opacity_control;
8091 alias extern (C) _GtkWidget * function()TGTKgtk_color_selection_new; extern(D) TGTKgtk_color_selection_new gtk_color_selection_new;
8092 alias extern (C) GType function()TGTKgtk_color_selection_get_type; extern(D) TGTKgtk_color_selection_get_type gtk_color_selection_get_type;
8093 alias extern (C) _GtkWidget * function(gint, gint)TGTKgtk_vbox_new; extern(D) TGTKgtk_vbox_new gtk_vbox_new;
8094 alias extern (C) GType function()TGTKgtk_vbox_get_type; extern(D) TGTKgtk_vbox_get_type gtk_vbox_get_type;
8095 alias extern (C) char * function(aGtkColorButton *)TGTKgtk_color_button_get_title; extern(D) TGTKgtk_color_button_get_title gtk_color_button_get_title;
8096 alias extern (C) void function(aGtkColorButton *, char *)TGTKgtk_color_button_set_title; extern(D) TGTKgtk_color_button_set_title gtk_color_button_set_title;
8097 alias extern (C) gint function(aGtkColorButton *)TGTKgtk_color_button_get_use_alpha; extern(D) TGTKgtk_color_button_get_use_alpha gtk_color_button_get_use_alpha;
8098 alias extern (C) void function(aGtkColorButton *, gint)TGTKgtk_color_button_set_use_alpha; extern(D) TGTKgtk_color_button_set_use_alpha gtk_color_button_set_use_alpha;
8099 alias extern (C) ushort function(aGtkColorButton *)TGTKgtk_color_button_get_alpha; extern(D) TGTKgtk_color_button_get_alpha gtk_color_button_get_alpha;
8100 alias extern (C) void function(aGtkColorButton *, _GdkColor *)TGTKgtk_color_button_get_color; extern(D) TGTKgtk_color_button_get_color gtk_color_button_get_color;
8101 alias extern (C) void function(aGtkColorButton *, ushort)TGTKgtk_color_button_set_alpha; extern(D) TGTKgtk_color_button_set_alpha gtk_color_button_set_alpha;
8102 alias extern (C) void function(aGtkColorButton *, _GdkColor *)TGTKgtk_color_button_set_color; extern(D) TGTKgtk_color_button_set_color gtk_color_button_set_color;
8103 alias extern (C) _GtkWidget * function(_GdkColor *)TGTKgtk_color_button_new_with_color; extern(D) TGTKgtk_color_button_new_with_color gtk_color_button_new_with_color;
8104 alias extern (C) _GtkWidget * function()TGTKgtk_color_button_new; extern(D) TGTKgtk_color_button_new gtk_color_button_new;
8105 alias extern (C) GType function()TGTKgtk_color_button_get_type; extern(D) TGTKgtk_color_button_get_type gtk_color_button_get_type;
8106 //alias extern (C) void * function(aGtkCList *, aGtkCListRow *, gint)TGTK_gtk_clist_create_cell_layout; extern(D) TGTK_gtk_clist_create_cell_layout _gtk_clist_create_cell_layout;
8107 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_auto_sort; extern(D) TGTKgtk_clist_set_auto_sort gtk_clist_set_auto_sort;
8108 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_sort; extern(D) TGTKgtk_clist_sort gtk_clist_sort;
8109 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_sort_type; extern(D) TGTKgtk_clist_set_sort_type gtk_clist_set_sort_type;
8110 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_sort_column; extern(D) TGTKgtk_clist_set_sort_column gtk_clist_set_sort_column;
8111 alias extern (C) void function(aGtkCList *, _BCD_func__11051)TGTKgtk_clist_set_compare_func; extern(D) TGTKgtk_clist_set_compare_func gtk_clist_set_compare_func;
8112 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_row_move; extern(D) TGTKgtk_clist_row_move gtk_clist_row_move;
8113 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_swap_rows; extern(D) TGTKgtk_clist_swap_rows gtk_clist_swap_rows;
8114 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_unselect_all; extern(D) TGTKgtk_clist_unselect_all gtk_clist_unselect_all;
8115 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_select_all; extern(D) TGTKgtk_clist_select_all gtk_clist_select_all;
8116 alias extern (C) gint function(aGtkCList *, gint, gint, gint *, gint *)TGTKgtk_clist_get_selection_info; extern(D) TGTKgtk_clist_get_selection_info gtk_clist_get_selection_info;
8117 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_clear; extern(D) TGTKgtk_clist_clear gtk_clist_clear;
8118 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_undo_selection; extern(D) TGTKgtk_clist_undo_selection gtk_clist_undo_selection;
8119 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_unselect_row; extern(D) TGTKgtk_clist_unselect_row gtk_clist_unselect_row;
8120 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_select_row; extern(D) TGTKgtk_clist_select_row gtk_clist_select_row;
8121 alias extern (C) gint function(aGtkCList *, void *)TGTKgtk_clist_find_row_from_data; extern(D) TGTKgtk_clist_find_row_from_data gtk_clist_find_row_from_data;
8122 alias extern (C) void * function(aGtkCList *, gint)TGTKgtk_clist_get_row_data; extern(D) TGTKgtk_clist_get_row_data gtk_clist_get_row_data;
8123 alias extern (C) void function(aGtkCList *, gint, void *, _BCD_func__13158)TGTKgtk_clist_set_row_data_full; extern(D) TGTKgtk_clist_set_row_data_full gtk_clist_set_row_data_full;
8124 alias extern (C) void function(aGtkCList *, gint, void *)TGTKgtk_clist_set_row_data; extern(D) TGTKgtk_clist_set_row_data gtk_clist_set_row_data;
8125 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_remove; extern(D) TGTKgtk_clist_remove gtk_clist_remove;
8126 alias extern (C) gint function(aGtkCList *, gint, char * *)TGTKgtk_clist_insert; extern(D) TGTKgtk_clist_insert gtk_clist_insert;
8127 alias extern (C) gint function(aGtkCList *, char * *)TGTKgtk_clist_append; extern(D) TGTKgtk_clist_append gtk_clist_append;
8128 alias extern (C) gint function(aGtkCList *, char * *)TGTKgtk_clist_prepend; extern(D) TGTKgtk_clist_prepend gtk_clist_prepend;
8129 alias extern (C) gint function(aGtkCList *, gint)TGTKgtk_clist_get_selectable; extern(D) TGTKgtk_clist_get_selectable gtk_clist_get_selectable;
8130 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_selectable; extern(D) TGTKgtk_clist_set_selectable gtk_clist_set_selectable;
8131 alias extern (C) void function(aGtkCList *, gint, gint, gint, gint)TGTKgtk_clist_set_shift; extern(D) TGTKgtk_clist_set_shift gtk_clist_set_shift;
8132 alias extern (C) _GtkStyle * function(aGtkCList *, gint)TGTKgtk_clist_get_row_style; extern(D) TGTKgtk_clist_get_row_style gtk_clist_get_row_style;
8133 alias extern (C) void function(aGtkCList *, gint, aGtkStyle *)TGTKgtk_clist_set_row_style; extern(D) TGTKgtk_clist_set_row_style gtk_clist_set_row_style;
8134 alias extern (C) _GtkStyle * function(aGtkCList *, gint, gint)TGTKgtk_clist_get_cell_style; extern(D) TGTKgtk_clist_get_cell_style gtk_clist_get_cell_style;
8135 alias extern (C) void function(aGtkCList *, gint, gint, aGtkStyle *)TGTKgtk_clist_set_cell_style; extern(D) TGTKgtk_clist_set_cell_style gtk_clist_set_cell_style;
8136 alias extern (C) void function(aGtkCList *, gint, _GdkColor *)TGTKgtk_clist_set_background; extern(D) TGTKgtk_clist_set_background gtk_clist_set_background;
8137 alias extern (C) void function(aGtkCList *, gint, _GdkColor *)TGTKgtk_clist_set_foreground; extern(D) TGTKgtk_clist_set_foreground gtk_clist_set_foreground;
8138 alias extern (C) gint function(aGtkCList *, gint, gint, char * *, char *, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_clist_get_pixtext; extern(D) TGTKgtk_clist_get_pixtext gtk_clist_get_pixtext;
8139 alias extern (C) void function(aGtkCList *, gint, gint, char *, char, _GdkDrawable *, _GdkDrawable *)TGTKgtk_clist_set_pixtext; extern(D) TGTKgtk_clist_set_pixtext gtk_clist_set_pixtext;
8140 alias extern (C) gint function(aGtkCList *, gint, gint, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_clist_get_pixmap; extern(D) TGTKgtk_clist_get_pixmap gtk_clist_get_pixmap;
8141 alias extern (C) void function(aGtkCList *, gint, gint, _GdkDrawable *, _GdkDrawable *)TGTKgtk_clist_set_pixmap; extern(D) TGTKgtk_clist_set_pixmap gtk_clist_set_pixmap;
8142 alias extern (C) gint function(aGtkCList *, gint, gint, char * *)TGTKgtk_clist_get_text; extern(D) TGTKgtk_clist_get_text gtk_clist_get_text;
8143 alias extern (C) void function(aGtkCList *, gint, gint, char *)TGTKgtk_clist_set_text; extern(D) TGTKgtk_clist_set_text gtk_clist_set_text;
8144 alias extern (C) gint function(aGtkCList *, gint, gint)TGTKgtk_clist_get_cell_type; extern(D) TGTKgtk_clist_get_cell_type gtk_clist_get_cell_type;
8145 alias extern (C) gint function(aGtkCList *, gint)TGTKgtk_clist_row_is_visible; extern(D) TGTKgtk_clist_row_is_visible gtk_clist_row_is_visible;
8146 alias extern (C) void function(aGtkCList *, gint, gint, float, float)TGTKgtk_clist_moveto; extern(D) TGTKgtk_clist_moveto gtk_clist_moveto;
8147 alias extern (C) void function(aGtkCList *, guint)TGTKgtk_clist_set_row_height; extern(D) TGTKgtk_clist_set_row_height gtk_clist_set_row_height;
8148 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_max_width; extern(D) TGTKgtk_clist_set_column_max_width gtk_clist_set_column_max_width;
8149 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_min_width; extern(D) TGTKgtk_clist_set_column_min_width gtk_clist_set_column_min_width;
8150 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_width; extern(D) TGTKgtk_clist_set_column_width gtk_clist_set_column_width;
8151 alias extern (C) gint function(aGtkCList *, gint)TGTKgtk_clist_optimal_column_width; extern(D) TGTKgtk_clist_optimal_column_width gtk_clist_optimal_column_width;
8152 alias extern (C) gint function(aGtkCList *)TGTKgtk_clist_columns_autosize; extern(D) TGTKgtk_clist_columns_autosize gtk_clist_columns_autosize;
8153 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_auto_resize; extern(D) TGTKgtk_clist_set_column_auto_resize gtk_clist_set_column_auto_resize;
8154 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_resizeable; extern(D) TGTKgtk_clist_set_column_resizeable gtk_clist_set_column_resizeable;
8155 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_visibility; extern(D) TGTKgtk_clist_set_column_visibility gtk_clist_set_column_visibility;
8156 alias extern (C) void function(aGtkCList *, gint, gint)TGTKgtk_clist_set_column_justification; extern(D) TGTKgtk_clist_set_column_justification gtk_clist_set_column_justification;
8157 alias extern (C) _GtkWidget * function(aGtkCList *, gint)TGTKgtk_clist_get_column_widget; extern(D) TGTKgtk_clist_get_column_widget gtk_clist_get_column_widget;
8158 alias extern (C) void function(aGtkCList *, gint, aGtkWidget *)TGTKgtk_clist_set_column_widget; extern(D) TGTKgtk_clist_set_column_widget gtk_clist_set_column_widget;
8159 alias extern (C) char * function(aGtkCList *, gint)TGTKgtk_clist_get_column_title; extern(D) TGTKgtk_clist_get_column_title gtk_clist_get_column_title;
8160 alias extern (C) void function(aGtkCList *, gint, char *)TGTKgtk_clist_set_column_title; extern(D) TGTKgtk_clist_set_column_title gtk_clist_set_column_title;
8161 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_column_titles_passive; extern(D) TGTKgtk_clist_column_titles_passive gtk_clist_column_titles_passive;
8162 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_column_titles_active; extern(D) TGTKgtk_clist_column_titles_active gtk_clist_column_titles_active;
8163 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_column_title_passive; extern(D) TGTKgtk_clist_column_title_passive gtk_clist_column_title_passive;
8164 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_column_title_active; extern(D) TGTKgtk_clist_column_title_active gtk_clist_column_title_active;
8165 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_column_titles_hide; extern(D) TGTKgtk_clist_column_titles_hide gtk_clist_column_titles_hide;
8166 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_column_titles_show; extern(D) TGTKgtk_clist_column_titles_show gtk_clist_column_titles_show;
8167 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_thaw; extern(D) TGTKgtk_clist_thaw gtk_clist_thaw;
8168 alias extern (C) void function(aGtkCList *)TGTKgtk_clist_freeze; extern(D) TGTKgtk_clist_freeze gtk_clist_freeze;
8169 alias extern (C) void function(aGtkCList *, guint, char)TGTKgtk_clist_set_button_actions; extern(D) TGTKgtk_clist_set_button_actions gtk_clist_set_button_actions;
8170 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_use_drag_icons; extern(D) TGTKgtk_clist_set_use_drag_icons gtk_clist_set_use_drag_icons;
8171 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_reorderable; extern(D) TGTKgtk_clist_set_reorderable gtk_clist_set_reorderable;
8172 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_selection_mode; extern(D) TGTKgtk_clist_set_selection_mode gtk_clist_set_selection_mode;
8173 alias extern (C) void function(aGtkCList *, gint)TGTKgtk_clist_set_shadow_type; extern(D) TGTKgtk_clist_set_shadow_type gtk_clist_set_shadow_type;
8174 alias extern (C) _GtkAdjustment * function(aGtkCList *)TGTKgtk_clist_get_vadjustment; extern(D) TGTKgtk_clist_get_vadjustment gtk_clist_get_vadjustment;
8175 alias extern (C) _GtkAdjustment * function(aGtkCList *)TGTKgtk_clist_get_hadjustment; extern(D) TGTKgtk_clist_get_hadjustment gtk_clist_get_hadjustment;
8176 alias extern (C) void function(aGtkCList *, aGtkAdjustment *)TGTKgtk_clist_set_vadjustment; extern(D) TGTKgtk_clist_set_vadjustment gtk_clist_set_vadjustment;
8177 alias extern (C) void function(aGtkCList *, aGtkAdjustment *)TGTKgtk_clist_set_hadjustment; extern(D) TGTKgtk_clist_set_hadjustment gtk_clist_set_hadjustment;
8178 alias extern (C) _GtkWidget * function(gint, char * *)TGTKgtk_clist_new_with_titles; extern(D) TGTKgtk_clist_new_with_titles gtk_clist_new_with_titles;
8179 alias extern (C) _GtkWidget * function(gint)TGTKgtk_clist_new; extern(D) TGTKgtk_clist_new gtk_clist_new;
8180 alias extern (C) guint function()TGTKgtk_clist_get_type; extern(D) TGTKgtk_clist_get_type gtk_clist_get_type;
8181 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_vscrollbar_new; extern(D) TGTKgtk_vscrollbar_new gtk_vscrollbar_new;
8182 alias extern (C) GType function()TGTKgtk_vscrollbar_get_type; extern(D) TGTKgtk_vscrollbar_get_type gtk_vscrollbar_get_type;
8183 alias extern (C) _GtkWidget * function(aGtkAdjustment *)TGTKgtk_hscrollbar_new; extern(D) TGTKgtk_hscrollbar_new gtk_hscrollbar_new;
8184 alias extern (C) GType function()TGTKgtk_hscrollbar_get_type; extern(D) TGTKgtk_hscrollbar_get_type gtk_hscrollbar_get_type;
8185 alias extern (C) GType function()TGTKgtk_scrollbar_get_type; extern(D) TGTKgtk_scrollbar_get_type gtk_scrollbar_get_type;
8186 //alias extern (C) double function(aGtkRange *, gint)TGTK_gtk_range_get_wheel_delta; extern(D) TGTK_gtk_range_get_wheel_delta _gtk_range_get_wheel_delta;
8187 alias extern (C) double function(aGtkRange *)TGTKgtk_range_get_fill_level; extern(D) TGTKgtk_range_get_fill_level gtk_range_get_fill_level;
8188 alias extern (C) void function(aGtkRange *, double)TGTKgtk_range_set_fill_level; extern(D) TGTKgtk_range_set_fill_level gtk_range_set_fill_level;
8189 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_restrict_to_fill_level; extern(D) TGTKgtk_range_get_restrict_to_fill_level gtk_range_get_restrict_to_fill_level;
8190 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_restrict_to_fill_level; extern(D) TGTKgtk_range_set_restrict_to_fill_level gtk_range_set_restrict_to_fill_level;
8191 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_show_fill_level; extern(D) TGTKgtk_range_get_show_fill_level gtk_range_get_show_fill_level;
8192 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_show_fill_level; extern(D) TGTKgtk_range_set_show_fill_level gtk_range_set_show_fill_level;
8193 alias extern (C) double function(aGtkRange *)TGTKgtk_range_get_value; extern(D) TGTKgtk_range_get_value gtk_range_get_value;
8194 alias extern (C) void function(aGtkRange *, double)TGTKgtk_range_set_value; extern(D) TGTKgtk_range_set_value gtk_range_set_value;
8195 alias extern (C) void function(aGtkRange *, double, double)TGTKgtk_range_set_range; extern(D) TGTKgtk_range_set_range gtk_range_set_range;
8196 alias extern (C) void function(aGtkRange *, double, double)TGTKgtk_range_set_increments; extern(D) TGTKgtk_range_set_increments gtk_range_set_increments;
8197 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_upper_stepper_sensitivity; extern(D) TGTKgtk_range_get_upper_stepper_sensitivity gtk_range_get_upper_stepper_sensitivity;
8198 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_upper_stepper_sensitivity; extern(D) TGTKgtk_range_set_upper_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity;
8199 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_lower_stepper_sensitivity; extern(D) TGTKgtk_range_get_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity;
8200 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_lower_stepper_sensitivity; extern(D) TGTKgtk_range_set_lower_stepper_sensitivity gtk_range_set_lower_stepper_sensitivity;
8201 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_inverted; extern(D) TGTKgtk_range_get_inverted gtk_range_get_inverted;
8202 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_inverted; extern(D) TGTKgtk_range_set_inverted gtk_range_set_inverted;
8203 alias extern (C) _GtkAdjustment * function(aGtkRange *)TGTKgtk_range_get_adjustment; extern(D) TGTKgtk_range_get_adjustment gtk_range_get_adjustment;
8204 alias extern (C) void function(aGtkRange *, aGtkAdjustment *)TGTKgtk_range_set_adjustment; extern(D) TGTKgtk_range_set_adjustment gtk_range_set_adjustment;
8205 alias extern (C) gint function(aGtkRange *)TGTKgtk_range_get_update_policy; extern(D) TGTKgtk_range_get_update_policy gtk_range_get_update_policy;
8206 alias extern (C) void function(aGtkRange *, gint)TGTKgtk_range_set_update_policy; extern(D) TGTKgtk_range_set_update_policy gtk_range_set_update_policy;
8207 alias extern (C) GType function()TGTKgtk_range_get_type; extern(D) TGTKgtk_range_get_type gtk_range_get_type;
8208 //alias extern (C) void function()TGTK_gtk_clipboard_store_all; extern(D) TGTK_gtk_clipboard_store_all _gtk_clipboard_store_all;
8209 //alias extern (C) void function(_GdkEventOwnerChange *)TGTK_gtk_clipboard_handle_event; extern(D) TGTK_gtk_clipboard_handle_event _gtk_clipboard_handle_event;
8210 alias extern (C) void function(void *)TGTKgtk_clipboard_store; extern(D) TGTKgtk_clipboard_store gtk_clipboard_store;
8211 alias extern (C) void function(void *, aGtkTargetEntry *, gint)TGTKgtk_clipboard_set_can_store; extern(D) TGTKgtk_clipboard_set_can_store gtk_clipboard_set_can_store;
8212 alias extern (C) gint function(void *, void *)TGTKgtk_clipboard_wait_is_target_available; extern(D) TGTKgtk_clipboard_wait_is_target_available gtk_clipboard_wait_is_target_available;
8213 alias extern (C) gint function(void *)TGTKgtk_clipboard_wait_is_image_available; extern(D) TGTKgtk_clipboard_wait_is_image_available gtk_clipboard_wait_is_image_available;
8214 alias extern (C) gint function(void *, aGtkTextBuffer *)TGTKgtk_clipboard_wait_is_rich_text_available; extern(D) TGTKgtk_clipboard_wait_is_rich_text_available gtk_clipboard_wait_is_rich_text_available;
8215 alias extern (C) gint function(void *)TGTKgtk_clipboard_wait_is_text_available; extern(D) TGTKgtk_clipboard_wait_is_text_available gtk_clipboard_wait_is_text_available;
8216 alias extern (C) gint function(void *, void * * *, gint *)TGTKgtk_clipboard_wait_for_targets; extern(D) TGTKgtk_clipboard_wait_for_targets gtk_clipboard_wait_for_targets;
8217 alias extern (C) void * function(void *)TGTKgtk_clipboard_wait_for_image; extern(D) TGTKgtk_clipboard_wait_for_image gtk_clipboard_wait_for_image;
8218 alias extern (C) char * function(void *, aGtkTextBuffer *, void * *, gsize *)TGTKgtk_clipboard_wait_for_rich_text; extern(D) TGTKgtk_clipboard_wait_for_rich_text gtk_clipboard_wait_for_rich_text;
8219 alias extern (C) char * function(void *)TGTKgtk_clipboard_wait_for_text; extern(D) TGTKgtk_clipboard_wait_for_text gtk_clipboard_wait_for_text;
8220 alias extern (C) _GtkSelectionData * function(void *, void *)TGTKgtk_clipboard_wait_for_contents; extern(D) TGTKgtk_clipboard_wait_for_contents gtk_clipboard_wait_for_contents;
8221 alias extern (C) void function(void *, _BCD_func__11269, void *)TGTKgtk_clipboard_request_targets; extern(D) TGTKgtk_clipboard_request_targets gtk_clipboard_request_targets;
8222 alias extern (C) void function(void *, _BCD_func__11270, void *)TGTKgtk_clipboard_request_image; extern(D) TGTKgtk_clipboard_request_image gtk_clipboard_request_image;
8223 alias extern (C) void function(void *, aGtkTextBuffer *, _BCD_func__11271, void *)TGTKgtk_clipboard_request_rich_text; extern(D) TGTKgtk_clipboard_request_rich_text gtk_clipboard_request_rich_text;
8224 alias extern (C) void function(void *, _BCD_func__11272, void *)TGTKgtk_clipboard_request_text; extern(D) TGTKgtk_clipboard_request_text gtk_clipboard_request_text;
8225 alias extern (C) void function(void *, void *, _BCD_func__11273, void *)TGTKgtk_clipboard_request_contents; extern(D) TGTKgtk_clipboard_request_contents gtk_clipboard_request_contents;
8226 alias extern (C) void function(void *, void *)TGTKgtk_clipboard_set_image; extern(D) TGTKgtk_clipboard_set_image gtk_clipboard_set_image;
8227 alias extern (C) void function(void *, char *, gint)TGTKgtk_clipboard_set_text; extern(D) TGTKgtk_clipboard_set_text gtk_clipboard_set_text;
8228 alias extern (C) void function(void *)TGTKgtk_clipboard_clear; extern(D) TGTKgtk_clipboard_clear gtk_clipboard_clear;
8229 alias extern (C) _GObject * function(void *)TGTKgtk_clipboard_get_owner; extern(D) TGTKgtk_clipboard_get_owner gtk_clipboard_get_owner;
8230 alias extern (C) gint function(void *, aGtkTargetEntry *, guint, _BCD_func__11268, _BCD_func__11267, _GObject *)TGTKgtk_clipboard_set_with_owner; extern(D) TGTKgtk_clipboard_set_with_owner gtk_clipboard_set_with_owner;
8231 alias extern (C) gint function(void *, aGtkTargetEntry *, guint, _BCD_func__11268, _BCD_func__11267, void *)TGTKgtk_clipboard_set_with_data; extern(D) TGTKgtk_clipboard_set_with_data gtk_clipboard_set_with_data;
8232 alias extern (C) _GdkDisplay * function(void *)TGTKgtk_clipboard_get_display; extern(D) TGTKgtk_clipboard_get_display gtk_clipboard_get_display;
8233 alias extern (C) void * function(void *)TGTKgtk_clipboard_get; extern(D) TGTKgtk_clipboard_get gtk_clipboard_get;
8234 alias extern (C) void * function(_GdkDisplay *, void *)TGTKgtk_clipboard_get_for_display; extern(D) TGTKgtk_clipboard_get_for_display gtk_clipboard_get_for_display;
8235 alias extern (C) GType function()TGTKgtk_clipboard_get_type; extern(D) TGTKgtk_clipboard_get_type gtk_clipboard_get_type;
8236 alias extern (C) GType function()TGTKgtk_target_list_get_type; extern(D) TGTKgtk_target_list_get_type gtk_target_list_get_type;
8237 alias extern (C) void function(aGtkSelectionData *)TGTKgtk_selection_data_free; extern(D) TGTKgtk_selection_data_free gtk_selection_data_free;
8238 alias extern (C) _GtkSelectionData * function(aGtkSelectionData *)TGTKgtk_selection_data_copy; extern(D) TGTKgtk_selection_data_copy gtk_selection_data_copy;
8239 alias extern (C) GType function()TGTKgtk_selection_data_get_type; extern(D) TGTKgtk_selection_data_get_type gtk_selection_data_get_type;
8240 //alias extern (C) gint function(aGtkWidget *, _GdkEventProperty *)TGTK_gtk_selection_property_notify; extern(D) TGTK_gtk_selection_property_notify _gtk_selection_property_notify;
8241 //alias extern (C) gint function(aGtkWidget *, _GdkEventSelection *)TGTK_gtk_selection_notify; extern(D) TGTK_gtk_selection_notify _gtk_selection_notify;
8242 //alias extern (C) gint function(_GdkDrawable *, _GdkEventProperty *)TGTK_gtk_selection_incr_event; extern(D) TGTK_gtk_selection_incr_event _gtk_selection_incr_event;
8243 //alias extern (C) gint function(aGtkWidget *, _GdkEventSelection *)TGTK_gtk_selection_request; extern(D) TGTK_gtk_selection_request _gtk_selection_request;
8244 alias extern (C) gint function(aGtkWidget *, _GdkEventSelection *)TGTKgtk_selection_clear; extern(D) TGTKgtk_selection_clear gtk_selection_clear;
8245 alias extern (C) void function(aGtkWidget *)TGTKgtk_selection_remove_all; extern(D) TGTKgtk_selection_remove_all gtk_selection_remove_all;
8246 alias extern (C) gint function(void * *, gint)TGTKgtk_targets_include_uri; extern(D) TGTKgtk_targets_include_uri gtk_targets_include_uri;
8247 alias extern (C) gint function(void * *, gint, gint)TGTKgtk_targets_include_image; extern(D) TGTKgtk_targets_include_image gtk_targets_include_image;
8248 alias extern (C) gint function(void * *, gint, aGtkTextBuffer *)TGTKgtk_targets_include_rich_text; extern(D) TGTKgtk_targets_include_rich_text gtk_targets_include_rich_text;
8249 alias extern (C) gint function(void * *, gint)TGTKgtk_targets_include_text; extern(D) TGTKgtk_targets_include_text gtk_targets_include_text;
8250 alias extern (C) gint function(aGtkSelectionData *)TGTKgtk_selection_data_targets_include_uri; extern(D) TGTKgtk_selection_data_targets_include_uri gtk_selection_data_targets_include_uri;
8251 alias extern (C) gint function(aGtkSelectionData *, gint)TGTKgtk_selection_data_targets_include_image; extern(D) TGTKgtk_selection_data_targets_include_image gtk_selection_data_targets_include_image;
8252 alias extern (C) gint function(aGtkSelectionData *, aGtkTextBuffer *)TGTKgtk_selection_data_targets_include_rich_text; extern(D) TGTKgtk_selection_data_targets_include_rich_text gtk_selection_data_targets_include_rich_text;
8253 alias extern (C) gint function(aGtkSelectionData *)TGTKgtk_selection_data_targets_include_text; extern(D) TGTKgtk_selection_data_targets_include_text gtk_selection_data_targets_include_text;
8254 alias extern (C) gint function(aGtkSelectionData *, void * * *, gint *)TGTKgtk_selection_data_get_targets; extern(D) TGTKgtk_selection_data_get_targets gtk_selection_data_get_targets;
8255 alias extern (C) char * * function(aGtkSelectionData *)TGTKgtk_selection_data_get_uris; extern(D) TGTKgtk_selection_data_get_uris gtk_selection_data_get_uris;
8256 alias extern (C) gint function(aGtkSelectionData *, char * *)TGTKgtk_selection_data_set_uris; extern(D) TGTKgtk_selection_data_set_uris gtk_selection_data_set_uris;
8257 alias extern (C) void * function(aGtkSelectionData *)TGTKgtk_selection_data_get_pixbuf; extern(D) TGTKgtk_selection_data_get_pixbuf gtk_selection_data_get_pixbuf;
8258 alias extern (C) gint function(aGtkSelectionData *, void *)TGTKgtk_selection_data_set_pixbuf; extern(D) TGTKgtk_selection_data_set_pixbuf gtk_selection_data_set_pixbuf;
8259 alias extern (C) char * function(aGtkSelectionData *)TGTKgtk_selection_data_get_text; extern(D) TGTKgtk_selection_data_get_text gtk_selection_data_get_text;
8260 alias extern (C) gint function(aGtkSelectionData *, char *, gint)TGTKgtk_selection_data_set_text; extern(D) TGTKgtk_selection_data_set_text gtk_selection_data_set_text;
8261 alias extern (C) void function(aGtkSelectionData *, void *, gint, char *, gint)TGTKgtk_selection_data_set; extern(D) TGTKgtk_selection_data_set gtk_selection_data_set;
8262 alias extern (C) gint function(aGtkWidget *, void *, void *, guint32)TGTKgtk_selection_convert; extern(D) TGTKgtk_selection_convert gtk_selection_convert;
8263 alias extern (C) void function(aGtkWidget *, void *)TGTKgtk_selection_clear_targets; extern(D) TGTKgtk_selection_clear_targets gtk_selection_clear_targets;
8264 alias extern (C) void function(aGtkWidget *, void *, aGtkTargetEntry *, guint)TGTKgtk_selection_add_targets; extern(D) TGTKgtk_selection_add_targets gtk_selection_add_targets;
8265 alias extern (C) void function(aGtkWidget *, void *, void *, guint)TGTKgtk_selection_add_target; extern(D) TGTKgtk_selection_add_target gtk_selection_add_target;
8266 alias extern (C) gint function(_GdkDisplay *, aGtkWidget *, void *, guint32)TGTKgtk_selection_owner_set_for_display; extern(D) TGTKgtk_selection_owner_set_for_display gtk_selection_owner_set_for_display;
8267 alias extern (C) gint function(aGtkWidget *, void *, guint32)TGTKgtk_selection_owner_set; extern(D) TGTKgtk_selection_owner_set gtk_selection_owner_set;
8268 alias extern (C) void function(aGtkTargetEntry *, gint)TGTKgtk_target_table_free; extern(D) TGTKgtk_target_table_free gtk_target_table_free;
8269 alias extern (C) _GtkTargetEntry * function(aGtkTargetList *, gint *)TGTKgtk_target_table_new_from_list; extern(D) TGTKgtk_target_table_new_from_list gtk_target_table_new_from_list;
8270 alias extern (C) gint function(aGtkTargetList *, void *, guint *)TGTKgtk_target_list_find; extern(D) TGTKgtk_target_list_find gtk_target_list_find;
8271 alias extern (C) void function(aGtkTargetList *, void *)TGTKgtk_target_list_remove; extern(D) TGTKgtk_target_list_remove gtk_target_list_remove;
8272 alias extern (C) void function(aGtkTargetList *, aGtkTargetEntry *, guint)TGTKgtk_target_list_add_table; extern(D) TGTKgtk_target_list_add_table gtk_target_list_add_table;
8273 alias extern (C) void function(aGtkTargetList *, guint)TGTKgtk_target_list_add_uri_targets; extern(D) TGTKgtk_target_list_add_uri_targets gtk_target_list_add_uri_targets;
8274 alias extern (C) void function(aGtkTargetList *, guint, gint)TGTKgtk_target_list_add_image_targets; extern(D) TGTKgtk_target_list_add_image_targets gtk_target_list_add_image_targets;
8275 alias extern (C) void function(aGtkTargetList *, guint, gint, aGtkTextBuffer *)TGTKgtk_target_list_add_rich_text_targets; extern(D) TGTKgtk_target_list_add_rich_text_targets gtk_target_list_add_rich_text_targets;
8276 alias extern (C) void function(aGtkTargetList *, guint)TGTKgtk_target_list_add_text_targets; extern(D) TGTKgtk_target_list_add_text_targets gtk_target_list_add_text_targets;
8277 alias extern (C) void function(aGtkTargetList *, void *, guint, guint)TGTKgtk_target_list_add; extern(D) TGTKgtk_target_list_add gtk_target_list_add;
8278 alias extern (C) void function(aGtkTargetList *)TGTKgtk_target_list_unref; extern(D) TGTKgtk_target_list_unref gtk_target_list_unref;
8279 alias extern (C) _GtkTargetList * function(aGtkTargetList *)TGTKgtk_target_list_ref; extern(D) TGTKgtk_target_list_ref gtk_target_list_ref;
8280 alias extern (C) _GtkTargetList * function(aGtkTargetEntry *, guint)TGTKgtk_target_list_new; extern(D) TGTKgtk_target_list_new gtk_target_list_new;
8281 alias extern (C) void function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_order; extern(D) TGTKgtk_text_iter_order gtk_text_iter_order;
8282 alias extern (C) gint function(aGtkTextIter *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_in_range; extern(D) TGTKgtk_text_iter_in_range gtk_text_iter_in_range;
8283 alias extern (C) gint function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_compare; extern(D) TGTKgtk_text_iter_compare gtk_text_iter_compare;
8284 alias extern (C) gint function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_equal; extern(D) TGTKgtk_text_iter_equal gtk_text_iter_equal;
8285 alias extern (C) gint function(aGtkTextIter *, char *, gint, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_backward_search; extern(D) TGTKgtk_text_iter_backward_search gtk_text_iter_backward_search;
8286 alias extern (C) gint function(aGtkTextIter *, char *, gint, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_forward_search; extern(D) TGTKgtk_text_iter_forward_search gtk_text_iter_forward_search;
8287 alias extern (C) gint function(aGtkTextIter *, _BCD_func__11292, void *, aGtkTextIter *)TGTKgtk_text_iter_backward_find_char; extern(D) TGTKgtk_text_iter_backward_find_char gtk_text_iter_backward_find_char;
8288 alias extern (C) gint function(aGtkTextIter *, _BCD_func__11292, void *, aGtkTextIter *)TGTKgtk_text_iter_forward_find_char; extern(D) TGTKgtk_text_iter_forward_find_char gtk_text_iter_forward_find_char;
8289 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_backward_to_tag_toggle; extern(D) TGTKgtk_text_iter_backward_to_tag_toggle gtk_text_iter_backward_to_tag_toggle;
8290 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_forward_to_tag_toggle; extern(D) TGTKgtk_text_iter_forward_to_tag_toggle gtk_text_iter_forward_to_tag_toggle;
8291 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_visible_line_index; extern(D) TGTKgtk_text_iter_set_visible_line_index gtk_text_iter_set_visible_line_index;
8292 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_visible_line_offset; extern(D) TGTKgtk_text_iter_set_visible_line_offset gtk_text_iter_set_visible_line_offset;
8293 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_to_line_end; extern(D) TGTKgtk_text_iter_forward_to_line_end gtk_text_iter_forward_to_line_end;
8294 alias extern (C) void function(aGtkTextIter *)TGTKgtk_text_iter_forward_to_end; extern(D) TGTKgtk_text_iter_forward_to_end gtk_text_iter_forward_to_end;
8295 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_line_index; extern(D) TGTKgtk_text_iter_set_line_index gtk_text_iter_set_line_index;
8296 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_line_offset; extern(D) TGTKgtk_text_iter_set_line_offset gtk_text_iter_set_line_offset;
8297 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_line; extern(D) TGTKgtk_text_iter_set_line gtk_text_iter_set_line;
8298 alias extern (C) void function(aGtkTextIter *, gint)TGTKgtk_text_iter_set_offset; extern(D) TGTKgtk_text_iter_set_offset gtk_text_iter_set_offset;
8299 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_visible_cursor_positions; extern(D) TGTKgtk_text_iter_backward_visible_cursor_positions gtk_text_iter_backward_visible_cursor_positions;
8300 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_visible_cursor_positions; extern(D) TGTKgtk_text_iter_forward_visible_cursor_positions gtk_text_iter_forward_visible_cursor_positions;
8301 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_visible_cursor_position; extern(D) TGTKgtk_text_iter_backward_visible_cursor_position gtk_text_iter_backward_visible_cursor_position;
8302 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_visible_cursor_position; extern(D) TGTKgtk_text_iter_forward_visible_cursor_position gtk_text_iter_forward_visible_cursor_position;
8303 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_cursor_positions; extern(D) TGTKgtk_text_iter_backward_cursor_positions gtk_text_iter_backward_cursor_positions;
8304 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_cursor_positions; extern(D) TGTKgtk_text_iter_forward_cursor_positions gtk_text_iter_forward_cursor_positions;
8305 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_cursor_position; extern(D) TGTKgtk_text_iter_backward_cursor_position gtk_text_iter_backward_cursor_position;
8306 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_cursor_position; extern(D) TGTKgtk_text_iter_forward_cursor_position gtk_text_iter_forward_cursor_position;
8307 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_sentence_starts; extern(D) TGTKgtk_text_iter_backward_sentence_starts gtk_text_iter_backward_sentence_starts;
8308 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_sentence_ends; extern(D) TGTKgtk_text_iter_forward_sentence_ends gtk_text_iter_forward_sentence_ends;
8309 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_sentence_start; extern(D) TGTKgtk_text_iter_backward_sentence_start gtk_text_iter_backward_sentence_start;
8310 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_sentence_end; extern(D) TGTKgtk_text_iter_forward_sentence_end gtk_text_iter_forward_sentence_end;
8311 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_visible_word_starts; extern(D) TGTKgtk_text_iter_backward_visible_word_starts gtk_text_iter_backward_visible_word_starts;
8312 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_visible_word_ends; extern(D) TGTKgtk_text_iter_forward_visible_word_ends gtk_text_iter_forward_visible_word_ends;
8313 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_visible_word_start; extern(D) TGTKgtk_text_iter_backward_visible_word_start gtk_text_iter_backward_visible_word_start;
8314 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_visible_word_end; extern(D) TGTKgtk_text_iter_forward_visible_word_end gtk_text_iter_forward_visible_word_end;
8315 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_visible_lines; extern(D) TGTKgtk_text_iter_backward_visible_lines gtk_text_iter_backward_visible_lines;
8316 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_visible_lines; extern(D) TGTKgtk_text_iter_forward_visible_lines gtk_text_iter_forward_visible_lines;
8317 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_visible_line; extern(D) TGTKgtk_text_iter_backward_visible_line gtk_text_iter_backward_visible_line;
8318 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_visible_line; extern(D) TGTKgtk_text_iter_forward_visible_line gtk_text_iter_forward_visible_line;
8319 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_word_starts; extern(D) TGTKgtk_text_iter_backward_word_starts gtk_text_iter_backward_word_starts;
8320 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_word_ends; extern(D) TGTKgtk_text_iter_forward_word_ends gtk_text_iter_forward_word_ends;
8321 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_word_start; extern(D) TGTKgtk_text_iter_backward_word_start gtk_text_iter_backward_word_start;
8322 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_word_end; extern(D) TGTKgtk_text_iter_forward_word_end gtk_text_iter_forward_word_end;
8323 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_lines; extern(D) TGTKgtk_text_iter_backward_lines gtk_text_iter_backward_lines;
8324 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_lines; extern(D) TGTKgtk_text_iter_forward_lines gtk_text_iter_forward_lines;
8325 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_line; extern(D) TGTKgtk_text_iter_backward_line gtk_text_iter_backward_line;
8326 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_line; extern(D) TGTKgtk_text_iter_forward_line gtk_text_iter_forward_line;
8327 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_backward_chars; extern(D) TGTKgtk_text_iter_backward_chars gtk_text_iter_backward_chars;
8328 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_forward_chars; extern(D) TGTKgtk_text_iter_forward_chars gtk_text_iter_forward_chars;
8329 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_backward_char; extern(D) TGTKgtk_text_iter_backward_char gtk_text_iter_backward_char;
8330 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_forward_char; extern(D) TGTKgtk_text_iter_forward_char gtk_text_iter_forward_char;
8331 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_is_start; extern(D) TGTKgtk_text_iter_is_start gtk_text_iter_is_start;
8332 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_is_end; extern(D) TGTKgtk_text_iter_is_end gtk_text_iter_is_end;
8333 alias extern (C) void * function(aGtkTextIter *)TGTKgtk_text_iter_get_language; extern(D) TGTKgtk_text_iter_get_language gtk_text_iter_get_language;
8334 alias extern (C) gint function(aGtkTextIter *, aGtkTextAttributes *)TGTKgtk_text_iter_get_attributes; extern(D) TGTKgtk_text_iter_get_attributes gtk_text_iter_get_attributes;
8335 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_bytes_in_line; extern(D) TGTKgtk_text_iter_get_bytes_in_line gtk_text_iter_get_bytes_in_line;
8336 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_chars_in_line; extern(D) TGTKgtk_text_iter_get_chars_in_line gtk_text_iter_get_chars_in_line;
8337 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_is_cursor_position; extern(D) TGTKgtk_text_iter_is_cursor_position gtk_text_iter_is_cursor_position;
8338 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_ends_line; extern(D) TGTKgtk_text_iter_ends_line gtk_text_iter_ends_line;
8339 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_starts_line; extern(D) TGTKgtk_text_iter_starts_line gtk_text_iter_starts_line;
8340 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_inside_sentence; extern(D) TGTKgtk_text_iter_inside_sentence gtk_text_iter_inside_sentence;
8341 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_ends_sentence; extern(D) TGTKgtk_text_iter_ends_sentence gtk_text_iter_ends_sentence;
8342 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_starts_sentence; extern(D) TGTKgtk_text_iter_starts_sentence gtk_text_iter_starts_sentence;
8343 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_inside_word; extern(D) TGTKgtk_text_iter_inside_word gtk_text_iter_inside_word;
8344 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_ends_word; extern(D) TGTKgtk_text_iter_ends_word gtk_text_iter_ends_word;
8345 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_starts_word; extern(D) TGTKgtk_text_iter_starts_word gtk_text_iter_starts_word;
8346 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_can_insert; extern(D) TGTKgtk_text_iter_can_insert gtk_text_iter_can_insert;
8347 alias extern (C) gint function(aGtkTextIter *, gint)TGTKgtk_text_iter_editable; extern(D) TGTKgtk_text_iter_editable gtk_text_iter_editable;
8348 alias extern (C) _GSList * function(aGtkTextIter *)TGTKgtk_text_iter_get_tags; extern(D) TGTKgtk_text_iter_get_tags gtk_text_iter_get_tags;
8349 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_has_tag; extern(D) TGTKgtk_text_iter_has_tag gtk_text_iter_has_tag;
8350 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_toggles_tag; extern(D) TGTKgtk_text_iter_toggles_tag gtk_text_iter_toggles_tag;
8351 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_ends_tag; extern(D) TGTKgtk_text_iter_ends_tag gtk_text_iter_ends_tag;
8352 alias extern (C) gint function(aGtkTextIter *, aGtkTextTag *)TGTKgtk_text_iter_begins_tag; extern(D) TGTKgtk_text_iter_begins_tag gtk_text_iter_begins_tag;
8353 alias extern (C) _GSList * function(aGtkTextIter *, gint)TGTKgtk_text_iter_get_toggled_tags; extern(D) TGTKgtk_text_iter_get_toggled_tags gtk_text_iter_get_toggled_tags;
8354 alias extern (C) _GtkTextChildAnchor * function(aGtkTextIter *)TGTKgtk_text_iter_get_child_anchor; extern(D) TGTKgtk_text_iter_get_child_anchor gtk_text_iter_get_child_anchor;
8355 alias extern (C) _GSList * function(aGtkTextIter *)TGTKgtk_text_iter_get_marks; extern(D) TGTKgtk_text_iter_get_marks gtk_text_iter_get_marks;
8356 alias extern (C) void * function(aGtkTextIter *)TGTKgtk_text_iter_get_pixbuf; extern(D) TGTKgtk_text_iter_get_pixbuf gtk_text_iter_get_pixbuf;
8357 alias extern (C) char * function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_get_visible_text; extern(D) TGTKgtk_text_iter_get_visible_text gtk_text_iter_get_visible_text;
8358 alias extern (C) char * function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_get_visible_slice; extern(D) TGTKgtk_text_iter_get_visible_slice gtk_text_iter_get_visible_slice;
8359 alias extern (C) char * function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_get_text; extern(D) TGTKgtk_text_iter_get_text gtk_text_iter_get_text;
8360 alias extern (C) char * function(aGtkTextIter *, aGtkTextIter *)TGTKgtk_text_iter_get_slice; extern(D) TGTKgtk_text_iter_get_slice gtk_text_iter_get_slice;
8361 alias extern (C) gunichar function(aGtkTextIter *)TGTKgtk_text_iter_get_char; extern(D) TGTKgtk_text_iter_get_char gtk_text_iter_get_char;
8362 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_visible_line_index; extern(D) TGTKgtk_text_iter_get_visible_line_index gtk_text_iter_get_visible_line_index;
8363 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_visible_line_offset; extern(D) TGTKgtk_text_iter_get_visible_line_offset gtk_text_iter_get_visible_line_offset;
8364 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_line_index; extern(D) TGTKgtk_text_iter_get_line_index gtk_text_iter_get_line_index;
8365 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_line_offset; extern(D) TGTKgtk_text_iter_get_line_offset gtk_text_iter_get_line_offset;
8366 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_line; extern(D) TGTKgtk_text_iter_get_line gtk_text_iter_get_line;
8367 alias extern (C) gint function(aGtkTextIter *)TGTKgtk_text_iter_get_offset; extern(D) TGTKgtk_text_iter_get_offset gtk_text_iter_get_offset;
8368 alias extern (C) GType function()TGTKgtk_text_iter_get_type; extern(D) TGTKgtk_text_iter_get_type gtk_text_iter_get_type;
8369 alias extern (C) void function(aGtkTextIter *)TGTKgtk_text_iter_free; extern(D) TGTKgtk_text_iter_free gtk_text_iter_free;
8370 alias extern (C) _GtkTextIter * function(aGtkTextIter *)TGTKgtk_text_iter_copy; extern(D) TGTKgtk_text_iter_copy gtk_text_iter_copy;
8371 alias extern (C) _GtkTextBuffer * function(aGtkTextIter *)TGTKgtk_text_iter_get_buffer; extern(D) TGTKgtk_text_iter_get_buffer gtk_text_iter_get_buffer;
8372 alias extern (C) gint function(aGtkTextChildAnchor *)TGTKgtk_text_child_anchor_get_deleted; extern(D) TGTKgtk_text_child_anchor_get_deleted gtk_text_child_anchor_get_deleted;
8373 alias extern (C) _GList * function(aGtkTextChildAnchor *)TGTKgtk_text_child_anchor_get_widgets; extern(D) TGTKgtk_text_child_anchor_get_widgets gtk_text_child_anchor_get_widgets;
8374 alias extern (C) _GtkTextChildAnchor * function()TGTKgtk_text_child_anchor_new; extern(D) TGTKgtk_text_child_anchor_new gtk_text_child_anchor_new;
8375 alias extern (C) GType function()TGTKgtk_text_child_anchor_get_type; extern(D) TGTKgtk_text_child_anchor_get_type gtk_text_child_anchor_get_type;
8376 alias extern (C) GType function()TGTKgtk_text_attributes_get_type; extern(D) TGTKgtk_text_attributes_get_type gtk_text_attributes_get_type;
8377 alias extern (C) _GtkTextAttributes * function(aGtkTextAttributes *)TGTKgtk_text_attributes_ref; extern(D) TGTKgtk_text_attributes_ref gtk_text_attributes_ref;
8378 alias extern (C) void function(aGtkTextAttributes *)TGTKgtk_text_attributes_unref; extern(D) TGTKgtk_text_attributes_unref gtk_text_attributes_unref;
8379 alias extern (C) void function(aGtkTextAttributes *, aGtkTextAttributes *)TGTKgtk_text_attributes_copy_values; extern(D) TGTKgtk_text_attributes_copy_values gtk_text_attributes_copy_values;
8380 alias extern (C) _GtkTextAttributes * function(aGtkTextAttributes *)TGTKgtk_text_attributes_copy; extern(D) TGTKgtk_text_attributes_copy gtk_text_attributes_copy;
8381 alias extern (C) _GtkTextAttributes * function()TGTKgtk_text_attributes_new; extern(D) TGTKgtk_text_attributes_new gtk_text_attributes_new;
8382 alias extern (C) gint function(aGtkTextTag *, _GObject *, _GdkEvent *, aGtkTextIter *)TGTKgtk_text_tag_event; extern(D) TGTKgtk_text_tag_event gtk_text_tag_event;
8383 alias extern (C) void function(aGtkTextTag *, gint)TGTKgtk_text_tag_set_priority; extern(D) TGTKgtk_text_tag_set_priority gtk_text_tag_set_priority;
8384 alias extern (C) gint function(aGtkTextTag *)TGTKgtk_text_tag_get_priority; extern(D) TGTKgtk_text_tag_get_priority gtk_text_tag_get_priority;
8385 alias extern (C) _GtkTextTag * function(char *)TGTKgtk_text_tag_new; extern(D) TGTKgtk_text_tag_new gtk_text_tag_new;
8386 alias extern (C) GType function()TGTKgtk_text_tag_get_type; extern(D) TGTKgtk_text_tag_get_type gtk_text_tag_get_type;
8387 alias extern (C) void function(aGtkCheckMenuItem *, gint)TGTKgtk_check_menu_item_set_show_toggle; extern(D) TGTKgtk_check_menu_item_set_show_toggle gtk_check_menu_item_set_show_toggle;
8388 alias extern (C) gint function(aGtkCheckMenuItem *)TGTKgtk_check_menu_item_get_draw_as_radio; extern(D) TGTKgtk_check_menu_item_get_draw_as_radio gtk_check_menu_item_get_draw_as_radio;
8389 alias extern (C) void function(aGtkCheckMenuItem *, gint)TGTKgtk_check_menu_item_set_draw_as_radio; extern(D) TGTKgtk_check_menu_item_set_draw_as_radio gtk_check_menu_item_set_draw_as_radio;
8390 alias extern (C) gint function(aGtkCheckMenuItem *)TGTKgtk_check_menu_item_get_inconsistent; extern(D) TGTKgtk_check_menu_item_get_inconsistent gtk_check_menu_item_get_inconsistent;
8391 alias extern (C) void function(aGtkCheckMenuItem *, gint)TGTKgtk_check_menu_item_set_inconsistent; extern(D) TGTKgtk_check_menu_item_set_inconsistent gtk_check_menu_item_set_inconsistent;
8392 alias extern (C) void function(aGtkCheckMenuItem *)TGTKgtk_check_menu_item_toggled; extern(D) TGTKgtk_check_menu_item_toggled gtk_check_menu_item_toggled;
8393 alias extern (C) gint function(aGtkCheckMenuItem *)TGTKgtk_check_menu_item_get_active; extern(D) TGTKgtk_check_menu_item_get_active gtk_check_menu_item_get_active;
8394 alias extern (C) void function(aGtkCheckMenuItem *, gint)TGTKgtk_check_menu_item_set_active; extern(D) TGTKgtk_check_menu_item_set_active gtk_check_menu_item_set_active;
8395 alias extern (C) _GtkWidget * function(char *)TGTKgtk_check_menu_item_new_with_mnemonic; extern(D) TGTKgtk_check_menu_item_new_with_mnemonic gtk_check_menu_item_new_with_mnemonic;
8396 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_check_menu_item_new_with_label; extern(D) TGTKgtk_check_menu_item_new_with_label gtk_check_menu_item_new_with_label;
8397 alias extern (C) _GtkWidget * function()TGTKgtk_check_menu_item_new; extern(D) TGTKgtk_check_menu_item_new gtk_check_menu_item_new;
8398 alias extern (C) GType function()TGTKgtk_check_menu_item_get_type; extern(D) TGTKgtk_check_menu_item_get_type gtk_check_menu_item_get_type;
8399 alias extern (C) void function(aGtkMenuItem *)TGTKgtk_menu_item_remove_submenu; extern(D) TGTKgtk_menu_item_remove_submenu gtk_menu_item_remove_submenu;
8400 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_menu_item_popdown_submenu; extern(D) TGTK_gtk_menu_item_popdown_submenu _gtk_menu_item_popdown_submenu;
8401 //alias extern (C) void function(aGtkWidget *, gint)TGTK_gtk_menu_item_popup_submenu; extern(D) TGTK_gtk_menu_item_popup_submenu _gtk_menu_item_popup_submenu;
8402 //alias extern (C) gint function(aGtkWidget *)TGTK_gtk_menu_item_is_selectable; extern(D) TGTK_gtk_menu_item_is_selectable _gtk_menu_item_is_selectable;
8403 //alias extern (C) void function(aGtkMenuItem *, char *, aGtkAccelGroup *, gint)TGTK_gtk_menu_item_refresh_accel_path; extern(D) TGTK_gtk_menu_item_refresh_accel_path _gtk_menu_item_refresh_accel_path;
8404 alias extern (C) void function(aGtkMenuItem *, char *)TGTKgtk_menu_item_set_accel_path; extern(D) TGTKgtk_menu_item_set_accel_path gtk_menu_item_set_accel_path;
8405 alias extern (C) gint function(aGtkMenuItem *)TGTKgtk_menu_item_get_right_justified; extern(D) TGTKgtk_menu_item_get_right_justified gtk_menu_item_get_right_justified;
8406 alias extern (C) void function(aGtkMenuItem *, gint)TGTKgtk_menu_item_set_right_justified; extern(D) TGTKgtk_menu_item_set_right_justified gtk_menu_item_set_right_justified;
8407 alias extern (C) void function(aGtkMenuItem *, gint)TGTKgtk_menu_item_toggle_size_allocate; extern(D) TGTKgtk_menu_item_toggle_size_allocate gtk_menu_item_toggle_size_allocate;
8408 alias extern (C) void function(aGtkMenuItem *, gint *)TGTKgtk_menu_item_toggle_size_request; extern(D) TGTKgtk_menu_item_toggle_size_request gtk_menu_item_toggle_size_request;
8409 alias extern (C) void function(aGtkMenuItem *)TGTKgtk_menu_item_activate; extern(D) TGTKgtk_menu_item_activate gtk_menu_item_activate;
8410 alias extern (C) void function(aGtkMenuItem *)TGTKgtk_menu_item_deselect; extern(D) TGTKgtk_menu_item_deselect gtk_menu_item_deselect;
8411 alias extern (C) void function(aGtkMenuItem *)TGTKgtk_menu_item_select; extern(D) TGTKgtk_menu_item_select gtk_menu_item_select;
8412 alias extern (C) _GtkWidget * function(aGtkMenuItem *)TGTKgtk_menu_item_get_submenu; extern(D) TGTKgtk_menu_item_get_submenu gtk_menu_item_get_submenu;
8413 alias extern (C) void function(aGtkMenuItem *, aGtkWidget *)TGTKgtk_menu_item_set_submenu; extern(D) TGTKgtk_menu_item_set_submenu gtk_menu_item_set_submenu;
8414 alias extern (C) _GtkWidget * function(char *)TGTKgtk_menu_item_new_with_mnemonic; extern(D) TGTKgtk_menu_item_new_with_mnemonic gtk_menu_item_new_with_mnemonic;
8415 alias extern (C) _GtkWidget * function(char *)TGTKgtk_menu_item_new_with_label; extern(D) TGTKgtk_menu_item_new_with_label gtk_menu_item_new_with_label;
8416 alias extern (C) _GtkWidget * function()TGTKgtk_menu_item_new; extern(D) TGTKgtk_menu_item_new gtk_menu_item_new;
8417 alias extern (C) GType function()TGTKgtk_menu_item_get_type; extern(D) TGTKgtk_menu_item_get_type gtk_menu_item_get_type;
8418 alias extern (C) void function(aGtkItem *)TGTKgtk_item_toggle; extern(D) TGTKgtk_item_toggle gtk_item_toggle;
8419 alias extern (C) void function(aGtkItem *)TGTKgtk_item_deselect; extern(D) TGTKgtk_item_deselect gtk_item_deselect;
8420 alias extern (C) void function(aGtkItem *)TGTKgtk_item_select; extern(D) TGTKgtk_item_select gtk_item_select;
8421 alias extern (C) guint function()TGTKgtk_item_get_type; extern(D) TGTKgtk_item_get_type gtk_item_get_type;
8422 //alias extern (C) void function(aGtkCheckButton *, gint *, gint *)TGTK_gtk_check_button_get_props; extern(D) TGTK_gtk_check_button_get_props _gtk_check_button_get_props;
8423 alias extern (C) _GtkWidget * function(char *)TGTKgtk_check_button_new_with_mnemonic; extern(D) TGTKgtk_check_button_new_with_mnemonic gtk_check_button_new_with_mnemonic;
8424 alias extern (C) _GtkWidget * function(char *)TGTKgtk_check_button_new_with_label; extern(D) TGTKgtk_check_button_new_with_label gtk_check_button_new_with_label;
8425 alias extern (C) _GtkWidget * function()TGTKgtk_check_button_new; extern(D) TGTKgtk_check_button_new gtk_check_button_new;
8426 alias extern (C) GType function()TGTKgtk_check_button_get_type; extern(D) TGTKgtk_check_button_get_type gtk_check_button_get_type;
8427 alias extern (C) gint function(aGtkToggleButton *)TGTKgtk_toggle_button_get_inconsistent; extern(D) TGTKgtk_toggle_button_get_inconsistent gtk_toggle_button_get_inconsistent;
8428 alias extern (C) void function(aGtkToggleButton *, gint)TGTKgtk_toggle_button_set_inconsistent; extern(D) TGTKgtk_toggle_button_set_inconsistent gtk_toggle_button_set_inconsistent;
8429 alias extern (C) void function(aGtkToggleButton *)TGTKgtk_toggle_button_toggled; extern(D) TGTKgtk_toggle_button_toggled gtk_toggle_button_toggled;
8430 alias extern (C) gint function(aGtkToggleButton *)TGTKgtk_toggle_button_get_active; extern(D) TGTKgtk_toggle_button_get_active gtk_toggle_button_get_active;
8431 alias extern (C) void function(aGtkToggleButton *, gint)TGTKgtk_toggle_button_set_active; extern(D) TGTKgtk_toggle_button_set_active gtk_toggle_button_set_active;
8432 alias extern (C) gint function(aGtkToggleButton *)TGTKgtk_toggle_button_get_mode; extern(D) TGTKgtk_toggle_button_get_mode gtk_toggle_button_get_mode;
8433 alias extern (C) void function(aGtkToggleButton *, gint)TGTKgtk_toggle_button_set_mode; extern(D) TGTKgtk_toggle_button_set_mode gtk_toggle_button_set_mode;
8434 alias extern (C) _GtkWidget * function(char *)TGTKgtk_toggle_button_new_with_mnemonic; extern(D) TGTKgtk_toggle_button_new_with_mnemonic gtk_toggle_button_new_with_mnemonic;
8435 alias extern (C) _GtkWidget * function(char *)TGTKgtk_toggle_button_new_with_label; extern(D) TGTKgtk_toggle_button_new_with_label gtk_toggle_button_new_with_label;
8436 alias extern (C) _GtkWidget * function()TGTKgtk_toggle_button_new; extern(D) TGTKgtk_toggle_button_new gtk_toggle_button_new;
8437 alias extern (C) GType function()TGTKgtk_toggle_button_get_type; extern(D) TGTKgtk_toggle_button_get_type gtk_toggle_button_get_type;
8438 alias extern (C) _GList * function(aGtkCellView *)TGTKgtk_cell_view_get_cell_renderers; extern(D) TGTKgtk_cell_view_get_cell_renderers gtk_cell_view_get_cell_renderers;
8439 alias extern (C) void function(aGtkCellView *, _GdkColor *)TGTKgtk_cell_view_set_background_color; extern(D) TGTKgtk_cell_view_set_background_color gtk_cell_view_set_background_color;
8440 alias extern (C) gint function(aGtkCellView *, void *, aGtkRequisition *)TGTKgtk_cell_view_get_size_of_row; extern(D) TGTKgtk_cell_view_get_size_of_row gtk_cell_view_get_size_of_row;
8441 alias extern (C) void * function(aGtkCellView *)TGTKgtk_cell_view_get_displayed_row; extern(D) TGTKgtk_cell_view_get_displayed_row gtk_cell_view_get_displayed_row;
8442 alias extern (C) void function(aGtkCellView *, void *)TGTKgtk_cell_view_set_displayed_row; extern(D) TGTKgtk_cell_view_set_displayed_row gtk_cell_view_set_displayed_row;
8443 alias extern (C) void function(aGtkCellView *, void *)TGTKgtk_cell_view_set_model; extern(D) TGTKgtk_cell_view_set_model gtk_cell_view_set_model;
8444 alias extern (C) _GtkWidget * function(void *)TGTKgtk_cell_view_new_with_pixbuf; extern(D) TGTKgtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_pixbuf;
8445 alias extern (C) _GtkWidget * function(char *)TGTKgtk_cell_view_new_with_markup; extern(D) TGTKgtk_cell_view_new_with_markup gtk_cell_view_new_with_markup;
8446 alias extern (C) _GtkWidget * function(char *)TGTKgtk_cell_view_new_with_text; extern(D) TGTKgtk_cell_view_new_with_text gtk_cell_view_new_with_text;
8447 alias extern (C) _GtkWidget * function()TGTKgtk_cell_view_new; extern(D) TGTKgtk_cell_view_new gtk_cell_view_new;
8448 alias extern (C) GType function()TGTKgtk_cell_view_get_type; extern(D) TGTKgtk_cell_view_get_type gtk_cell_view_get_type;
8449 alias extern (C) void function(aGtkCellRendererToggle *, gint)TGTKgtk_cell_renderer_toggle_set_active; extern(D) TGTKgtk_cell_renderer_toggle_set_active gtk_cell_renderer_toggle_set_active;
8450 alias extern (C) gint function(aGtkCellRendererToggle *)TGTKgtk_cell_renderer_toggle_get_active; extern(D) TGTKgtk_cell_renderer_toggle_get_active gtk_cell_renderer_toggle_get_active;
8451 alias extern (C) void function(aGtkCellRendererToggle *, gint)TGTKgtk_cell_renderer_toggle_set_radio; extern(D) TGTKgtk_cell_renderer_toggle_set_radio gtk_cell_renderer_toggle_set_radio;
8452 alias extern (C) gint function(aGtkCellRendererToggle *)TGTKgtk_cell_renderer_toggle_get_radio; extern(D) TGTKgtk_cell_renderer_toggle_get_radio gtk_cell_renderer_toggle_get_radio;
8453 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_toggle_new; extern(D) TGTKgtk_cell_renderer_toggle_new gtk_cell_renderer_toggle_new;
8454 alias extern (C) GType function()TGTKgtk_cell_renderer_toggle_get_type; extern(D) TGTKgtk_cell_renderer_toggle_get_type gtk_cell_renderer_toggle_get_type;
8455 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_spin_new; extern(D) TGTKgtk_cell_renderer_spin_new gtk_cell_renderer_spin_new;
8456 alias extern (C) GType function()TGTKgtk_cell_renderer_spin_get_type; extern(D) TGTKgtk_cell_renderer_spin_get_type gtk_cell_renderer_spin_get_type;
8457 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_progress_new; extern(D) TGTKgtk_cell_renderer_progress_new gtk_cell_renderer_progress_new;
8458 alias extern (C) GType function()TGTKgtk_cell_renderer_progress_get_type; extern(D) TGTKgtk_cell_renderer_progress_get_type gtk_cell_renderer_progress_get_type;
8459 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_pixbuf_new; extern(D) TGTKgtk_cell_renderer_pixbuf_new gtk_cell_renderer_pixbuf_new;
8460 alias extern (C) GType function()TGTKgtk_cell_renderer_pixbuf_get_type; extern(D) TGTKgtk_cell_renderer_pixbuf_get_type gtk_cell_renderer_pixbuf_get_type;
8461 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_combo_new; extern(D) TGTKgtk_cell_renderer_combo_new gtk_cell_renderer_combo_new;
8462 alias extern (C) GType function()TGTKgtk_cell_renderer_combo_get_type; extern(D) TGTKgtk_cell_renderer_combo_get_type gtk_cell_renderer_combo_get_type;
8463 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_accel_new; extern(D) TGTKgtk_cell_renderer_accel_new gtk_cell_renderer_accel_new;
8464 alias extern (C) GType function()TGTKgtk_cell_renderer_accel_get_type; extern(D) TGTKgtk_cell_renderer_accel_get_type gtk_cell_renderer_accel_get_type;
8465 alias extern (C) void function(aGtkCellRendererText *, gint)TGTKgtk_cell_renderer_text_set_fixed_height_from_font; extern(D) TGTKgtk_cell_renderer_text_set_fixed_height_from_font gtk_cell_renderer_text_set_fixed_height_from_font;
8466 alias extern (C) _GtkCellRenderer * function()TGTKgtk_cell_renderer_text_new; extern(D) TGTKgtk_cell_renderer_text_new gtk_cell_renderer_text_new;
8467 alias extern (C) GType function()TGTKgtk_cell_renderer_text_get_type; extern(D) TGTKgtk_cell_renderer_text_get_type gtk_cell_renderer_text_get_type;
8468 //alias extern (C) void function(void *, aGtkBuilder *, _GObject *, char *)TGTK_gtk_cell_layout_buildable_add_child; extern(D) TGTK_gtk_cell_layout_buildable_add_child _gtk_cell_layout_buildable_add_child;
8469 //alias extern (C) void function(void *, aGtkBuilder *, _GObject *, char *, void * *)TGTK_gtk_cell_layout_buildable_custom_tag_end; extern(D) TGTK_gtk_cell_layout_buildable_custom_tag_end _gtk_cell_layout_buildable_custom_tag_end;
8470 //alias extern (C) gint function(void *, aGtkBuilder *, _GObject *, char *, _GMarkupParser *, void * *)TGTK_gtk_cell_layout_buildable_custom_tag_start; extern(D) TGTK_gtk_cell_layout_buildable_custom_tag_start _gtk_cell_layout_buildable_custom_tag_start;
8471 alias extern (C) void function(void *, aGtkCellRenderer *, gint)TGTKgtk_cell_layout_reorder; extern(D) TGTKgtk_cell_layout_reorder gtk_cell_layout_reorder;
8472 alias extern (C) void function(void *, aGtkCellRenderer *)TGTKgtk_cell_layout_clear_attributes; extern(D) TGTKgtk_cell_layout_clear_attributes gtk_cell_layout_clear_attributes;
8473 alias extern (C) void function(void *, aGtkCellRenderer *, _BCD_func__11624, void *, _BCD_func__13158)TGTKgtk_cell_layout_set_cell_data_func; extern(D) TGTKgtk_cell_layout_set_cell_data_func gtk_cell_layout_set_cell_data_func;
8474 alias extern (C) void function(void *, aGtkCellRenderer *, char *, gint)TGTKgtk_cell_layout_add_attribute; extern(D) TGTKgtk_cell_layout_add_attribute gtk_cell_layout_add_attribute;
8475 alias extern (C) void function(void *, aGtkCellRenderer *, ...)TGTKgtk_cell_layout_set_attributes; extern(D) TGTKgtk_cell_layout_set_attributes gtk_cell_layout_set_attributes;
8476 alias extern (C) void function(void *)TGTKgtk_cell_layout_clear; extern(D) TGTKgtk_cell_layout_clear gtk_cell_layout_clear;
8477 alias extern (C) _GList * function(void *)TGTKgtk_cell_layout_get_cells; extern(D) TGTKgtk_cell_layout_get_cells gtk_cell_layout_get_cells;
8478 alias extern (C) void function(void *, aGtkCellRenderer *, gint)TGTKgtk_cell_layout_pack_end; extern(D) TGTKgtk_cell_layout_pack_end gtk_cell_layout_pack_end;
8479 alias extern (C) void function(void *, aGtkCellRenderer *, gint)TGTKgtk_cell_layout_pack_start; extern(D) TGTKgtk_cell_layout_pack_start gtk_cell_layout_pack_start;
8480 alias extern (C) GType function()TGTKgtk_cell_layout_get_type; extern(D) TGTKgtk_cell_layout_get_type gtk_cell_layout_get_type;
8481 alias extern (C) _GtkWidget * function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_tree_view; extern(D) TGTKgtk_tree_view_column_get_tree_view gtk_tree_view_column_get_tree_view;
8482 alias extern (C) void function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_queue_resize; extern(D) TGTKgtk_tree_view_column_queue_resize gtk_tree_view_column_queue_resize;
8483 alias extern (C) gint function(aGtkTreeViewColumn *, aGtkCellRenderer *, gint *, gint *)TGTKgtk_tree_view_column_cell_get_position; extern(D) TGTKgtk_tree_view_column_cell_get_position gtk_tree_view_column_cell_get_position;
8484 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *)TGTKgtk_tree_view_column_focus_cell; extern(D) TGTKgtk_tree_view_column_focus_cell gtk_tree_view_column_focus_cell;
8485 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_cell_is_visible; extern(D) TGTKgtk_tree_view_column_cell_is_visible gtk_tree_view_column_cell_is_visible;
8486 alias extern (C) void function(aGtkTreeViewColumn *, _GdkRectangle *, gint *, gint *, gint *, gint *)TGTKgtk_tree_view_column_cell_get_size; extern(D) TGTKgtk_tree_view_column_cell_get_size gtk_tree_view_column_cell_get_size;
8487 alias extern (C) void function(aGtkTreeViewColumn *, void *, aGtkTreeIter *, gint, gint)TGTKgtk_tree_view_column_cell_set_cell_data; extern(D) TGTKgtk_tree_view_column_cell_set_cell_data gtk_tree_view_column_cell_set_cell_data;
8488 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_sort_order; extern(D) TGTKgtk_tree_view_column_get_sort_order gtk_tree_view_column_get_sort_order;
8489 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_sort_order; extern(D) TGTKgtk_tree_view_column_set_sort_order gtk_tree_view_column_set_sort_order;
8490 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_sort_indicator; extern(D) TGTKgtk_tree_view_column_get_sort_indicator gtk_tree_view_column_get_sort_indicator;
8491 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_sort_indicator; extern(D) TGTKgtk_tree_view_column_set_sort_indicator gtk_tree_view_column_set_sort_indicator;
8492 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_sort_column_id; extern(D) TGTKgtk_tree_view_column_get_sort_column_id gtk_tree_view_column_get_sort_column_id;
8493 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_sort_column_id; extern(D) TGTKgtk_tree_view_column_set_sort_column_id gtk_tree_view_column_set_sort_column_id;
8494 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_reorderable; extern(D) TGTKgtk_tree_view_column_get_reorderable gtk_tree_view_column_get_reorderable;
8495 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_reorderable; extern(D) TGTKgtk_tree_view_column_set_reorderable gtk_tree_view_column_set_reorderable;
8496 alias extern (C) float function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_alignment; extern(D) TGTKgtk_tree_view_column_get_alignment gtk_tree_view_column_get_alignment;
8497 alias extern (C) void function(aGtkTreeViewColumn *, float)TGTKgtk_tree_view_column_set_alignment; extern(D) TGTKgtk_tree_view_column_set_alignment gtk_tree_view_column_set_alignment;
8498 alias extern (C) _GtkWidget * function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_widget; extern(D) TGTKgtk_tree_view_column_get_widget gtk_tree_view_column_get_widget;
8499 alias extern (C) void function(aGtkTreeViewColumn *, aGtkWidget *)TGTKgtk_tree_view_column_set_widget; extern(D) TGTKgtk_tree_view_column_set_widget gtk_tree_view_column_set_widget;
8500 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_clickable; extern(D) TGTKgtk_tree_view_column_get_clickable gtk_tree_view_column_get_clickable;
8501 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_clickable; extern(D) TGTKgtk_tree_view_column_set_clickable gtk_tree_view_column_set_clickable;
8502 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_expand; extern(D) TGTKgtk_tree_view_column_get_expand gtk_tree_view_column_get_expand;
8503 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_expand; extern(D) TGTKgtk_tree_view_column_set_expand gtk_tree_view_column_set_expand;
8504 alias extern (C) char * function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_title; extern(D) TGTKgtk_tree_view_column_get_title gtk_tree_view_column_get_title;
8505 alias extern (C) void function(aGtkTreeViewColumn *, char *)TGTKgtk_tree_view_column_set_title; extern(D) TGTKgtk_tree_view_column_set_title gtk_tree_view_column_set_title;
8506 alias extern (C) void function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_clicked; extern(D) TGTKgtk_tree_view_column_clicked gtk_tree_view_column_clicked;
8507 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_max_width; extern(D) TGTKgtk_tree_view_column_get_max_width gtk_tree_view_column_get_max_width;
8508 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_max_width; extern(D) TGTKgtk_tree_view_column_set_max_width gtk_tree_view_column_set_max_width;
8509 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_min_width; extern(D) TGTKgtk_tree_view_column_get_min_width gtk_tree_view_column_get_min_width;
8510 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_min_width; extern(D) TGTKgtk_tree_view_column_set_min_width gtk_tree_view_column_set_min_width;
8511 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_fixed_width; extern(D) TGTKgtk_tree_view_column_set_fixed_width gtk_tree_view_column_set_fixed_width;
8512 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_fixed_width; extern(D) TGTKgtk_tree_view_column_get_fixed_width gtk_tree_view_column_get_fixed_width;
8513 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_width; extern(D) TGTKgtk_tree_view_column_get_width gtk_tree_view_column_get_width;
8514 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_sizing; extern(D) TGTKgtk_tree_view_column_get_sizing gtk_tree_view_column_get_sizing;
8515 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_sizing; extern(D) TGTKgtk_tree_view_column_set_sizing gtk_tree_view_column_set_sizing;
8516 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_resizable; extern(D) TGTKgtk_tree_view_column_get_resizable gtk_tree_view_column_get_resizable;
8517 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_resizable; extern(D) TGTKgtk_tree_view_column_set_resizable gtk_tree_view_column_set_resizable;
8518 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_visible; extern(D) TGTKgtk_tree_view_column_get_visible gtk_tree_view_column_get_visible;
8519 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_visible; extern(D) TGTKgtk_tree_view_column_set_visible gtk_tree_view_column_set_visible;
8520 alias extern (C) gint function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_spacing; extern(D) TGTKgtk_tree_view_column_get_spacing gtk_tree_view_column_get_spacing;
8521 alias extern (C) void function(aGtkTreeViewColumn *, gint)TGTKgtk_tree_view_column_set_spacing; extern(D) TGTKgtk_tree_view_column_set_spacing gtk_tree_view_column_set_spacing;
8522 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *)TGTKgtk_tree_view_column_clear_attributes; extern(D) TGTKgtk_tree_view_column_clear_attributes gtk_tree_view_column_clear_attributes;
8523 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *, _BCD_func__11636, void *, _BCD_func__13158)TGTKgtk_tree_view_column_set_cell_data_func; extern(D) TGTKgtk_tree_view_column_set_cell_data_func gtk_tree_view_column_set_cell_data_func;
8524 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *, ...)TGTKgtk_tree_view_column_set_attributes; extern(D) TGTKgtk_tree_view_column_set_attributes gtk_tree_view_column_set_attributes;
8525 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *, in char *, gint)TGTKgtk_tree_view_column_add_attribute; extern(D) TGTKgtk_tree_view_column_add_attribute gtk_tree_view_column_add_attribute;
8526 alias extern (C) _GList * function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_get_cell_renderers; extern(D) TGTKgtk_tree_view_column_get_cell_renderers gtk_tree_view_column_get_cell_renderers;
8527 alias extern (C) void function(aGtkTreeViewColumn *)TGTKgtk_tree_view_column_clear; extern(D) TGTKgtk_tree_view_column_clear gtk_tree_view_column_clear;
8528 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *, gint)TGTKgtk_tree_view_column_pack_end; extern(D) TGTKgtk_tree_view_column_pack_end gtk_tree_view_column_pack_end;
8529 alias extern (C) void function(aGtkTreeViewColumn *, aGtkCellRenderer *, gint)TGTKgtk_tree_view_column_pack_start; extern(D) TGTKgtk_tree_view_column_pack_start gtk_tree_view_column_pack_start;
8530 alias extern (C) _GtkTreeViewColumn * function(char *, aGtkCellRenderer *, ...)TGTKgtk_tree_view_column_new_with_attributes; extern(D) TGTKgtk_tree_view_column_new_with_attributes gtk_tree_view_column_new_with_attributes;
8531 alias extern (C) _GtkTreeViewColumn * function()TGTKgtk_tree_view_column_new; extern(D) TGTKgtk_tree_view_column_new gtk_tree_view_column_new;
8532 alias extern (C) GType function()TGTKgtk_tree_view_column_get_type; extern(D) TGTKgtk_tree_view_column_get_type gtk_tree_view_column_get_type;
8533 alias extern (C) gint function(void *)TGTKgtk_tree_sortable_has_default_sort_func; extern(D) TGTKgtk_tree_sortable_has_default_sort_func gtk_tree_sortable_has_default_sort_func;
8534 alias extern (C) void function(void *, _BCD_func__11685, void *, _BCD_func__13158)TGTKgtk_tree_sortable_set_default_sort_func; extern(D) TGTKgtk_tree_sortable_set_default_sort_func gtk_tree_sortable_set_default_sort_func;
8535 alias extern (C) void function(void *, gint, _BCD_func__11685, void *, _BCD_func__13158)TGTKgtk_tree_sortable_set_sort_func; extern(D) TGTKgtk_tree_sortable_set_sort_func gtk_tree_sortable_set_sort_func;
8536 alias extern (C) void function(void *, gint, gint)TGTKgtk_tree_sortable_set_sort_column_id; extern(D) TGTKgtk_tree_sortable_set_sort_column_id gtk_tree_sortable_set_sort_column_id;
8537 alias extern (C) gint function(void *, gint *, gint *)TGTKgtk_tree_sortable_get_sort_column_id; extern(D) TGTKgtk_tree_sortable_get_sort_column_id gtk_tree_sortable_get_sort_column_id;
8538 alias extern (C) void function(void *)TGTKgtk_tree_sortable_sort_column_changed; extern(D) TGTKgtk_tree_sortable_sort_column_changed gtk_tree_sortable_sort_column_changed;
8539 alias extern (C) GType function()TGTKgtk_tree_sortable_get_type; extern(D) TGTKgtk_tree_sortable_get_type gtk_tree_sortable_get_type;
8540 alias extern (C) void function(void *, void *, aGtkTreeIter *, gint *)TGTKgtk_tree_model_rows_reordered; extern(D) TGTKgtk_tree_model_rows_reordered gtk_tree_model_rows_reordered;
8541 alias extern (C) void function(void *, void *)TGTKgtk_tree_model_row_deleted; extern(D) TGTKgtk_tree_model_row_deleted gtk_tree_model_row_deleted;
8542 alias extern (C) void function(void *, void *, aGtkTreeIter *)TGTKgtk_tree_model_row_has_child_toggled; extern(D) TGTKgtk_tree_model_row_has_child_toggled gtk_tree_model_row_has_child_toggled;
8543 alias extern (C) void function(void *, void *, aGtkTreeIter *)TGTKgtk_tree_model_row_inserted; extern(D) TGTKgtk_tree_model_row_inserted gtk_tree_model_row_inserted;
8544 alias extern (C) void function(void *, void *, aGtkTreeIter *)TGTKgtk_tree_model_row_changed; extern(D) TGTKgtk_tree_model_row_changed gtk_tree_model_row_changed;
8545 alias extern (C) void function(void *, _BCD_func__11697, void *)TGTKgtk_tree_model_foreach; extern(D) TGTKgtk_tree_model_foreach gtk_tree_model_foreach;
8546 alias extern (C) void function(void *, aGtkTreeIter *, char *)TGTKgtk_tree_model_get_valist; extern(D) TGTKgtk_tree_model_get_valist gtk_tree_model_get_valist;
8547 alias extern (C) void function(void *, aGtkTreeIter *, ...)TGTKgtk_tree_model_get; extern(D) TGTKgtk_tree_model_get gtk_tree_model_get;
8548 alias extern (C) void function(void *, aGtkTreeIter *)TGTKgtk_tree_model_unref_node; extern(D) TGTKgtk_tree_model_unref_node gtk_tree_model_unref_node;
8549 alias extern (C) void function(void *, aGtkTreeIter *)TGTKgtk_tree_model_ref_node; extern(D) TGTKgtk_tree_model_ref_node gtk_tree_model_ref_node;
8550 alias extern (C) gint function(void *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_iter_parent; extern(D) TGTKgtk_tree_model_iter_parent gtk_tree_model_iter_parent;
8551 alias extern (C) gint function(void *, aGtkTreeIter *, aGtkTreeIter *, gint)TGTKgtk_tree_model_iter_nth_child; extern(D) TGTKgtk_tree_model_iter_nth_child gtk_tree_model_iter_nth_child;
8552 alias extern (C) gint function(void *, aGtkTreeIter *)TGTKgtk_tree_model_iter_n_children; extern(D) TGTKgtk_tree_model_iter_n_children gtk_tree_model_iter_n_children;
8553 alias extern (C) gint function(void *, aGtkTreeIter *)TGTKgtk_tree_model_iter_has_child; extern(D) TGTKgtk_tree_model_iter_has_child gtk_tree_model_iter_has_child;
8554 alias extern (C) gint function(void *, aGtkTreeIter *, aGtkTreeIter *)TGTKgtk_tree_model_iter_children; extern(D) TGTKgtk_tree_model_iter_children gtk_tree_model_iter_children;
8555 alias extern (C) gint function(void *, aGtkTreeIter *)TGTKgtk_tree_model_iter_next; extern(D) TGTKgtk_tree_model_iter_next gtk_tree_model_iter_next;
8556 alias extern (C) void function(void *, aGtkTreeIter *, gint, _GValue *)TGTKgtk_tree_model_get_value; extern(D) TGTKgtk_tree_model_get_value gtk_tree_model_get_value;
8557 alias extern (C) void * function(void *, aGtkTreeIter *)TGTKgtk_tree_model_get_path; extern(D) TGTKgtk_tree_model_get_path gtk_tree_model_get_path;
8558 alias extern (C) gint function(void *, aGtkTreeIter *)TGTKgtk_tree_model_get_iter_first; extern(D) TGTKgtk_tree_model_get_iter_first gtk_tree_model_get_iter_first;
8559 alias extern (C) char * function(void *, aGtkTreeIter *)TGTKgtk_tree_model_get_string_from_iter; extern(D) TGTKgtk_tree_model_get_string_from_iter gtk_tree_model_get_string_from_iter;
8560 alias extern (C) gint function(void *, aGtkTreeIter *, char *)TGTKgtk_tree_model_get_iter_from_string; extern(D) TGTKgtk_tree_model_get_iter_from_string gtk_tree_model_get_iter_from_string;
8561 alias extern (C) gint function(void *, aGtkTreeIter *, void *)TGTKgtk_tree_model_get_iter; extern(D) TGTKgtk_tree_model_get_iter gtk_tree_model_get_iter;
8562 alias extern (C) GType function(void *, gint)TGTKgtk_tree_model_get_column_type; extern(D) TGTKgtk_tree_model_get_column_type gtk_tree_model_get_column_type;
8563 alias extern (C) gint function(void *)TGTKgtk_tree_model_get_n_columns; extern(D) TGTKgtk_tree_model_get_n_columns gtk_tree_model_get_n_columns;
8564 alias extern (C) gint function(void *)TGTKgtk_tree_model_get_flags; extern(D) TGTKgtk_tree_model_get_flags gtk_tree_model_get_flags;
8565 alias extern (C) GType function()TGTKgtk_tree_model_get_type; extern(D) TGTKgtk_tree_model_get_type gtk_tree_model_get_type;
8566 alias extern (C) GType function()TGTKgtk_tree_iter_get_type; extern(D) TGTKgtk_tree_iter_get_type gtk_tree_iter_get_type;
8567 alias extern (C) void function(aGtkTreeIter *)TGTKgtk_tree_iter_free; extern(D) TGTKgtk_tree_iter_free gtk_tree_iter_free;
8568 alias extern (C) _GtkTreeIter * function(aGtkTreeIter *)TGTKgtk_tree_iter_copy; extern(D) TGTKgtk_tree_iter_copy gtk_tree_iter_copy;
8569 alias extern (C) void function(_GObject *, void *, aGtkTreeIter *, gint *)TGTKgtk_tree_row_reference_reordered; extern(D) TGTKgtk_tree_row_reference_reordered gtk_tree_row_reference_reordered;
8570 alias extern (C) void function(_GObject *, void *)TGTKgtk_tree_row_reference_deleted; extern(D) TGTKgtk_tree_row_reference_deleted gtk_tree_row_reference_deleted;
8571 alias extern (C) void function(_GObject *, void *)TGTKgtk_tree_row_reference_inserted; extern(D) TGTKgtk_tree_row_reference_inserted gtk_tree_row_reference_inserted;
8572 alias extern (C) void function(void *)TGTKgtk_tree_row_reference_free; extern(D) TGTKgtk_tree_row_reference_free gtk_tree_row_reference_free;
8573 alias extern (C) void * function(void *)TGTKgtk_tree_row_reference_copy; extern(D) TGTKgtk_tree_row_reference_copy gtk_tree_row_reference_copy;
8574 alias extern (C) gint function(void *)TGTKgtk_tree_row_reference_valid; extern(D) TGTKgtk_tree_row_reference_valid gtk_tree_row_reference_valid;
8575 alias extern (C) void * function(void *)TGTKgtk_tree_row_reference_get_model; extern(D) TGTKgtk_tree_row_reference_get_model gtk_tree_row_reference_get_model;
8576 alias extern (C) void * function(void *)TGTKgtk_tree_row_reference_get_path; extern(D) TGTKgtk_tree_row_reference_get_path gtk_tree_row_reference_get_path;
8577 alias extern (C) void * function(_GObject *, void *, void *)TGTKgtk_tree_row_reference_new_proxy; extern(D) TGTKgtk_tree_row_reference_new_proxy gtk_tree_row_reference_new_proxy;
8578 alias extern (C) void * function(void *, void *)TGTKgtk_tree_row_reference_new; extern(D) TGTKgtk_tree_row_reference_new gtk_tree_row_reference_new;
8579 alias extern (C) GType function()TGTKgtk_tree_row_reference_get_type; extern(D) TGTKgtk_tree_row_reference_get_type gtk_tree_row_reference_get_type;
8580 alias extern (C) gint function(void *, void *)TGTKgtk_tree_path_is_descendant; extern(D) TGTKgtk_tree_path_is_descendant gtk_tree_path_is_descendant;
8581 alias extern (C) gint function(void *, void *)TGTKgtk_tree_path_is_ancestor; extern(D) TGTKgtk_tree_path_is_ancestor gtk_tree_path_is_ancestor;
8582 alias extern (C) void function(void *)TGTKgtk_tree_path_down; extern(D) TGTKgtk_tree_path_down gtk_tree_path_down;
8583 alias extern (C) gint function(void *)TGTKgtk_tree_path_up; extern(D) TGTKgtk_tree_path_up gtk_tree_path_up;
8584 alias extern (C) gint function(void *)TGTKgtk_tree_path_prev; extern(D) TGTKgtk_tree_path_prev gtk_tree_path_prev;
8585 alias extern (C) void function(void *)TGTKgtk_tree_path_next; extern(D) TGTKgtk_tree_path_next gtk_tree_path_next;
8586 alias extern (C) gint function(void *, void *)TGTKgtk_tree_path_compare; extern(D) TGTKgtk_tree_path_compare gtk_tree_path_compare;
8587 alias extern (C) GType function()TGTKgtk_tree_path_get_type; extern(D) TGTKgtk_tree_path_get_type gtk_tree_path_get_type;
8588 alias extern (C) void * function(void *)TGTKgtk_tree_path_copy; extern(D) TGTKgtk_tree_path_copy gtk_tree_path_copy;
8589 alias extern (C) void function(void *)TGTKgtk_tree_path_free; extern(D) TGTKgtk_tree_path_free gtk_tree_path_free;
8590 alias extern (C) gint * function(void *)TGTKgtk_tree_path_get_indices; extern(D) TGTKgtk_tree_path_get_indices gtk_tree_path_get_indices;
8591 alias extern (C) gint function(void *)TGTKgtk_tree_path_get_depth; extern(D) TGTKgtk_tree_path_get_depth gtk_tree_path_get_depth;
8592 alias extern (C) void function(void *, gint)TGTKgtk_tree_path_prepend_index; extern(D) TGTKgtk_tree_path_prepend_index gtk_tree_path_prepend_index;
8593 alias extern (C) void function(void *, gint)TGTKgtk_tree_path_append_index; extern(D) TGTKgtk_tree_path_append_index gtk_tree_path_append_index;
8594 alias extern (C) void * function()TGTKgtk_tree_path_new_first; extern(D) TGTKgtk_tree_path_new_first gtk_tree_path_new_first;
8595 alias extern (C) char * function(void *)TGTKgtk_tree_path_to_string; extern(D) TGTKgtk_tree_path_to_string gtk_tree_path_to_string;
8596 alias extern (C) void * function(gint, ...)TGTKgtk_tree_path_new_from_indices; extern(D) TGTKgtk_tree_path_new_from_indices gtk_tree_path_new_from_indices;
8597 alias extern (C) void * function(char *)TGTKgtk_tree_path_new_from_string; extern(D) TGTKgtk_tree_path_new_from_string gtk_tree_path_new_from_string;
8598 alias extern (C) void * function()TGTKgtk_tree_path_new; extern(D) TGTKgtk_tree_path_new gtk_tree_path_new;
8599 alias extern (C) void function(aGtkCellRenderer *, gint)TGTKgtk_cell_renderer_stop_editing; extern(D) TGTKgtk_cell_renderer_stop_editing gtk_cell_renderer_stop_editing;
8600 alias extern (C) void function(aGtkCellRenderer *)TGTKgtk_cell_renderer_editing_canceled; extern(D) TGTKgtk_cell_renderer_editing_canceled gtk_cell_renderer_editing_canceled;
8601 alias extern (C) void function(aGtkCellRenderer *, gint *, gint *)TGTKgtk_cell_renderer_get_fixed_size; extern(D) TGTKgtk_cell_renderer_get_fixed_size gtk_cell_renderer_get_fixed_size;
8602 alias extern (C) void function(aGtkCellRenderer *, gint, gint)TGTKgtk_cell_renderer_set_fixed_size; extern(D) TGTKgtk_cell_renderer_set_fixed_size gtk_cell_renderer_set_fixed_size;
8603 alias extern (C) void * function(aGtkCellRenderer *, _GdkEvent *, aGtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint)TGTKgtk_cell_renderer_start_editing; extern(D) TGTKgtk_cell_renderer_start_editing gtk_cell_renderer_start_editing;
8604 alias extern (C) gint function(aGtkCellRenderer *, _GdkEvent *, aGtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint)TGTKgtk_cell_renderer_activate; extern(D) TGTKgtk_cell_renderer_activate gtk_cell_renderer_activate;
8605 alias extern (C) void function(aGtkCellRenderer *, _GdkDrawable *, aGtkWidget *, _GdkRectangle *, _GdkRectangle *, _GdkRectangle *, gint)TGTKgtk_cell_renderer_render; extern(D) TGTKgtk_cell_renderer_render gtk_cell_renderer_render;
8606 alias extern (C) void function(aGtkCellRenderer *, aGtkWidget *, _GdkRectangle *, gint *, gint *, gint *, gint *)TGTKgtk_cell_renderer_get_size; extern(D) TGTKgtk_cell_renderer_get_size gtk_cell_renderer_get_size;
8607 alias extern (C) GType function()TGTKgtk_cell_renderer_get_type; extern(D) TGTKgtk_cell_renderer_get_type gtk_cell_renderer_get_type;
8608 alias extern (C) void function(void *)TGTKgtk_cell_editable_remove_widget; extern(D) TGTKgtk_cell_editable_remove_widget gtk_cell_editable_remove_widget;
8609 alias extern (C) void function(void *)TGTKgtk_cell_editable_editing_done; extern(D) TGTKgtk_cell_editable_editing_done gtk_cell_editable_editing_done;
8610 alias extern (C) void function(void *, _GdkEvent *)TGTKgtk_cell_editable_start_editing; extern(D) TGTKgtk_cell_editable_start_editing gtk_cell_editable_start_editing;
8611 alias extern (C) GType function()TGTKgtk_cell_editable_get_type; extern(D) TGTKgtk_cell_editable_get_type gtk_cell_editable_get_type;
8612 alias extern (C) void function(aGtkCalendar *)TGTKgtk_calendar_thaw; extern(D) TGTKgtk_calendar_thaw gtk_calendar_thaw;
8613 alias extern (C) void function(aGtkCalendar *)TGTKgtk_calendar_freeze; extern(D) TGTKgtk_calendar_freeze gtk_calendar_freeze;
8614 alias extern (C) void function(aGtkCalendar *, guint *, guint *, guint *)TGTKgtk_calendar_get_date; extern(D) TGTKgtk_calendar_get_date gtk_calendar_get_date;
8615 alias extern (C) void function(aGtkCalendar *, gint)TGTKgtk_calendar_display_options; extern(D) TGTKgtk_calendar_display_options gtk_calendar_display_options;
8616 alias extern (C) gint function(aGtkCalendar *)TGTKgtk_calendar_get_display_options; extern(D) TGTKgtk_calendar_get_display_options gtk_calendar_get_display_options;
8617 alias extern (C) void function(aGtkCalendar *, gint)TGTKgtk_calendar_set_display_options; extern(D) TGTKgtk_calendar_set_display_options gtk_calendar_set_display_options;
8618 alias extern (C) void function(aGtkCalendar *)TGTKgtk_calendar_clear_marks; extern(D) TGTKgtk_calendar_clear_marks gtk_calendar_clear_marks;
8619 alias extern (C) gint function(aGtkCalendar *, guint)TGTKgtk_calendar_unmark_day; extern(D) TGTKgtk_calendar_unmark_day gtk_calendar_unmark_day;
8620 alias extern (C) gint function(aGtkCalendar *, guint)TGTKgtk_calendar_mark_day; extern(D) TGTKgtk_calendar_mark_day gtk_calendar_mark_day;
8621 alias extern (C) void function(aGtkCalendar *, guint)TGTKgtk_calendar_select_day; extern(D) TGTKgtk_calendar_select_day gtk_calendar_select_day;
8622 alias extern (C) gint function(aGtkCalendar *, guint, guint)TGTKgtk_calendar_select_month; extern(D) TGTKgtk_calendar_select_month gtk_calendar_select_month;
8623 alias extern (C) _GtkWidget * function()TGTKgtk_calendar_new; extern(D) TGTKgtk_calendar_new gtk_calendar_new;
8624 alias extern (C) GType function()TGTKgtk_calendar_get_type; extern(D) TGTKgtk_calendar_get_type gtk_calendar_get_type;
8625 alias extern (C) void function(aGtkObject *, _BCD_func__12122, void *, gint, guint)TGTKgtk_signal_compat_matched; extern(D) TGTKgtk_signal_compat_matched gtk_signal_compat_matched;
8626 alias extern (C) void function(aGtkObject *, char *, aGtkArg *)TGTKgtk_signal_emitv_by_name; extern(D) TGTKgtk_signal_emitv_by_name gtk_signal_emitv_by_name;
8627 alias extern (C) void function(aGtkObject *, char *, ...)TGTKgtk_signal_emit_by_name; extern(D) TGTKgtk_signal_emit_by_name gtk_signal_emit_by_name;
8628 alias extern (C) void function(aGtkObject *, guint, ...)TGTKgtk_signal_emit; extern(D) TGTKgtk_signal_emit gtk_signal_emit;
8629 alias extern (C) void function(aGtkObject *, guint, aGtkArg *)TGTKgtk_signal_emitv; extern(D) TGTKgtk_signal_emitv gtk_signal_emitv;
8630 alias extern (C) guint function(aGtkObject *, char *, _BCD_func__12122, _BCD_func__13157, void *, _BCD_func__13158, gint, gint)TGTKgtk_signal_connect_full; extern(D) TGTKgtk_signal_connect_full gtk_signal_connect_full;
8631 alias extern (C) void function(aGtkObject *, char *, _BCD_func__12122, void *, aGtkObject *)TGTKgtk_signal_connect_while_alive; extern(D) TGTKgtk_signal_connect_while_alive gtk_signal_connect_while_alive;
8632 alias extern (C) void function(aGtkObject *, char *, _BCD_func__12122, aGtkObject *)TGTKgtk_signal_connect_object_while_alive; extern(D) TGTKgtk_signal_connect_object_while_alive gtk_signal_connect_object_while_alive;
8633 alias extern (C) void function(aGtkObject *, char *)TGTKgtk_signal_emit_stop_by_name; extern(D) TGTKgtk_signal_emit_stop_by_name gtk_signal_emit_stop_by_name;
8634 alias extern (C) guint function(char *, gint, guint, guint, _BCD_func__13146, guint, guint, ...)TGTKgtk_signal_new; extern(D) TGTKgtk_signal_new gtk_signal_new;
8635 alias extern (C) guint function(char *, gint, guint, guint, _BCD_func__13146, guint, guint, guint *)TGTKgtk_signal_newv; extern(D) TGTKgtk_signal_newv gtk_signal_newv;
8636 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__UINT_STRING; extern(D) TGTKgtk_marshal_VOID__UINT_STRING gtk_marshal_VOID__UINT_STRING;
8637 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM; extern(D) TGTKgtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM;
8638 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER; extern(D) TGTKgtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER;
8639 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__STRING_INT_POINTER; extern(D) TGTKgtk_marshal_VOID__STRING_INT_POINTER gtk_marshal_VOID__STRING_INT_POINTER;
8640 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_UINT_UINT; extern(D) TGTKgtk_marshal_VOID__POINTER_UINT_UINT gtk_marshal_VOID__POINTER_UINT_UINT;
8641 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT; extern(D) TGTKgtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT;
8642 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_POINTER_UINT_UINT; extern(D) TGTKgtk_marshal_VOID__POINTER_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_POINTER_UINT_UINT;
8643 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_UINT_ENUM; extern(D) TGTKgtk_marshal_VOID__POINTER_UINT_ENUM gtk_marshal_VOID__POINTER_UINT_ENUM;
8644 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_UINT; extern(D) TGTKgtk_marshal_VOID__POINTER_UINT gtk_marshal_VOID__POINTER_UINT;
8645 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_STRING_STRING; extern(D) TGTKgtk_marshal_VOID__POINTER_STRING_STRING gtk_marshal_VOID__POINTER_STRING_STRING;
8646 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_POINTER_POINTER; extern(D) TGTKgtk_marshal_VOID__POINTER_POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER_POINTER;
8647 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_POINTER; extern(D) TGTKgtk_marshal_VOID__POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER;
8648 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__POINTER_INT; extern(D) TGTKgtk_marshal_VOID__POINTER_INT gtk_marshal_VOID__POINTER_INT;
8649 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__INT_INT_POINTER; extern(D) TGTKgtk_marshal_VOID__INT_INT_POINTER gtk_marshal_VOID__INT_INT_POINTER;
8650 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__INT_INT; extern(D) TGTKgtk_marshal_VOID__INT_INT gtk_marshal_VOID__INT_INT;
8651 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__ENUM_FLOAT_BOOLEAN; extern(D) TGTKgtk_marshal_VOID__ENUM_FLOAT_BOOLEAN gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN;
8652 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_VOID__ENUM_FLOAT; extern(D) TGTKgtk_marshal_VOID__ENUM_FLOAT gtk_marshal_VOID__ENUM_FLOAT;
8653 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_INT__POINTER_CHAR_CHAR; extern(D) TGTKgtk_marshal_INT__POINTER_CHAR_CHAR gtk_marshal_INT__POINTER_CHAR_CHAR;
8654 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_INT__POINTER; extern(D) TGTKgtk_marshal_INT__POINTER gtk_marshal_INT__POINTER;
8655 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_ENUM__ENUM; extern(D) TGTKgtk_marshal_ENUM__ENUM gtk_marshal_ENUM__ENUM;
8656 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER; extern(D) TGTKgtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER;
8657 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__POINTER_INT_INT_UINT; extern(D) TGTKgtk_marshal_BOOLEAN__POINTER_INT_INT_UINT gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT;
8658 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__POINTER_INT_INT; extern(D) TGTKgtk_marshal_BOOLEAN__POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_INT_INT;
8659 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT; extern(D) TGTKgtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT;
8660 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__POINTER; extern(D) TGTKgtk_marshal_BOOLEAN__POINTER gtk_marshal_BOOLEAN__POINTER;
8661 alias extern (C) void function(_GClosure *, _GValue *, guint, _GValue *, void *, void *)TGTKgtk_marshal_BOOLEAN__VOID; extern(D) TGTKgtk_marshal_BOOLEAN__VOID gtk_marshal_BOOLEAN__VOID;
8662 //alias extern (C) void function(aGtkButton *, _GdkRectangle *, gint, gint, char *, char *)TGTK_gtk_button_paint; extern(D) TGTK_gtk_button_paint _gtk_button_paint;
8663 //alias extern (C) void function(aGtkButton *, gint)TGTK_gtk_button_set_depressed; extern(D) TGTK_gtk_button_set_depressed _gtk_button_set_depressed;
8664 alias extern (C) gint function(aGtkButton *)TGTKgtk_button_get_image_position; extern(D) TGTKgtk_button_get_image_position gtk_button_get_image_position;
8665 alias extern (C) void function(aGtkButton *, gint)TGTKgtk_button_set_image_position; extern(D) TGTKgtk_button_set_image_position gtk_button_set_image_position;
8666 alias extern (C) _GtkWidget * function(aGtkButton *)TGTKgtk_button_get_image; extern(D) TGTKgtk_button_get_image gtk_button_get_image;
8667 alias extern (C) void function(aGtkButton *, aGtkWidget *)TGTKgtk_button_set_image; extern(D) TGTKgtk_button_set_image gtk_button_set_image;
8668 alias extern (C) void function(aGtkButton *, float *, float *)TGTKgtk_button_get_alignment; extern(D) TGTKgtk_button_get_alignment gtk_button_get_alignment;
8669 alias extern (C) void function(aGtkButton *, float, float)TGTKgtk_button_set_alignment; extern(D) TGTKgtk_button_set_alignment gtk_button_set_alignment;
8670 alias extern (C) gint function(aGtkButton *)TGTKgtk_button_get_focus_on_click; extern(D) TGTKgtk_button_get_focus_on_click gtk_button_get_focus_on_click;
8671 alias extern (C) void function(aGtkButton *, gint)TGTKgtk_button_set_focus_on_click; extern(D) TGTKgtk_button_set_focus_on_click gtk_button_set_focus_on_click;
8672 alias extern (C) gint function(aGtkButton *)TGTKgtk_button_get_use_stock; extern(D) TGTKgtk_button_get_use_stock gtk_button_get_use_stock;
8673 alias extern (C) void function(aGtkButton *, gint)TGTKgtk_button_set_use_stock; extern(D) TGTKgtk_button_set_use_stock gtk_button_set_use_stock;
8674 alias extern (C) gint function(aGtkButton *)TGTKgtk_button_get_use_underline; extern(D) TGTKgtk_button_get_use_underline gtk_button_get_use_underline;
8675 alias extern (C) void function(aGtkButton *, gint)TGTKgtk_button_set_use_underline; extern(D) TGTKgtk_button_set_use_underline gtk_button_set_use_underline;
8676 alias extern (C) char * function(aGtkButton *)TGTKgtk_button_get_label; extern(D) TGTKgtk_button_get_label gtk_button_get_label;
8677 alias extern (C) void function(aGtkButton *, char *)TGTKgtk_button_set_label; extern(D) TGTKgtk_button_set_label gtk_button_set_label;
8678 alias extern (C) gint function(aGtkButton *)TGTKgtk_button_get_relief; extern(D) TGTKgtk_button_get_relief gtk_button_get_relief;
8679 alias extern (C) void function(aGtkButton *, gint)TGTKgtk_button_set_relief; extern(D) TGTKgtk_button_set_relief gtk_button_set_relief;
8680 alias extern (C) void function(aGtkButton *)TGTKgtk_button_leave; extern(D) TGTKgtk_button_leave gtk_button_leave;
8681 alias extern (C) void function(aGtkButton *)TGTKgtk_button_enter; extern(D) TGTKgtk_button_enter gtk_button_enter;
8682 alias extern (C) void function(aGtkButton *)TGTKgtk_button_clicked; extern(D) TGTKgtk_button_clicked gtk_button_clicked;
8683 alias extern (C) void function(aGtkButton *)TGTKgtk_button_released; extern(D) TGTKgtk_button_released gtk_button_released;
8684 alias extern (C) void function(aGtkButton *)TGTKgtk_button_pressed; extern(D) TGTKgtk_button_pressed gtk_button_pressed;
8685 alias extern (C) _GtkWidget * function(char *)TGTKgtk_button_new_with_mnemonic; extern(D) TGTKgtk_button_new_with_mnemonic gtk_button_new_with_mnemonic;
8686 alias extern (C) _GtkWidget * function(char *)TGTKgtk_button_new_from_stock; extern(D) TGTKgtk_button_new_from_stock gtk_button_new_from_stock;
8687 alias extern (C) _GtkWidget * function(char *)TGTKgtk_button_new_with_label; extern(D) TGTKgtk_button_new_with_label gtk_button_new_with_label;
8688 alias extern (C) _GtkWidget * function()TGTKgtk_button_new; extern(D) TGTKgtk_button_new gtk_button_new;
8689 alias extern (C) GType function()TGTKgtk_button_get_type; extern(D) TGTKgtk_button_get_type gtk_button_get_type;
8690 alias extern (C) void function(aGtkImage *, _GdkImage * *, _GdkDrawable * *)TGTKgtk_image_get; extern(D) TGTKgtk_image_get gtk_image_get;
8691 alias extern (C) void function(aGtkImage *, _GdkImage *, _GdkDrawable *)TGTKgtk_image_set; extern(D) TGTKgtk_image_set gtk_image_set;
8692 alias extern (C) gint function(aGtkImage *)TGTKgtk_image_get_pixel_size; extern(D) TGTKgtk_image_get_pixel_size gtk_image_get_pixel_size;
8693 alias extern (C) void function(aGtkImage *, char * *, gint *)TGTKgtk_image_get_icon_name; extern(D) TGTKgtk_image_get_icon_name gtk_image_get_icon_name;
8694 alias extern (C) void * function(aGtkImage *)TGTKgtk_image_get_animation; extern(D) TGTKgtk_image_get_animation gtk_image_get_animation;
8695 alias extern (C) void function(aGtkImage *, void * *, gint *)TGTKgtk_image_get_icon_set; extern(D) TGTKgtk_image_get_icon_set gtk_image_get_icon_set;
8696 alias extern (C) void function(aGtkImage *, char * *, gint *)TGTKgtk_image_get_stock; extern(D) TGTKgtk_image_get_stock gtk_image_get_stock;
8697 alias extern (C) void * function(aGtkImage *)TGTKgtk_image_get_pixbuf; extern(D) TGTKgtk_image_get_pixbuf gtk_image_get_pixbuf;
8698 alias extern (C) void function(aGtkImage *, _GdkImage * *, _GdkDrawable * *)TGTKgtk_image_get_image; extern(D) TGTKgtk_image_get_image gtk_image_get_image;
8699 alias extern (C) void function(aGtkImage *, _GdkDrawable * *, _GdkDrawable * *)TGTKgtk_image_get_pixmap; extern(D) TGTKgtk_image_get_pixmap gtk_image_get_pixmap;
8700 alias extern (C) gint function(aGtkImage *)TGTKgtk_image_get_storage_type; extern(D) TGTKgtk_image_get_storage_type gtk_image_get_storage_type;
8701 alias extern (C) void function(aGtkImage *, gint)TGTKgtk_image_set_pixel_size; extern(D) TGTKgtk_image_set_pixel_size gtk_image_set_pixel_size;
8702 alias extern (C) void function(aGtkImage *, char *, gint)TGTKgtk_image_set_from_icon_name; extern(D) TGTKgtk_image_set_from_icon_name gtk_image_set_from_icon_name;
8703 alias extern (C) void function(aGtkImage *, void *)TGTKgtk_image_set_from_animation; extern(D) TGTKgtk_image_set_from_animation gtk_image_set_from_animation;
8704 alias extern (C) void function(aGtkImage *, void *, gint)TGTKgtk_image_set_from_icon_set; extern(D) TGTKgtk_image_set_from_icon_set gtk_image_set_from_icon_set;
8705 alias extern (C) void function(aGtkImage *, char *, gint)TGTKgtk_image_set_from_stock; extern(D) TGTKgtk_image_set_from_stock gtk_image_set_from_stock;
8706 alias extern (C) void function(aGtkImage *, void *)TGTKgtk_image_set_from_pixbuf; extern(D) TGTKgtk_image_set_from_pixbuf gtk_image_set_from_pixbuf;
8707 alias extern (C) void function(aGtkImage *, char *)TGTKgtk_image_set_from_file; extern(D) TGTKgtk_image_set_from_file gtk_image_set_from_file;
8708 alias extern (C) void function(aGtkImage *, _GdkImage *, _GdkDrawable *)TGTKgtk_image_set_from_image; extern(D) TGTKgtk_image_set_from_image gtk_image_set_from_image;
8709 alias extern (C) void function(aGtkImage *, _GdkDrawable *, _GdkDrawable *)TGTKgtk_image_set_from_pixmap; extern(D) TGTKgtk_image_set_from_pixmap gtk_image_set_from_pixmap;
8710 alias extern (C) void function(aGtkImage *)TGTKgtk_image_clear; extern(D) TGTKgtk_image_clear gtk_image_clear;
8711 alias extern (C) _GtkWidget * function(char *, gint)TGTKgtk_image_new_from_icon_name; extern(D) TGTKgtk_image_new_from_icon_name gtk_image_new_from_icon_name;
8712 alias extern (C) _GtkWidget * function(void *)TGTKgtk_image_new_from_animation; extern(D) TGTKgtk_image_new_from_animation gtk_image_new_from_animation;
8713 alias extern (C) _GtkWidget * function(void *, gint)TGTKgtk_image_new_from_icon_set; extern(D) TGTKgtk_image_new_from_icon_set gtk_image_new_from_icon_set;
8714 alias extern (C) _GtkWidget * function(char *, gint)TGTKgtk_image_new_from_stock; extern(D) TGTKgtk_image_new_from_stock gtk_image_new_from_stock;
8715 alias extern (C) _GtkWidget * function(void *)TGTKgtk_image_new_from_pixbuf; extern(D) TGTKgtk_image_new_from_pixbuf gtk_image_new_from_pixbuf;
8716 alias extern (C) _GtkWidget * function(char *)TGTKgtk_image_new_from_file; extern(D) TGTKgtk_image_new_from_file gtk_image_new_from_file;
8717 alias extern (C) _GtkWidget * function(_GdkImage *, _GdkDrawable *)TGTKgtk_image_new_from_image; extern(D) TGTKgtk_image_new_from_image gtk_image_new_from_image;
8718 alias extern (C) _GtkWidget * function(_GdkDrawable *, _GdkDrawable *)TGTKgtk_image_new_from_pixmap; extern(D) TGTKgtk_image_new_from_pixmap gtk_image_new_from_pixmap;
8719 alias extern (C) _GtkWidget * function()TGTKgtk_image_new; extern(D) TGTKgtk_image_new gtk_image_new;
8720 alias extern (C) GType function()TGTKgtk_image_get_type; extern(D) TGTKgtk_image_get_type gtk_image_get_type;
8721 alias extern (C) _GObject * function(void *, aGtkBuilder *, char *)TGTKgtk_buildable_get_internal_child; extern(D) TGTKgtk_buildable_get_internal_child gtk_buildable_get_internal_child;
8722 alias extern (C) void function(void *, aGtkBuilder *)TGTKgtk_buildable_parser_finished; extern(D) TGTKgtk_buildable_parser_finished gtk_buildable_parser_finished;
8723 alias extern (C) void function(void *, aGtkBuilder *, _GObject *, char *, void *)TGTKgtk_buildable_custom_finished; extern(D) TGTKgtk_buildable_custom_finished gtk_buildable_custom_finished;
8724 alias extern (C) void function(void *, aGtkBuilder *, _GObject *, char *, void * *)TGTKgtk_buildable_custom_tag_end; extern(D) TGTKgtk_buildable_custom_tag_end gtk_buildable_custom_tag_end;
8725 alias extern (C) gint function(void *, aGtkBuilder *, _GObject *, char *, _GMarkupParser *, void * *)TGTKgtk_buildable_custom_tag_start; extern(D) TGTKgtk_buildable_custom_tag_start gtk_buildable_custom_tag_start;
8726 alias extern (C) _GObject * function(void *, aGtkBuilder *, char *)TGTKgtk_buildable_construct_child; extern(D) TGTKgtk_buildable_construct_child gtk_buildable_construct_child;
8727 alias extern (C) void function(void *, aGtkBuilder *, char *, _GValue *)TGTKgtk_buildable_set_buildable_property; extern(D) TGTKgtk_buildable_set_buildable_property gtk_buildable_set_buildable_property;
8728 alias extern (C) void function(void *, aGtkBuilder *, _GObject *, char *)TGTKgtk_buildable_add_child; extern(D) TGTKgtk_buildable_add_child gtk_buildable_add_child;
8729 alias extern (C) char * function(void *)TGTKgtk_buildable_get_name; extern(D) TGTKgtk_buildable_get_name gtk_buildable_get_name;
8730 alias extern (C) void function(void *, char *)TGTKgtk_buildable_set_name; extern(D) TGTKgtk_buildable_set_name gtk_buildable_set_name;
8731 alias extern (C) GType function()TGTKgtk_buildable_get_type; extern(D) TGTKgtk_buildable_get_type gtk_buildable_get_type;
8732 alias extern (C) gint function(aGtkBuilder *, GType, char *, _GValue *, _GError * *)TGTKgtk_builder_value_from_string_type; extern(D) TGTKgtk_builder_value_from_string_type gtk_builder_value_from_string_type;
8733 alias extern (C) gint function(aGtkBuilder *, _GParamSpec *, char *, _GValue *, _GError * *)TGTKgtk_builder_value_from_string; extern(D) TGTKgtk_builder_value_from_string gtk_builder_value_from_string;
8734 alias extern (C) GType function(aGtkBuilder *, char *)TGTKgtk_builder_get_type_from_name; extern(D) TGTKgtk_builder_get_type_from_name gtk_builder_get_type_from_name;
8735 alias extern (C) char * function(aGtkBuilder *)TGTKgtk_builder_get_translation_domain; extern(D) TGTKgtk_builder_get_translation_domain gtk_builder_get_translation_domain;
8736 alias extern (C) void function(aGtkBuilder *, char *)TGTKgtk_builder_set_translation_domain; extern(D) TGTKgtk_builder_set_translation_domain gtk_builder_set_translation_domain;
8737 alias extern (C) void function(aGtkBuilder *, _BCD_func__11889, void *)TGTKgtk_builder_connect_signals_full; extern(D) TGTKgtk_builder_connect_signals_full gtk_builder_connect_signals_full;
8738 alias extern (C) void function(aGtkBuilder *, void *)TGTKgtk_builder_connect_signals; extern(D) TGTKgtk_builder_connect_signals gtk_builder_connect_signals;
8739 alias extern (C) _GSList * function(aGtkBuilder *)TGTKgtk_builder_get_objects; extern(D) TGTKgtk_builder_get_objects gtk_builder_get_objects;
8740 alias extern (C) _GObject * function(aGtkBuilder *, char *)TGTKgtk_builder_get_object; extern(D) TGTKgtk_builder_get_object gtk_builder_get_object;
8741 alias extern (C) guint function(aGtkBuilder *, char *, gsize, _GError * *)TGTKgtk_builder_add_from_string; extern(D) TGTKgtk_builder_add_from_string gtk_builder_add_from_string;
8742 alias extern (C) guint function(aGtkBuilder *, char *, _GError * *)TGTKgtk_builder_add_from_file; extern(D) TGTKgtk_builder_add_from_file gtk_builder_add_from_file;
8743 alias extern (C) _GtkBuilder * function()TGTKgtk_builder_new; extern(D) TGTKgtk_builder_new gtk_builder_new;
8744 alias extern (C) GType function()TGTKgtk_builder_get_type; extern(D) TGTKgtk_builder_get_type gtk_builder_get_type;
8745 alias extern (C) GQuark function()TGTKgtk_builder_error_quark; extern(D) TGTKgtk_builder_error_quark gtk_builder_error_quark;
8746 //alias extern (C) guint function(char *, guint, gint, _BCD_func__12122, _BCD_func__14366, void *, _BCD_func__13146, guint, guint, ...)TGTK_gtk_binding_signal_new; extern(D) TGTK_gtk_binding_signal_new _gtk_binding_signal_new;
8747 //alias extern (C) void function(aGtkBindingSet *, guint, gint, char *, _GSList *)TGTK_gtk_binding_entry_add_signall; extern(D) TGTK_gtk_binding_entry_add_signall _gtk_binding_entry_add_signall;
8748 //alias extern (C) void function()TGTK_gtk_binding_reset_parsed; extern(D) TGTK_gtk_binding_reset_parsed _gtk_binding_reset_parsed;
8749 //alias extern (C) guint function(_GScanner *)TGTK/binding_parse_binding; extern(D) TGTK_gtk_binding_parse_binding _gtk_binding_parse_binding;
8750 alias extern (C) void function(aGtkBindingSet *, gint, char *, gint)TGTKgtk_binding_set_add_path; extern(D) TGTKgtk_binding_set_add_path gtk_binding_set_add_path;
8751 alias extern (C) void function(aGtkBindingSet *, guint, gint)TGTKgtk_binding_entry_remove; extern(D) TGTKgtk_binding_entry_remove gtk_binding_entry_remove;
8752 alias extern (C) void function(aGtkBindingSet *, guint, gint, char *, guint, ...)TGTKgtk_binding_entry_add_signal; extern(D) TGTKgtk_binding_entry_add_signal gtk_binding_entry_add_signal;
8753 alias extern (C) void function(aGtkBindingSet *, guint, gint)TGTKgtk_binding_entry_skip; extern(D) TGTKgtk_binding_entry_skip gtk_binding_entry_skip;
8754 alias extern (C) guint function(_GScanner *)TGTKgtk_binding_parse_binding; extern(D) TGTKgtk_binding_parse_binding gtk_binding_parse_binding;
8755 alias extern (C) void function(aGtkBindingSet *, guint, gint, char *, _GSList *)TGTKgtk_binding_entry_add_signall; extern(D) TGTKgtk_binding_entry_add_signall gtk_binding_entry_add_signall;
8756 alias extern (C) void function(aGtkBindingSet *, guint, gint)TGTKgtk_binding_entry_clear; extern(D) TGTKgtk_binding_entry_clear gtk_binding_entry_clear;
8757 alias extern (C) gint function(aGtkBindingSet *, guint, gint, aGtkObject *)TGTKgtk_binding_set_activate; extern(D) TGTKgtk_binding_set_activate gtk_binding_set_activate;
8758 alias extern (C) gint function(aGtkObject *, _GdkEventKey *)TGTKgtk_bindings_activate_event; extern(D) TGTKgtk_bindings_activate_event gtk_bindings_activate_event;
8759 alias extern (C) gint function(aGtkObject *, guint, gint)TGTKgtk_bindings_activate; extern(D) TGTKgtk_bindings_activate gtk_bindings_activate;
8760 alias extern (C) _GtkBindingSet * function(char *)TGTKgtk_binding_set_find; extern(D) TGTKgtk_binding_set_find gtk_binding_set_find;
8761 alias extern (C) _GtkBindingSet * function(void *)TGTKgtk_binding_set_by_class; extern(D) TGTKgtk_binding_set_by_class gtk_binding_set_by_class;
8762 alias extern (C) _GtkBindingSet * function(char *)TGTKgtk_binding_set_new; extern(D) TGTKgtk_binding_set_new gtk_binding_set_new;
8763 //alias extern (C) void function(aGtkWidget *, gint *, gint *, gint *, gint *)TGTK_gtk_button_box_child_requisition; extern(D) TGTK_gtk_button_box_child_requisition _gtk_button_box_child_requisition;
8764 alias extern (C) void function(aGtkButtonBox *, gint *, gint *)TGTKgtk_button_box_get_child_ipadding; extern(D) TGTKgtk_button_box_get_child_ipadding gtk_button_box_get_child_ipadding;
8765 alias extern (C) void function(aGtkButtonBox *, gint *, gint *)TGTKgtk_button_box_get_child_size; extern(D) TGTKgtk_button_box_get_child_size gtk_button_box_get_child_size;
8766 alias extern (C) void function(aGtkButtonBox *, gint, gint)TGTKgtk_button_box_set_child_ipadding; extern(D) TGTKgtk_button_box_set_child_ipadding gtk_button_box_set_child_ipadding;
8767 alias extern (C) void function(aGtkButtonBox *, gint, gint)TGTKgtk_button_box_set_child_size; extern(D) TGTKgtk_button_box_set_child_size gtk_button_box_set_child_size;
8768 alias extern (C) void function(aGtkButtonBox *, aGtkWidget *, gint)TGTKgtk_button_box_set_child_secondary; extern(D) TGTKgtk_button_box_set_child_secondary gtk_button_box_set_child_secondary;
8769 alias extern (C) gint function(aGtkButtonBox *, aGtkWidget *)TGTKgtk_button_box_get_child_secondary; extern(D) TGTKgtk_button_box_get_child_secondary gtk_button_box_get_child_secondary;
8770 alias extern (C) void function(aGtkButtonBox *, gint)TGTKgtk_button_box_set_layout; extern(D) TGTKgtk_button_box_set_layout gtk_button_box_set_layout;
8771 alias extern (C) gint function(aGtkButtonBox *)TGTKgtk_button_box_get_layout; extern(D) TGTKgtk_button_box_get_layout gtk_button_box_get_layout;
8772 alias extern (C) GType function()TGTKgtk_button_box_get_type; extern(D) TGTKgtk_button_box_get_type gtk_button_box_get_type;
8773 alias extern (C) void function(aGtkBox *, aGtkWidget *, gint, gint, guint, gint)TGTKgtk_box_set_child_packing; extern(D) TGTKgtk_box_set_child_packing gtk_box_set_child_packing;
8774 alias extern (C) void function(aGtkBox *, aGtkWidget *, gint *, gint *, guint *, gint *)TGTKgtk_box_query_child_packing; extern(D) TGTKgtk_box_query_child_packing gtk_box_query_child_packing;
8775 alias extern (C) void function(aGtkBox *, aGtkWidget *, gint)TGTKgtk_box_reorder_child; extern(D) TGTKgtk_box_reorder_child gtk_box_reorder_child;
8776 alias extern (C) gint function(aGtkBox *)TGTKgtk_box_get_spacing; extern(D) TGTKgtk_box_get_spacing gtk_box_get_spacing;
8777 alias extern (C) void function(aGtkBox *, gint)TGTKgtk_box_set_spacing; extern(D) TGTKgtk_box_set_spacing gtk_box_set_spacing;
8778 alias extern (C) gint function(aGtkBox *)TGTKgtk_box_get_homogeneous; extern(D) TGTKgtk_box_get_homogeneous gtk_box_get_homogeneous;
8779 alias extern (C) void function(aGtkBox *, gint)TGTKgtk_box_set_homogeneous; extern(D) TGTKgtk_box_set_homogeneous gtk_box_set_homogeneous;
8780 alias extern (C) void function(aGtkBox *, aGtkWidget *)TGTKgtk_box_pack_end_defaults; extern(D) TGTKgtk_box_pack_end_defaults gtk_box_pack_end_defaults;
8781 alias extern (C) void function(aGtkBox *, aGtkWidget *)TGTKgtk_box_pack_start_defaults; extern(D) TGTKgtk_box_pack_start_defaults gtk_box_pack_start_defaults;
8782 alias extern (C) void function(aGtkBox *, aGtkWidget *, gint, gint, guint)TGTKgtk_box_pack_end; extern(D) TGTKgtk_box_pack_end gtk_box_pack_end;
8783 alias extern (C) void function(aGtkBox *, aGtkWidget *, gint, gint, guint)TGTKgtk_box_pack_start; extern(D) TGTKgtk_box_pack_start gtk_box_pack_start;
8784 alias extern (C) GType function()TGTKgtk_box_get_type; extern(D) TGTKgtk_box_get_type gtk_box_get_type;
8785 alias extern (C) void function(aGtkAssistant *)TGTKgtk_assistant_update_buttons_state; extern(D) TGTKgtk_assistant_update_buttons_state gtk_assistant_update_buttons_state;
8786 alias extern (C) void function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_remove_action_widget; extern(D) TGTKgtk_assistant_remove_action_widget gtk_assistant_remove_action_widget;
8787 alias extern (C) void function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_add_action_widget; extern(D) TGTKgtk_assistant_add_action_widget gtk_assistant_add_action_widget;
8788 alias extern (C) gint function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_get_page_complete; extern(D) TGTKgtk_assistant_get_page_complete gtk_assistant_get_page_complete;
8789 alias extern (C) void function(aGtkAssistant *, aGtkWidget *, gint)TGTKgtk_assistant_set_page_complete; extern(D) TGTKgtk_assistant_set_page_complete gtk_assistant_set_page_complete;
8790 alias extern (C) void * function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_get_page_side_image; extern(D) TGTKgtk_assistant_get_page_side_image gtk_assistant_get_page_side_image;
8791 alias extern (C) void function(aGtkAssistant *, aGtkWidget *, void *)TGTKgtk_assistant_set_page_side_image; extern(D) TGTKgtk_assistant_set_page_side_image gtk_assistant_set_page_side_image;
8792 alias extern (C) void * function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_get_page_header_image; extern(D) TGTKgtk_assistant_get_page_header_image gtk_assistant_get_page_header_image;
8793 alias extern (C) void function(aGtkAssistant *, aGtkWidget *, void *)TGTKgtk_assistant_set_page_header_image; extern(D) TGTKgtk_assistant_set_page_header_image gtk_assistant_set_page_header_image;
8794 alias extern (C) char * function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_get_page_title; extern(D) TGTKgtk_assistant_get_page_title gtk_assistant_get_page_title;
8795 alias extern (C) void function(aGtkAssistant *, aGtkWidget *, char *)TGTKgtk_assistant_set_page_title; extern(D) TGTKgtk_assistant_set_page_title gtk_assistant_set_page_title;
8796 alias extern (C) gint function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_get_page_type; extern(D) TGTKgtk_assistant_get_page_type gtk_assistant_get_page_type;
8797 alias extern (C) void function(aGtkAssistant *, aGtkWidget *, gint)TGTKgtk_assistant_set_page_type; extern(D) TGTKgtk_assistant_set_page_type gtk_assistant_set_page_type;
8798 alias extern (C) void function(aGtkAssistant *, _BCD_func__11971, void *, _BCD_func__13158)TGTKgtk_assistant_set_forward_page_func; extern(D) TGTKgtk_assistant_set_forward_page_func gtk_assistant_set_forward_page_func;
8799 alias extern (C) gint function(aGtkAssistant *, aGtkWidget *, gint)TGTKgtk_assistant_insert_page; extern(D) TGTKgtk_assistant_insert_page gtk_assistant_insert_page;
8800 alias extern (C) gint function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_append_page; extern(D) TGTKgtk_assistant_append_page gtk_assistant_append_page;
8801 alias extern (C) gint function(aGtkAssistant *, aGtkWidget *)TGTKgtk_assistant_prepend_page; extern(D) TGTKgtk_assistant_prepend_page gtk_assistant_prepend_page;
8802 alias extern (C) _GtkWidget * function(aGtkAssistant *, gint)TGTKgtk_assistant_get_nth_page; extern(D) TGTKgtk_assistant_get_nth_page gtk_assistant_get_nth_page;
8803 alias extern (C) gint function(aGtkAssistant *)TGTKgtk_assistant_get_n_pages; extern(D) TGTKgtk_assistant_get_n_pages gtk_assistant_get_n_pages;
8804 alias extern (C) void function(aGtkAssistant *, gint)TGTKgtk_assistant_set_current_page; extern(D) TGTKgtk_assistant_set_current_page gtk_assistant_set_current_page;
8805 alias extern (C) gint function(aGtkAssistant *)TGTKgtk_assistant_get_current_page; extern(D) TGTKgtk_assistant_get_current_page gtk_assistant_get_current_page;
8806 alias extern (C) _GtkWidget * function()TGTKgtk_assistant_new; extern(D) TGTKgtk_assistant_new gtk_assistant_new;
8807 alias extern (C) GType function()TGTKgtk_assistant_get_type; extern(D) TGTKgtk_assistant_get_type gtk_assistant_get_type;
8808 alias extern (C) void function(aGtkAspectFrame *, float, float, float, gint)TGTKgtk_aspect_frame_set; extern(D) TGTKgtk_aspect_frame_set gtk_aspect_frame_set;
8809 alias extern (C) _GtkWidget * function(char *, float, float, float, gint)TGTKgtk_aspect_frame_new; extern(D) TGTKgtk_aspect_frame_new gtk_aspect_frame_new;
8810 alias extern (C) GType function()TGTKgtk_aspect_frame_get_type; extern(D) TGTKgtk_aspect_frame_get_type gtk_aspect_frame_get_type;
8811 alias extern (C) gint function(aGtkFrame *)TGTKgtk_frame_get_shadow_type; extern(D) TGTKgtk_frame_get_shadow_type gtk_frame_get_shadow_type;
8812 alias extern (C) void function(aGtkFrame *, gint)TGTKgtk_frame_set_shadow_type; extern(D) TGTKgtk_frame_set_shadow_type gtk_frame_set_shadow_type;
8813 alias extern (C) void function(aGtkFrame *, float *, float *)TGTKgtk_frame_get_label_align; extern(D) TGTKgtk_frame_get_label_align gtk_frame_get_label_align;
8814 alias extern (C) void function(aGtkFrame *, float, float)TGTKgtk_frame_set_label_align; extern(D) TGTKgtk_frame_set_label_align gtk_frame_set_label_align;
8815 alias extern (C) _GtkWidget * function(aGtkFrame *)TGTKgtk_frame_get_label_widget; extern(D) TGTKgtk_frame_get_label_widget gtk_frame_get_label_widget;
8816 alias extern (C) void function(aGtkFrame *, aGtkWidget *)TGTKgtk_frame_set_label_widget; extern(D) TGTKgtk_frame_set_label_widget gtk_frame_set_label_widget;
8817 alias extern (C) char * function(aGtkFrame *)TGTKgtk_frame_get_label; extern(D) TGTKgtk_frame_get_label gtk_frame_get_label;
8818 alias extern (C) void function(aGtkFrame *, char *)TGTKgtk_frame_set_label; extern(D) TGTKgtk_frame_set_label gtk_frame_set_label;
8819 alias extern (C) _GtkWidget * function(char *)TGTKgtk_frame_new; extern(D) TGTKgtk_frame_new gtk_frame_new;
8820 alias extern (C) GType function()TGTKgtk_frame_get_type; extern(D) TGTKgtk_frame_get_type gtk_frame_get_type;
8821 alias extern (C) void function(aGtkArrow *, gint, gint)TGTKgtk_arrow_set; extern(D) TGTKgtk_arrow_set gtk_arrow_set;
8822 alias extern (C) _GtkWidget * function(gint, gint)TGTKgtk_arrow_new; extern(D) TGTKgtk_arrow_new gtk_arrow_new;
8823 alias extern (C) GType function()TGTKgtk_arrow_get_type; extern(D) TGTKgtk_arrow_get_type gtk_arrow_get_type;
8824 alias extern (C) void function(aGtkAlignment *, guint *, guint *, guint *, guint *)TGTKgtk_alignment_get_padding; extern(D) TGTKgtk_alignment_get_padding gtk_alignment_get_padding;
8825 alias extern (C) void function(aGtkAlignment *, guint, guint, guint, guint)TGTKgtk_alignment_set_padding; extern(D) TGTKgtk_alignment_set_padding gtk_alignment_set_padding;
8826 alias extern (C) void function(aGtkAlignment *, float, float, float, float)TGTKgtk_alignment_set; extern(D) TGTKgtk_alignment_set gtk_alignment_set;
8827 alias extern (C) _GtkWidget * function(float, float, float, float)TGTKgtk_alignment_new; extern(D) TGTKgtk_alignment_new gtk_alignment_new;
8828 alias extern (C) GType function()TGTKgtk_alignment_get_type; extern(D) TGTKgtk_alignment_get_type gtk_alignment_get_type;
8829 //alias extern (C) void function(aGtkActionGroup *, aGtkAction *)TGTK_gtk_action_group_emit_post_activate; extern(D) TGTK_gtk_action_group_emit_post_activate _gtk_action_group_emit_post_activate;
8830 //alias extern (C) void function(aGtkActionGroup *, aGtkAction *)TGTK_gtk_action_group_emit_pre_activate; extern(D) TGTK_gtk_action_group_emit_pre_activate _gtk_action_group_emit_pre_activate;
8831 //alias extern (C) void function(aGtkActionGroup *, aGtkAction *, aGtkWidget *)TGTK_gtk_action_group_emit_disconnect_proxy; extern(D) TGTK_gtk_action_group_emit_disconnect_proxy _gtk_action_group_emit_disconnect_proxy;
8832 //alias extern (C) void function(aGtkActionGroup *, aGtkAction *, aGtkWidget *)TGTK_gtk_action_group_emit_connect_proxy; extern(D) TGTK_gtk_action_group_emit_connect_proxy _gtk_action_group_emit_connect_proxy;
8833 alias extern (C) char * function(aGtkActionGroup *, char *)TGTKgtk_action_group_translate_string; extern(D) TGTKgtk_action_group_translate_string gtk_action_group_translate_string;
8834 alias extern (C) void function(aGtkActionGroup *, char *)TGTKgtk_action_group_set_translation_domain; extern(D) TGTKgtk_action_group_set_translation_domain gtk_action_group_set_translation_domain;
8835 alias extern (C) void function(aGtkActionGroup *, _BCD_func__12124, void *, _BCD_func__13158)TGTKgtk_action_group_set_translate_func; extern(D) TGTKgtk_action_group_set_translate_func gtk_action_group_set_translate_func;
8836 alias extern (C) void function(aGtkActionGroup *, aGtkRadioActionEntry *, guint, gint, _BCD_func__12122, void *, _BCD_func__13158)TGTKgtk_action_group_add_radio_actions_full; extern(D) TGTKgtk_action_group_add_radio_actions_full gtk_action_group_add_radio_actions_full;
8837 alias extern (C) void function(aGtkActionGroup *, aGtkToggleActionEntry *, guint, void *, _BCD_func__13158)TGTKgtk_action_group_add_toggle_actions_full; extern(D) TGTKgtk_action_group_add_toggle_actions_full gtk_action_group_add_toggle_actions_full;
8838 alias extern (C) void function(aGtkActionGroup *, aGtkActionEntry *, guint, void *, _BCD_func__13158)TGTKgtk_action_group_add_actions_full; extern(D) TGTKgtk_action_group_add_actions_full gtk_action_group_add_actions_full;
8839 alias extern (C) void function(aGtkActionGroup *, aGtkRadioActionEntry *, guint, gint, _BCD_func__12122, void *)TGTKgtk_action_group_add_radio_actions; extern(D) TGTKgtk_action_group_add_radio_actions gtk_action_group_add_radio_actions;
8840 alias extern (C) void function(aGtkActionGroup *, aGtkToggleActionEntry *, guint, void *)TGTKgtk_action_group_add_toggle_actions; extern(D) TGTKgtk_action_group_add_toggle_actions gtk_action_group_add_toggle_actions;
8841 alias extern (C) void function(aGtkActionGroup *, aGtkActionEntry *, guint, void *)TGTKgtk_action_group_add_actions; extern(D) TGTKgtk_action_group_add_actions gtk_action_group_add_actions;
8842 alias extern (C) void function(aGtkActionGroup *, aGtkAction *)TGTKgtk_action_group_remove_action; extern(D) TGTKgtk_action_group_remove_action gtk_action_group_remove_action;
8843 alias extern (C) void function(aGtkActionGroup *, aGtkAction *, char *)TGTKgtk_action_group_add_action_with_accel; extern(D) TGTKgtk_action_group_add_action_with_accel gtk_action_group_add_action_with_accel;
8844 alias extern (C) void function(aGtkActionGroup *, aGtkAction *)TGTKgtk_action_group_add_action; extern(D) TGTKgtk_action_group_add_action gtk_action_group_add_action;
8845 alias extern (C) _GList * function(aGtkActionGroup *)TGTKgtk_action_group_list_actions; extern(D) TGTKgtk_action_group_list_actions gtk_action_group_list_actions;
8846 alias extern (C) _GtkAction * function(aGtkActionGroup *, char *)TGTKgtk_action_group_get_action; extern(D) TGTKgtk_action_group_get_action gtk_action_group_get_action;
8847 alias extern (C) void function(aGtkActionGroup *, gint)TGTKgtk_action_group_set_visible; extern(D) TGTKgtk_action_group_set_visible gtk_action_group_set_visible;
8848 alias extern (C) gint function(aGtkActionGroup *)TGTKgtk_action_group_get_visible; extern(D) TGTKgtk_action_group_get_visible gtk_action_group_get_visible;
8849 alias extern (C) void function(aGtkActionGroup *, gint)TGTKgtk_action_group_set_sensitive; extern(D) TGTKgtk_action_group_set_sensitive gtk_action_group_set_sensitive;
8850 alias extern (C) gint function(aGtkActionGroup *)TGTKgtk_action_group_get_sensitive; extern(D) TGTKgtk_action_group_get_sensitive gtk_action_group_get_sensitive;
8851 alias extern (C) char * function(aGtkActionGroup *)TGTKgtk_action_group_get_name; extern(D) TGTKgtk_action_group_get_name gtk_action_group_get_name;
8852 alias extern (C) _GtkActionGroup * function(char *)TGTKgtk_action_group_new; extern(D) TGTKgtk_action_group_new gtk_action_group_new;
8853 alias extern (C) GType function()TGTKgtk_action_group_get_type; extern(D) TGTKgtk_action_group_get_type gtk_action_group_get_type;
8854 alias extern (C) void function(char *, char *)TGTKgtk_item_factories_path_delete; extern(D) TGTKgtk_item_factories_path_delete gtk_item_factories_path_delete;
8855 alias extern (C) void function(guint, GtkMenuEntry *)TGTKgtk_item_factory_create_menu_entries; extern(D) TGTKgtk_item_factory_create_menu_entries gtk_item_factory_create_menu_entries;
8856 alias extern (C) _GtkItemFactory * function(char *)TGTKgtk_item_factory_from_path; extern(D) TGTKgtk_item_factory_from_path gtk_item_factory_from_path;
8857 alias extern (C) void function(aGtkItemFactory *, guint, aGtkItemFactoryEntry *, void *, guint)TGTKgtk_item_factory_create_items_ac; extern(D) TGTKgtk_item_factory_create_items_ac gtk_item_factory_create_items_ac;
8858 alias extern (C) void function(aGtkItemFactory *, _BCD_func__12124, void *, _BCD_func__13158)TGTKgtk_item_factory_set_translate_func; extern(D) TGTKgtk_item_factory_set_translate_func gtk_item_factory_set_translate_func;
8859 alias extern (C) void * function(aGtkWidget *)TGTKgtk_item_factory_popup_data_from_widget; extern(D) TGTKgtk_item_factory_popup_data_from_widget gtk_item_factory_popup_data_from_widget;
8860 alias extern (C) void * function(aGtkItemFactory *)TGTKgtk_item_factory_popup_data; extern(D) TGTKgtk_item_factory_popup_data gtk_item_factory_popup_data;
8861 alias extern (C) void function(aGtkItemFactory *, void *, _BCD_func__13158, guint, guint, guint, guint)TGTKgtk_item_factory_popup_with_data; extern(D) TGTKgtk_item_factory_popup_with_data gtk_item_factory_popup_with_data;
8862 alias extern (C) void function(aGtkItemFactory *, guint, guint, guint, guint)TGTKgtk_item_factory_popup; extern(D) TGTKgtk_item_factory_popup gtk_item_factory_popup;
8863 alias extern (C) void function(aGtkItemFactory *, guint, aGtkItemFactoryEntry *)TGTKgtk_item_factory_delete_entries; extern(D) TGTKgtk_item_factory_delete_entries gtk_item_factory_delete_entries;
8864 alias extern (C) void function(aGtkItemFactory *, aGtkItemFactoryEntry *)TGTKgtk_item_factory_delete_entry; extern(D) TGTKgtk_item_factory_delete_entry gtk_item_factory_delete_entry;
8865 alias extern (C) void function(aGtkItemFactory *, char *)TGTKgtk_item_factory_delete_item; extern(D) TGTKgtk_item_factory_delete_item gtk_item_factory_delete_item;
8866 alias extern (C) void function(aGtkItemFactory *, guint, aGtkItemFactoryEntry *, void *)TGTKgtk_item_factory_create_items; extern(D) TGTKgtk_item_factory_create_items gtk_item_factory_create_items;
8867 alias extern (C) void function(aGtkItemFactory *, aGtkItemFactoryEntry *, void *, guint)TGTKgtk_item_factory_create_item; extern(D) TGTKgtk_item_factory_create_item gtk_item_factory_create_item;
8868 alias extern (C) _GtkWidget * function(aGtkItemFactory *, guint)TGTKgtk_item_factory_get_item_by_action; extern(D) TGTKgtk_item_factory_get_item_by_action gtk_item_factory_get_item_by_action;
8869 alias extern (C) _GtkWidget * function(aGtkItemFactory *, guint)TGTKgtk_item_factory_get_widget_by_action; extern(D) TGTKgtk_item_factory_get_widget_by_action gtk_item_factory_get_widget_by_action;
8870 alias extern (C) _GtkWidget * function(aGtkItemFactory *, char *)TGTKgtk_item_factory_get_widget; extern(D) TGTKgtk_item_factory_get_widget gtk_item_factory_get_widget;
8871 alias extern (C) _GtkWidget * function(aGtkItemFactory *, char *)TGTKgtk_item_factory_get_item; extern(D) TGTKgtk_item_factory_get_item gtk_item_factory_get_item;
8872 alias extern (C) char * function(aGtkWidget *)TGTKgtk_item_factory_path_from_widget; extern(D) TGTKgtk_item_factory_path_from_widget gtk_item_factory_path_from_widget;
8873 alias extern (C) _GtkItemFactory * function(aGtkWidget *)TGTKgtk_item_factory_from_widget; extern(D) TGTKgtk_item_factory_from_widget gtk_item_factory_from_widget;
8874 alias extern (C) void function(aGtkWidget *, char *, aGtkAccelGroup *, guint, gint)TGTKgtk_item_factory_add_foreign; extern(D) TGTKgtk_item_factory_add_foreign gtk_item_factory_add_foreign;
8875 alias extern (C) void function(aGtkItemFactory *, guint, char *, aGtkAccelGroup *)TGTKgtk_item_factory_construct; extern(D) TGTKgtk_item_factory_construct gtk_item_factory_construct;
8876 alias extern (C) _GtkItemFactory * function(guint, char *, aGtkAccelGroup *)TGTKgtk_item_factory_new; extern(D) TGTKgtk_item_factory_new gtk_item_factory_new;
8877 alias extern (C) guint function()TGTKgtk_item_factory_get_type; extern(D) TGTKgtk_item_factory_get_type gtk_item_factory_get_type;
8878 //alias extern (C) void function(aGtkAction *, aGtkWidget *, gint)TGTK_gtk_action_sync_menu_visible; extern(D) TGTK_gtk_action_sync_menu_visible _gtk_action_sync_menu_visible;
8879 //alias extern (C) void function(aGtkAction *)TGTK_gtk_action_sync_visible; extern(D) TGTK_gtk_action_sync_visible _gtk_action_sync_visible;
8880 //alias extern (C) void function(aGtkAction *)TGTK_gtk_action_sync_sensitive; extern(D) TGTK_gtk_action_sync_sensitive _gtk_action_sync_sensitive;
8881 alias extern (C) void function(aGtkAction *, aGtkAccelGroup *)TGTKgtk_action_set_accel_group; extern(D) TGTKgtk_action_set_accel_group gtk_action_set_accel_group;
8882 alias extern (C) void function(aGtkAction *, char *)TGTKgtk_action_set_accel_path; extern(D) TGTKgtk_action_set_accel_path gtk_action_set_accel_path;
8883 //alias extern (C) void function(aGtkAction *)TGTK_gtk_action_emit_activate; extern(D) TGTK_gtk_action_emit_activate _gtk_action_emit_activate;
8884 alias extern (C) void function(aGtkAction *, aGtkWidget *)TGTKgtk_action_unblock_activate_from; extern(D) TGTKgtk_action_unblock_activate_from gtk_action_unblock_activate_from;
8885 alias extern (C) void function(aGtkAction *, aGtkWidget *)TGTKgtk_action_block_activate_from; extern(D) TGTKgtk_action_block_activate_from gtk_action_block_activate_from;
8886 alias extern (C) _GClosure * function(aGtkAction *)TGTKgtk_action_get_accel_closure; extern(D) TGTKgtk_action_get_accel_closure gtk_action_get_accel_closure;
8887 alias extern (C) char * function(aGtkAction *)TGTKgtk_action_get_accel_path; extern(D) TGTKgtk_action_get_accel_path gtk_action_get_accel_path;
8888 alias extern (C) void function(aGtkAction *)TGTKgtk_action_disconnect_accelerator; extern(D) TGTKgtk_action_disconnect_accelerator gtk_action_disconnect_accelerator;
8889 alias extern (C) void function(aGtkAction *)TGTKgtk_action_connect_accelerator; extern(D) TGTKgtk_action_connect_accelerator gtk_action_connect_accelerator;
8890 alias extern (C) _GtkAction * function(aGtkWidget *)TGTKgtk_widget_get_action; extern(D) TGTKgtk_widget_get_action gtk_widget_get_action;
8891 alias extern (C) _GSList * function(aGtkAction *)TGTKgtk_action_get_proxies; extern(D) TGTKgtk_action_get_proxies gtk_action_get_proxies;
8892 alias extern (C) void function(aGtkAction *, aGtkWidget *)TGTKgtk_action_disconnect_proxy; extern(D) TGTKgtk_action_disconnect_proxy gtk_action_disconnect_proxy;
8893 alias extern (C) void function(aGtkAction *, aGtkWidget *)TGTKgtk_action_connect_proxy; extern(D) TGTKgtk_action_connect_proxy gtk_action_connect_proxy;
8894 alias extern (C) _GtkWidget * function(aGtkAction *)TGTKgtk_action_create_menu; extern(D) TGTKgtk_action_create_menu gtk_action_create_menu;
8895 alias extern (C) _GtkWidget * function(aGtkAction *)TGTKgtk_action_create_tool_item; extern(D) TGTKgtk_action_create_tool_item gtk_action_create_tool_item;
8896 alias extern (C) _GtkWidget * function(aGtkAction *)TGTKgtk_action_create_menu_item; extern(D) TGTKgtk_action_create_menu_item gtk_action_create_menu_item;
8897 alias extern (C) _GtkWidget * function(aGtkAction *, gint)TGTKgtk_action_create_icon; extern(D) TGTKgtk_action_create_icon gtk_action_create_icon;
8898 alias extern (C) void function(aGtkAction *)TGTKgtk_action_activate; extern(D) TGTKgtk_action_activate gtk_action_activate;
8899 alias extern (C) void function(aGtkAction *, gint)TGTKgtk_action_set_visible; extern(D) TGTKgtk_action_set_visible gtk_action_set_visible;
8900 alias extern (C) gint function(aGtkAction *)TGTKgtk_action_get_visible; extern(D) TGTKgtk_action_get_visible gtk_action_get_visible;
8901 alias extern (C) gint function(aGtkAction *)TGTKgtk_action_is_visible; extern(D) TGTKgtk_action_is_visible gtk_action_is_visible;
8902 alias extern (C) void function(aGtkAction *, gint)TGTKgtk_action_set_sensitive; extern(D) TGTKgtk_action_set_sensitive gtk_action_set_sensitive;
8903 alias extern (C) gint function(aGtkAction *)TGTKgtk_action_get_sensitive; extern(D) TGTKgtk_action_get_sensitive gtk_action_get_sensitive;
8904 alias extern (C) gint function(aGtkAction *)TGTKgtk_action_is_sensitive; extern(D) TGTKgtk_action_is_sensitive gtk_action_is_sensitive;
8905 alias extern (C) char * function(aGtkAction *)TGTKgtk_action_get_name; extern(D) TGTKgtk_action_get_name gtk_action_get_name;
8906 alias extern (C) _GtkAction * function(char *, char *, char *, char *)TGTKgtk_action_new; extern(D) TGTKgtk_action_new gtk_action_new;
8907 alias extern (C) GType function()TGTKgtk_action_get_type; extern(D) TGTKgtk_action_get_type gtk_action_get_type;
8908 alias extern (C) void function(aGtkAccessible *)TGTKgtk_accessible_connect_widget_destroyed; extern(D) TGTKgtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed;
8909 alias extern (C) GType function()TGTKgtk_accessible_get_type; extern(D) TGTKgtk_accessible_get_type gtk_accessible_get_type;
8910 //alias extern (C) gint function(char *)TGTK_gtk_accel_path_is_valid; extern(D) TGTK_gtk_accel_path_is_valid _gtk_accel_path_is_valid;
8911 //alias extern (C) void function(char *, aGtkAccelGroup *)TGTK_gtk_accel_map_remove_group; extern(D) TGTK_gtk_accel_map_remove_group _gtk_accel_map_remove_group;
8912 //alias extern (C) void function(char *, aGtkAccelGroup *)TGTK_gtk_accel_map_add_group; extern(D) TGTK_gtk_accel_map_add_group _gtk_accel_map_add_group;
8913 //alias extern (C) void function()TGTK_gtk_accel_map_init; extern(D) TGTK_gtk_accel_map_init _gtk_accel_map_init;
8914 alias extern (C) void * function()TGTKgtk_accel_map_get; extern(D) TGTKgtk_accel_map_get gtk_accel_map_get;
8915 alias extern (C) GType function()TGTKgtk_accel_map_get_type; extern(D) TGTKgtk_accel_map_get_type gtk_accel_map_get_type;
8916 alias extern (C) void function(void *, _BCD_func__12490)TGTKgtk_accel_map_foreach_unfiltered; extern(D) TGTKgtk_accel_map_foreach_unfiltered gtk_accel_map_foreach_unfiltered;
8917 alias extern (C) void function(char *)TGTKgtk_accel_map_add_filter; extern(D) TGTKgtk_accel_map_add_filter gtk_accel_map_add_filter;
8918 alias extern (C) void function(char *)TGTKgtk_accel_map_unlock_path; extern(D) TGTKgtk_accel_map_unlock_path gtk_accel_map_unlock_path;
8919 alias extern (C) void function(char *)TGTKgtk_accel_map_lock_path; extern(D) TGTKgtk_accel_map_lock_path gtk_accel_map_lock_path;
8920 alias extern (C) void function(gint)TGTKgtk_accel_map_save_fd; extern(D) TGTKgtk_accel_map_save_fd gtk_accel_map_save_fd;
8921 alias extern (C) void function(_GScanner *)TGTKgtk_accel_map_load_scanner; extern(D) TGTKgtk_accel_map_load_scanner gtk_accel_map_load_scanner;
8922 alias extern (C) void function(gint)TGTKgtk_accel_map_load_fd; extern(D) TGTKgtk_accel_map_load_fd gtk_accel_map_load_fd;
8923 alias extern (C) void function(void *, _BCD_func__12490)TGTKgtk_accel_map_foreach; extern(D) TGTKgtk_accel_map_foreach gtk_accel_map_foreach;
8924 alias extern (C) void function(char *)TGTKgtk_accel_map_save; extern(D) TGTKgtk_accel_map_save gtk_accel_map_save;
8925 alias extern (C) void function(char *)TGTKgtk_accel_map_load; extern(D) TGTKgtk_accel_map_load gtk_accel_map_load;
8926 alias extern (C) gint function(char *, guint, gint, gint)TGTKgtk_accel_map_change_entry; extern(D) TGTKgtk_accel_map_change_entry gtk_accel_map_change_entry;
8927 alias extern (C) gint function(char *, aGtkAccelKey *)TGTKgtk_accel_map_lookup_entry; extern(D) TGTKgtk_accel_map_lookup_entry gtk_accel_map_lookup_entry;
8928 alias extern (C) void function(char *, guint, gint)TGTKgtk_accel_map_add_entry; extern(D) TGTKgtk_accel_map_add_entry gtk_accel_map_add_entry;
8929 //alias extern (C) char * function(aGtkAccelLabelClass *, guint, gint)TGTK_gtk_accel_label_class_get_accelerator_label; extern(D) TGTK_gtk_accel_label_class_get_accelerator_label _gtk_accel_label_class_get_accelerator_label;
8930 alias extern (C) gint function(aGtkAccelLabel *)TGTKgtk_accel_label_refetch; extern(D) TGTKgtk_accel_label_refetch gtk_accel_label_refetch;
8931 alias extern (C) void function(aGtkAccelLabel *, _GClosure *)TGTKgtk_accel_label_set_accel_closure; extern(D) TGTKgtk_accel_label_set_accel_closure gtk_accel_label_set_accel_closure;
8932 alias extern (C) void function(aGtkAccelLabel *, aGtkWidget *)TGTKgtk_accel_label_set_accel_widget; extern(D) TGTKgtk_accel_label_set_accel_widget gtk_accel_label_set_accel_widget;
8933 alias extern (C) guint function(aGtkAccelLabel *)TGTKgtk_accel_label_get_accel_width; extern(D) TGTKgtk_accel_label_get_accel_width gtk_accel_label_get_accel_width;
8934 alias extern (C) _GtkWidget * function(aGtkAccelLabel *)TGTKgtk_accel_label_get_accel_widget; extern(D) TGTKgtk_accel_label_get_accel_widget gtk_accel_label_get_accel_widget;
8935 alias extern (C) _GtkWidget * function(char *)TGTKgtk_accel_label_new; extern(D) TGTKgtk_accel_label_new gtk_accel_label_new;
8936 alias extern (C) GType function()TGTKgtk_accel_label_get_type; extern(D) TGTKgtk_accel_label_get_type gtk_accel_label_get_type;
8937 alias extern (C) guint function(aGtkLabel *, char *)TGTKgtk_label_parse_uline; extern(D) TGTKgtk_label_parse_uline gtk_label_parse_uline;
8938 alias extern (C) void function(aGtkLabel *, char * *)TGTKgtk_label_get; extern(D) TGTKgtk_label_get gtk_label_get;
8939 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_single_line_mode; extern(D) TGTKgtk_label_get_single_line_mode gtk_label_get_single_line_mode;
8940 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_single_line_mode; extern(D) TGTKgtk_label_set_single_line_mode gtk_label_set_single_line_mode;
8941 alias extern (C) void function(aGtkLabel *, gint *, gint *)TGTKgtk_label_get_layout_offsets; extern(D) TGTKgtk_label_get_layout_offsets gtk_label_get_layout_offsets;
8942 alias extern (C) void * function(aGtkLabel *)TGTKgtk_label_get_layout; extern(D) TGTKgtk_label_get_layout gtk_label_get_layout;
8943 alias extern (C) gint function(aGtkLabel *, gint *, gint *)TGTKgtk_label_get_selection_bounds; extern(D) TGTKgtk_label_get_selection_bounds gtk_label_get_selection_bounds;
8944 alias extern (C) void function(aGtkLabel *, gint, gint)TGTKgtk_label_select_region; extern(D) TGTKgtk_label_select_region gtk_label_select_region;
8945 alias extern (C) double function(aGtkLabel *)TGTKgtk_label_get_angle; extern(D) TGTKgtk_label_get_angle gtk_label_get_angle;
8946 alias extern (C) void function(aGtkLabel *, double)TGTKgtk_label_set_angle; extern(D) TGTKgtk_label_set_angle gtk_label_set_angle;
8947 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_selectable; extern(D) TGTKgtk_label_get_selectable gtk_label_get_selectable;
8948 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_selectable; extern(D) TGTKgtk_label_set_selectable gtk_label_set_selectable;
8949 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_line_wrap_mode; extern(D) TGTKgtk_label_get_line_wrap_mode gtk_label_get_line_wrap_mode;
8950 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_line_wrap_mode; extern(D) TGTKgtk_label_set_line_wrap_mode gtk_label_set_line_wrap_mode;
8951 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_line_wrap; extern(D) TGTKgtk_label_get_line_wrap gtk_label_get_line_wrap;
8952 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_line_wrap; extern(D) TGTKgtk_label_set_line_wrap gtk_label_set_line_wrap;
8953 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_pattern; extern(D) TGTKgtk_label_set_pattern gtk_label_set_pattern;
8954 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_max_width_chars; extern(D) TGTKgtk_label_get_max_width_chars gtk_label_get_max_width_chars;
8955 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_max_width_chars; extern(D) TGTKgtk_label_set_max_width_chars gtk_label_set_max_width_chars;
8956 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_width_chars; extern(D) TGTKgtk_label_get_width_chars gtk_label_get_width_chars;
8957 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_width_chars; extern(D) TGTKgtk_label_set_width_chars gtk_label_set_width_chars;
8958 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_ellipsize; extern(D) TGTKgtk_label_get_ellipsize gtk_label_get_ellipsize;
8959 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_ellipsize; extern(D) TGTKgtk_label_set_ellipsize gtk_label_set_ellipsize;
8960 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_justify; extern(D) TGTKgtk_label_get_justify gtk_label_get_justify;
8961 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_justify; extern(D) TGTKgtk_label_set_justify gtk_label_set_justify;
8962 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_text_with_mnemonic; extern(D) TGTKgtk_label_set_text_with_mnemonic gtk_label_set_text_with_mnemonic;
8963 alias extern (C) _GtkWidget * function(aGtkLabel *)TGTKgtk_label_get_mnemonic_widget; extern(D) TGTKgtk_label_get_mnemonic_widget gtk_label_get_mnemonic_widget;
8964 alias extern (C) void function(aGtkLabel *, aGtkWidget *)TGTKgtk_label_set_mnemonic_widget; extern(D) TGTKgtk_label_set_mnemonic_widget gtk_label_set_mnemonic_widget;
8965 alias extern (C) guint function(aGtkLabel *)TGTKgtk_label_get_mnemonic_keyval; extern(D) TGTKgtk_label_get_mnemonic_keyval gtk_label_get_mnemonic_keyval;
8966 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_markup_with_mnemonic; extern(D) TGTKgtk_label_set_markup_with_mnemonic gtk_label_set_markup_with_mnemonic;
8967 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_use_underline; extern(D) TGTKgtk_label_get_use_underline gtk_label_get_use_underline;
8968 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_use_underline; extern(D) TGTKgtk_label_set_use_underline gtk_label_set_use_underline;
8969 alias extern (C) gint function(aGtkLabel *)TGTKgtk_label_get_use_markup; extern(D) TGTKgtk_label_get_use_markup gtk_label_get_use_markup;
8970 alias extern (C) void function(aGtkLabel *, gint)TGTKgtk_label_set_use_markup; extern(D) TGTKgtk_label_set_use_markup gtk_label_set_use_markup;
8971 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_markup; extern(D) TGTKgtk_label_set_markup gtk_label_set_markup;
8972 alias extern (C) char * function(aGtkLabel *)TGTKgtk_label_get_label; extern(D) TGTKgtk_label_get_label gtk_label_get_label;
8973 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_label; extern(D) TGTKgtk_label_set_label gtk_label_set_label;
8974 alias extern (C) void * function(aGtkLabel *)TGTKgtk_label_get_attributes; extern(D) TGTKgtk_label_get_attributes gtk_label_get_attributes;
8975 alias extern (C) void function(aGtkLabel *, void *)TGTKgtk_label_set_attributes; extern(D) TGTKgtk_label_set_attributes gtk_label_set_attributes;
8976 alias extern (C) char * function(aGtkLabel *)TGTKgtk_label_get_text; extern(D) TGTKgtk_label_get_text gtk_label_get_text;
8977 alias extern (C) void function(aGtkLabel *, in char *)TGTKgtk_label_set_text; extern(D) TGTKgtk_label_set_text gtk_label_set_text;
8978 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_label_new_with_mnemonic; extern(D) TGTKgtk_label_new_with_mnemonic gtk_label_new_with_mnemonic;
8979 alias extern (C) _GtkWidget * function(in char *)TGTKgtk_label_new; extern(D) TGTKgtk_label_new gtk_label_new;
8980 alias extern (C) GType function()TGTKgtk_label_get_type; extern(D) TGTKgtk_label_get_type gtk_label_get_type;
8981 alias extern (C) _GList * function(aGtkWidget *)TGTKgtk_menu_get_for_attach_widget; extern(D) TGTKgtk_menu_get_for_attach_widget gtk_menu_get_for_attach_widget;
8982 alias extern (C) void function(aGtkMenu *, gint)TGTKgtk_menu_set_monitor; extern(D) TGTKgtk_menu_set_monitor gtk_menu_set_monitor;
8983 alias extern (C) void function(aGtkMenu *, aGtkWidget *, guint, guint, guint, guint)TGTKgtk_menu_attach; extern(D) TGTKgtk_menu_attach gtk_menu_attach;
8984 alias extern (C) void function(aGtkMenu *, _GdkScreen *)TGTKgtk_menu_set_screen; extern(D) TGTKgtk_menu_set_screen gtk_menu_set_screen;
8985 alias extern (C) void function(aGtkMenu *, aGtkWidget *, gint)TGTKgtk_menu_reorder_child; extern(D) TGTKgtk_menu_reorder_child gtk_menu_reorder_child;
8986 alias extern (C) char * function(aGtkMenu *)TGTKgtk_menu_get_title; extern(D) TGTKgtk_menu_get_title gtk_menu_get_title;
8987 alias extern (C) void function(aGtkMenu *, in char *)TGTKgtk_menu_set_title; extern(D) TGTKgtk_menu_set_title gtk_menu_set_title;
8988 alias extern (C) gint function(aGtkMenu *)TGTKgtk_menu_get_tearoff_state; extern(D) TGTKgtk_menu_get_tearoff_state gtk_menu_get_tearoff_state;
8989 alias extern (C) void function(aGtkMenu *, gint)TGTKgtk_menu_set_tearoff_state; extern(D) TGTKgtk_menu_set_tearoff_state gtk_menu_set_tearoff_state;
8990 alias extern (C) _GtkWidget * function(aGtkMenu *)TGTKgtk_menu_get_attach_widget; extern(D) TGTKgtk_menu_get_attach_widget gtk_menu_get_attach_widget;
8991 alias extern (C) void function(aGtkMenu *)TGTKgtk_menu_detach; extern(D) TGTKgtk_menu_detach gtk_menu_detach;
8992 alias extern (C) void function(aGtkMenu *, aGtkWidget *, _BCD_func__12552)TGTKgtk_menu_attach_to_widget; extern(D) TGTKgtk_menu_attach_to_widget gtk_menu_attach_to_widget;
8993 alias extern (C) void function(aGtkMenu *, in char *)TGTKgtk_menu_set_accel_path; extern(D) TGTKgtk_menu_set_accel_path gtk_menu_set_accel_path;
8994 alias extern (C) _GtkAccelGroup * function(aGtkMenu *)TGTKgtk_menu_get_accel_group; extern(D) TGTKgtk_menu_get_accel_group gtk_menu_get_accel_group;
8995 alias extern (C) void function(aGtkMenu *, aGtkAccelGroup *)TGTKgtk_menu_set_accel_group; extern(D) TGTKgtk_menu_set_accel_group gtk_menu_set_accel_group;
8996 alias extern (C) void function(aGtkMenu *, guint)TGTKgtk_menu_set_active; extern(D) TGTKgtk_menu_set_active gtk_menu_set_active;
8997 alias extern (C) _GtkWidget * function(aGtkMenu *)TGTKgtk_menu_get_active; extern(D) TGTKgtk_menu_get_active gtk_menu_get_active;
8998 alias extern (C) void function(aGtkMenu *)TGTKgtk_menu_popdown; extern(D) TGTKgtk_menu_popdown gtk_menu_popdown;
8999 alias extern (C) void function(aGtkMenu *)TGTKgtk_menu_reposition; extern(D) TGTKgtk_menu_reposition gtk_menu_reposition;
9000 alias extern (C) void function(aGtkMenu *, aGtkWidget *, aGtkWidget *, _BCD_func__12553, void *, guint, guint32)TGTKgtk_menu_popup; extern(D) TGTKgtk_menu_popup gtk_menu_popup;
9001 alias extern (C) _GtkWidget * function()TGTKgtk_menu_new; extern(D) TGTKgtk_menu_new gtk_menu_new;
9002 alias extern (C) GType function()TGTKgtk_menu_get_type; extern(D) TGTKgtk_menu_get_type gtk_menu_get_type;
9003 alias extern (C) void function(aGtkMenuShell *, gint)TGTKgtk_menu_shell_set_take_focus; extern(D) TGTKgtk_menu_shell_set_take_focus gtk_menu_shell_set_take_focus;
9004 alias extern (C) gint function(aGtkMenuShell *)TGTKgtk_menu_shell_get_take_focus; extern(D) TGTKgtk_menu_shell_get_take_focus gtk_menu_shell_get_take_focus;
9005 //alias extern (C) void function(aGtkMenuShell *, guint, aGtkWidget *)TGTK_gtk_menu_shell_remove_mnemonic; extern(D) TGTK_gtk_menu_shell_remove_mnemonic _gtk_menu_shell_remove_mnemonic;
9006 //alias extern (C) void function(aGtkMenuShell *, guint, aGtkWidget *)TGTK_gtk_menu_shell_add_mnemonic; extern(D) TGTK_gtk_menu_shell_add_mnemonic _gtk_menu_shell_add_mnemonic;
9007 alias extern (C) void function(aGtkMenuShell *)TGTKgtk_menu_shell_cancel; extern(D) TGTKgtk_menu_shell_cancel gtk_menu_shell_cancel;
9008 //alias extern (C) gint function(aGtkMenuShell *)TGTK_gtk_menu_shell_get_popup_delay; extern(D) TGTK_gtk_menu_shell_get_popup_delay _gtk_menu_shell_get_popup_delay;
9009 //alias extern (C) void function(aGtkMenuShell *)TGTK_gtk_menu_shell_activate; extern(D) TGTK_gtk_menu_shell_activate _gtk_menu_shell_activate;
9010 //alias extern (C) void function(aGtkMenuShell *, gint)TGTK_gtk_menu_shell_select_last; extern(D) TGTK_gtk_menu_shell_select_last _gtk_menu_shell_select_last;
9011 alias extern (C) void function(aGtkMenuShell *, gint)TGTKgtk_menu_shell_select_first; extern(D) TGTKgtk_menu_shell_select_first gtk_menu_shell_select_first;
9012 alias extern (C) void function(aGtkMenuShell *, aGtkWidget *, gint)TGTKgtk_menu_shell_activate_item; extern(D) TGTKgtk_menu_shell_activate_item gtk_menu_shell_activate_item;
9013 alias extern (C) void function(aGtkMenuShell *)TGTKgtk_menu_shell_deselect; extern(D) TGTKgtk_menu_shell_deselect gtk_menu_shell_deselect;
9014 alias extern (C) void function(aGtkMenuShell *, aGtkWidget *)TGTKgtk_menu_shell_select_item; extern(D) TGTKgtk_menu_shell_select_item gtk_menu_shell_select_item;
9015 alias extern (C) void function(aGtkMenuShell *)TGTKgtk_menu_shell_deactivate; extern(D) TGTKgtk_menu_shell_deactivate gtk_menu_shell_deactivate;
9016 alias extern (C) void function(aGtkMenuShell *, aGtkWidget *, gint)TGTKgtk_menu_shell_insert; extern(D) TGTKgtk_menu_shell_insert gtk_menu_shell_insert;
9017 alias extern (C) void function(aGtkMenuShell *, aGtkWidget *)TGTKgtk_menu_shell_prepend; extern(D) TGTKgtk_menu_shell_prepend gtk_menu_shell_prepend;
9018 alias extern (C) void function(aGtkMenuShell *, aGtkWidget *)TGTKgtk_menu_shell_append; extern(D) TGTKgtk_menu_shell_append gtk_menu_shell_append;
9019 alias extern (C) GType function()TGTKgtk_menu_shell_get_type; extern(D) TGTKgtk_menu_shell_get_type gtk_menu_shell_get_type;
9020 alias extern (C) void function(aGtkMisc *, gint *, gint *)TGTKgtk_misc_get_padding; extern(D) TGTKgtk_misc_get_padding gtk_misc_get_padding;
9021 alias extern (C) void function(aGtkMisc *, gint, gint)TGTKgtk_misc_set_padding; extern(D) TGTKgtk_misc_set_padding gtk_misc_set_padding;
9022 alias extern (C) void function(aGtkMisc *, float *, float *)TGTKgtk_misc_get_alignment; extern(D) TGTKgtk_misc_get_alignment gtk_misc_get_alignment;
9023 alias extern (C) void function(aGtkMisc *, float, float)TGTKgtk_misc_set_alignment; extern(D) TGTKgtk_misc_set_alignment gtk_misc_set_alignment;
9024 alias extern (C) GType function()TGTKgtk_misc_get_type; extern(D) TGTKgtk_misc_get_type gtk_misc_get_type;
9025 alias extern (C) _BCD_func__12632 function(_BCD_func__12632, void *, _BCD_func__13158)TGTKgtk_about_dialog_set_url_hook; extern(D) TGTKgtk_about_dialog_set_url_hook gtk_about_dialog_set_url_hook;
9026 alias extern (C) _BCD_func__12632 function(_BCD_func__12632, void *, _BCD_func__13158)TGTKgtk_about_dialog_set_email_hook; extern(D) TGTKgtk_about_dialog_set_email_hook gtk_about_dialog_set_email_hook;
9027 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_logo_icon_name; extern(D) TGTKgtk_about_dialog_set_logo_icon_name gtk_about_dialog_set_logo_icon_name;
9028 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_logo_icon_name; extern(D) TGTKgtk_about_dialog_get_logo_icon_name gtk_about_dialog_get_logo_icon_name;
9029 alias extern (C) void function(aGtkAboutDialog *, void *)TGTKgtk_about_dialog_set_logo; extern(D) TGTKgtk_about_dialog_set_logo gtk_about_dialog_set_logo;
9030 alias extern (C) void * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_logo; extern(D) TGTKgtk_about_dialog_get_logo gtk_about_dialog_get_logo;
9031 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_translator_credits; extern(D) TGTKgtk_about_dialog_set_translator_credits gtk_about_dialog_set_translator_credits;
9032 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_translator_credits; extern(D) TGTKgtk_about_dialog_get_translator_credits gtk_about_dialog_get_translator_credits;
9033 alias extern (C) void function(aGtkAboutDialog *, in char * *)TGTKgtk_about_dialog_set_artists; extern(D) TGTKgtk_about_dialog_set_artists gtk_about_dialog_set_artists;
9034 alias extern (C) char * * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_artists; extern(D) TGTKgtk_about_dialog_get_artists gtk_about_dialog_get_artists;
9035 alias extern (C) void function(aGtkAboutDialog *, in char * *)TGTKgtk_about_dialog_set_documenters; extern(D) TGTKgtk_about_dialog_set_documenters gtk_about_dialog_set_documenters;
9036 alias extern (C) char * * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_documenters; extern(D) TGTKgtk_about_dialog_get_documenters gtk_about_dialog_get_documenters;
9037 alias extern (C) void function(aGtkAboutDialog *, in char * *)TGTKgtk_about_dialog_set_authors; extern(D) TGTKgtk_about_dialog_set_authors gtk_about_dialog_set_authors;
9038 alias extern (C) char * * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_authors; extern(D) TGTKgtk_about_dialog_get_authors gtk_about_dialog_get_authors;
9039 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_website_label; extern(D) TGTKgtk_about_dialog_set_website_label gtk_about_dialog_set_website_label;
9040 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_website_label; extern(D) TGTKgtk_about_dialog_get_website_label gtk_about_dialog_get_website_label;
9041 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_website; extern(D) TGTKgtk_about_dialog_set_website gtk_about_dialog_set_website;
9042 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_website; extern(D) TGTKgtk_about_dialog_get_website gtk_about_dialog_get_website;
9043 alias extern (C) void function(aGtkAboutDialog *, gint)TGTKgtk_about_dialog_set_wrap_license; extern(D) TGTKgtk_about_dialog_set_wrap_license gtk_about_dialog_set_wrap_license;
9044 alias extern (C) gint function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_wrap_license; extern(D) TGTKgtk_about_dialog_get_wrap_license gtk_about_dialog_get_wrap_license;
9045 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_license; extern(D) TGTKgtk_about_dialog_set_license gtk_about_dialog_set_license;
9046 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_license; extern(D) TGTKgtk_about_dialog_get_license gtk_about_dialog_get_license;
9047 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_comments; extern(D) TGTKgtk_about_dialog_set_comments gtk_about_dialog_set_comments;
9048 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_comments; extern(D) TGTKgtk_about_dialog_get_comments gtk_about_dialog_get_comments;
9049 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_copyright; extern(D) TGTKgtk_about_dialog_set_copyright gtk_about_dialog_set_copyright;
9050 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_copyright; extern(D) TGTKgtk_about_dialog_get_copyright gtk_about_dialog_get_copyright;
9051 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_version; extern(D) TGTKgtk_about_dialog_set_version gtk_about_dialog_set_version;
9052 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_version; extern(D) TGTKgtk_about_dialog_get_version gtk_about_dialog_get_version;
9053 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_program_name; extern(D) TGTKgtk_about_dialog_set_program_name gtk_about_dialog_set_program_name;
9054 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_program_name; extern(D) TGTKgtk_about_dialog_get_program_name gtk_about_dialog_get_program_name;
9055 alias extern (C) void function(aGtkAboutDialog *, in char *)TGTKgtk_about_dialog_set_name; extern(D) TGTKgtk_about_dialog_set_name gtk_about_dialog_set_name;
9056 alias extern (C) char * function(aGtkAboutDialog *)TGTKgtk_about_dialog_get_name; extern(D) TGTKgtk_about_dialog_get_name gtk_about_dialog_get_name;
9057 alias extern (C) void function(aGtkWindow *, in char *, ...)TGTKgtk_show_about_dialog; extern(D) TGTKgtk_show_about_dialog gtk_show_about_dialog;
9058 alias extern (C) _GtkWidget * function()TGTKgtk_about_dialog_new; extern(D) TGTKgtk_about_dialog_new gtk_about_dialog_new;
9059 alias extern (C) GType function()TGTKgtk_about_dialog_get_type; extern(D) TGTKgtk_about_dialog_get_type gtk_about_dialog_get_type;
9060 //alias extern (C) void function(aGtkDialog *, gint)TGTK_gtk_dialog_set_ignore_separator; extern(D) TGTK_gtk_dialog_set_ignore_separator _gtk_dialog_set_ignore_separator;
9061 alias extern (C) gint function(aGtkDialog *)TGTKgtk_dialog_run; extern(D) TGTKgtk_dialog_run gtk_dialog_run;
9062 alias extern (C) void function(aGtkDialog *, gint)TGTKgtk_dialog_response; extern(D) TGTKgtk_dialog_response gtk_dialog_response;
9063 alias extern (C) void function(aGtkDialog *, gint, gint *)TGTKgtk_dialog_set_alternative_button_order_from_array; extern(D) TGTKgtk_dialog_set_alternative_button_order_from_array gtk_dialog_set_alternative_button_order_from_array;
9064 alias extern (C) void function(aGtkDialog *, gint, ...)TGTKgtk_dialog_set_alternative_button_order; extern(D) TGTKgtk_dialog_set_alternative_button_order gtk_dialog_set_alternative_button_order;
9065 alias extern (C) gint function(_GdkScreen *)TGTKgtk_alternative_dialog_button_order; extern(D) TGTKgtk_alternative_dialog_button_order gtk_alternative_dialog_button_order;
9066 alias extern (C) gint function(aGtkDialog *)TGTKgtk_dialog_get_has_separator; extern(D) TGTKgtk_dialog_get_has_separator gtk_dialog_get_has_separator;
9067 alias extern (C) void function(aGtkDialog *, gint)TGTKgtk_dialog_set_has_separator; extern(D) TGTKgtk_dialog_set_has_separator gtk_dialog_set_has_separator;
9068 alias extern (C) gint function(aGtkDialog *, aGtkWidget *)TGTKgtk_dialog_get_response_for_widget; extern(D) TGTKgtk_dialog_get_response_for_widget gtk_dialog_get_response_for_widget;
9069 alias extern (C) void function(aGtkDialog *, gint)TGTKgtk_dialog_set_default_response; extern(D) TGTKgtk_dialog_set_default_response gtk_dialog_set_default_response;
9070 alias extern (C) void function(aGtkDialog *, gint, gint)TGTKgtk_dialog_set_response_sensitive; extern(D) TGTKgtk_dialog_set_response_sensitive gtk_dialog_set_response_sensitive;
9071 alias extern (C) void function(aGtkDialog *, in char *, ...)TGTKgtk_dialog_add_buttons; extern(D) TGTKgtk_dialog_add_buttons gtk_dialog_add_buttons;
9072 alias extern (C) _GtkWidget * function(aGtkDialog *, in char *, gint)TGTKgtk_dialog_add_button; extern(D) TGTKgtk_dialog_add_button gtk_dialog_add_button;
9073 alias extern (C) void function(aGtkDialog *, aGtkWidget *, gint)TGTKgtk_dialog_add_action_widget; extern(D) TGTKgtk_dialog_add_action_widget gtk_dialog_add_action_widget;
9074 alias extern (C) _GtkWidget * function(in char *, aGtkWindow *, gint, in char *, ...)TGTKgtk_dialog_new_with_buttons; extern(D) TGTKgtk_dialog_new_with_buttons gtk_dialog_new_with_buttons;
9075 alias extern (C) _GtkWidget * function()TGTKgtk_dialog_new; extern(D) TGTKgtk_dialog_new gtk_dialog_new;
9076 alias extern (C) GType function()TGTKgtk_dialog_get_type; extern(D) TGTKgtk_dialog_get_type gtk_dialog_get_type;
9077 //alias extern (C) gint function(aGtkWindow *, guint, gint)TGTK_gtk_window_query_nonaccels; extern(D) TGTK_gtk_window_query_nonaccels _gtk_window_query_nonaccels;
9078 //alias extern (C) void function(aGtkWindow *, _BCD_func__12662, void *)TGTK_gtk_window_keys_foreach; extern(D) TGTK_gtk_window_keys_foreach _gtk_window_keys_foreach;
9079 //alias extern (C) void function(aGtkWindow *, gint)TGTK_gtk_window_set_is_active; extern(D) TGTK_gtk_window_set_is_active _gtk_window_set_is_active;
9080 //alias extern (C) void function(aGtkWindow *, aGtkWidget *)TGTK_gtk_window_unset_focus_and_default; extern(D) TGTK_gtk_window_unset_focus_and_default _gtk_window_unset_focus_and_default;
9081 //alias extern (C) void function(aGtkWindow *, gint)TGTK_gtk_window_set_has_toplevel_focus; extern(D) TGTK_gtk_window_set_has_toplevel_focus _gtk_window_set_has_toplevel_focus;
9082 //alias extern (C) _GtkWidget * function(aGtkWindowGroup *)TGTK_gtk_window_group_get_current_grab; extern(D) TGTK_gtk_window_group_get_current_grab _gtk_window_group_get_current_grab;
9083 //alias extern (C) void function(aGtkWindow *, gint, gint, gint *, gint *)TGTK_gtk_window_constrain_size; extern(D) TGTK_gtk_window_constrain_size _gtk_window_constrain_size;
9084 //alias extern (C) void function(aGtkWindow *, gint, gint)TGTK_gtk_window_reposition; extern(D) TGTK_gtk_window_reposition _gtk_window_reposition;
9085 alias extern (C) void function(aGtkWindow *, guint)TGTKgtk_window_add_embedded_xid; extern(D) TGTKgtk_window_add_embedded_xid gtk_window_add_embedded_xid;
9086 alias extern (C) void function(aGtkWindow *, guint)TGTKgtk_window_remove_embedded_xid; extern(D) TGTKgtk_window_remove_embedded_xid gtk_window_remove_embedded_xid;
9087 //alias extern (C) void function(aGtkWindow *, aGtkWidget *)TGTK_gtk_window_internal_set_focus; extern(D) TGTK_gtk_window_internal_set_focus _gtk_window_internal_set_focus;
9088 alias extern (C) void function(aGtkWindowGroup *, aGtkWindow *)TGTKgtk_window_group_remove_window; extern(D) TGTKgtk_window_group_remove_window gtk_window_group_remove_window;
9089 alias extern (C) void function(aGtkWindowGroup *, aGtkWindow *)TGTKgtk_window_group_add_window; extern(D) TGTKgtk_window_group_add_window gtk_window_group_add_window;
9090 alias extern (C) _GtkWindowGroup * function()TGTKgtk_window_group_new; extern(D) TGTKgtk_window_group_new gtk_window_group_new;
9091 alias extern (C) GType function()TGTKgtk_window_group_get_type; extern(D) TGTKgtk_window_group_get_type gtk_window_group_get_type;
9092 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_reshow_with_initial_size; extern(D) TGTKgtk_window_reshow_with_initial_size gtk_window_reshow_with_initial_size;
9093 alias extern (C) _GtkWindowGroup * function(aGtkWindow *)TGTKgtk_window_get_group; extern(D) TGTKgtk_window_get_group gtk_window_get_group;
9094 alias extern (C) gint function(aGtkWindow *, char *)TGTKgtk_window_parse_geometry; extern(D) TGTKgtk_window_parse_geometry gtk_window_parse_geometry;
9095 alias extern (C) void function(aGtkWindow *, gint *, gint *)TGTKgtk_window_get_position; extern(D) TGTKgtk_window_get_position gtk_window_get_position;
9096 alias extern (C) void function(aGtkWindow *, gint, gint)TGTKgtk_window_move; extern(D) TGTKgtk_window_move gtk_window_move;
9097 alias extern (C) void function(aGtkWindow *, gint *, gint *)TGTKgtk_window_get_size; extern(D) TGTKgtk_window_get_size gtk_window_get_size;
9098 alias extern (C) void function(aGtkWindow *, gint, gint)TGTKgtk_window_resize; extern(D) TGTKgtk_window_resize gtk_window_resize;
9099 alias extern (C) void function(aGtkWindow *, gint *, gint *)TGTKgtk_window_get_default_size; extern(D) TGTKgtk_window_get_default_size gtk_window_get_default_size;
9100 alias extern (C) void function(aGtkWindow *, gint, gint)TGTKgtk_window_set_default_size; extern(D) TGTKgtk_window_set_default_size gtk_window_set_default_size;
9101 alias extern (C) void function(aGtkWindow *, gint, gint, gint)TGTKgtk_window_set_policy; extern(D) TGTKgtk_window_set_policy gtk_window_set_policy;
9102 alias extern (C) void function(aGtkWindow *, gint, gint, gint, guint32)TGTKgtk_window_begin_move_drag; extern(D) TGTKgtk_window_begin_move_drag gtk_window_begin_move_drag;
9103 alias extern (C) void function(aGtkWindow *, gint, gint, gint, gint, guint32)TGTKgtk_window_begin_resize_drag; extern(D) TGTKgtk_window_begin_resize_drag gtk_window_begin_resize_drag;
9104 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_keep_below; extern(D) TGTKgtk_window_set_keep_below gtk_window_set_keep_below;
9105 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_keep_above; extern(D) TGTKgtk_window_set_keep_above gtk_window_set_keep_above;
9106 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_unfullscreen; extern(D) TGTKgtk_window_unfullscreen gtk_window_unfullscreen;
9107 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_fullscreen; extern(D) TGTKgtk_window_fullscreen gtk_window_fullscreen;
9108 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_unmaximize; extern(D) TGTKgtk_window_unmaximize gtk_window_unmaximize;
9109 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_maximize; extern(D) TGTKgtk_window_maximize gtk_window_maximize;
9110 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_unstick; extern(D) TGTKgtk_window_unstick gtk_window_unstick;
9111 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_stick; extern(D) TGTKgtk_window_stick gtk_window_stick;
9112 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_deiconify; extern(D) TGTKgtk_window_deiconify gtk_window_deiconify;
9113 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_iconify; extern(D) TGTKgtk_window_iconify gtk_window_iconify;
9114 alias extern (C) void function(aGtkWindow *, guint32)TGTKgtk_window_present_with_time; extern(D) TGTKgtk_window_present_with_time gtk_window_present_with_time;
9115 alias extern (C) void function(aGtkWindow *)TGTKgtk_window_present; extern(D) TGTKgtk_window_present gtk_window_present;
9116 alias extern (C) gint function(aGtkWindow *, _GdkEventKey *)TGTKgtk_window_propagate_key_event; extern(D) TGTKgtk_window_propagate_key_event gtk_window_propagate_key_event;
9117 alias extern (C) gint function(aGtkWindow *, _GdkEventKey *)TGTKgtk_window_activate_key; extern(D) TGTKgtk_window_activate_key gtk_window_activate_key;
9118 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_mnemonic_modifier; extern(D) TGTKgtk_window_get_mnemonic_modifier gtk_window_get_mnemonic_modifier;
9119 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_mnemonic_modifier; extern(D) TGTKgtk_window_set_mnemonic_modifier gtk_window_set_mnemonic_modifier;
9120 alias extern (C) gint function(aGtkWindow *, guint, gint)TGTKgtk_window_mnemonic_activate; extern(D) TGTKgtk_window_mnemonic_activate gtk_window_mnemonic_activate;
9121 alias extern (C) void function(aGtkWindow *, guint, aGtkWidget *)TGTKgtk_window_remove_mnemonic; extern(D) TGTKgtk_window_remove_mnemonic gtk_window_remove_mnemonic;
9122 alias extern (C) void function(aGtkWindow *, guint, aGtkWidget *)TGTKgtk_window_add_mnemonic; extern(D) TGTKgtk_window_add_mnemonic gtk_window_add_mnemonic;
9123 alias extern (C) _GList * function()TGTKgtk_window_list_toplevels; extern(D) TGTKgtk_window_list_toplevels gtk_window_list_toplevels;
9124 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_modal; extern(D) TGTKgtk_window_get_modal gtk_window_get_modal;
9125 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_modal; extern(D) TGTKgtk_window_set_modal gtk_window_set_modal;
9126 alias extern (C) void function(gint)TGTKgtk_window_set_auto_startup_notification; extern(D) TGTKgtk_window_set_auto_startup_notification gtk_window_set_auto_startup_notification;
9127 alias extern (C) gint function(in char *, _GError * *)TGTKgtk_window_set_default_icon_from_file; extern(D) TGTKgtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file;
9128 alias extern (C) void function(in char *)TGTKgtk_window_set_default_icon_name; extern(D) TGTKgtk_window_set_default_icon_name gtk_window_set_default_icon_name;
9129 alias extern (C) void function(void *)TGTKgtk_window_set_default_icon; extern(D) TGTKgtk_window_set_default_icon gtk_window_set_default_icon;
9130 alias extern (C) _GList * function()TGTKgtk_window_get_default_icon_list; extern(D) TGTKgtk_window_get_default_icon_list gtk_window_get_default_icon_list;
9131 alias extern (C) void function(_GList *)TGTKgtk_window_set_default_icon_list; extern(D) TGTKgtk_window_set_default_icon_list gtk_window_set_default_icon_list;
9132 alias extern (C) char * function(aGtkWindow *)TGTKgtk_window_get_icon_name; extern(D) TGTKgtk_window_get_icon_name gtk_window_get_icon_name;
9133 alias extern (C) void * function(aGtkWindow *)TGTKgtk_window_get_icon; extern(D) TGTKgtk_window_get_icon gtk_window_get_icon;
9134 alias extern (C) gint function(aGtkWindow *, in char *, _GError * *)TGTKgtk_window_set_icon_from_file; extern(D) TGTKgtk_window_set_icon_from_file gtk_window_set_icon_from_file;
9135 alias extern (C) void function(aGtkWindow *, in char *)TGTKgtk_window_set_icon_name; extern(D) TGTKgtk_window_set_icon_name gtk_window_set_icon_name;
9136 alias extern (C) void function(aGtkWindow *, void *)TGTKgtk_window_set_icon; extern(D) TGTKgtk_window_set_icon gtk_window_set_icon;
9137 alias extern (C) _GList * function(aGtkWindow *)TGTKgtk_window_get_icon_list; extern(D) TGTKgtk_window_get_icon_list gtk_window_get_icon_list;
9138 alias extern (C) void function(aGtkWindow *, _GList *)TGTKgtk_window_set_icon_list; extern(D) TGTKgtk_window_set_icon_list gtk_window_set_icon_list;
9139 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_deletable; extern(D) TGTKgtk_window_get_deletable gtk_window_get_deletable;
9140 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_deletable; extern(D) TGTKgtk_window_set_deletable gtk_window_set_deletable;
9141 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_decorated; extern(D) TGTKgtk_window_get_decorated gtk_window_get_decorated;
9142 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_decorated; extern(D) TGTKgtk_window_set_decorated gtk_window_set_decorated;
9143 alias extern (C) void function(aGtkWindow *, gint *, gint *, gint *, gint *)TGTKgtk_window_get_frame_dimensions; extern(D) TGTKgtk_window_get_frame_dimensions gtk_window_get_frame_dimensions;
9144 alias extern (C) void function(aGtkWindow *, gint, gint, gint, gint)TGTKgtk_window_set_frame_dimensions; extern(D) TGTKgtk_window_set_frame_dimensions gtk_window_set_frame_dimensions;
9145 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_has_frame; extern(D) TGTKgtk_window_get_has_frame gtk_window_get_has_frame;
9146 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_has_frame; extern(D) TGTKgtk_window_set_has_frame gtk_window_set_has_frame;
9147 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_has_toplevel_focus; extern(D) TGTKgtk_window_has_toplevel_focus gtk_window_has_toplevel_focus;
9148 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_is_active; extern(D) TGTKgtk_window_is_active gtk_window_is_active;
9149 alias extern (C) _GdkScreen * function(aGtkWindow *)TGTKgtk_window_get_screen; extern(D) TGTKgtk_window_get_screen gtk_window_get_screen;
9150 alias extern (C) void function(aGtkWindow *, _GdkScreen *)TGTKgtk_window_set_screen; extern(D) TGTKgtk_window_set_screen gtk_window_set_screen;
9151 alias extern (C) void function(aGtkWindow *, aGtkWidget *, _GdkGeometry *, gint)TGTKgtk_window_set_geometry_hints; extern(D) TGTKgtk_window_set_geometry_hints gtk_window_set_geometry_hints;
9152 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_gravity; extern(D) TGTKgtk_window_get_gravity gtk_window_get_gravity;
9153 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_gravity; extern(D) TGTKgtk_window_set_gravity gtk_window_set_gravity;
9154 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_resizable; extern(D) TGTKgtk_window_get_resizable gtk_window_get_resizable;
9155 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_resizable; extern(D) TGTKgtk_window_set_resizable gtk_window_set_resizable;
9156 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_destroy_with_parent; extern(D) TGTKgtk_window_get_destroy_with_parent gtk_window_get_destroy_with_parent;
9157 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_destroy_with_parent; extern(D) TGTKgtk_window_set_destroy_with_parent gtk_window_set_destroy_with_parent;
9158 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_focus_on_map; extern(D) TGTKgtk_window_get_focus_on_map gtk_window_get_focus_on_map;
9159 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_focus_on_map; extern(D) TGTKgtk_window_set_focus_on_map gtk_window_set_focus_on_map;
9160 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_accept_focus; extern(D) TGTKgtk_window_get_accept_focus gtk_window_get_accept_focus;
9161 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_accept_focus; extern(D) TGTKgtk_window_set_accept_focus gtk_window_set_accept_focus;
9162 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_urgency_hint; extern(D) TGTKgtk_window_get_urgency_hint gtk_window_get_urgency_hint;
9163 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_urgency_hint; extern(D) TGTKgtk_window_set_urgency_hint gtk_window_set_urgency_hint;
9164 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_skip_pager_hint; extern(D) TGTKgtk_window_get_skip_pager_hint gtk_window_get_skip_pager_hint;
9165 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_skip_pager_hint; extern(D) TGTKgtk_window_set_skip_pager_hint gtk_window_set_skip_pager_hint;
9166 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_skip_taskbar_hint; extern(D) TGTKgtk_window_get_skip_taskbar_hint gtk_window_get_skip_taskbar_hint;
9167 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_skip_taskbar_hint; extern(D) TGTKgtk_window_set_skip_taskbar_hint gtk_window_set_skip_taskbar_hint;
9168 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_get_type_hint; extern(D) TGTKgtk_window_get_type_hint gtk_window_get_type_hint;
9169 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_type_hint; extern(D) TGTKgtk_window_set_type_hint gtk_window_set_type_hint;
9170 alias extern (C) double function(aGtkWindow *)TGTKgtk_window_get_opacity; extern(D) TGTKgtk_window_get_opacity gtk_window_get_opacity;
9171 alias extern (C) void function(aGtkWindow *, double)TGTKgtk_window_set_opacity; extern(D) TGTKgtk_window_set_opacity gtk_window_set_opacity;
9172 alias extern (C) _GtkWindow * function(aGtkWindow *)TGTKgtk_window_get_transient_for; extern(D) TGTKgtk_window_get_transient_for gtk_window_get_transient_for;
9173 alias extern (C) void function(aGtkWindow *, aGtkWindow *)TGTKgtk_window_set_transient_for; extern(D) TGTKgtk_window_set_transient_for gtk_window_set_transient_for;
9174 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_activate_default; extern(D) TGTKgtk_window_activate_default gtk_window_activate_default;
9175 alias extern (C) void function(aGtkWindow *, aGtkWidget *)TGTKgtk_window_set_default; extern(D) TGTKgtk_window_set_default gtk_window_set_default;
9176 alias extern (C) _GtkWidget * function(aGtkWindow *)TGTKgtk_window_get_focus; extern(D) TGTKgtk_window_get_focus gtk_window_get_focus;
9177 alias extern (C) void function(aGtkWindow *, aGtkWidget *)TGTKgtk_window_set_focus; extern(D) TGTKgtk_window_set_focus gtk_window_set_focus;
9178 alias extern (C) gint function(aGtkWindow *)TGTKgtk_window_activate_focus; extern(D) TGTKgtk_window_activate_focus gtk_window_activate_focus;
9179 alias extern (C) void function(aGtkWindow *, gint)TGTKgtk_window_set_position; extern(D) TGTKgtk_window_set_position gtk_window_set_position;
9180 alias extern (C) void function(aGtkWindow *, aGtkAccelGroup *)TGTKgtk_window_remove_accel_group; extern(D) TGTKgtk_window_remove_accel_group gtk_window_remove_accel_group;
9181 alias extern (C) void function(aGtkWindow *, aGtkAccelGroup *)TGTKgtk_window_add_accel_group; extern(D) TGTKgtk_window_add_accel_group gtk_window_add_accel_group;
9182 alias extern (C) char * function(aGtkWindow *)TGTKgtk_window_get_role; extern(D) TGTKgtk_window_get_role gtk_window_get_role;
9183 alias extern (C) void function(aGtkWindow *, in char *)TGTKgtk_window_set_startup_id; extern(D) TGTKgtk_window_set_startup_id gtk_window_set_startup_id;
9184 alias extern (C) void function(aGtkWindow *, in char *)TGTKgtk_window_set_role; extern(D) TGTKgtk_window_set_role gtk_window_set_role;
9185 alias extern (C) void function(aGtkWindow *, in char *, in char *)TGTKgtk_window_set_wmclass; extern(D) TGTKgtk_window_set_wmclass gtk_window_set_wmclass;
9186 alias extern (C) char * function(aGtkWindow *)TGTKgtk_window_get_title; extern(D) TGTKgtk_window_get_title gtk_window_get_title;
9187 alias extern (C) void function(aGtkWindow *, in char *)TGTKgtk_window_set_title; extern(D) TGTKgtk_window_set_title gtk_window_set_title;
9188 alias extern (C) _GtkWidget * function(gint)TGTKgtk_window_new; extern(D) TGTKgtk_window_new gtk_window_new;
9189 alias extern (C) GType function()TGTKgtk_window_get_type; extern(D) TGTKgtk_window_get_type gtk_window_get_type;
9190 alias extern (C) _GtkWidget * function(aGtkBin *)TGTKgtk_bin_get_child; extern(D) TGTKgtk_bin_get_child gtk_bin_get_child;
9191 alias extern (C) GType function()TGTKgtk_bin_get_type; extern(D) TGTKgtk_bin_get_type gtk_bin_get_type;
9192 //alias extern (C) _GList * function(aGtkContainer *, _GList *, gint, aGtkWidget *)TGTK_gtk_container_focus_sort; extern(D) TGTK_gtk_container_focus_sort _gtk_container_focus_sort;
9193 //alias extern (C) void function(aGtkContainer *)TGTK_gtk_container_dequeue_resize_handler; extern(D) TGTK_gtk_container_dequeue_resize_handler _gtk_container_dequeue_resize_handler;
9194 //alias extern (C) char * function(aGtkContainer *, aGtkWidget *)TGTK_gtk_container_child_composite_name; extern(D) TGTK_gtk_container_child_composite_name _gtk_container_child_composite_name;
9195 //alias extern (C) void function(aGtkContainer *)TGTK_gtk_container_clear_resize_widgets; extern(D) TGTK_gtk_container_clear_resize_widgets _gtk_container_clear_resize_widgets;
9196 //alias extern (C) void function(aGtkContainer *)TGTK_gtk_container_queue_resize; extern(D) TGTK_gtk_container_queue_resize _gtk_container_queue_resize;
9197 alias extern (C) void function(aGtkContainer *, _BCD_func__12090, void *)TGTKgtk_container_forall; extern(D) TGTKgtk_container_forall gtk_container_forall;
9198 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, _GValue *)TGTKgtk_container_child_get_property; extern(D) TGTKgtk_container_child_get_property gtk_container_child_get_property;
9199 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, _GValue *)TGTKgtk_container_child_set_property; extern(D) TGTKgtk_container_child_set_property gtk_container_child_set_property;
9200 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, char *)TGTKgtk_container_child_get_valist; extern(D) TGTKgtk_container_child_get_valist gtk_container_child_get_valist;
9201 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, char *)TGTKgtk_container_child_set_valist; extern(D) TGTKgtk_container_child_set_valist gtk_container_child_set_valist;
9202 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, ...)TGTKgtk_container_child_get; extern(D) TGTKgtk_container_child_get gtk_container_child_get;
9203 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, ...)TGTKgtk_container_child_set; extern(D) TGTKgtk_container_child_set gtk_container_child_set;
9204 alias extern (C) void function(aGtkContainer *, aGtkWidget *, in char *, ...)TGTKgtk_container_add_with_properties; extern(D) TGTKgtk_container_add_with_properties gtk_container_add_with_properties;
9205 alias extern (C) _GParamSpec * * function(_GObjectClass *, guint *)TGTKgtk_container_class_list_child_properties; extern(D) TGTKgtk_container_class_list_child_properties gtk_container_class_list_child_properties;
9206 alias extern (C) _GParamSpec * function(_GObjectClass *, in char *)TGTKgtk_container_class_find_child_property; extern(D) TGTKgtk_container_class_find_child_property gtk_container_class_find_child_property;
9207 alias extern (C) void function(aGtkContainerClass *, guint, _GParamSpec *)TGTKgtk_container_class_install_child_property; extern(D) TGTKgtk_container_class_install_child_property gtk_container_class_install_child_property;
9208 alias extern (C) GType function(aGtkContainer *)TGTKgtk_container_child_type; extern(D) TGTKgtk_container_child_type gtk_container_child_type;
9209 alias extern (C) void function(aGtkContainer *)TGTKgtk_container_resize_children; extern(D) TGTKgtk_container_resize_children gtk_container_resize_children;
9210 alias extern (C) _GtkAdjustment * function(aGtkContainer *)TGTKgtk_container_get_focus_hadjustment; extern(D) TGTKgtk_container_get_focus_hadjustment gtk_container_get_focus_hadjustment;
9211 alias extern (C) void function(aGtkContainer *, aGtkAdjustment *)TGTKgtk_container_set_focus_hadjustment; extern(D) TGTKgtk_container_set_focus_hadjustment gtk_container_set_focus_hadjustment;
9212 alias extern (C) _GtkAdjustment * function(aGtkContainer *)TGTKgtk_container_get_focus_vadjustment; extern(D) TGTKgtk_container_get_focus_vadjustment gtk_container_get_focus_vadjustment;
9213 alias extern (C) void function(aGtkContainer *, aGtkAdjustment *)TGTKgtk_container_set_focus_vadjustment; extern(D) TGTKgtk_container_set_focus_vadjustment gtk_container_set_focus_vadjustment;
9214 alias extern (C) void function(aGtkContainer *, aGtkWidget *)TGTKgtk_container_set_focus_child; extern(D) TGTKgtk_container_set_focus_child gtk_container_set_focus_child;
9215 alias extern (C) void function(aGtkContainer *, gint)TGTKgtk_container_set_reallocate_redraws; extern(D) TGTKgtk_container_set_reallocate_redraws gtk_container_set_reallocate_redraws;
9216 alias extern (C) void function(aGtkContainer *)TGTKgtk_container_unset_focus_chain; extern(D) TGTKgtk_container_unset_focus_chain gtk_container_unset_focus_chain;
9217 alias extern (C) gint function(aGtkContainer *, _GList * *)TGTKgtk_container_get_focus_chain; extern(D) TGTKgtk_container_get_focus_chain gtk_container_get_focus_chain;
9218 alias extern (C) void function(aGtkContainer *, _GList *)TGTKgtk_container_set_focus_chain; extern(D) TGTKgtk_container_set_focus_chain gtk_container_set_focus_chain;
9219 alias extern (C) void function(aGtkContainer *, aGtkWidget *, _GdkEventExpose *)TGTKgtk_container_propagate_expose; extern(D) TGTKgtk_container_propagate_expose gtk_container_propagate_expose;
9220 alias extern (C) _GList * function(aGtkContainer *)TGTKgtk_container_get_children; extern(D) TGTKgtk_container_get_children gtk_container_get_children;
9221 alias extern (C) void function(aGtkContainer *, _BCD_func__12090, _BCD_func__13157, void *, _BCD_func__13158)TGTKgtk_container_foreach_full; extern(D) TGTKgtk_container_foreach_full gtk_container_foreach_full;
9222 alias extern (C) void function(aGtkContainer *, _BCD_func__12090, void *)TGTKgtk_container_foreach; extern(D) TGTKgtk_container_foreach gtk_container_foreach;
9223 alias extern (C) void function(aGtkContainer *)TGTKgtk_container_check_resize; extern(D) TGTKgtk_container_check_resize gtk_container_check_resize;
9224 alias extern (C) gint function(aGtkContainer *)TGTKgtk_container_get_resize_mode; extern(D) TGTKgtk_container_get_resize_mode gtk_container_get_resize_mode;
9225 alias extern (C) void function(aGtkContainer *, gint)TGTKgtk_container_set_resize_mode; extern(D) TGTKgtk_container_set_resize_mode gtk_container_set_resize_mode;
9226 alias extern (C) void function(aGtkContainer *, aGtkWidget *)TGTKgtk_container_remove; extern(D) TGTKgtk_container_remove gtk_container_remove;
9227 alias extern (C) void function(aGtkContainer *, aGtkWidget *)TGTKgtk_container_add; extern(D) TGTKgtk_container_add gtk_container_add;
9228 alias extern (C) guint function(aGtkContainer *)TGTKgtk_container_get_border_width; extern(D) TGTKgtk_container_get_border_width gtk_container_get_border_width;
9229 alias extern (C) void function(aGtkContainer *, guint)TGTKgtk_container_set_border_width; extern(D) TGTKgtk_container_set_border_width gtk_container_set_border_width;
9230 alias extern (C) GType function()TGTKgtk_container_get_type; extern(D) TGTKgtk_container_get_type gtk_container_get_type;
9231 //alias extern (C) _GdkColormap * function()TGTK_gtk_widget_peek_colormap; extern(D) TGTK_gtk_widget_peek_colormap _gtk_widget_peek_colormap;
9232 //alias extern (C) void function(aGtkWidget *)TGTK_gtk_widget_propagate_composited_changed; extern(D) TGTK_gtk_widget_propagate_composited_changed _gtk_widget_propagate_composited_changed;
9233 //alias extern (C) void function(aGtkWidget *, _GdkScreen *)TGTK_gtk_widget_propagate_screen_changed; extern(D) TGTK_gtk_widget_propagate_screen_changed _gtk_widget_propagate_screen_changed;
9234 //alias extern (C) void function(aGtkWidget *, aGtkWidget *)TGTK_gtk_widget_propagate_hierarchy_changed; extern(D) TGTK_gtk_widget_propagate_hierarchy_changed _gtk_widget_propagate_hierarchy_changed;
9235 //alias extern (C) _GtkWidgetAuxInfo * function(aGtkWidget *, gint)TGTK_gtk_widget_get_aux_info; extern(D) TGTK_gtk_widget_get_aux_info _gtk_widget_get_aux_info;
9236 //alias extern (C) void function(aGtkWidget *, gint)TGTK_gtk_widget_grab_notify; extern(D) TGTK_gtk_widget_grab_notify _gtk_widget_grab_notify;
9237 alias extern (C) void function(aGtkRequisition *)TGTKgtk_requisition_free; extern(D) TGTKgtk_requisition_free gtk_requisition_free;
9238 alias extern (C) _GtkRequisition * function(aGtkRequisition *)TGTKgtk_requisition_copy; extern(D) TGTKgtk_requisition_copy gtk_requisition_copy;
9239 alias extern (C) GType function()TGTKgtk_requisition_get_type; extern(D) TGTKgtk_requisition_get_type gtk_requisition_get_type;
9240 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_has_tooltip; extern(D) TGTKgtk_widget_get_has_tooltip gtk_widget_get_has_tooltip;
9241 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_has_tooltip; extern(D) TGTKgtk_widget_set_has_tooltip gtk_widget_set_has_tooltip;
9242 alias extern (C) char * function(aGtkWidget *)TGTKgtk_widget_get_tooltip_markup; extern(D) TGTKgtk_widget_get_tooltip_markup gtk_widget_get_tooltip_markup;
9243 alias extern (C) void function(aGtkWidget *, in char *)TGTKgtk_widget_set_tooltip_markup; extern(D) TGTKgtk_widget_set_tooltip_markup gtk_widget_set_tooltip_markup;
9244 alias extern (C) char * function(aGtkWidget *)TGTKgtk_widget_get_tooltip_text; extern(D) TGTKgtk_widget_get_tooltip_text gtk_widget_get_tooltip_text;
9245 alias extern (C) void function(aGtkWidget *, in char *)TGTKgtk_widget_set_tooltip_text; extern(D) TGTKgtk_widget_set_tooltip_text gtk_widget_set_tooltip_text;
9246 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_trigger_tooltip_query; extern(D) TGTKgtk_widget_trigger_tooltip_query gtk_widget_trigger_tooltip_query;
9247 alias extern (C) _GtkWindow * function(aGtkWidget *)TGTKgtk_widget_get_tooltip_window; extern(D) TGTKgtk_widget_get_tooltip_window gtk_widget_get_tooltip_window;
9248 alias extern (C) void function(aGtkWidget *, aGtkWindow *)TGTKgtk_widget_set_tooltip_window; extern(D) TGTKgtk_widget_set_tooltip_window gtk_widget_set_tooltip_window;
9249 alias extern (C) void function(aGtkWidget *, aGtkWidget *)TGTKgtk_widget_remove_mnemonic_label; extern(D) TGTKgtk_widget_remove_mnemonic_label gtk_widget_remove_mnemonic_label;
9250 alias extern (C) void function(aGtkWidget *, aGtkWidget *)TGTKgtk_widget_add_mnemonic_label; extern(D) TGTKgtk_widget_add_mnemonic_label gtk_widget_add_mnemonic_label;
9251 alias extern (C) _GList * function(aGtkWidget *)TGTKgtk_widget_list_mnemonic_labels; extern(D) TGTKgtk_widget_list_mnemonic_labels gtk_widget_list_mnemonic_labels;
9252 alias extern (C) void function(aGtkWidget *, guint *, char * *, char * *)TGTKgtk_widget_class_path; extern(D) TGTKgtk_widget_class_path gtk_widget_class_path;
9253 alias extern (C) void function(aGtkWidget *, guint *, char * *, char * *)TGTKgtk_widget_path; extern(D) TGTKgtk_widget_path gtk_widget_path;
9254 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_reset_shapes; extern(D) TGTKgtk_widget_reset_shapes gtk_widget_reset_shapes;
9255 alias extern (C) void function(aGtkWidget *, _GdkDrawable *, gint, gint)TGTKgtk_widget_input_shape_combine_mask; extern(D) TGTKgtk_widget_input_shape_combine_mask gtk_widget_input_shape_combine_mask;
9256 alias extern (C) void function(aGtkWidget *, _GdkDrawable *, gint, gint)TGTKgtk_widget_shape_combine_mask; extern(D) TGTKgtk_widget_shape_combine_mask gtk_widget_shape_combine_mask;
9257 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_is_composited; extern(D) TGTKgtk_widget_is_composited gtk_widget_is_composited;
9258 alias extern (C) gint function()TGTKgtk_widget_get_default_direction; extern(D) TGTKgtk_widget_get_default_direction gtk_widget_get_default_direction;
9259 alias extern (C) void function(gint)TGTKgtk_widget_set_default_direction; extern(D) TGTKgtk_widget_set_default_direction gtk_widget_set_default_direction;
9260 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_direction; extern(D) TGTKgtk_widget_get_direction gtk_widget_get_direction;
9261 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_direction; extern(D) TGTKgtk_widget_set_direction gtk_widget_set_direction;
9262 alias extern (C) _GdkVisual * function()TGTKgtk_widget_get_default_visual; extern(D) TGTKgtk_widget_get_default_visual gtk_widget_get_default_visual;
9263 alias extern (C) _GdkColormap * function()TGTKgtk_widget_get_default_colormap; extern(D) TGTKgtk_widget_get_default_colormap gtk_widget_get_default_colormap;
9264 alias extern (C) _GtkStyle * function()TGTKgtk_widget_get_default_style; extern(D) TGTKgtk_widget_get_default_style gtk_widget_get_default_style;
9265 alias extern (C) void function(_GdkColormap *)TGTKgtk_widget_set_default_colormap; extern(D) TGTKgtk_widget_set_default_colormap gtk_widget_set_default_colormap;
9266 alias extern (C) void function(aGtkWidget *, in char *, ...)TGTKgtk_widget_style_get; extern(D) TGTKgtk_widget_style_get gtk_widget_style_get;
9267 alias extern (C) void function(aGtkWidget *, in char *, char *)TGTKgtk_widget_style_get_valist; extern(D) TGTKgtk_widget_style_get_valist gtk_widget_style_get_valist;
9268 alias extern (C) void function(aGtkWidget *, in char *, _GValue *)TGTKgtk_widget_style_get_property; extern(D) TGTKgtk_widget_style_get_property gtk_widget_style_get_property;
9269 alias extern (C) _GParamSpec * * function(aGtkWidgetClass *, guint *)TGTKgtk_widget_class_list_style_properties; extern(D) TGTKgtk_widget_class_list_style_properties gtk_widget_class_list_style_properties;
9270 alias extern (C) _GParamSpec * function(aGtkWidgetClass *, in char *)TGTKgtk_widget_class_find_style_property; extern(D) TGTKgtk_widget_class_find_style_property gtk_widget_class_find_style_property;
9271 alias extern (C) void function(aGtkWidgetClass *, _GParamSpec *, _BCD_func__12993)TGTKgtk_widget_class_install_style_property_parser; extern(D) TGTKgtk_widget_class_install_style_property_parser gtk_widget_class_install_style_property_parser;
9272 alias extern (C) void function(aGtkWidgetClass *, _GParamSpec *)TGTKgtk_widget_class_install_style_property; extern(D) TGTKgtk_widget_class_install_style_property gtk_widget_class_install_style_property;
9273 alias extern (C) void function()TGTKgtk_widget_pop_colormap; extern(D) TGTKgtk_widget_pop_colormap gtk_widget_pop_colormap;
9274 alias extern (C) void function()TGTKgtk_widget_pop_composite_child; extern(D) TGTKgtk_widget_pop_composite_child gtk_widget_pop_composite_child;
9275 alias extern (C) void function()TGTKgtk_widget_push_composite_child; extern(D) TGTKgtk_widget_push_composite_child gtk_widget_push_composite_child;
9276 alias extern (C) void function(_GdkColormap *)TGTKgtk_widget_push_colormap; extern(D) TGTKgtk_widget_push_colormap gtk_widget_push_colormap;
9277 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_reset_rc_styles; extern(D) TGTKgtk_widget_reset_rc_styles gtk_widget_reset_rc_styles;
9278 alias extern (C) char * function(aGtkWidget *)TGTKgtk_widget_get_composite_name; extern(D) TGTKgtk_widget_get_composite_name gtk_widget_get_composite_name;
9279 alias extern (C) void function(aGtkWidget *, in char *)TGTKgtk_widget_set_composite_name; extern(D) TGTKgtk_widget_set_composite_name gtk_widget_set_composite_name;
9280 alias extern (C) void * function(aGtkWidget *, in char *, gint, in char *)TGTKgtk_widget_render_icon; extern(D) TGTKgtk_widget_render_icon gtk_widget_render_icon;
9281 alias extern (C) void * function(aGtkWidget *, in char *)TGTKgtk_widget_create_pango_layout; extern(D) TGTKgtk_widget_create_pango_layout gtk_widget_create_pango_layout;
9282 alias extern (C) void * function(aGtkWidget *)TGTKgtk_widget_get_pango_context; extern(D) TGTKgtk_widget_get_pango_context gtk_widget_get_pango_context;
9283 alias extern (C) void * function(aGtkWidget *)TGTKgtk_widget_create_pango_context; extern(D) TGTKgtk_widget_create_pango_context gtk_widget_create_pango_context;
9284 alias extern (C) void function(aGtkWidget *, void *)TGTKgtk_widget_modify_font; extern(D) TGTKgtk_widget_modify_font gtk_widget_modify_font;
9285 alias extern (C) void function(aGtkWidget *, _GdkColor *, _GdkColor *)TGTKgtk_widget_modify_cursor; extern(D) TGTKgtk_widget_modify_cursor gtk_widget_modify_cursor;
9286 alias extern (C) void function(aGtkWidget *, gint, _GdkColor *)TGTKgtk_widget_modify_base; extern(D) TGTKgtk_widget_modify_base gtk_widget_modify_base;
9287 alias extern (C) void function(aGtkWidget *, gint, _GdkColor *)TGTKgtk_widget_modify_text; extern(D) TGTKgtk_widget_modify_text gtk_widget_modify_text;
9288 alias extern (C) void function(aGtkWidget *, gint, _GdkColor *)TGTKgtk_widget_modify_bg; extern(D) TGTKgtk_widget_modify_bg gtk_widget_modify_bg;
9289 alias extern (C) void function(aGtkWidget *, gint, _GdkColor *)TGTKgtk_widget_modify_fg; extern(D) TGTKgtk_widget_modify_fg gtk_widget_modify_fg;
9290 alias extern (C) _GtkRcStyle * function(aGtkWidget *)TGTKgtk_widget_get_modifier_style; extern(D) TGTKgtk_widget_get_modifier_style gtk_widget_get_modifier_style;
9291 alias extern (C) void function(aGtkWidget *, aGtkRcStyle *)TGTKgtk_widget_modify_style; extern(D) TGTKgtk_widget_modify_style gtk_widget_modify_style;
9292 alias extern (C) _GtkStyle * function(aGtkWidget *)TGTKgtk_widget_get_style; extern(D) TGTKgtk_widget_get_style gtk_widget_get_style;
9293 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_ensure_style; extern(D) TGTKgtk_widget_ensure_style gtk_widget_ensure_style;
9294 alias extern (C) void function(aGtkWidget *, aGtkStyle *)TGTKgtk_widget_set_style; extern(D) TGTKgtk_widget_set_style gtk_widget_set_style;
9295 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_hide_on_delete; extern(D) TGTKgtk_widget_hide_on_delete gtk_widget_hide_on_delete;
9296 alias extern (C) gint function(aGtkWidget *, aGtkWidget *, gint, gint, gint *, gint *)TGTKgtk_widget_translate_coordinates; extern(D) TGTKgtk_widget_translate_coordinates gtk_widget_translate_coordinates;
9297 alias extern (C) gint function(aGtkWidget *, aGtkWidget *)TGTKgtk_widget_is_ancestor; extern(D) TGTKgtk_widget_is_ancestor gtk_widget_is_ancestor;
9298 alias extern (C) void function(aGtkWidget *, gint *, gint *)TGTKgtk_widget_get_pointer; extern(D) TGTKgtk_widget_get_pointer gtk_widget_get_pointer;
9299 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_events; extern(D) TGTKgtk_widget_get_events gtk_widget_get_events;
9300 alias extern (C) void function(aGtkWidget *, _GdkColormap *)TGTKgtk_widget_set_colormap; extern(D) TGTKgtk_widget_set_colormap gtk_widget_set_colormap;
9301 alias extern (C) _AtkObject * function(aGtkWidget *)TGTKgtk_widget_get_accessible; extern(D) TGTKgtk_widget_get_accessible gtk_widget_get_accessible;
9302 alias extern (C) void * function(aGtkWidget *, void *)TGTKgtk_widget_get_clipboard; extern(D) TGTKgtk_widget_get_clipboard gtk_widget_get_clipboard;
9303 alias extern (C) _GtkSettings * function(aGtkWidget *)TGTKgtk_widget_get_settings; extern(D) TGTKgtk_widget_get_settings gtk_widget_get_settings;
9304 alias extern (C) _GdkDrawable * function(aGtkWidget *)TGTKgtk_widget_get_root_window; extern(D) TGTKgtk_widget_get_root_window gtk_widget_get_root_window;
9305 alias extern (C) _GdkDisplay * function(aGtkWidget *)TGTKgtk_widget_get_display; extern(D) TGTKgtk_widget_get_display gtk_widget_get_display;
9306 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_has_screen; extern(D) TGTKgtk_widget_has_screen gtk_widget_has_screen;
9307 alias extern (C) _GdkScreen * function(aGtkWidget *)TGTKgtk_widget_get_screen; extern(D) TGTKgtk_widget_get_screen gtk_widget_get_screen;
9308 alias extern (C) _GdkVisual * function(aGtkWidget *)TGTKgtk_widget_get_visual; extern(D) TGTKgtk_widget_get_visual gtk_widget_get_visual;
9309 alias extern (C) _GdkColormap * function(aGtkWidget *)TGTKgtk_widget_get_colormap; extern(D) TGTKgtk_widget_get_colormap gtk_widget_get_colormap;
9310 alias extern (C) _GtkWidget * function(aGtkWidget *, GType)TGTKgtk_widget_get_ancestor; extern(D) TGTKgtk_widget_get_ancestor gtk_widget_get_ancestor;
9311 alias extern (C) _GtkWidget * function(aGtkWidget *)TGTKgtk_widget_get_toplevel; extern(D) TGTKgtk_widget_get_toplevel gtk_widget_get_toplevel;
9312 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_extension_events; extern(D) TGTKgtk_widget_get_extension_events gtk_widget_get_extension_events;
9313 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_extension_events; extern(D) TGTKgtk_widget_set_extension_events gtk_widget_set_extension_events;
9314 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_add_events; extern(D) TGTKgtk_widget_add_events gtk_widget_add_events;
9315 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_events; extern(D) TGTKgtk_widget_set_events gtk_widget_set_events;
9316 alias extern (C) void function(aGtkWidget *, gint, gint)TGTKgtk_widget_set_usize; extern(D) TGTKgtk_widget_set_usize gtk_widget_set_usize;
9317 alias extern (C) void function(aGtkWidget *, gint, gint)TGTKgtk_widget_set_uposition; extern(D) TGTKgtk_widget_set_uposition gtk_widget_set_uposition;
9318 alias extern (C) void function(aGtkWidget *, gint *, gint *)TGTKgtk_widget_get_size_request; extern(D) TGTKgtk_widget_get_size_request gtk_widget_get_size_request;
9319 alias extern (C) void function(aGtkWidget *, gint, gint)TGTKgtk_widget_set_size_request; extern(D) TGTKgtk_widget_set_size_request gtk_widget_set_size_request;
9320 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_error_bell; extern(D) TGTKgtk_widget_error_bell gtk_widget_error_bell;
9321 alias extern (C) gint function(aGtkWidget *, gint)TGTKgtk_widget_keynav_failed; extern(D) TGTKgtk_widget_keynav_failed gtk_widget_keynav_failed;
9322 alias extern (C) gint function(aGtkWidget *, gint)TGTKgtk_widget_child_focus; extern(D) TGTKgtk_widget_child_focus gtk_widget_child_focus;
9323 alias extern (C) _GdkDrawable * function(aGtkWidget *)TGTKgtk_widget_get_parent_window; extern(D) TGTKgtk_widget_get_parent_window gtk_widget_get_parent_window;
9324 alias extern (C) _GtkWidget * function(aGtkWidget *)TGTKgtk_widget_get_parent; extern(D) TGTKgtk_widget_get_parent gtk_widget_get_parent;
9325 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_child_visible; extern(D) TGTKgtk_widget_get_child_visible gtk_widget_get_child_visible;
9326 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_child_visible; extern(D) TGTKgtk_widget_set_child_visible gtk_widget_set_child_visible;
9327 alias extern (C) void function(aGtkWidget *, _GdkDrawable *)TGTKgtk_widget_set_parent_window; extern(D) TGTKgtk_widget_set_parent_window gtk_widget_set_parent_window;
9328 alias extern (C) void function(aGtkWidget *, aGtkWidget *)TGTKgtk_widget_set_parent; extern(D) TGTKgtk_widget_set_parent gtk_widget_set_parent;
9329 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_redraw_on_allocate; extern(D) TGTKgtk_widget_set_redraw_on_allocate gtk_widget_set_redraw_on_allocate;
9330 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_double_buffered; extern(D) TGTKgtk_widget_set_double_buffered gtk_widget_set_double_buffered;
9331 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_app_paintable; extern(D) TGTKgtk_widget_set_app_paintable gtk_widget_set_app_paintable;
9332 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_sensitive; extern(D) TGTKgtk_widget_set_sensitive gtk_widget_set_sensitive;
9333 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_state; extern(D) TGTKgtk_widget_set_state gtk_widget_set_state;
9334 alias extern (C) char * function(aGtkWidget *)TGTKgtk_widget_get_name; extern(D) TGTKgtk_widget_get_name gtk_widget_get_name;
9335 alias extern (C) void function(aGtkWidget *, in char *)TGTKgtk_widget_set_name; extern(D) TGTKgtk_widget_set_name gtk_widget_set_name;
9336 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_grab_default; extern(D) TGTKgtk_widget_grab_default gtk_widget_grab_default;
9337 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_grab_focus; extern(D) TGTKgtk_widget_grab_focus gtk_widget_grab_focus;
9338 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_is_focus; extern(D) TGTKgtk_widget_is_focus gtk_widget_is_focus;
9339 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_thaw_child_notify; extern(D) TGTKgtk_widget_thaw_child_notify gtk_widget_thaw_child_notify;
9340 alias extern (C) void function(aGtkWidget *, in char *)TGTKgtk_widget_child_notify; extern(D) TGTKgtk_widget_child_notify gtk_widget_child_notify;
9341 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_freeze_child_notify; extern(D) TGTKgtk_widget_freeze_child_notify gtk_widget_freeze_child_notify;
9342 alias extern (C) void * function(aGtkWidget *, void *)TGTKgtk_widget_region_intersect; extern(D) TGTKgtk_widget_region_intersect gtk_widget_region_intersect;
9343 alias extern (C) gint function(aGtkWidget *, _GdkRectangle *, _GdkRectangle *)TGTKgtk_widget_intersect; extern(D) TGTKgtk_widget_intersect gtk_widget_intersect;
9344 alias extern (C) void function(aGtkWidget *, aGtkWidget *)TGTKgtk_widget_reparent; extern(D) TGTKgtk_widget_reparent gtk_widget_reparent;
9345 alias extern (C) gint function(aGtkWidget *, aGtkAdjustment *, aGtkAdjustment *)TGTKgtk_widget_set_scroll_adjustments; extern(D) TGTKgtk_widget_set_scroll_adjustments gtk_widget_set_scroll_adjustments;
9346 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_activate; extern(D) TGTKgtk_widget_activate gtk_widget_activate;
9347 alias extern (C) gint function(aGtkWidget *, _GdkEvent *)TGTKgtk_widget_send_expose; extern(D) TGTKgtk_widget_send_expose gtk_widget_send_expose;
9348 alias extern (C) gint function(aGtkWidget *, _GdkEvent *)TGTKgtk_widget_event; extern(D) TGTKgtk_widget_event gtk_widget_event;
9349 alias extern (C) gint function(aGtkWidget *, gint)TGTKgtk_widget_mnemonic_activate; extern(D) TGTKgtk_widget_mnemonic_activate gtk_widget_mnemonic_activate;
9350 alias extern (C) gint function(aGtkWidget *, guint)TGTKgtk_widget_can_activate_accel; extern(D) TGTKgtk_widget_can_activate_accel gtk_widget_can_activate_accel;
9351 alias extern (C) _GList * function(aGtkWidget *)TGTKgtk_widget_list_accel_closures; extern(D) TGTKgtk_widget_list_accel_closures gtk_widget_list_accel_closures;
9352 //alias extern (C) char * function(aGtkWidget *, gint *)TGTK_gtk_widget_get_accel_path; extern(D) TGTK_gtk_widget_get_accel_path _gtk_widget_get_accel_path;
9353 alias extern (C) void function(aGtkWidget *, in char *, aGtkAccelGroup *)TGTKgtk_widget_set_accel_path; extern(D) TGTKgtk_widget_set_accel_path gtk_widget_set_accel_path;
9354 alias extern (C) gint function(aGtkWidget *, aGtkAccelGroup *, guint, gint)TGTKgtk_widget_remove_accelerator; extern(D) TGTKgtk_widget_remove_accelerator gtk_widget_remove_accelerator;
9355 alias extern (C) void function(aGtkWidget *, in char *, aGtkAccelGroup *, guint, gint, gint)TGTKgtk_widget_add_accelerator; extern(D) TGTKgtk_widget_add_accelerator gtk_widget_add_accelerator;
9356 alias extern (C) void function(aGtkWidget *, aGtkRequisition *)TGTKgtk_widget_get_child_requisition; extern(D) TGTKgtk_widget_get_child_requisition gtk_widget_get_child_requisition;
9357 alias extern (C) void function(aGtkWidget *, _GdkRectangle *)TGTKgtk_widget_size_allocate; extern(D) TGTKgtk_widget_size_allocate gtk_widget_size_allocate;
9358 alias extern (C) void function(aGtkWidget *, aGtkRequisition *)TGTKgtk_widget_size_request; extern(D) TGTKgtk_widget_size_request gtk_widget_size_request;
9359 alias extern (C) void function(aGtkWidget *, _GdkRectangle *)TGTKgtk_widget_draw; extern(D) TGTKgtk_widget_draw gtk_widget_draw;
9360 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_queue_resize_no_redraw; extern(D) TGTKgtk_widget_queue_resize_no_redraw gtk_widget_queue_resize_no_redraw;
9361 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_queue_resize; extern(D) TGTKgtk_widget_queue_resize gtk_widget_queue_resize;
9362 alias extern (C) void function(aGtkWidget *, gint, gint, gint, gint)TGTKgtk_widget_queue_clear_area; extern(D) TGTKgtk_widget_queue_clear_area gtk_widget_queue_clear_area;
9363 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_queue_clear; extern(D) TGTKgtk_widget_queue_clear gtk_widget_queue_clear;
9364 alias extern (C) void function(aGtkWidget *, gint, gint, gint, gint)TGTKgtk_widget_queue_draw_area; extern(D) TGTKgtk_widget_queue_draw_area gtk_widget_queue_draw_area;
9365 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_queue_draw; extern(D) TGTKgtk_widget_queue_draw gtk_widget_queue_draw;
9366 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_unrealize; extern(D) TGTKgtk_widget_unrealize gtk_widget_unrealize;
9367 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_realize; extern(D) TGTKgtk_widget_realize gtk_widget_realize;
9368 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_unmap; extern(D) TGTKgtk_widget_unmap gtk_widget_unmap;
9369 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_map; extern(D) TGTKgtk_widget_map gtk_widget_map;
9370 alias extern (C) gint function(aGtkWidget *)TGTKgtk_widget_get_no_show_all; extern(D) TGTKgtk_widget_get_no_show_all gtk_widget_get_no_show_all;
9371 alias extern (C) void function(aGtkWidget *, gint)TGTKgtk_widget_set_no_show_all; extern(D) TGTKgtk_widget_set_no_show_all gtk_widget_set_no_show_all;
9372 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_hide_all; extern(D) TGTKgtk_widget_hide_all gtk_widget_hide_all;
9373 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_show_all; extern(D) TGTKgtk_widget_show_all gtk_widget_show_all;
9374 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_hide; extern(D) TGTKgtk_widget_hide gtk_widget_hide;
9375 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_show_now; extern(D) TGTKgtk_widget_show_now gtk_widget_show_now;
9376 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_show; extern(D) TGTKgtk_widget_show gtk_widget_show;
9377 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_unparent; extern(D) TGTKgtk_widget_unparent gtk_widget_unparent;
9378 alias extern (C) void function(aGtkWidget *, in char *, ...)TGTKgtk_widget_set; extern(D) TGTKgtk_widget_set gtk_widget_set;
9379 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_unref; extern(D) TGTKgtk_widget_unref gtk_widget_unref;
9380 alias extern (C) _GtkWidget * function(aGtkWidget *)TGTKgtk_widget_ref; extern(D) TGTKgtk_widget_ref gtk_widget_ref;
9381 alias extern (C) void function(aGtkWidget *, _GtkWidget * *)TGTKgtk_widget_destroyed; extern(D) TGTKgtk_widget_destroyed gtk_widget_destroyed;
9382 alias extern (C) void function(aGtkWidget *)TGTKgtk_widget_destroy; extern(D) TGTKgtk_widget_destroy gtk_widget_destroy;
9383 alias extern (C) _GtkWidget * function(GType, in char *, ...)TGTKgtk_widget_new; extern(D) TGTKgtk_widget_new gtk_widget_new;
9384 alias extern (C) GType function()TGTKgtk_widget_get_type; extern(D) TGTKgtk_widget_get_type gtk_widget_get_type;
9385 //alias extern (C) gint function(_BCD_func__12993, _GValue *, _GParamSpec *, _GValue *)TGTK_gtk_settings_parse_convert; extern(D) TGTK_gtk_settings_parse_convert _gtk_settings_parse_convert;
9386 //alias extern (C) _BCD_func__12993 function(GType)TGTK_gtk_rc_property_parser_from_type; extern(D) TGTK_gtk_rc_property_parser_from_type _gtk_rc_property_parser_from_type;
9387 //alias extern (C) void function(_GdkEventSetting *)TGTK_gtk_settings_handle_event; extern(D) TGTK_gtk_settings_handle_event _gtk_settings_handle_event;
9388 //alias extern (C) void function(aGtkSettings *)TGTK_gtk_settings_reset_rc_values; extern(D) TGTK_gtk_settings_reset_rc_values _gtk_settings_reset_rc_values;
9389 //alias extern (C) void function(aGtkSettings *, char *, aGtkSettingsValue *)TGTK_gtk_settings_set_property_value_from_rc; extern(D) TGTK_gtk_settings_set_property_value_from_rc _gtk_settings_set_property_value_from_rc;
9390 alias extern (C) void function(aGtkSettings *, in char *, double, char *)TGTKgtk_settings_set_double_property; extern(D) TGTKgtk_settings_set_double_property gtk_settings_set_double_property;
9391 alias extern (C) void function(aGtkSettings *, in char *, glong, char *)TGTKgtk_settings_set_long_property; extern(D) TGTKgtk_settings_set_long_property gtk_settings_set_long_property;
9392 alias extern (C) void function(aGtkSettings *, in char *, in char *, char *)TGTKgtk_settings_set_string_property; extern(D) TGTKgtk_settings_set_string_property gtk_settings_set_string_property;
9393 alias extern (C) void function(aGtkSettings *, in char *, aGtkSettingsValue *)TGTKgtk_settings_set_property_value; extern(D) TGTKgtk_settings_set_property_value gtk_settings_set_property_value;
9394 alias extern (C) gint function(_GParamSpec *, _GString *, _GValue *)TGTKgtk_rc_property_parse_border; extern(D) TGTKgtk_rc_property_parse_border gtk_rc_property_parse_border;
9395 alias extern (C) gint function(_GParamSpec *, _GString *, _GValue *)TGTKgtk_rc_property_parse_requisition; extern(D) TGTKgtk_rc_property_parse_requisition gtk_rc_property_parse_requisition;
9396 alias extern (C) gint function(_GParamSpec *, _GString *, _GValue *)TGTKgtk_rc_property_parse_flags; extern(D) TGTKgtk_rc_property_parse_flags gtk_rc_property_parse_flags;
9397 alias extern (C) gint function(_GParamSpec *, _GString *, _GValue *)TGTKgtk_rc_property_parse_enum; extern(D) TGTKgtk_rc_property_parse_enum gtk_rc_property_parse_enum;
9398 alias extern (C) gint function(_GParamSpec *, _GString *, _GValue *)TGTKgtk_rc_property_parse_color; extern(D) TGTKgtk_rc_property_parse_color gtk_rc_property_parse_color;
9399 alias extern (C) void function(_GParamSpec *, _BCD_func__12993)TGTKgtk_settings_install_property_parser; extern(D) TGTKgtk_settings_install_property_parser gtk_settings_install_property_parser;
9400 alias extern (C) void function(_GParamSpec *)TGTKgtk_settings_install_property; extern(D) TGTKgtk_settings_install_property gtk_settings_install_property;
9401 alias extern (C) _GtkSettings * function(_GdkScreen *)TGTKgtk_settings_get_for_screen; extern(D) TGTKgtk_settings_get_for_screen gtk_settings_get_for_screen;
9402 alias extern (C) _GtkSettings * function()TGTKgtk_settings_get_default; extern(D) TGTKgtk_settings_get_default gtk_settings_get_default;
9403 alias extern (C) GType function()TGTKgtk_settings_get_type; extern(D) TGTKgtk_settings_get_type gtk_settings_get_type;
9404 //alias extern (C) void function(aGtkSettings *)TGTK_gtk_rc_context_destroy; extern(D) TGTK_gtk_rc_context_destroy _gtk_rc_context_destroy;
9405 //alias extern (C) char * function(aGtkSettings *)TGTK_gtk_rc_context_get_default_font_name; extern(D) TGTK_gtk_rc_context_get_default_font_name _gtk_rc_context_get_default_font_name;
9406 //alias extern (C) _GSList * function(aGtkRcStyle *)TGTK_gtk_rc_style_get_color_hashes; extern(D) TGTK_gtk_rc_style_get_color_hashes _gtk_rc_style_get_color_hashes;
9407 //alias extern (C) void function(aGtkRcStyle *, guint, guint)TGTK_gtk_rc_style_unset_rc_property; extern(D) TGTK_gtk_rc_style_unset_rc_property _gtk_rc_style_unset_rc_property;
9408 //alias extern (C) void function(aGtkRcStyle *, aGtkRcProperty *)TGTK_gtk_rc_style_set_rc_property; extern(D) TGTK_gtk_rc_style_set_rc_property _gtk_rc_style_set_rc_property;
9409 //alias extern (C) _GtkRcProperty * function(aGtkRcStyle *, guint, guint)TGTK_gtk_rc_style_lookup_rc_property; extern(D) TGTK_gtk_rc_style_lookup_rc_property _gtk_rc_style_lookup_rc_property;
9410 alias extern (C) guint function(_GScanner *, gint *)TGTKgtk_rc_parse_priority; extern(D) TGTKgtk_rc_parse_priority gtk_rc_parse_priority;
9411 alias extern (C) guint function(_GScanner *, gint *)TGTKgtk_rc_parse_state; extern(D) TGTKgtk_rc_parse_state gtk_rc_parse_state;
9412 alias extern (C) guint function(_GScanner *, aGtkRcStyle *, _GdkColor *)TGTKgtk_rc_parse_color_full; extern(D) TGTKgtk_rc_parse_color_full gtk_rc_parse_color_full;
9413 alias extern (C) guint function(_GScanner *, _GdkColor *)TGTKgtk_rc_parse_color; extern(D) TGTKgtk_rc_parse_color gtk_rc_parse_color;
9414 alias extern (C) _GScanner * function()TGTKgtk_rc_scanner_new; extern(D) TGTKgtk_rc_scanner_new gtk_rc_scanner_new;
9415 alias extern (C) char * function()TGTKgtk_rc_get_im_module_file; extern(D) TGTKgtk_rc_get_im_module_file gtk_rc_get_im_module_file;
9416 alias extern (C) char * function()TGTKgtk_rc_get_im_module_path; extern(D) TGTKgtk_rc_get_im_module_path gtk_rc_get_im_module_path;
9417 alias extern (C) char * function()TGTKgtk_rc_get_module_dir; extern(D) TGTKgtk_rc_get_module_dir gtk_rc_get_module_dir;
9418 alias extern (C) char * function()TGTKgtk_rc_get_theme_dir; extern(D) TGTKgtk_rc_get_theme_dir gtk_rc_get_theme_dir;
9419 alias extern (C) char * function(in char *)TGTKgtk_rc_find_module_in_path; extern(D) TGTKgtk_rc_find_module_in_path gtk_rc_find_module_in_path;
9420 alias extern (C) void function(aGtkRcStyle *)TGTKgtk_rc_style_unref; extern(D) TGTKgtk_rc_style_unref gtk_rc_style_unref;
9421 alias extern (C) void function(aGtkRcStyle *)TGTKgtk_rc_style_ref; extern(D) TGTKgtk_rc_style_ref gtk_rc_style_ref;
9422 alias extern (C) _GtkRcStyle * function(aGtkRcStyle *)TGTKgtk_rc_style_copy; extern(D) TGTKgtk_rc_style_copy gtk_rc_style_copy;
9423 alias extern (C) _GtkRcStyle * function()TGTKgtk_rc_style_new; extern(D) TGTKgtk_rc_style_new gtk_rc_style_new;
9424 alias extern (C) GType function()TGTKgtk_rc_style_get_type; extern(D) TGTKgtk_rc_style_get_type gtk_rc_style_get_type;
9425 alias extern (C) void function(aGtkRcStyle *, in char *)TGTKgtk_rc_add_class_style; extern(D) TGTKgtk_rc_add_class_style gtk_rc_add_class_style;
9426 alias extern (C) void function(aGtkRcStyle *, in char *)TGTKgtk_rc_add_widget_class_style; extern(D) TGTKgtk_rc_add_widget_class_style gtk_rc_add_widget_class_style;
9427 alias extern (C) void function(aGtkRcStyle *, in char *)TGTKgtk_rc_add_widget_name_style; extern(D) TGTKgtk_rc_add_widget_name_style gtk_rc_add_widget_name_style;
9428 alias extern (C) gint function()TGTKgtk_rc_reparse_all; extern(D) TGTKgtk_rc_reparse_all gtk_rc_reparse_all;
9429 alias extern (C) void function(in char *)TGTKgtk_rc_parse_string; extern(D) TGTKgtk_rc_parse_string gtk_rc_parse_string;
9430 alias extern (C) void function(in char *)TGTKgtk_rc_parse; extern(D) TGTKgtk_rc_parse gtk_rc_parse;
9431 alias extern (C) char * function(aGtkSettings *, _GScanner *, in char *)TGTKgtk_rc_find_pixmap_in_path; extern(D) TGTKgtk_rc_find_pixmap_in_path gtk_rc_find_pixmap_in_path;
9432 alias extern (C) void function(aGtkSettings *)TGTKgtk_rc_reset_styles; extern(D) TGTKgtk_rc_reset_styles gtk_rc_reset_styles;
9433 alias extern (C) gint function(aGtkSettings *, gint)TGTKgtk_rc_reparse_all_for_settings; extern(D) TGTKgtk_rc_reparse_all_for_settings gtk_rc_reparse_all_for_settings;
9434 alias extern (C) _GtkStyle * function(aGtkSettings *, in char *, in char *, GType)TGTKgtk_rc_get_style_by_paths; extern(D) TGTKgtk_rc_get_style_by_paths gtk_rc_get_style_by_paths;
9435 alias extern (C) _GtkStyle * function(aGtkWidget *)TGTKgtk_rc_get_style; extern(D) TGTKgtk_rc_get_style gtk_rc_get_style;
9436 alias extern (C) char * * function()TGTKgtk_rc_get_default_files; extern(D) TGTKgtk_rc_get_default_files gtk_rc_get_default_files;
9437 alias extern (C) void function(char * *)TGTKgtk_rc_set_default_files; extern(D) TGTKgtk_rc_set_default_files gtk_rc_set_default_files;
9438 alias extern (C) void function(in char *)TGTKgtk_rc_add_default_file; extern(D) TGTKgtk_rc_add_default_file gtk_rc_add_default_file;
9439 //alias extern (C) gint function(_GSList *, gint, char *, char *)TGTK_gtk_rc_match_widget_class; extern(D) TGTK_gtk_rc_match_widget_class _gtk_rc_match_widget_class;
9440 //alias extern (C) void function(_GSList *)TGTK_gtk_rc_free_widget_class_path; extern(D) TGTK_gtk_rc_free_widget_class_path _gtk_rc_free_widget_class_path;
9441 //alias extern (C) _GSList * function(char *)TGTK_gtk_rc_parse_widget_class_path; extern(D) TGTK_gtk_rc_parse_widget_class_path _gtk_rc_parse_widget_class_path;
9442 //alias extern (C) void function()TGTK_gtk_rc_init; extern(D) TGTK_gtk_rc_init _gtk_rc_init;
9443 //alias extern (C) void function(aGtkWidget *, _GdkColor *)TGTK_gtk_widget_get_cursor_color; extern(D) TGTK_gtk_widget_get_cursor_color _gtk_widget_get_cursor_color;
9444 //alias extern (C) _GdkGC * function(aGtkWidget *)TGTK_gtk_widget_get_cursor_gc; extern(D) TGTK_gtk_widget_get_cursor_gc _gtk_widget_get_cursor_gc;
9445 alias extern (C) void function(aGtkWidget *, _GdkDrawable *, _GdkRectangle *, _GdkRectangle *, gint, gint, gint)TGTKgtk_draw_insertion_cursor; extern(D) TGTKgtk_draw_insertion_cursor gtk_draw_insertion_cursor;
9446 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, in char *)TGTKgtk_paint_string; extern(D) TGTKgtk_paint_string gtk_paint_string;
9447 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, in char *)TGTKgtk_draw_string; extern(D) TGTKgtk_draw_string gtk_draw_string;
9448 //alias extern (C) void function(_GdkColor *, _GdkColor *, double)TGTK_gtk_style_shade; extern(D) TGTK_gtk_style_shade _gtk_style_shade;
9449 //alias extern (C) void function(aGtkStyle *, aGtkSettings *)TGTK_gtk_style_init_for_settings; extern(D) TGTK_gtk_style_init_for_settings _gtk_style_init_for_settings;
9450 //alias extern (C) _GValue * function(aGtkStyle *, guint, _GParamSpec *, _BCD_func__12993)TGTK_gtk_style_peek_property_value; extern(D) TGTK_gtk_style_peek_property_value _gtk_style_peek_property_value;
9451 alias extern (C) void function(aGtkBorder *)TGTKgtk_border_free; extern(D) TGTKgtk_border_free gtk_border_free;
9452 alias extern (C) _GtkBorder * function(aGtkBorder *)TGTKgtk_border_copy; extern(D) TGTKgtk_border_copy gtk_border_copy;
9453 alias extern (C) GType function()TGTKgtk_border_get_type; extern(D) TGTKgtk_border_get_type gtk_border_get_type;
9454 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint)TGTKgtk_paint_resize_grip; extern(D) TGTKgtk_paint_resize_grip gtk_paint_resize_grip;
9455 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, void *)TGTKgtk_paint_layout; extern(D) TGTKgtk_paint_layout gtk_paint_layout;
9456 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint)TGTKgtk_paint_expander; extern(D) TGTKgtk_paint_expander gtk_paint_expander;
9457 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint)TGTKgtk_paint_handle; extern(D) TGTKgtk_paint_handle gtk_paint_handle;
9458 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint)TGTKgtk_paint_slider; extern(D) TGTKgtk_paint_slider gtk_paint_slider;
9459 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_focus; extern(D) TGTKgtk_paint_focus gtk_paint_focus;
9460 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint)TGTKgtk_paint_extension; extern(D) TGTKgtk_paint_extension gtk_paint_extension;
9461 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_paint_box_gap; extern(D) TGTKgtk_paint_box_gap gtk_paint_box_gap;
9462 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_paint_shadow_gap; extern(D) TGTKgtk_paint_shadow_gap gtk_paint_shadow_gap;
9463 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_tab; extern(D) TGTKgtk_paint_tab gtk_paint_tab;
9464 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_option; extern(D) TGTKgtk_paint_option gtk_paint_option;
9465 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_check; extern(D) TGTKgtk_paint_check gtk_paint_check;
9466 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_flat_box; extern(D) TGTKgtk_paint_flat_box gtk_paint_flat_box;
9467 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_box; extern(D) TGTKgtk_paint_box gtk_paint_box;
9468 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_diamond; extern(D) TGTKgtk_paint_diamond gtk_paint_diamond;
9469 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint, gint, gint)TGTKgtk_paint_arrow; extern(D) TGTKgtk_paint_arrow gtk_paint_arrow;
9470 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, _GdkPoint *, gint, gint)TGTKgtk_paint_polygon; extern(D) TGTKgtk_paint_polygon gtk_paint_polygon;
9471 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint, gint)TGTKgtk_paint_shadow; extern(D) TGTKgtk_paint_shadow gtk_paint_shadow;
9472 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint)TGTKgtk_paint_vline; extern(D) TGTKgtk_paint_vline gtk_paint_vline;
9473 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, in char *, gint, gint, gint)TGTKgtk_paint_hline; extern(D) TGTKgtk_paint_hline gtk_paint_hline;
9474 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_resize_grip; extern(D) TGTKgtk_draw_resize_grip gtk_draw_resize_grip;
9475 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, void *)TGTKgtk_draw_layout; extern(D) TGTKgtk_draw_layout gtk_draw_layout;
9476 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint)TGTKgtk_draw_expander; extern(D) TGTKgtk_draw_expander gtk_draw_expander;
9477 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_handle; extern(D) TGTKgtk_draw_handle gtk_draw_handle;
9478 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_slider; extern(D) TGTKgtk_draw_slider gtk_draw_slider;
9479 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint)TGTKgtk_draw_focus; extern(D) TGTKgtk_draw_focus gtk_draw_focus;
9480 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_extension; extern(D) TGTKgtk_draw_extension gtk_draw_extension;
9481 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_box_gap; extern(D) TGTKgtk_draw_box_gap gtk_draw_box_gap;
9482 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_shadow_gap; extern(D) TGTKgtk_draw_shadow_gap gtk_draw_shadow_gap;
9483 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_tab; extern(D) TGTKgtk_draw_tab gtk_draw_tab;
9484 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_option; extern(D) TGTKgtk_draw_option gtk_draw_option;
9485 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_check; extern(D) TGTKgtk_draw_check gtk_draw_check;
9486 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_flat_box; extern(D) TGTKgtk_draw_flat_box gtk_draw_flat_box;
9487 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_box; extern(D) TGTKgtk_draw_box gtk_draw_box;
9488 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_diamond; extern(D) TGTKgtk_draw_diamond gtk_draw_diamond;
9489 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_arrow; extern(D) TGTKgtk_draw_arrow gtk_draw_arrow;
9490 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkPoint *, gint, gint)TGTKgtk_draw_polygon; extern(D) TGTKgtk_draw_polygon gtk_draw_polygon;
9491 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint)TGTKgtk_draw_shadow; extern(D) TGTKgtk_draw_shadow gtk_draw_shadow;
9492 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint)TGTKgtk_draw_vline; extern(D) TGTKgtk_draw_vline gtk_draw_vline;
9493 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint)TGTKgtk_draw_hline; extern(D) TGTKgtk_draw_hline gtk_draw_hline;
9494 alias extern (C) void * function(aGtkStyle *, void *, gint, gint, gint, aGtkWidget *, in char *)TGTKgtk_style_render_icon; extern(D) TGTKgtk_style_render_icon gtk_style_render_icon;
9495 alias extern (C) gint function(aGtkStyle *, in char *, _GdkColor *)TGTKgtk_style_lookup_color; extern(D) TGTKgtk_style_lookup_color gtk_style_lookup_color;
9496 alias extern (C) void * function(aGtkStyle *, in char *)TGTKgtk_style_lookup_icon_set; extern(D) TGTKgtk_style_lookup_icon_set gtk_style_lookup_icon_set;
9497 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, gint, gint, gint, gint)TGTKgtk_style_apply_default_background; extern(D) TGTKgtk_style_apply_default_background gtk_style_apply_default_background;
9498 alias extern (C) void function(aGtkStyle *, _GdkDrawable *, gint)TGTKgtk_style_set_background; extern(D) TGTKgtk_style_set_background gtk_style_set_background;
9499 alias extern (C) void function(aGtkStyle *, _GdkFont *)TGTKgtk_style_set_font; extern(D) TGTKgtk_style_set_font gtk_style_set_font;
9500 alias extern (C) _GdkFont * function(aGtkStyle *)TGTKgtk_style_get_font; extern(D) TGTKgtk_style_get_font gtk_style_get_font;
9501 alias extern (C) void function(aGtkStyle *)TGTKgtk_style_unref; extern(D) TGTKgtk_style_unref gtk_style_unref;
9502 alias extern (C) _GtkStyle * function(aGtkStyle *)TGTKgtk_style_ref; extern(D) TGTKgtk_style_ref gtk_style_ref;
9503 alias extern (C) void function(aGtkStyle *)TGTKgtk_style_detach; extern(D) TGTKgtk_style_detach gtk_style_detach;
9504 alias extern (C) _GtkStyle * function(aGtkStyle *, _GdkDrawable *)TGTKgtk_style_attach; extern(D) TGTKgtk_style_attach gtk_style_attach;
9505 alias extern (C) _GtkStyle * function(aGtkStyle *)TGTKgtk_style_copy; extern(D) TGTKgtk_style_copy gtk_style_copy;
9506 alias extern (C) _GtkStyle * function()TGTKgtk_style_new; extern(D) TGTKgtk_style_new gtk_style_new;
9507 alias extern (C) GType function()TGTKgtk_style_get_type; extern(D) TGTKgtk_style_get_type gtk_style_get_type;
9508 alias extern (C) void function(aGtkAdjustment *, double)TGTKgtk_adjustment_set_value; extern(D) TGTKgtk_adjustment_set_value gtk_adjustment_set_value;
9509 alias extern (C) double function(aGtkAdjustment *)TGTKgtk_adjustment_get_value; extern(D) TGTKgtk_adjustment_get_value gtk_adjustment_get_value;
9510 alias extern (C) void function(aGtkAdjustment *, double, double)TGTKgtk_adjustment_clamp_page; extern(D) TGTKgtk_adjustment_clamp_page gtk_adjustment_clamp_page;
9511 alias extern (C) void function(aGtkAdjustment *)TGTKgtk_adjustment_value_changed; extern(D) TGTKgtk_adjustment_value_changed gtk_adjustment_value_changed;
9512 alias extern (C) void function(aGtkAdjustment *)TGTKgtk_adjustment_changed; extern(D) TGTKgtk_adjustment_changed gtk_adjustment_changed;
9513 alias extern (C) _GtkObject * function(double, double, double, double, double, double)TGTKgtk_adjustment_new; extern(D) TGTKgtk_adjustment_new gtk_adjustment_new;
9514 alias extern (C) GType function()TGTKgtk_adjustment_get_type; extern(D) TGTKgtk_adjustment_get_type gtk_adjustment_get_type;
9515 alias extern (C) void function(in char *, guint, guint, guint)TGTKgtk_object_add_arg_type; extern(D) TGTKgtk_object_add_arg_type gtk_object_add_arg_type;
9516 alias extern (C) void function(aGtkObject *, in char *, ...)TGTKgtk_object_set; extern(D) TGTKgtk_object_set gtk_object_set;
9517 alias extern (C) void function(aGtkObject *, in char *, ...)TGTKgtk_object_get; extern(D) TGTKgtk_object_get gtk_object_get;
9518 alias extern (C) void function(aGtkObject *, guint)TGTKgtk_object_remove_no_notify_by_id; extern(D) TGTKgtk_object_remove_no_notify_by_id gtk_object_remove_no_notify_by_id;
9519 alias extern (C) void function(aGtkObject *, guint)TGTKgtk_object_remove_data_by_id; extern(D) TGTKgtk_object_remove_data_by_id gtk_object_remove_data_by_id;
9520 alias extern (C) void * function(aGtkObject *, guint)TGTKgtk_object_get_data_by_id; extern(D) TGTKgtk_object_get_data_by_id gtk_object_get_data_by_id;
9521 alias extern (C) void function(aGtkObject *, guint, void *, _BCD_func__13158)TGTKgtk_object_set_data_by_id_full; extern(D) TGTKgtk_object_set_data_by_id_full gtk_object_set_data_by_id_full;
9522 alias extern (C) void function(aGtkObject *, guint, void *)TGTKgtk_object_set_data_by_id; extern(D) TGTKgtk_object_set_data_by_id gtk_object_set_data_by_id;
9523 alias extern (C) void * function(aGtkObject *)TGTKgtk_object_get_user_data; extern(D) TGTKgtk_object_get_user_data gtk_object_get_user_data;
9524 alias extern (C) void function(aGtkObject *, void *)TGTKgtk_object_set_user_data; extern(D) TGTKgtk_object_set_user_data gtk_object_set_user_data;
9525 alias extern (C) void function(aGtkObject *, in char *)TGTKgtk_object_remove_no_notify; extern(D) TGTKgtk_object_remove_no_notify gtk_object_remove_no_notify;
9526 alias extern (C) void * function(aGtkObject *, in char *)TGTKgtk_object_get_data; extern(D) TGTKgtk_object_get_data gtk_object_get_data;
9527 alias extern (C) void function(aGtkObject *, in char *)TGTKgtk_object_remove_data; extern(D) TGTKgtk_object_remove_data gtk_object_remove_data;
9528 alias extern (C) void function(aGtkObject *, in char *, void *, _BCD_func__13158)TGTKgtk_object_set_data_full; extern(D) TGTKgtk_object_set_data_full gtk_object_set_data_full;
9529 alias extern (C) void function(aGtkObject *, in char *, void *)TGTKgtk_object_set_data; extern(D) TGTKgtk_object_set_data gtk_object_set_data;
9530 alias extern (C) void function(aGtkObject *, _BCD_func__13158, void *)TGTKgtk_object_weakunref; extern(D) TGTKgtk_object_weakunref gtk_object_weakunref;
9531 alias extern (C) void function(aGtkObject *, _BCD_func__13158, void *)TGTKgtk_object_weakref; extern(D) TGTKgtk_object_weakref gtk_object_weakref;
9532 alias extern (C) void function(aGtkObject *)TGTKgtk_object_unref; extern(D) TGTKgtk_object_unref gtk_object_unref;
9533 alias extern (C) _GtkObject * function(aGtkObject *)TGTKgtk_object_ref; extern(D) TGTKgtk_object_ref gtk_object_ref;
9534 alias extern (C) _GtkObject * function(guint, in char *, ...)TGTKgtk_object_new; extern(D) TGTKgtk_object_new gtk_object_new;
9535 alias extern (C) void function(aGtkObject *)TGTKgtk_object_destroy; extern(D) TGTKgtk_object_destroy gtk_object_destroy;
9536 alias extern (C) void function(aGtkObject *)TGTKgtk_object_sink; extern(D) TGTKgtk_object_sink gtk_object_sink;
9537 alias extern (C) guint function()TGTKgtk_object_get_type; extern(D) TGTKgtk_object_get_type gtk_object_get_type;
9538 alias extern (C) extern guint* TGTKgtk_debug_flags; extern(D) TGTKgtk_debug_flags gtk_debug_flags;
9539 alias extern (C) void function(gint)TGTKgtk_type_init; extern(D) TGTKgtk_type_init gtk_type_init;
9540 alias extern (C) _GFlagsValue * function(guint, in char *)TGTKgtk_type_flags_find_value; extern(D) TGTKgtk_type_flags_find_value gtk_type_flags_find_value;
9541 alias extern (C) _GEnumValue * function(guint, in char *)TGTKgtk_type_enum_find_value; extern(D) TGTKgtk_type_enum_find_value gtk_type_enum_find_value;
9542 alias extern (C) _GFlagsValue * function(guint)TGTKgtk_type_flags_get_values; extern(D) TGTKgtk_type_flags_get_values gtk_type_flags_get_values;
9543 alias extern (C) _GEnumValue * function(guint)TGTKgtk_type_enum_get_values; extern(D) TGTKgtk_type_enum_get_values gtk_type_enum_get_values;
9544 alias extern (C) void * function(guint)TGTKgtk_type_new; extern(D) TGTKgtk_type_new gtk_type_new;
9545 alias extern (C) guint function(guint, aGtkTypeInfo *)TGTKgtk_type_unique; extern(D) TGTKgtk_type_unique gtk_type_unique;
9546 alias extern (C) void * function(guint)TGTKgtk_type_class; extern(D) TGTKgtk_type_class gtk_type_class;
9547 alias extern (C) guint function()TGTKgtk_identifier_get_type; extern(D) TGTKgtk_identifier_get_type gtk_identifier_get_type;
9548 alias extern (C) guint function()TGTKgtk_widget_help_type_get_type; extern(D) TGTKgtk_widget_help_type_get_type gtk_widget_help_type_get_type;
9549 alias extern (C) guint function()TGTKgtk_widget_flags_get_type; extern(D) TGTKgtk_widget_flags_get_type gtk_widget_flags_get_type;
9550 alias extern (C) guint function()TGTKgtk_ui_manager_item_type_get_type; extern(D) TGTKgtk_ui_manager_item_type_get_type gtk_ui_manager_item_type_get_type;
9551 alias extern (C) guint function()TGTKgtk_tree_view_column_sizing_get_type; extern(D) TGTKgtk_tree_view_column_sizing_get_type gtk_tree_view_column_sizing_get_type;
9552 alias extern (C) guint function()TGTKgtk_tree_view_drop_position_get_type; extern(D) TGTKgtk_tree_view_drop_position_get_type gtk_tree_view_drop_position_get_type;
9553 alias extern (C) guint function()TGTKgtk_tree_model_flags_get_type; extern(D) TGTKgtk_tree_model_flags_get_type gtk_tree_model_flags_get_type;
9554 alias extern (C) guint function()TGTKgtk_tree_view_mode_get_type; extern(D) TGTKgtk_tree_view_mode_get_type gtk_tree_view_mode_get_type;
9555 alias extern (C) guint function()TGTKgtk_toolbar_space_style_get_type; extern(D) TGTKgtk_toolbar_space_style_get_type gtk_toolbar_space_style_get_type;
9556 alias extern (C) guint function()TGTKgtk_toolbar_child_type_get_type; extern(D) TGTKgtk_toolbar_child_type_get_type gtk_toolbar_child_type_get_type;
9557 alias extern (C) guint function()TGTKgtk_text_window_type_get_type; extern(D) TGTKgtk_text_window_type_get_type gtk_text_window_type_get_type;
9558 alias extern (C) guint function()TGTKgtk_text_search_flags_get_type; extern(D) TGTKgtk_text_search_flags_get_type gtk_text_search_flags_get_type;
9559 alias extern (C) guint function()TGTKgtk_text_buffer_target_info_get_type; extern(D) TGTKgtk_text_buffer_target_info_get_type gtk_text_buffer_target_info_get_type;
9560 alias extern (C) guint function()TGTKgtk_spin_type_get_type; extern(D) TGTKgtk_spin_type_get_type gtk_spin_type_get_type;
9561 alias extern (C) guint function()TGTKgtk_spin_button_update_policy_get_type; extern(D) TGTKgtk_spin_button_update_policy_get_type gtk_spin_button_update_policy_get_type;
9562 alias extern (C) guint function()TGTKgtk_size_group_mode_get_type; extern(D) TGTKgtk_size_group_mode_get_type gtk_size_group_mode_get_type;
9563 alias extern (C) guint function()TGTKgtk_recent_manager_error_get_type; extern(D) TGTKgtk_recent_manager_error_get_type gtk_recent_manager_error_get_type;
9564 alias extern (C) guint function()TGTKgtk_recent_filter_flags_get_type; extern(D) TGTKgtk_recent_filter_flags_get_type gtk_recent_filter_flags_get_type;
9565 alias extern (C) guint function()TGTKgtk_recent_chooser_error_get_type; extern(D) TGTKgtk_recent_chooser_error_get_type gtk_recent_chooser_error_get_type;
9566 alias extern (C) guint function()TGTKgtk_recent_sort_type_get_type; extern(D) TGTKgtk_recent_sort_type_get_type gtk_recent_sort_type_get_type;
9567 alias extern (C) guint function()TGTKgtk_rc_token_type_get_type; extern(D) TGTKgtk_rc_token_type_get_type gtk_rc_token_type_get_type;
9568 alias extern (C) guint function()TGTKgtk_rc_flags_get_type; extern(D) TGTKgtk_rc_flags_get_type gtk_rc_flags_get_type;
9569 alias extern (C) guint function()TGTKgtk_progress_bar_orientation_get_type; extern(D) TGTKgtk_progress_bar_orientation_get_type gtk_progress_bar_orientation_get_type;
9570 alias extern (C) guint function()TGTKgtk_progress_bar_style_get_type; extern(D) TGTKgtk_progress_bar_style_get_type gtk_progress_bar_style_get_type;
9571 alias extern (C) guint function()TGTKgtk_private_flags_get_type; extern(D) TGTKgtk_private_flags_get_type gtk_private_flags_get_type;
9572 alias extern (C) guint function()TGTKgtk_print_error_get_type; extern(D) TGTKgtk_print_error_get_type gtk_print_error_get_type;
9573 alias extern (C) guint function()TGTKgtk_print_operation_action_get_type; extern(D) TGTKgtk_print_operation_action_get_type gtk_print_operation_action_get_type;
9574 alias extern (C) guint function()TGTKgtk_print_operation_result_get_type; extern(D) TGTKgtk_print_operation_result_get_type gtk_print_operation_result_get_type;
9575 alias extern (C) guint function()TGTKgtk_print_status_get_type; extern(D) TGTKgtk_print_status_get_type gtk_print_status_get_type;
9576 alias extern (C) guint function()TGTKgtk_arg_flags_get_type; extern(D) TGTKgtk_arg_flags_get_type gtk_arg_flags_get_type;
9577 alias extern (C) guint function()TGTKgtk_object_flags_get_type; extern(D) TGTKgtk_object_flags_get_type gtk_object_flags_get_type;
9578 alias extern (C) guint function()TGTKgtk_notebook_tab_get_type; extern(D) TGTKgtk_notebook_tab_get_type gtk_notebook_tab_get_type;
9579 alias extern (C) guint function()TGTKgtk_buttons_type_get_type; extern(D) TGTKgtk_buttons_type_get_type gtk_buttons_type_get_type;
9580 alias extern (C) guint function()TGTKgtk_message_type_get_type; extern(D) TGTKgtk_message_type_get_type gtk_message_type_get_type;
9581 alias extern (C) guint function()TGTKgtk_image_type_get_type; extern(D) TGTKgtk_image_type_get_type gtk_image_type_get_type;
9582 alias extern (C) guint function()TGTKgtk_icon_view_drop_position_get_type; extern(D) TGTKgtk_icon_view_drop_position_get_type gtk_icon_view_drop_position_get_type;
9583 alias extern (C) guint function()TGTKgtk_icon_theme_error_get_type; extern(D) TGTKgtk_icon_theme_error_get_type gtk_icon_theme_error_get_type;
9584 alias extern (C) guint function()TGTKgtk_icon_lookup_flags_get_type; extern(D) TGTKgtk_icon_lookup_flags_get_type gtk_icon_lookup_flags_get_type;
9585 alias extern (C) guint function()TGTKgtk_file_filter_flags_get_type; extern(D) TGTKgtk_file_filter_flags_get_type gtk_file_filter_flags_get_type;
9586 alias extern (C) guint function()TGTKgtk_file_chooser_error_get_type; extern(D) TGTKgtk_file_chooser_error_get_type gtk_file_chooser_error_get_type;
9587 alias extern (C) guint function()TGTKgtk_file_chooser_confirmation_get_type; extern(D) TGTKgtk_file_chooser_confirmation_get_type gtk_file_chooser_confirmation_get_type;
9588 alias extern (C) guint function()TGTKgtk_file_chooser_action_get_type; extern(D) TGTKgtk_file_chooser_action_get_type gtk_file_chooser_action_get_type;
9589 alias extern (C) guint function()TGTKgtk_drag_result_get_type; extern(D) TGTKgtk_drag_result_get_type gtk_drag_result_get_type;
9590 alias extern (C) guint function()TGTKgtk_tree_view_grid_lines_get_type; extern(D) TGTKgtk_tree_view_grid_lines_get_type gtk_tree_view_grid_lines_get_type;
9591 alias extern (C) guint function()TGTKgtk_unit_get_type; extern(D) TGTKgtk_unit_get_type gtk_unit_get_type;
9592 alias extern (C) guint function()TGTKgtk_print_duplex_get_type; extern(D) TGTKgtk_print_duplex_get_type gtk_print_duplex_get_type;
9593 alias extern (C) guint function()TGTKgtk_print_quality_get_type; extern(D) TGTKgtk_print_quality_get_type gtk_print_quality_get_type;
9594 alias extern (C) guint function()TGTKgtk_page_orientation_get_type; extern(D) TGTKgtk_page_orientation_get_type gtk_page_orientation_get_type;
9595 alias extern (C) guint function()TGTKgtk_page_set_get_type; extern(D) TGTKgtk_page_set_get_type gtk_page_set_get_type;
9596 alias extern (C) guint function()TGTKgtk_print_pages_get_type; extern(D) TGTKgtk_print_pages_get_type gtk_print_pages_get_type;
9597 alias extern (C) guint function()TGTKgtk_pack_direction_get_type; extern(D) TGTKgtk_pack_direction_get_type gtk_pack_direction_get_type;
9598 alias extern (C) guint function()TGTKgtk_im_status_style_get_type; extern(D) TGTKgtk_im_status_style_get_type gtk_im_status_style_get_type;
9599 alias extern (C) guint function()TGTKgtk_im_preedit_style_get_type; extern(D) TGTKgtk_im_preedit_style_get_type gtk_im_preedit_style_get_type;
9600 alias extern (C) guint function()TGTKgtk_sort_type_get_type; extern(D) TGTKgtk_sort_type_get_type gtk_sort_type_get_type;
9601 alias extern (C) guint function()TGTKgtk_wrap_mode_get_type; extern(D) TGTKgtk_wrap_mode_get_type gtk_wrap_mode_get_type;
9602 alias extern (C) guint function()TGTKgtk_window_type_get_type; extern(D) TGTKgtk_window_type_get_type gtk_window_type_get_type;
9603 alias extern (C) guint function()TGTKgtk_window_position_get_type; extern(D) TGTKgtk_window_position_get_type gtk_window_position_get_type;
9604 alias extern (C) guint function()TGTKgtk_visibility_get_type; extern(D) TGTKgtk_visibility_get_type gtk_visibility_get_type;
9605 alias extern (C) guint function()TGTKgtk_update_type_get_type; extern(D) TGTKgtk_update_type_get_type gtk_update_type_get_type;
9606 alias extern (C) guint function()TGTKgtk_toolbar_style_get_type; extern(D) TGTKgtk_toolbar_style_get_type gtk_toolbar_style_get_type;
9607 alias extern (C) guint function()TGTKgtk_submenu_placement_get_type; extern(D) TGTKgtk_submenu_placement_get_type gtk_submenu_placement_get_type;
9608 alias extern (C) guint function()TGTKgtk_submenu_direction_get_type; extern(D) TGTKgtk_submenu_direction_get_type gtk_submenu_direction_get_type;
9609 alias extern (C) guint function()TGTKgtk_state_type_get_type; extern(D) TGTKgtk_state_type_get_type gtk_state_type_get_type;
9610 alias extern (C) guint function()TGTKgtk_shadow_type_get_type; extern(D) TGTKgtk_shadow_type_get_type gtk_shadow_type_get_type;
9611 alias extern (C) guint function()TGTKgtk_selection_mode_get_type; extern(D) TGTKgtk_selection_mode_get_type gtk_selection_mode_get_type;
9612 alias extern (C) guint function()TGTKgtk_scroll_type_get_type; extern(D) TGTKgtk_scroll_type_get_type gtk_scroll_type_get_type;
9613 alias extern (C) guint function()TGTKgtk_signal_run_type_get_type; extern(D) TGTKgtk_signal_run_type_get_type gtk_signal_run_type_get_type;
9614 alias extern (C) guint function()TGTKgtk_resize_mode_get_type; extern(D) TGTKgtk_resize_mode_get_type gtk_resize_mode_get_type;
9615 alias extern (C) guint function()TGTKgtk_relief_style_get_type; extern(D) TGTKgtk_relief_style_get_type gtk_relief_style_get_type;
9616 alias extern (C) guint function()TGTKgtk_preview_type_get_type; extern(D) TGTKgtk_preview_type_get_type gtk_preview_type_get_type;
9617 alias extern (C) guint function()TGTKgtk_position_type_get_type; extern(D) TGTKgtk_position_type_get_type gtk_position_type_get_type;
9618 alias extern (C) guint function()TGTKgtk_policy_type_get_type; extern(D) TGTKgtk_policy_type_get_type gtk_policy_type_get_type;
9619 alias extern (C) guint function()TGTKgtk_path_type_get_type; extern(D) TGTKgtk_path_type_get_type gtk_path_type_get_type;
9620 alias extern (C) guint function()TGTKgtk_path_priority_type_get_type; extern(D) TGTKgtk_path_priority_type_get_type gtk_path_priority_type_get_type;
9621 alias extern (C) guint function()TGTKgtk_pack_type_get_type; extern(D) TGTKgtk_pack_type_get_type gtk_pack_type_get_type;
9622 alias extern (C) guint function()TGTKgtk_corner_type_get_type; extern(D) TGTKgtk_corner_type_get_type gtk_corner_type_get_type;
9623 alias extern (C) guint function()TGTKgtk_orientation_get_type; extern(D) TGTKgtk_orientation_get_type gtk_orientation_get_type;
9624 alias extern (C) guint function()TGTKgtk_scroll_step_get_type; extern(D) TGTKgtk_scroll_step_get_type gtk_scroll_step_get_type;
9625 alias extern (C) guint function()TGTKgtk_movement_step_get_type; extern(D) TGTKgtk_movement_step_get_type gtk_movement_step_get_type;
9626 alias extern (C) guint function()TGTKgtk_metric_type_get_type; extern(D) TGTKgtk_metric_type_get_type gtk_metric_type_get_type;
9627 alias extern (C) guint function()TGTKgtk_menu_direction_type_get_type; extern(D) TGTKgtk_menu_direction_type_get_type gtk_menu_direction_type_get_type;
9628 alias extern (C) guint function()TGTKgtk_match_type_get_type; extern(D) TGTKgtk_match_type_get_type gtk_match_type_get_type;
9629 alias extern (C) guint function()TGTKgtk_justification_get_type; extern(D) TGTKgtk_justification_get_type gtk_justification_get_type;
9630 alias extern (C) guint function()TGTKgtk_text_direction_get_type; extern(D) TGTKgtk_text_direction_get_type gtk_text_direction_get_type;
9631 alias extern (C) guint function()TGTKgtk_side_type_get_type; extern(D) TGTKgtk_side_type_get_type gtk_side_type_get_type;
9632 alias extern (C) guint function()TGTKgtk_sensitivity_type_get_type; extern(D) TGTKgtk_sensitivity_type_get_type gtk_sensitivity_type_get_type;
9633 alias extern (C) guint function()TGTKgtk_icon_size_get_type; extern(D) TGTKgtk_icon_size_get_type gtk_icon_size_get_type;
9634 alias extern (C) guint function()TGTKgtk_expander_style_get_type; extern(D) TGTKgtk_expander_style_get_type gtk_expander_style_get_type;
9635 alias extern (C) guint function()TGTKgtk_direction_type_get_type; extern(D) TGTKgtk_direction_type_get_type gtk_direction_type_get_type;
9636 alias extern (C) guint function()TGTKgtk_delete_type_get_type; extern(D) TGTKgtk_delete_type_get_type gtk_delete_type_get_type;
9637 alias extern (C) guint function()TGTKgtk_curve_type_get_type; extern(D) TGTKgtk_curve_type_get_type gtk_curve_type_get_type;
9638 alias extern (C) guint function()TGTKgtk_button_box_style_get_type; extern(D) TGTKgtk_button_box_style_get_type gtk_button_box_style_get_type;
9639 alias extern (C) guint function()TGTKgtk_attach_options_get_type; extern(D) TGTKgtk_attach_options_get_type gtk_attach_options_get_type;
9640 alias extern (C) guint function()TGTKgtk_arrow_type_get_type; extern(D) TGTKgtk_arrow_type_get_type gtk_arrow_type_get_type;
9641 alias extern (C) guint function()TGTKgtk_anchor_type_get_type; extern(D) TGTKgtk_anchor_type_get_type gtk_anchor_type_get_type;
9642 alias extern (C) guint function()TGTKgtk_target_flags_get_type; extern(D) TGTKgtk_target_flags_get_type gtk_target_flags_get_type;
9643 alias extern (C) guint function()TGTKgtk_dest_defaults_get_type; extern(D) TGTKgtk_dest_defaults_get_type gtk_dest_defaults_get_type;
9644 alias extern (C) guint function()TGTKgtk_response_type_get_type; extern(D) TGTKgtk_response_type_get_type gtk_response_type_get_type;
9645 alias extern (C) guint function()TGTKgtk_dialog_flags_get_type; extern(D) TGTKgtk_dialog_flags_get_type gtk_dialog_flags_get_type;
9646 alias extern (C) guint function()TGTKgtk_debug_flag_get_type; extern(D) TGTKgtk_debug_flag_get_type gtk_debug_flag_get_type;
9647 alias extern (C) guint function()TGTKgtk_ctree_expansion_type_get_type; extern(D) TGTKgtk_ctree_expansion_type_get_type gtk_ctree_expansion_type_get_type;
9648 alias extern (C) guint function()TGTKgtk_ctree_expander_style_get_type; extern(D) TGTKgtk_ctree_expander_style_get_type gtk_ctree_expander_style_get_type;
9649 alias extern (C) guint function()TGTKgtk_ctree_line_style_get_type; extern(D) TGTKgtk_ctree_line_style_get_type gtk_ctree_line_style_get_type;
9650 alias extern (C) guint function()TGTKgtk_ctree_pos_get_type; extern(D) TGTKgtk_ctree_pos_get_type gtk_ctree_pos_get_type;
9651 alias extern (C) guint function()TGTKgtk_button_action_get_type; extern(D) TGTKgtk_button_action_get_type gtk_button_action_get_type;
9652 alias extern (C) guint function()TGTKgtk_clist_drag_pos_get_type; extern(D) TGTKgtk_clist_drag_pos_get_type gtk_clist_drag_pos_get_type;
9653 alias extern (C) guint function()TGTKgtk_cell_type_get_type; extern(D) TGTKgtk_cell_type_get_type gtk_cell_type_get_type;
9654 alias extern (C) guint function()TGTKgtk_cell_renderer_accel_mode_get_type; extern(D) TGTKgtk_cell_renderer_accel_mode_get_type gtk_cell_renderer_accel_mode_get_type;
9655 alias extern (C) guint function()TGTKgtk_cell_renderer_mode_get_type; extern(D) TGTKgtk_cell_renderer_mode_get_type gtk_cell_renderer_mode_get_type;
9656 alias extern (C) guint function()TGTKgtk_cell_renderer_state_get_type; extern(D) TGTKgtk_cell_renderer_state_get_type gtk_cell_renderer_state_get_type;
9657 alias extern (C) guint function()TGTKgtk_calendar_display_options_get_type; extern(D) TGTKgtk_calendar_display_options_get_type gtk_calendar_display_options_get_type;
9658 alias extern (C) guint function()TGTKgtk_builder_error_get_type; extern(D) TGTKgtk_builder_error_get_type gtk_builder_error_get_type;
9659 alias extern (C) guint function()TGTKgtk_assistant_page_type_get_type; extern(D) TGTKgtk_assistant_page_type_get_type gtk_assistant_page_type_get_type;
9660 alias extern (C) guint function()TGTKgtk_accel_flags_get_type; extern(D) TGTKgtk_accel_flags_get_type gtk_accel_flags_get_type;
9661 //alias extern (C) void function(aGtkAccelGroup *, GQuark)TGTK_gtk_accel_group_reconnect; extern(D) TGTK_gtk_accel_group_reconnect _gtk_accel_group_reconnect;
9662 alias extern (C) _GtkAccelGroupEntry * function(aGtkAccelGroup *, guint, gint, guint *)TGTKgtk_accel_group_query; extern(D) TGTKgtk_accel_group_query gtk_accel_group_query;
9663 alias extern (C) guint function()TGTKgtk_accelerator_get_default_mod_mask; extern(D) TGTKgtk_accelerator_get_default_mod_mask gtk_accelerator_get_default_mod_mask;
9664 alias extern (C) void function(gint)TGTKgtk_accelerator_set_default_mod_mask; extern(D) TGTKgtk_accelerator_set_default_mod_mask gtk_accelerator_set_default_mod_mask;
9665 alias extern (C) char * function(guint, gint)TGTKgtk_accelerator_get_label; extern(D) TGTKgtk_accelerator_get_label gtk_accelerator_get_label;
9666 alias extern (C) char * function(guint, gint)TGTKgtk_accelerator_name; extern(D) TGTKgtk_accelerator_name gtk_accelerator_name;
9667 alias extern (C) void function(in char *, guint *, gint *)TGTKgtk_accelerator_parse; extern(D) TGTKgtk_accelerator_parse gtk_accelerator_parse;
9668 alias extern (C) gint function(guint, gint)TGTKgtk_accelerator_valid; extern(D) TGTKgtk_accelerator_valid gtk_accelerator_valid;
9669 alias extern (C) _GtkAccelGroup * function(_GClosure *)TGTKgtk_accel_group_from_accel_closure; extern(D) TGTKgtk_accel_group_from_accel_closure gtk_accel_group_from_accel_closure;
9670 alias extern (C) _GtkAccelKey * function(aGtkAccelGroup *, _BCD_func__13177, void *)TGTKgtk_accel_group_find; extern(D) TGTKgtk_accel_group_find gtk_accel_group_find;
9671 alias extern (C) _GSList * function(_GObject *)TGTKgtk_accel_groups_from_object; extern(D) TGTKgtk_accel_groups_from_object gtk_accel_groups_from_object;
9672 alias extern (C) gint function(_GObject *, guint, gint)TGTKgtk_accel_groups_activate; extern(D) TGTKgtk_accel_groups_activate gtk_accel_groups_activate;
9673 //alias extern (C) void function(aGtkAccelGroup *, _GObject *)TGTK_gtk_accel_group_detach; extern(D) TGTK_gtk_accel_group_detach _gtk_accel_group_detach;
9674 //alias extern (C) void function(aGtkAccelGroup *, _GObject *)TGTK_gtk_accel_group_attach; extern(D) TGTK_gtk_accel_group_attach _gtk_accel_group_attach;
9675 alias extern (C) gint function(aGtkAccelGroup *, GQuark, _GObject *, guint, gint)TGTKgtk_accel_group_activate; extern(D) TGTKgtk_accel_group_activate gtk_accel_group_activate;
9676 alias extern (C) gint function(aGtkAccelGroup *, guint, gint)TGTKgtk_accel_group_disconnect_key; extern(D) TGTKgtk_accel_group_disconnect_key gtk_accel_group_disconnect_key;
9677 alias extern (C) gint function(aGtkAccelGroup *, _GClosure *)TGTKgtk_accel_group_disconnect; extern(D) TGTKgtk_accel_group_disconnect gtk_accel_group_disconnect;
9678 alias extern (C) void function(aGtkAccelGroup *, in char *, _GClosure *)TGTKgtk_accel_group_connect_by_path; extern(D) TGTKgtk_accel_group_connect_by_path gtk_accel_group_connect_by_path;
9679 alias extern (C) void function(aGtkAccelGroup *, guint, gint, gint, _GClosure *)TGTKgtk_accel_group_connect; extern(D) TGTKgtk_accel_group_connect gtk_accel_group_connect;
9680 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_unlock; extern(D) TGTKgtk_accel_group_unlock gtk_accel_group_unlock;
9681 alias extern (C) void function(aGtkAccelGroup *)TGTKgtk_accel_group_lock; extern(D) TGTKgtk_accel_group_lock gtk_accel_group_lock;
9682 alias extern (C) _GtkAccelGroup * function()TGTKgtk_accel_group_new; extern(D) TGTKgtk_accel_group_new gtk_accel_group_new;
9683 alias extern (C) GType function()TGTKgtk_accel_group_get_type; extern(D) TGTKgtk_accel_group_get_type gtk_accel_group_get_type;
9684 alias extern (C) GdkWindow* function(GtkWidget*)TGTKgtk_widget_get_window; extern(D) TGTKgtk_widget_get_window gtk_widget_get_window;
9685 alias extern (C) void function(GtkWidget *, GtkAllocation *)TGTKgtk_widget_get_allocation; extern(D) TGTKgtk_widget_get_allocation gtk_widget_get_allocation;
9686 alias extern (C) void function(GtkWidget *, const GtkAllocation *)TGTKgtk_widget_set_allocation; extern(D) TGTKgtk_widget_set_allocation gtk_widget_set_allocation;"
9687 ));
9688 
9689 extern(D) Symbol[] symbols;
9690 static this () {
9691     symbols = [
9692         Symbol( "gtk_vseparator_new",  cast(void**)& gtk_vseparator_new),
9693         Symbol( "gtk_vseparator_get_type",  cast(void**)& gtk_vseparator_get_type),
9694         Symbol( "gtk_vscale_new_with_range",  cast(void**)& gtk_vscale_new_with_range),
9695         Symbol( "gtk_vscale_new",  cast(void**)& gtk_vscale_new),
9696         Symbol( "gtk_vscale_get_type",  cast(void**)& gtk_vscale_get_type),
9697         Symbol( "gtk_vruler_new",  cast(void**)& gtk_vruler_new),
9698         Symbol( "gtk_vruler_get_type",  cast(void**)& gtk_vruler_get_type),
9699         Symbol( "gtk_vpaned_new",  cast(void**)& gtk_vpaned_new),
9700         Symbol( "gtk_vpaned_get_type",  cast(void**)& gtk_vpaned_get_type),
9701         Symbol( "gtk_volume_button_new",  cast(void**)& gtk_volume_button_new),
9702         Symbol( "gtk_volume_button_get_type",  cast(void**)& gtk_volume_button_get_type),
9703         Symbol( "gtk_vbutton_box_set_layout_default",  cast(void**)& gtk_vbutton_box_set_layout_default),
9704         Symbol( "gtk_vbutton_box_get_layout_default",  cast(void**)& gtk_vbutton_box_get_layout_default),
9705         Symbol( "gtk_vbutton_box_set_spacing_default",  cast(void**)& gtk_vbutton_box_set_spacing_default),
9706         Symbol( "gtk_vbutton_box_get_spacing_default",  cast(void**)& gtk_vbutton_box_get_spacing_default),
9707         Symbol( "gtk_vbutton_box_new",  cast(void**)& gtk_vbutton_box_new),
9708         Symbol( "gtk_vbutton_box_get_type",  cast(void**)& gtk_vbutton_box_get_type),
9709         Symbol( "gtk_ui_manager_new_merge_id",  cast(void**)& gtk_ui_manager_new_merge_id),
9710         Symbol( "gtk_ui_manager_ensure_update",  cast(void**)& gtk_ui_manager_ensure_update),
9711         Symbol( "gtk_ui_manager_get_ui",  cast(void**)& gtk_ui_manager_get_ui),
9712         Symbol( "gtk_ui_manager_remove_ui",  cast(void**)& gtk_ui_manager_remove_ui),
9713         Symbol( "gtk_ui_manager_add_ui",  cast(void**)& gtk_ui_manager_add_ui),
9714         Symbol( "gtk_ui_manager_add_ui_from_file",  cast(void**)& gtk_ui_manager_add_ui_from_file),
9715         Symbol( "gtk_ui_manager_add_ui_from_string",  cast(void**)& gtk_ui_manager_add_ui_from_string),
9716         Symbol( "gtk_ui_manager_get_action",  cast(void**)& gtk_ui_manager_get_action),
9717         Symbol( "gtk_ui_manager_get_toplevels",  cast(void**)& gtk_ui_manager_get_toplevels),
9718         Symbol( "gtk_ui_manager_get_widget",  cast(void**)& gtk_ui_manager_get_widget),
9719         Symbol( "gtk_ui_manager_get_accel_group",  cast(void**)& gtk_ui_manager_get_accel_group),
9720         Symbol( "gtk_ui_manager_get_action_groups",  cast(void**)& gtk_ui_manager_get_action_groups),
9721         Symbol( "gtk_ui_manager_remove_action_group",  cast(void**)& gtk_ui_manager_remove_action_group),
9722         Symbol( "gtk_ui_manager_insert_action_group",  cast(void**)& gtk_ui_manager_insert_action_group),
9723         Symbol( "gtk_ui_manager_get_add_tearoffs",  cast(void**)& gtk_ui_manager_get_add_tearoffs),
9724         Symbol( "gtk_ui_manager_set_add_tearoffs",  cast(void**)& gtk_ui_manager_set_add_tearoffs),
9725         Symbol( "gtk_ui_manager_new",  cast(void**)& gtk_ui_manager_new),
9726         Symbol( "gtk_ui_manager_get_type",  cast(void**)& gtk_ui_manager_get_type),
9727         Symbol( "gtk_tree_store_move_after",  cast(void**)& gtk_tree_store_move_after),
9728         Symbol( "gtk_tree_store_move_before",  cast(void**)& gtk_tree_store_move_before),
9729         Symbol( "gtk_tree_store_swap",  cast(void**)& gtk_tree_store_swap),
9730         Symbol( "gtk_tree_store_reorder",  cast(void**)& gtk_tree_store_reorder),
9731         Symbol( "gtk_tree_store_iter_is_valid",  cast(void**)& gtk_tree_store_iter_is_valid),
9732         Symbol( "gtk_tree_store_clear",  cast(void**)& gtk_tree_store_clear),
9733         Symbol( "gtk_tree_store_iter_depth",  cast(void**)& gtk_tree_store_iter_depth),
9734         Symbol( "gtk_tree_store_is_ancestor",  cast(void**)& gtk_tree_store_is_ancestor),
9735         Symbol( "gtk_tree_store_append",  cast(void**)& gtk_tree_store_append),
9736         Symbol( "gtk_tree_store_prepend",  cast(void**)& gtk_tree_store_prepend),
9737         Symbol( "gtk_tree_store_insert_with_valuesv",  cast(void**)& gtk_tree_store_insert_with_valuesv),
9738         Symbol( "gtk_tree_store_insert_with_values",  cast(void**)& gtk_tree_store_insert_with_values),
9739         Symbol( "gtk_tree_store_insert_after",  cast(void**)& gtk_tree_store_insert_after),
9740         Symbol( "gtk_tree_store_insert_before",  cast(void**)& gtk_tree_store_insert_before),
9741         Symbol( "gtk_tree_store_insert",  cast(void**)& gtk_tree_store_insert),
9742         Symbol( "gtk_tree_store_remove",  cast(void**)& gtk_tree_store_remove),
9743         Symbol( "gtk_tree_store_set_valist",  cast(void**)& gtk_tree_store_set_valist),
9744         Symbol( "gtk_tree_store_set_valuesv",  cast(void**)& gtk_tree_store_set_valuesv),
9745         Symbol( "gtk_tree_store_set",  cast(void**)& gtk_tree_store_set),
9746         Symbol( "gtk_tree_store_set_value",  cast(void**)& gtk_tree_store_set_value),
9747         Symbol( "gtk_tree_store_set_column_types",  cast(void**)& gtk_tree_store_set_column_types),
9748         Symbol( "gtk_tree_store_newv",  cast(void**)& gtk_tree_store_newv),
9749         Symbol( "gtk_tree_store_new",  cast(void**)& gtk_tree_store_new),
9750         Symbol( "gtk_tree_store_get_type",  cast(void**)& gtk_tree_store_get_type),
9751         Symbol( "gtk_tree_selection_unselect_range",  cast(void**)& gtk_tree_selection_unselect_range),
9752         Symbol( "gtk_tree_selection_select_range",  cast(void**)& gtk_tree_selection_select_range),
9753         Symbol( "gtk_tree_selection_unselect_all",  cast(void**)& gtk_tree_selection_unselect_all),
9754         Symbol( "gtk_tree_selection_select_all",  cast(void**)& gtk_tree_selection_select_all),
9755         Symbol( "gtk_tree_selection_iter_is_selected",  cast(void**)& gtk_tree_selection_iter_is_selected),
9756         Symbol( "gtk_tree_selection_path_is_selected",  cast(void**)& gtk_tree_selection_path_is_selected),
9757         Symbol( "gtk_tree_selection_unselect_iter",  cast(void**)& gtk_tree_selection_unselect_iter),
9758         Symbol( "gtk_tree_selection_select_iter",  cast(void**)& gtk_tree_selection_select_iter),
9759         Symbol( "gtk_tree_selection_unselect_path",  cast(void**)& gtk_tree_selection_unselect_path),
9760         Symbol( "gtk_tree_selection_select_path",  cast(void**)& gtk_tree_selection_select_path),
9761         Symbol( "gtk_tree_selection_selected_foreach",  cast(void**)& gtk_tree_selection_selected_foreach),
9762         Symbol( "gtk_tree_selection_count_selected_rows",  cast(void**)& gtk_tree_selection_count_selected_rows),
9763         Symbol( "gtk_tree_selection_get_selected_rows",  cast(void**)& gtk_tree_selection_get_selected_rows),
9764         Symbol( "gtk_tree_selection_get_selected",  cast(void**)& gtk_tree_selection_get_selected),
9765         Symbol( "gtk_tree_selection_get_tree_view",  cast(void**)& gtk_tree_selection_get_tree_view),
9766         Symbol( "gtk_tree_selection_get_user_data",  cast(void**)& gtk_tree_selection_get_user_data),
9767         Symbol( "gtk_tree_selection_set_select_function",  cast(void**)& gtk_tree_selection_set_select_function),
9768         Symbol( "gtk_tree_selection_get_mode",  cast(void**)& gtk_tree_selection_get_mode),
9769         Symbol( "gtk_tree_selection_set_mode",  cast(void**)& gtk_tree_selection_set_mode),
9770         Symbol( "gtk_tree_selection_get_type",  cast(void**)& gtk_tree_selection_get_type),
9771         Symbol( "gtk_tree_model_sort_iter_is_valid",  cast(void**)& gtk_tree_model_sort_iter_is_valid),
9772         Symbol( "gtk_tree_model_sort_clear_cache",  cast(void**)& gtk_tree_model_sort_clear_cache),
9773         Symbol( "gtk_tree_model_sort_reset_default_sort_func",  cast(void**)& gtk_tree_model_sort_reset_default_sort_func),
9774         Symbol( "gtk_tree_model_sort_convert_iter_to_child_iter",  cast(void**)& gtk_tree_model_sort_convert_iter_to_child_iter),
9775         Symbol( "gtk_tree_model_sort_convert_path_to_child_path",  cast(void**)& gtk_tree_model_sort_convert_path_to_child_path),
9776         Symbol( "gtk_tree_model_sort_convert_child_iter_to_iter",  cast(void**)& gtk_tree_model_sort_convert_child_iter_to_iter),
9777         Symbol( "gtk_tree_model_sort_convert_child_path_to_path",  cast(void**)& gtk_tree_model_sort_convert_child_path_to_path),
9778         Symbol( "gtk_tree_model_sort_get_model",  cast(void**)& gtk_tree_model_sort_get_model),
9779         Symbol( "gtk_tree_model_sort_new_with_model",  cast(void**)& gtk_tree_model_sort_new_with_model),
9780         Symbol( "gtk_tree_model_sort_get_type",  cast(void**)& gtk_tree_model_sort_get_type),
9781         Symbol( "gtk_tree_get_row_drag_data",  cast(void**)& gtk_tree_get_row_drag_data),
9782         Symbol( "gtk_tree_set_row_drag_data",  cast(void**)& gtk_tree_set_row_drag_data),
9783         Symbol( "gtk_tree_drag_dest_row_drop_possible",  cast(void**)& gtk_tree_drag_dest_row_drop_possible),
9784         Symbol( "gtk_tree_drag_dest_drag_data_received",  cast(void**)& gtk_tree_drag_dest_drag_data_received),
9785         Symbol( "gtk_tree_drag_dest_get_type",  cast(void**)& gtk_tree_drag_dest_get_type),
9786         Symbol( "gtk_tree_drag_source_drag_data_get",  cast(void**)& gtk_tree_drag_source_drag_data_get),
9787         Symbol( "gtk_tree_drag_source_drag_data_delete",  cast(void**)& gtk_tree_drag_source_drag_data_delete),
9788         Symbol( "gtk_tree_drag_source_row_draggable",  cast(void**)& gtk_tree_drag_source_row_draggable),
9789         Symbol( "gtk_tree_drag_source_get_type",  cast(void**)& gtk_tree_drag_source_get_type),
9790         Symbol( "gtk_toolbar_insert_widget",  cast(void**)& gtk_toolbar_insert_widget),
9791         Symbol( "gtk_toolbar_prepend_widget",  cast(void**)& gtk_toolbar_prepend_widget),
9792         Symbol( "gtk_toolbar_append_widget",  cast(void**)& gtk_toolbar_append_widget),
9793         Symbol( "gtk_toolbar_insert_element",  cast(void**)& gtk_toolbar_insert_element),
9794         Symbol( "gtk_toolbar_prepend_element",  cast(void**)& gtk_toolbar_prepend_element),
9795         Symbol( "gtk_toolbar_append_element",  cast(void**)& gtk_toolbar_append_element),
9796         Symbol( "gtk_toolbar_remove_space",  cast(void**)& gtk_toolbar_remove_space),
9797         Symbol( "gtk_toolbar_insert_space",  cast(void**)& gtk_toolbar_insert_space),
9798         Symbol( "gtk_toolbar_prepend_space",  cast(void**)& gtk_toolbar_prepend_space),
9799         Symbol( "gtk_toolbar_append_space",  cast(void**)& gtk_toolbar_append_space),
9800         Symbol( "gtk_toolbar_insert_stock",  cast(void**)& gtk_toolbar_insert_stock),
9801         Symbol( "gtk_toolbar_insert_item",  cast(void**)& gtk_toolbar_insert_item),
9802         Symbol( "gtk_toolbar_prepend_item",  cast(void**)& gtk_toolbar_prepend_item),
9803         Symbol( "gtk_toolbar_append_item",  cast(void**)& gtk_toolbar_append_item),
9804         Symbol( "gtk_toolbar_unset_icon_size",  cast(void**)& gtk_toolbar_unset_icon_size),
9805         Symbol( "gtk_toolbar_set_icon_size",  cast(void**)& gtk_toolbar_set_icon_size),
9806     //     Symbol( "_gtk_toolbar_rebuild_menu",  cast(void**)& _gtk_toolbar_rebuild_menu),
9807     //     Symbol( "_gtk_toolbar_get_default_space_size",  cast(void**)& _gtk_toolbar_get_default_space_size),
9808     //     Symbol( "_gtk_toolbar_paint_space_line",  cast(void**)& _gtk_toolbar_paint_space_line),
9809     //     Symbol( "_gtk_toolbar_elide_underscores",  cast(void**)& _gtk_toolbar_elide_underscores),
9810         Symbol( "gtk_toolbar_set_drop_highlight_item",  cast(void**)& gtk_toolbar_set_drop_highlight_item),
9811         Symbol( "gtk_toolbar_get_drop_index",  cast(void**)& gtk_toolbar_get_drop_index),
9812         Symbol( "gtk_toolbar_get_relief_style",  cast(void**)& gtk_toolbar_get_relief_style),
9813         Symbol( "gtk_toolbar_get_icon_size",  cast(void**)& gtk_toolbar_get_icon_size),
9814         Symbol( "gtk_toolbar_unset_style",  cast(void**)& gtk_toolbar_unset_style),
9815         Symbol( "gtk_toolbar_set_style",  cast(void**)& gtk_toolbar_set_style),
9816         Symbol( "gtk_toolbar_get_style",  cast(void**)& gtk_toolbar_get_style),
9817         Symbol( "gtk_toolbar_set_tooltips",  cast(void**)& gtk_toolbar_set_tooltips),
9818         Symbol( "gtk_toolbar_get_tooltips",  cast(void**)& gtk_toolbar_get_tooltips),
9819         Symbol( "gtk_toolbar_set_orientation",  cast(void**)& gtk_toolbar_set_orientation),
9820         Symbol( "gtk_toolbar_get_orientation",  cast(void**)& gtk_toolbar_get_orientation),
9821         Symbol( "gtk_toolbar_set_show_arrow",  cast(void**)& gtk_toolbar_set_show_arrow),
9822         Symbol( "gtk_toolbar_get_show_arrow",  cast(void**)& gtk_toolbar_get_show_arrow),
9823         Symbol( "gtk_toolbar_get_nth_item",  cast(void**)& gtk_toolbar_get_nth_item),
9824         Symbol( "gtk_toolbar_get_n_items",  cast(void**)& gtk_toolbar_get_n_items),
9825         Symbol( "gtk_toolbar_get_item_index",  cast(void**)& gtk_toolbar_get_item_index),
9826         Symbol( "gtk_toolbar_insert",  cast(void**)& gtk_toolbar_insert),
9827         Symbol( "gtk_toolbar_new",  cast(void**)& gtk_toolbar_new),
9828         Symbol( "gtk_toolbar_get_type",  cast(void**)& gtk_toolbar_get_type),
9829         Symbol( "gtk_tips_query_set_labels",  cast(void**)& gtk_tips_query_set_labels),
9830         Symbol( "gtk_tips_query_set_caller",  cast(void**)& gtk_tips_query_set_caller),
9831         Symbol( "gtk_tips_query_stop_query",  cast(void**)& gtk_tips_query_stop_query),
9832         Symbol( "gtk_tips_query_start_query",  cast(void**)& gtk_tips_query_start_query),
9833         Symbol( "gtk_tips_query_new",  cast(void**)& gtk_tips_query_new),
9834         Symbol( "gtk_tips_query_get_type",  cast(void**)& gtk_tips_query_get_type),
9835         Symbol( "gtk_text_view_get_default_attributes",  cast(void**)& gtk_text_view_get_default_attributes),
9836         Symbol( "gtk_text_view_get_tabs",  cast(void**)& gtk_text_view_get_tabs),
9837         Symbol( "gtk_text_view_set_tabs",  cast(void**)& gtk_text_view_set_tabs),
9838         Symbol( "gtk_text_view_get_indent",  cast(void**)& gtk_text_view_get_indent),
9839         Symbol( "gtk_text_view_set_indent",  cast(void**)& gtk_text_view_set_indent),
9840         Symbol( "gtk_text_view_get_right_margin",  cast(void**)& gtk_text_view_get_right_margin),
9841         Symbol( "gtk_text_view_set_right_margin",  cast(void**)& gtk_text_view_set_right_margin),
9842         Symbol( "gtk_text_view_get_left_margin",  cast(void**)& gtk_text_view_get_left_margin),
9843         Symbol( "gtk_text_view_set_left_margin",  cast(void**)& gtk_text_view_set_left_margin),
9844         Symbol( "gtk_text_view_get_justification",  cast(void**)& gtk_text_view_get_justification),
9845         Symbol( "gtk_text_view_set_justification",  cast(void**)& gtk_text_view_set_justification),
9846         Symbol( "gtk_text_view_get_pixels_inside_wrap",  cast(void**)& gtk_text_view_get_pixels_inside_wrap),
9847         Symbol( "gtk_text_view_set_pixels_inside_wrap",  cast(void**)& gtk_text_view_set_pixels_inside_wrap),
9848         Symbol( "gtk_text_view_get_pixels_below_lines",  cast(void**)& gtk_text_view_get_pixels_below_lines),
9849         Symbol( "gtk_text_view_set_pixels_below_lines",  cast(void**)& gtk_text_view_set_pixels_below_lines),
9850         Symbol( "gtk_text_view_get_pixels_above_lines",  cast(void**)& gtk_text_view_get_pixels_above_lines),
9851         Symbol( "gtk_text_view_set_pixels_above_lines",  cast(void**)& gtk_text_view_set_pixels_above_lines),
9852         Symbol( "gtk_text_view_get_accepts_tab",  cast(void**)& gtk_text_view_get_accepts_tab),
9853         Symbol( "gtk_text_view_set_accepts_tab",  cast(void**)& gtk_text_view_set_accepts_tab),
9854         Symbol( "gtk_text_view_get_overwrite",  cast(void**)& gtk_text_view_get_overwrite),
9855         Symbol( "gtk_text_view_set_overwrite",  cast(void**)& gtk_text_view_set_overwrite),
9856         Symbol( "gtk_text_view_get_editable",  cast(void**)& gtk_text_view_get_editable),
9857         Symbol( "gtk_text_view_set_editable",  cast(void**)& gtk_text_view_set_editable),
9858         Symbol( "gtk_text_view_get_wrap_mode",  cast(void**)& gtk_text_view_get_wrap_mode),
9859         Symbol( "gtk_text_view_set_wrap_mode",  cast(void**)& gtk_text_view_set_wrap_mode),
9860         Symbol( "gtk_text_view_move_child",  cast(void**)& gtk_text_view_move_child),
9861         Symbol( "gtk_text_view_add_child_in_window",  cast(void**)& gtk_text_view_add_child_in_window),
9862         Symbol( "gtk_text_view_add_child_at_anchor",  cast(void**)& gtk_text_view_add_child_at_anchor),
9863         Symbol( "gtk_text_view_move_visually",  cast(void**)& gtk_text_view_move_visually),
9864         Symbol( "gtk_text_view_starts_display_line",  cast(void**)& gtk_text_view_starts_display_line),
9865         Symbol( "gtk_text_view_backward_display_line_start",  cast(void**)& gtk_text_view_backward_display_line_start),
9866         Symbol( "gtk_text_view_forward_display_line_end",  cast(void**)& gtk_text_view_forward_display_line_end),
9867         Symbol( "gtk_text_view_backward_display_line",  cast(void**)& gtk_text_view_backward_display_line),
9868         Symbol( "gtk_text_view_forward_display_line",  cast(void**)& gtk_text_view_forward_display_line),
9869         Symbol( "gtk_text_view_get_border_window_size",  cast(void**)& gtk_text_view_get_border_window_size),
9870         Symbol( "gtk_text_view_set_border_window_size",  cast(void**)& gtk_text_view_set_border_window_size),
9871         Symbol( "gtk_text_view_get_window_type",  cast(void**)& gtk_text_view_get_window_type),
9872         Symbol( "gtk_text_view_get_window",  cast(void**)& gtk_text_view_get_window),
9873         Symbol( "gtk_text_view_window_to_buffer_coords",  cast(void**)& gtk_text_view_window_to_buffer_coords),
9874         Symbol( "gtk_text_view_buffer_to_window_coords",  cast(void**)& gtk_text_view_buffer_to_window_coords),
9875         Symbol( "gtk_text_view_get_line_at_y",  cast(void**)& gtk_text_view_get_line_at_y),
9876         Symbol( "gtk_text_view_get_line_yrange",  cast(void**)& gtk_text_view_get_line_yrange),
9877         Symbol( "gtk_text_view_get_iter_at_position",  cast(void**)& gtk_text_view_get_iter_at_position),
9878         Symbol( "gtk_text_view_get_iter_at_location",  cast(void**)& gtk_text_view_get_iter_at_location),
9879         Symbol( "gtk_text_view_get_iter_location",  cast(void**)& gtk_text_view_get_iter_location),
9880         Symbol( "gtk_text_view_get_cursor_visible",  cast(void**)& gtk_text_view_get_cursor_visible),
9881         Symbol( "gtk_text_view_set_cursor_visible",  cast(void**)& gtk_text_view_set_cursor_visible),
9882         Symbol( "gtk_text_view_get_visible_rect",  cast(void**)& gtk_text_view_get_visible_rect),
9883         Symbol( "gtk_text_view_place_cursor_onscreen",  cast(void**)& gtk_text_view_place_cursor_onscreen),
9884         Symbol( "gtk_text_view_move_mark_onscreen",  cast(void**)& gtk_text_view_move_mark_onscreen),
9885         Symbol( "gtk_text_view_scroll_mark_onscreen",  cast(void**)& gtk_text_view_scroll_mark_onscreen),
9886         Symbol( "gtk_text_view_scroll_to_mark",  cast(void**)& gtk_text_view_scroll_to_mark),
9887         Symbol( "gtk_text_view_scroll_to_iter",  cast(void**)& gtk_text_view_scroll_to_iter),
9888         Symbol( "gtk_text_view_get_buffer",  cast(void**)& gtk_text_view_get_buffer),
9889         Symbol( "gtk_text_view_set_buffer",  cast(void**)& gtk_text_view_set_buffer),
9890         Symbol( "gtk_text_view_new_with_buffer",  cast(void**)& gtk_text_view_new_with_buffer),
9891         Symbol( "gtk_text_view_new",  cast(void**)& gtk_text_view_new),
9892         Symbol( "gtk_text_view_get_type",  cast(void**)& gtk_text_view_get_type),
9893         Symbol( "gtk_text_buffer_deserialize",  cast(void**)& gtk_text_buffer_deserialize),
9894         Symbol( "gtk_text_buffer_serialize",  cast(void**)& gtk_text_buffer_serialize),
9895         Symbol( "gtk_text_buffer_get_deserialize_formats",  cast(void**)& gtk_text_buffer_get_deserialize_formats),
9896         Symbol( "gtk_text_buffer_get_serialize_formats",  cast(void**)& gtk_text_buffer_get_serialize_formats),
9897         Symbol( "gtk_text_buffer_deserialize_get_can_create_tags",  cast(void**)& gtk_text_buffer_deserialize_get_can_create_tags),
9898         Symbol( "gtk_text_buffer_deserialize_set_can_create_tags",  cast(void**)& gtk_text_buffer_deserialize_set_can_create_tags),
9899         Symbol( "gtk_text_buffer_unregister_deserialize_format",  cast(void**)& gtk_text_buffer_unregister_deserialize_format),
9900         Symbol( "gtk_text_buffer_unregister_serialize_format",  cast(void**)& gtk_text_buffer_unregister_serialize_format),
9901         Symbol( "gtk_text_buffer_register_deserialize_tagset",  cast(void**)& gtk_text_buffer_register_deserialize_tagset),
9902         Symbol( "gtk_text_buffer_register_deserialize_format",  cast(void**)& gtk_text_buffer_register_deserialize_format),
9903         Symbol( "gtk_text_buffer_register_serialize_tagset",  cast(void**)& gtk_text_buffer_register_serialize_tagset),
9904         Symbol( "gtk_text_buffer_register_serialize_format",  cast(void**)& gtk_text_buffer_register_serialize_format),
9905     //     Symbol( "_gtk_text_buffer_notify_will_remove_tag",  cast(void**)& _gtk_text_buffer_notify_will_remove_tag),
9906     //     Symbol( "_gtk_text_buffer_get_line_log_attrs",  cast(void**)& _gtk_text_buffer_get_line_log_attrs),
9907     //     Symbol( "_gtk_text_buffer_get_btree",  cast(void**)& _gtk_text_buffer_get_btree),
9908     //     Symbol( "_gtk_text_buffer_spew",  cast(void**)& _gtk_text_buffer_spew),
9909         Symbol( "gtk_text_buffer_get_paste_target_list",  cast(void**)& gtk_text_buffer_get_paste_target_list),
9910         Symbol( "gtk_text_buffer_get_copy_target_list",  cast(void**)& gtk_text_buffer_get_copy_target_list),
9911         Symbol( "gtk_text_buffer_end_user_action",  cast(void**)& gtk_text_buffer_end_user_action),
9912         Symbol( "gtk_text_buffer_begin_user_action",  cast(void**)& gtk_text_buffer_begin_user_action),
9913         Symbol( "gtk_text_buffer_delete_selection",  cast(void**)& gtk_text_buffer_delete_selection),
9914         Symbol( "gtk_text_buffer_get_selection_bounds",  cast(void**)& gtk_text_buffer_get_selection_bounds),
9915         Symbol( "gtk_text_buffer_paste_clipboard",  cast(void**)& gtk_text_buffer_paste_clipboard),
9916         Symbol( "gtk_text_buffer_copy_clipboard",  cast(void**)& gtk_text_buffer_copy_clipboard),
9917         Symbol( "gtk_text_buffer_cut_clipboard",  cast(void**)& gtk_text_buffer_cut_clipboard),
9918         Symbol( "gtk_text_buffer_remove_selection_clipboard",  cast(void**)& gtk_text_buffer_remove_selection_clipboard),
9919         Symbol( "gtk_text_buffer_add_selection_clipboard",  cast(void**)& gtk_text_buffer_add_selection_clipboard),
9920         Symbol( "gtk_text_buffer_get_has_selection",  cast(void**)& gtk_text_buffer_get_has_selection),
9921         Symbol( "gtk_text_buffer_set_modified",  cast(void**)& gtk_text_buffer_set_modified),
9922         Symbol( "gtk_text_buffer_get_modified",  cast(void**)& gtk_text_buffer_get_modified),
9923         Symbol( "gtk_text_buffer_get_iter_at_child_anchor",  cast(void**)& gtk_text_buffer_get_iter_at_child_anchor),
9924         Symbol( "gtk_text_buffer_get_iter_at_mark",  cast(void**)& gtk_text_buffer_get_iter_at_mark),
9925         Symbol( "gtk_text_buffer_get_bounds",  cast(void**)& gtk_text_buffer_get_bounds),
9926         Symbol( "gtk_text_buffer_get_end_iter",  cast(void**)& gtk_text_buffer_get_end_iter),
9927         Symbol( "gtk_text_buffer_get_start_iter",  cast(void**)& gtk_text_buffer_get_start_iter),
9928         Symbol( "gtk_text_buffer_get_iter_at_line",  cast(void**)& gtk_text_buffer_get_iter_at_line),
9929         Symbol( "gtk_text_buffer_get_iter_at_offset",  cast(void**)& gtk_text_buffer_get_iter_at_offset),
9930         Symbol( "gtk_text_buffer_get_iter_at_line_index",  cast(void**)& gtk_text_buffer_get_iter_at_line_index),
9931         Symbol( "gtk_text_buffer_get_iter_at_line_offset",  cast(void**)& gtk_text_buffer_get_iter_at_line_offset),
9932         Symbol( "gtk_text_buffer_create_tag",  cast(void**)& gtk_text_buffer_create_tag),
9933         Symbol( "gtk_text_buffer_remove_all_tags",  cast(void**)& gtk_text_buffer_remove_all_tags),
9934         Symbol( "gtk_text_buffer_remove_tag_by_name",  cast(void**)& gtk_text_buffer_remove_tag_by_name),
9935         Symbol( "gtk_text_buffer_apply_tag_by_name",  cast(void**)& gtk_text_buffer_apply_tag_by_name),
9936         Symbol( "gtk_text_buffer_remove_tag",  cast(void**)& gtk_text_buffer_remove_tag),
9937         Symbol( "gtk_text_buffer_apply_tag",  cast(void**)& gtk_text_buffer_apply_tag),
9938         Symbol( "gtk_text_buffer_select_range",  cast(void**)& gtk_text_buffer_select_range),
9939         Symbol( "gtk_text_buffer_place_cursor",  cast(void**)& gtk_text_buffer_place_cursor),
9940         Symbol( "gtk_text_buffer_get_selection_bound",  cast(void**)& gtk_text_buffer_get_selection_bound),
9941         Symbol( "gtk_text_buffer_get_insert",  cast(void**)& gtk_text_buffer_get_insert),
9942         Symbol( "gtk_text_buffer_delete_mark_by_name",  cast(void**)& gtk_text_buffer_delete_mark_by_name),
9943         Symbol( "gtk_text_buffer_move_mark_by_name",  cast(void**)& gtk_text_buffer_move_mark_by_name),
9944         Symbol( "gtk_text_buffer_get_mark",  cast(void**)& gtk_text_buffer_get_mark),
9945         Symbol( "gtk_text_buffer_delete_mark",  cast(void**)& gtk_text_buffer_delete_mark),
9946         Symbol( "gtk_text_buffer_move_mark",  cast(void**)& gtk_text_buffer_move_mark),
9947         Symbol( "gtk_text_buffer_create_mark",  cast(void**)& gtk_text_buffer_create_mark),
9948         Symbol( "gtk_text_buffer_add_mark",  cast(void**)& gtk_text_buffer_add_mark),
9949         Symbol( "gtk_text_buffer_create_child_anchor",  cast(void**)& gtk_text_buffer_create_child_anchor),
9950         Symbol( "gtk_text_buffer_insert_child_anchor",  cast(void**)& gtk_text_buffer_insert_child_anchor),
9951         Symbol( "gtk_text_buffer_insert_pixbuf",  cast(void**)& gtk_text_buffer_insert_pixbuf),
9952         Symbol( "gtk_text_buffer_get_slice",  cast(void**)& gtk_text_buffer_get_slice),
9953         Symbol( "gtk_text_buffer_get_text",  cast(void**)& gtk_text_buffer_get_text),
9954         Symbol( "gtk_text_buffer_backspace",  cast(void**)& gtk_text_buffer_backspace),
9955         Symbol( "gtk_text_buffer_delete_interactive",  cast(void**)& gtk_text_buffer_delete_interactive),
9956         Symbol( "gtk_text_buffer_delete",  cast(void**)& gtk_text_buffer_delete),
9957         Symbol( "gtk_text_buffer_insert_with_tags_by_name",  cast(void**)& gtk_text_buffer_insert_with_tags_by_name),
9958         Symbol( "gtk_text_buffer_insert_with_tags",  cast(void**)& gtk_text_buffer_insert_with_tags),
9959         Symbol( "gtk_text_buffer_insert_range_interactive",  cast(void**)& gtk_text_buffer_insert_range_interactive),
9960         Symbol( "gtk_text_buffer_insert_range",  cast(void**)& gtk_text_buffer_insert_range),
9961         Symbol( "gtk_text_buffer_insert_interactive_at_cursor",  cast(void**)& gtk_text_buffer_insert_interactive_at_cursor),
9962         Symbol( "gtk_text_buffer_insert_interactive",  cast(void**)& gtk_text_buffer_insert_interactive),
9963         Symbol( "gtk_text_buffer_insert_at_cursor",  cast(void**)& gtk_text_buffer_insert_at_cursor),
9964         Symbol( "gtk_text_buffer_insert",  cast(void**)& gtk_text_buffer_insert),
9965         Symbol( "gtk_text_buffer_set_text",  cast(void**)& gtk_text_buffer_set_text),
9966         Symbol( "gtk_text_buffer_get_tag_table",  cast(void**)& gtk_text_buffer_get_tag_table),
9967         Symbol( "gtk_text_buffer_get_char_count",  cast(void**)& gtk_text_buffer_get_char_count),
9968         Symbol( "gtk_text_buffer_get_line_count",  cast(void**)& gtk_text_buffer_get_line_count),
9969         Symbol( "gtk_text_buffer_new",  cast(void**)& gtk_text_buffer_new),
9970         Symbol( "gtk_text_buffer_get_type",  cast(void**)& gtk_text_buffer_get_type),
9971         Symbol( "gtk_text_mark_get_left_gravity",  cast(void**)& gtk_text_mark_get_left_gravity),
9972         Symbol( "gtk_text_mark_get_buffer",  cast(void**)& gtk_text_mark_get_buffer),
9973         Symbol( "gtk_text_mark_get_deleted",  cast(void**)& gtk_text_mark_get_deleted),
9974         Symbol( "gtk_text_mark_get_name",  cast(void**)& gtk_text_mark_get_name),
9975         Symbol( "gtk_text_mark_new",  cast(void**)& gtk_text_mark_new),
9976         Symbol( "gtk_text_mark_get_visible",  cast(void**)& gtk_text_mark_get_visible),
9977         Symbol( "gtk_text_mark_set_visible",  cast(void**)& gtk_text_mark_set_visible),
9978         Symbol( "gtk_text_mark_get_type",  cast(void**)& gtk_text_mark_get_type),
9979     //     Symbol( "_gtk_text_tag_table_remove_buffer",  cast(void**)& _gtk_text_tag_table_remove_buffer),
9980     //     Symbol( "_gtk_text_tag_table_add_buffer",  cast(void**)& _gtk_text_tag_table_add_buffer),
9981         Symbol( "gtk_text_tag_table_get_size",  cast(void**)& gtk_text_tag_table_get_size),
9982         Symbol( "gtk_text_tag_table_foreach",  cast(void**)& gtk_text_tag_table_foreach),
9983         Symbol( "gtk_text_tag_table_lookup",  cast(void**)& gtk_text_tag_table_lookup),
9984         Symbol( "gtk_text_tag_table_remove",  cast(void**)& gtk_text_tag_table_remove),
9985         Symbol( "gtk_text_tag_table_add",  cast(void**)& gtk_text_tag_table_add),
9986         Symbol( "gtk_text_tag_table_new",  cast(void**)& gtk_text_tag_table_new),
9987         Symbol( "gtk_text_tag_table_get_type",  cast(void**)& gtk_text_tag_table_get_type),
9988         Symbol( "gtk_tearoff_menu_item_new",  cast(void**)& gtk_tearoff_menu_item_new),
9989         Symbol( "gtk_tearoff_menu_item_get_type",  cast(void**)& gtk_tearoff_menu_item_get_type),
9990         Symbol( "gtk_table_get_homogeneous",  cast(void**)& gtk_table_get_homogeneous),
9991         Symbol( "gtk_table_set_homogeneous",  cast(void**)& gtk_table_set_homogeneous),
9992         Symbol( "gtk_table_get_default_col_spacing",  cast(void**)& gtk_table_get_default_col_spacing),
9993         Symbol( "gtk_table_set_col_spacings",  cast(void**)& gtk_table_set_col_spacings),
9994         Symbol( "gtk_table_get_default_row_spacing",  cast(void**)& gtk_table_get_default_row_spacing),
9995         Symbol( "gtk_table_set_row_spacings",  cast(void**)& gtk_table_set_row_spacings),
9996         Symbol( "gtk_table_get_col_spacing",  cast(void**)& gtk_table_get_col_spacing),
9997         Symbol( "gtk_table_set_col_spacing",  cast(void**)& gtk_table_set_col_spacing),
9998         Symbol( "gtk_table_get_row_spacing",  cast(void**)& gtk_table_get_row_spacing),
9999         Symbol( "gtk_table_set_row_spacing",  cast(void**)& gtk_table_set_row_spacing),
10000         Symbol( "gtk_table_attach_defaults",  cast(void**)& gtk_table_attach_defaults),
10001         Symbol( "gtk_table_attach",  cast(void**)& gtk_table_attach),
10002         Symbol( "gtk_table_resize",  cast(void**)& gtk_table_resize),
10003         Symbol( "gtk_table_new",  cast(void**)& gtk_table_new),
10004         Symbol( "gtk_table_get_type",  cast(void**)& gtk_table_get_type),
10005         Symbol( "gtk_stock_set_translate_func",  cast(void**)& gtk_stock_set_translate_func),
10006         Symbol( "gtk_stock_item_free",  cast(void**)& gtk_stock_item_free),
10007         Symbol( "gtk_stock_item_copy",  cast(void**)& gtk_stock_item_copy),
10008         Symbol( "gtk_stock_list_ids",  cast(void**)& gtk_stock_list_ids),
10009         Symbol( "gtk_stock_lookup",  cast(void**)& gtk_stock_lookup),
10010         Symbol( "gtk_stock_add_static",  cast(void**)& gtk_stock_add_static),
10011         Symbol( "gtk_stock_add",  cast(void**)& gtk_stock_add),
10012         Symbol( "gtk_status_icon_get_geometry",  cast(void**)& gtk_status_icon_get_geometry),
10013         Symbol( "gtk_status_icon_position_menu",  cast(void**)& gtk_status_icon_position_menu),
10014         Symbol( "gtk_status_icon_is_embedded",  cast(void**)& gtk_status_icon_is_embedded),
10015         Symbol( "gtk_status_icon_get_blinking",  cast(void**)& gtk_status_icon_get_blinking),
10016         Symbol( "gtk_status_icon_set_blinking",  cast(void**)& gtk_status_icon_set_blinking),
10017         Symbol( "gtk_status_icon_get_visible",  cast(void**)& gtk_status_icon_get_visible),
10018         Symbol( "gtk_status_icon_set_visible",  cast(void**)& gtk_status_icon_set_visible),
10019         Symbol( "gtk_status_icon_set_tooltip",  cast(void**)& gtk_status_icon_set_tooltip),
10020         Symbol( "gtk_status_icon_get_screen",  cast(void**)& gtk_status_icon_get_screen),
10021         Symbol( "gtk_status_icon_set_screen",  cast(void**)& gtk_status_icon_set_screen),
10022         Symbol( "gtk_status_icon_get_size",  cast(void**)& gtk_status_icon_get_size),
10023         Symbol( "gtk_status_icon_get_icon_name",  cast(void**)& gtk_status_icon_get_icon_name),
10024         Symbol( "gtk_status_icon_get_stock",  cast(void**)& gtk_status_icon_get_stock),
10025         Symbol( "gtk_status_icon_get_pixbuf",  cast(void**)& gtk_status_icon_get_pixbuf),
10026         Symbol( "gtk_status_icon_get_storage_type",  cast(void**)& gtk_status_icon_get_storage_type),
10027         Symbol( "gtk_status_icon_set_from_icon_name",  cast(void**)& gtk_status_icon_set_from_icon_name),
10028         Symbol( "gtk_status_icon_set_from_stock",  cast(void**)& gtk_status_icon_set_from_stock),
10029         Symbol( "gtk_status_icon_set_from_file",  cast(void**)& gtk_status_icon_set_from_file),
10030         Symbol( "gtk_status_icon_set_from_pixbuf",  cast(void**)& gtk_status_icon_set_from_pixbuf),
10031         Symbol( "gtk_status_icon_new_from_icon_name",  cast(void**)& gtk_status_icon_new_from_icon_name),
10032         Symbol( "gtk_status_icon_new_from_stock",  cast(void**)& gtk_status_icon_new_from_stock),
10033         Symbol( "gtk_status_icon_new_from_file",  cast(void**)& gtk_status_icon_new_from_file),
10034         Symbol( "gtk_status_icon_new_from_pixbuf",  cast(void**)& gtk_status_icon_new_from_pixbuf),
10035         Symbol( "gtk_status_icon_new",  cast(void**)& gtk_status_icon_new),
10036         Symbol( "gtk_status_icon_get_type",  cast(void**)& gtk_status_icon_get_type),
10037         Symbol( "gtk_statusbar_get_has_resize_grip",  cast(void**)& gtk_statusbar_get_has_resize_grip),
10038         Symbol( "gtk_statusbar_set_has_resize_grip",  cast(void**)& gtk_statusbar_set_has_resize_grip),
10039         Symbol( "gtk_statusbar_remove",  cast(void**)& gtk_statusbar_remove),
10040         Symbol( "gtk_statusbar_pop",  cast(void**)& gtk_statusbar_pop),
10041         Symbol( "gtk_statusbar_push",  cast(void**)& gtk_statusbar_push),
10042         Symbol( "gtk_statusbar_get_context_id",  cast(void**)& gtk_statusbar_get_context_id),
10043         Symbol( "gtk_statusbar_new",  cast(void**)& gtk_statusbar_new),
10044         Symbol( "gtk_statusbar_get_type",  cast(void**)& gtk_statusbar_get_type),
10045         Symbol( "gtk_spin_button_update",  cast(void**)& gtk_spin_button_update),
10046         Symbol( "gtk_spin_button_get_snap_to_ticks",  cast(void**)& gtk_spin_button_get_snap_to_ticks),
10047         Symbol( "gtk_spin_button_set_snap_to_ticks",  cast(void**)& gtk_spin_button_set_snap_to_ticks),
10048         Symbol( "gtk_spin_button_get_wrap",  cast(void**)& gtk_spin_button_get_wrap),
10049         Symbol( "gtk_spin_button_set_wrap",  cast(void**)& gtk_spin_button_set_wrap),
10050         Symbol( "gtk_spin_button_spin",  cast(void**)& gtk_spin_button_spin),
10051         Symbol( "gtk_spin_button_get_numeric",  cast(void**)& gtk_spin_button_get_numeric),
10052         Symbol( "gtk_spin_button_set_numeric",  cast(void**)& gtk_spin_button_set_numeric),
10053         Symbol( "gtk_spin_button_get_update_policy",  cast(void**)& gtk_spin_button_get_update_policy),
10054         Symbol( "gtk_spin_button_set_update_policy",  cast(void**)& gtk_spin_button_set_update_policy),
10055         Symbol( "gtk_spin_button_set_value",  cast(void**)& gtk_spin_button_set_value),
10056         Symbol( "gtk_spin_button_get_value_as_int",  cast(void**)& gtk_spin_button_get_value_as_int),
10057         Symbol( "gtk_spin_button_get_value",  cast(void**)& gtk_spin_button_get_value),
10058         Symbol( "gtk_spin_button_get_range",  cast(void**)& gtk_spin_button_get_range),
10059         Symbol( "gtk_spin_button_set_range",  cast(void**)& gtk_spin_button_set_range),
10060         Symbol( "gtk_spin_button_get_increments",  cast(void**)& gtk_spin_button_get_increments),
10061         Symbol( "gtk_spin_button_set_increments",  cast(void**)& gtk_spin_button_set_increments),
10062         Symbol( "gtk_spin_button_get_digits",  cast(void**)& gtk_spin_button_get_digits),
10063         Symbol( "gtk_spin_button_set_digits",  cast(void**)& gtk_spin_button_set_digits),
10064         Symbol( "gtk_spin_button_get_adjustment",  cast(void**)& gtk_spin_button_get_adjustment),
10065         Symbol( "gtk_spin_button_set_adjustment",  cast(void**)& gtk_spin_button_set_adjustment),
10066         Symbol( "gtk_spin_button_new_with_range",  cast(void**)& gtk_spin_button_new_with_range),
10067         Symbol( "gtk_spin_button_new",  cast(void**)& gtk_spin_button_new),
10068         Symbol( "gtk_spin_button_configure",  cast(void**)& gtk_spin_button_configure),
10069         Symbol( "gtk_spin_button_get_type",  cast(void**)& gtk_spin_button_get_type),
10070     //     Symbol( "_gtk_size_group_queue_resize",  cast(void**)& _gtk_size_group_queue_resize),
10071     //     Symbol( "_gtk_size_group_compute_requisition",  cast(void**)& _gtk_size_group_compute_requisition),
10072     //     Symbol( "_gtk_size_group_get_child_requisition",  cast(void**)& _gtk_size_group_get_child_requisition),
10073         Symbol( "gtk_size_group_get_widgets",  cast(void**)& gtk_size_group_get_widgets),
10074         Symbol( "gtk_size_group_remove_widget",  cast(void**)& gtk_size_group_remove_widget),
10075         Symbol( "gtk_size_group_add_widget",  cast(void**)& gtk_size_group_add_widget),
10076         Symbol( "gtk_size_group_get_ignore_hidden",  cast(void**)& gtk_size_group_get_ignore_hidden),
10077         Symbol( "gtk_size_group_set_ignore_hidden",  cast(void**)& gtk_size_group_set_ignore_hidden),
10078         Symbol( "gtk_size_group_get_mode",  cast(void**)& gtk_size_group_get_mode),
10079         Symbol( "gtk_size_group_set_mode",  cast(void**)& gtk_size_group_set_mode),
10080         Symbol( "gtk_size_group_new",  cast(void**)& gtk_size_group_new),
10081         Symbol( "gtk_size_group_get_type",  cast(void**)& gtk_size_group_get_type),
10082         Symbol( "gtk_separator_tool_item_set_draw",  cast(void**)& gtk_separator_tool_item_set_draw),
10083         Symbol( "gtk_separator_tool_item_get_draw",  cast(void**)& gtk_separator_tool_item_get_draw),
10084         Symbol( "gtk_separator_tool_item_new",  cast(void**)& gtk_separator_tool_item_new),
10085         Symbol( "gtk_separator_tool_item_get_type",  cast(void**)& gtk_separator_tool_item_get_type),
10086         Symbol( "gtk_separator_menu_item_new",  cast(void**)& gtk_separator_menu_item_new),
10087         Symbol( "gtk_separator_menu_item_get_type",  cast(void**)& gtk_separator_menu_item_get_type),
10088     //     Symbol( "_gtk_scrolled_window_get_scrollbar_spacing",  cast(void**)& _gtk_scrolled_window_get_scrollbar_spacing),
10089         Symbol( "gtk_scrolled_window_add_with_viewport",  cast(void**)& gtk_scrolled_window_add_with_viewport),
10090         Symbol( "gtk_scrolled_window_get_shadow_type",  cast(void**)& gtk_scrolled_window_get_shadow_type),
10091         Symbol( "gtk_scrolled_window_set_shadow_type",  cast(void**)& gtk_scrolled_window_set_shadow_type),
10092         Symbol( "gtk_scrolled_window_get_placement",  cast(void**)& gtk_scrolled_window_get_placement),
10093         Symbol( "gtk_scrolled_window_unset_placement",  cast(void**)& gtk_scrolled_window_unset_placement),
10094         Symbol( "gtk_scrolled_window_set_placement",  cast(void**)& gtk_scrolled_window_set_placement),
10095         Symbol( "gtk_scrolled_window_get_policy",  cast(void**)& gtk_scrolled_window_get_policy),
10096         Symbol( "gtk_scrolled_window_set_policy",  cast(void**)& gtk_scrolled_window_set_policy),
10097         Symbol( "gtk_scrolled_window_get_vscrollbar",  cast(void**)& gtk_scrolled_window_get_vscrollbar),
10098         Symbol( "gtk_widget_set_tooltip_window",  cast(void**)& gtk_widget_set_tooltip_window),
10099         Symbol( "gtk_scrolled_window_get_hscrollbar",  cast(void**)& gtk_scrolled_window_get_hscrollbar),
10100         Symbol( "gtk_scrolled_window_get_vadjustment",  cast(void**)& gtk_scrolled_window_get_vadjustment),
10101         Symbol( "gtk_scrolled_window_get_hadjustment",  cast(void**)& gtk_scrolled_window_get_hadjustment),
10102         Symbol( "gtk_scrolled_window_set_vadjustment",  cast(void**)& gtk_scrolled_window_set_vadjustment),
10103         Symbol( "gtk_scrolled_window_set_hadjustment",  cast(void**)& gtk_scrolled_window_set_hadjustment),
10104         Symbol( "gtk_scrolled_window_new",  cast(void**)& gtk_scrolled_window_new),
10105         Symbol( "gtk_scrolled_window_get_type",  cast(void**)& gtk_scrolled_window_get_type),
10106         Symbol( "gtk_viewport_get_shadow_type",  cast(void**)& gtk_viewport_get_shadow_type),
10107         Symbol( "gtk_viewport_set_shadow_type",  cast(void**)& gtk_viewport_set_shadow_type),
10108         Symbol( "gtk_viewport_set_vadjustment",  cast(void**)& gtk_viewport_set_vadjustment),
10109         Symbol( "gtk_viewport_set_hadjustment",  cast(void**)& gtk_viewport_set_hadjustment),
10110         Symbol( "gtk_viewport_get_vadjustment",  cast(void**)& gtk_viewport_get_vadjustment),
10111         Symbol( "gtk_viewport_get_hadjustment",  cast(void**)& gtk_viewport_get_hadjustment),
10112         Symbol( "gtk_viewport_new",  cast(void**)& gtk_viewport_new),
10113         Symbol( "gtk_viewport_get_type",  cast(void**)& gtk_viewport_get_type),
10114         Symbol( "gtk_scale_button_set_adjustment",  cast(void**)& gtk_scale_button_set_adjustment),
10115         Symbol( "gtk_scale_button_get_adjustment",  cast(void**)& gtk_scale_button_get_adjustment),
10116         Symbol( "gtk_scale_button_set_value",  cast(void**)& gtk_scale_button_set_value),
10117         Symbol( "gtk_scale_button_get_value",  cast(void**)& gtk_scale_button_get_value),
10118         Symbol( "gtk_scale_button_set_icons",  cast(void**)& gtk_scale_button_set_icons),
10119         Symbol( "gtk_scale_button_new",  cast(void**)& gtk_scale_button_new),
10120         Symbol( "gtk_scale_button_get_type",  cast(void**)& gtk_scale_button_get_type),
10121         Symbol( "gtk_recent_chooser_widget_new_for_manager",  cast(void**)& gtk_recent_chooser_widget_new_for_manager),
10122         Symbol( "gtk_recent_chooser_widget_new",  cast(void**)& gtk_recent_chooser_widget_new),
10123         Symbol( "gtk_recent_chooser_widget_get_type",  cast(void**)& gtk_recent_chooser_widget_get_type),
10124         Symbol( "gtk_recent_chooser_menu_set_show_numbers",  cast(void**)& gtk_recent_chooser_menu_set_show_numbers),
10125         Symbol( "gtk_recent_chooser_menu_get_show_numbers",  cast(void**)& gtk_recent_chooser_menu_get_show_numbers),
10126         Symbol( "gtk_recent_chooser_menu_new_for_manager",  cast(void**)& gtk_recent_chooser_menu_new_for_manager),
10127         Symbol( "gtk_recent_chooser_menu_new",  cast(void**)& gtk_recent_chooser_menu_new),
10128         Symbol( "gtk_recent_chooser_menu_get_type",  cast(void**)& gtk_recent_chooser_menu_get_type),
10129         Symbol( "gtk_recent_chooser_dialog_new_for_manager",  cast(void**)& gtk_recent_chooser_dialog_new_for_manager),
10130         Symbol( "gtk_recent_chooser_dialog_new",  cast(void**)& gtk_recent_chooser_dialog_new),
10131         Symbol( "gtk_recent_chooser_dialog_get_type",  cast(void**)& gtk_recent_chooser_dialog_get_type),
10132         Symbol( "gtk_recent_chooser_get_filter",  cast(void**)& gtk_recent_chooser_get_filter),
10133         Symbol( "gtk_recent_chooser_set_filter",  cast(void**)& gtk_recent_chooser_set_filter),
10134         Symbol( "gtk_recent_chooser_list_filters",  cast(void**)& gtk_recent_chooser_list_filters),
10135         Symbol( "gtk_recent_chooser_remove_filter",  cast(void**)& gtk_recent_chooser_remove_filter),
10136         Symbol( "gtk_recent_chooser_add_filter",  cast(void**)& gtk_recent_chooser_add_filter),
10137         Symbol( "gtk_recent_chooser_get_uris",  cast(void**)& gtk_recent_chooser_get_uris),
10138         Symbol( "gtk_recent_chooser_get_items",  cast(void**)& gtk_recent_chooser_get_items),
10139         Symbol( "gtk_recent_chooser_unselect_all",  cast(void**)& gtk_recent_chooser_unselect_all),
10140         Symbol( "gtk_recent_chooser_select_all",  cast(void**)& gtk_recent_chooser_select_all),
10141         Symbol( "gtk_recent_chooser_unselect_uri",  cast(void**)& gtk_recent_chooser_unselect_uri),
10142         Symbol( "gtk_recent_chooser_select_uri",  cast(void**)& gtk_recent_chooser_select_uri),
10143         Symbol( "gtk_recent_chooser_get_current_item",  cast(void**)& gtk_recent_chooser_get_current_item),
10144         Symbol( "gtk_recent_chooser_get_current_uri",  cast(void**)& gtk_recent_chooser_get_current_uri),
10145         Symbol( "gtk_recent_chooser_set_current_uri",  cast(void**)& gtk_recent_chooser_set_current_uri),
10146         Symbol( "gtk_recent_chooser_set_sort_func",  cast(void**)& gtk_recent_chooser_set_sort_func),
10147         Symbol( "gtk_recent_chooser_get_sort_type",  cast(void**)& gtk_recent_chooser_get_sort_type),
10148         Symbol( "gtk_recent_chooser_set_sort_type",  cast(void**)& gtk_recent_chooser_set_sort_type),
10149         Symbol( "gtk_recent_chooser_get_show_icons",  cast(void**)& gtk_recent_chooser_get_show_icons),
10150         Symbol( "gtk_recent_chooser_set_show_icons",  cast(void**)& gtk_recent_chooser_set_show_icons),
10151         Symbol( "gtk_recent_chooser_get_show_numbers",  cast(void**)& gtk_recent_chooser_get_show_numbers),
10152         Symbol( "gtk_recent_chooser_set_show_numbers",  cast(void**)& gtk_recent_chooser_set_show_numbers),
10153         Symbol( "gtk_recent_chooser_get_show_tips",  cast(void**)& gtk_recent_chooser_get_show_tips),
10154         Symbol( "gtk_recent_chooser_set_show_tips",  cast(void**)& gtk_recent_chooser_set_show_tips),
10155         Symbol( "gtk_recent_chooser_get_local_only",  cast(void**)& gtk_recent_chooser_get_local_only),
10156         Symbol( "gtk_recent_chooser_set_local_only",  cast(void**)& gtk_recent_chooser_set_local_only),
10157         Symbol( "gtk_recent_chooser_get_limit",  cast(void**)& gtk_recent_chooser_get_limit),
10158         Symbol( "gtk_recent_chooser_set_limit",  cast(void**)& gtk_recent_chooser_set_limit),
10159         Symbol( "gtk_recent_chooser_get_select_multiple",  cast(void**)& gtk_recent_chooser_get_select_multiple),
10160         Symbol( "gtk_recent_chooser_set_select_multiple",  cast(void**)& gtk_recent_chooser_set_select_multiple),
10161         Symbol( "gtk_recent_chooser_get_show_not_found",  cast(void**)& gtk_recent_chooser_get_show_not_found),
10162         Symbol( "gtk_recent_chooser_set_show_not_found",  cast(void**)& gtk_recent_chooser_set_show_not_found),
10163         Symbol( "gtk_recent_chooser_get_show_private",  cast(void**)& gtk_recent_chooser_get_show_private),
10164         Symbol( "gtk_recent_chooser_set_show_private",  cast(void**)& gtk_recent_chooser_set_show_private),
10165         Symbol( "gtk_recent_chooser_get_type",  cast(void**)& gtk_recent_chooser_get_type),
10166         Symbol( "gtk_recent_chooser_error_quark",  cast(void**)& gtk_recent_chooser_error_quark),
10167         Symbol( "gtk_recent_filter_filter",  cast(void**)& gtk_recent_filter_filter),
10168         Symbol( "gtk_recent_filter_get_needed",  cast(void**)& gtk_recent_filter_get_needed),
10169         Symbol( "gtk_recent_filter_add_custom",  cast(void**)& gtk_recent_filter_add_custom),
10170         Symbol( "gtk_recent_filter_add_age",  cast(void**)& gtk_recent_filter_add_age),
10171         Symbol( "gtk_recent_filter_add_group",  cast(void**)& gtk_recent_filter_add_group),
10172         Symbol( "gtk_recent_filter_add_application",  cast(void**)& gtk_recent_filter_add_application),
10173         Symbol( "gtk_recent_filter_add_pixbuf_formats",  cast(void**)& gtk_recent_filter_add_pixbuf_formats),
10174         Symbol( "gtk_recent_filter_add_pattern",  cast(void**)& gtk_recent_filter_add_pattern),
10175         Symbol( "gtk_recent_filter_add_mime_type",  cast(void**)& gtk_recent_filter_add_mime_type),
10176         Symbol( "gtk_recent_filter_get_name",  cast(void**)& gtk_recent_filter_get_name),
10177         Symbol( "gtk_recent_filter_set_name",  cast(void**)& gtk_recent_filter_set_name),
10178         Symbol( "gtk_recent_filter_new",  cast(void**)& gtk_recent_filter_new),
10179         Symbol( "gtk_recent_filter_get_type",  cast(void**)& gtk_recent_filter_get_type),
10180         Symbol( "gtk_recent_action_set_show_numbers",  cast(void**)& gtk_recent_action_set_show_numbers),
10181         Symbol( "gtk_recent_action_get_show_numbers",  cast(void**)& gtk_recent_action_get_show_numbers),
10182         Symbol( "gtk_recent_action_new_for_manager",  cast(void**)& gtk_recent_action_new_for_manager),
10183         Symbol( "gtk_recent_action_new",  cast(void**)& gtk_recent_action_new),
10184         Symbol( "gtk_recent_action_get_type",  cast(void**)& gtk_recent_action_get_type),
10185     //     Symbol( "_gtk_recent_manager_sync",  cast(void**)& _gtk_recent_manager_sync),
10186         Symbol( "gtk_recent_info_match",  cast(void**)& gtk_recent_info_match),
10187         Symbol( "gtk_recent_info_exists",  cast(void**)& gtk_recent_info_exists),
10188         Symbol( "gtk_recent_info_is_local",  cast(void**)& gtk_recent_info_is_local),
10189         Symbol( "gtk_recent_info_get_age",  cast(void**)& gtk_recent_info_get_age),
10190         Symbol( "gtk_recent_info_get_uri_display",  cast(void**)& gtk_recent_info_get_uri_display),
10191         Symbol( "gtk_recent_info_get_short_name",  cast(void**)& gtk_recent_info_get_short_name),
10192         Symbol( "gtk_recent_info_get_icon",  cast(void**)& gtk_recent_info_get_icon),
10193         Symbol( "gtk_recent_info_has_group",  cast(void**)& gtk_recent_info_has_group),
10194         Symbol( "gtk_recent_info_get_groups",  cast(void**)& gtk_recent_info_get_groups),
10195         Symbol( "gtk_recent_info_has_application",  cast(void**)& gtk_recent_info_has_application),
10196         Symbol( "gtk_recent_info_last_application",  cast(void**)& gtk_recent_info_last_application),
10197         Symbol( "gtk_recent_info_get_applications",  cast(void**)& gtk_recent_info_get_applications),
10198         Symbol( "gtk_recent_info_get_application_info",  cast(void**)& gtk_recent_info_get_application_info),
10199         Symbol( "gtk_recent_info_get_private_hint",  cast(void**)& gtk_recent_info_get_private_hint),
10200         Symbol( "gtk_recent_info_get_visited",  cast(void**)& gtk_recent_info_get_visited),
10201         Symbol( "gtk_recent_info_get_modified",  cast(void**)& gtk_recent_info_get_modified),
10202         Symbol( "gtk_recent_info_get_added",  cast(void**)& gtk_recent_info_get_added),
10203         Symbol( "gtk_recent_info_get_mime_type",  cast(void**)& gtk_recent_info_get_mime_type),
10204         Symbol( "gtk_recent_info_get_description",  cast(void**)& gtk_recent_info_get_description),
10205         Symbol( "gtk_recent_info_get_display_name",  cast(void**)& gtk_recent_info_get_display_name),
10206         Symbol( "gtk_recent_info_get_uri",  cast(void**)& gtk_recent_info_get_uri),
10207         Symbol( "gtk_recent_info_unref",  cast(void**)& gtk_recent_info_unref),
10208         Symbol( "gtk_recent_info_ref",  cast(void**)& gtk_recent_info_ref),
10209         Symbol( "gtk_recent_info_get_type",  cast(void**)& gtk_recent_info_get_type),
10210         Symbol( "gtk_recent_manager_purge_items",  cast(void**)& gtk_recent_manager_purge_items),
10211         Symbol( "gtk_recent_manager_get_items",  cast(void**)& gtk_recent_manager_get_items),
10212         Symbol( "gtk_recent_manager_get_limit",  cast(void**)& gtk_recent_manager_get_limit),
10213         Symbol( "gtk_recent_manager_set_limit",  cast(void**)& gtk_recent_manager_set_limit),
10214         Symbol( "gtk_recent_manager_move_item",  cast(void**)& gtk_recent_manager_move_item),
10215         Symbol( "gtk_recent_manager_has_item",  cast(void**)& gtk_recent_manager_has_item),
10216         Symbol( "gtk_recent_manager_lookup_item",  cast(void**)& gtk_recent_manager_lookup_item),
10217         Symbol( "gtk_recent_manager_remove_item",  cast(void**)& gtk_recent_manager_remove_item),
10218         Symbol( "gtk_recent_manager_add_full",  cast(void**)& gtk_recent_manager_add_full),
10219         Symbol( "gtk_recent_manager_add_item",  cast(void**)& gtk_recent_manager_add_item),
10220         Symbol( "gtk_recent_manager_set_screen",  cast(void**)& gtk_recent_manager_set_screen),
10221         Symbol( "gtk_recent_manager_get_for_screen",  cast(void**)& gtk_recent_manager_get_for_screen),
10222         Symbol( "gtk_recent_manager_get_default",  cast(void**)& gtk_recent_manager_get_default),
10223         Symbol( "gtk_recent_manager_new",  cast(void**)& gtk_recent_manager_new),
10224         Symbol( "gtk_recent_manager_get_type",  cast(void**)& gtk_recent_manager_get_type),
10225         Symbol( "gtk_recent_manager_error_quark",  cast(void**)& gtk_recent_manager_error_quark),
10226         Symbol( "gtk_radio_tool_button_set_group",  cast(void**)& gtk_radio_tool_button_set_group),
10227         Symbol( "gtk_radio_tool_button_get_group",  cast(void**)& gtk_radio_tool_button_get_group),
10228         Symbol( "gtk_radio_tool_button_new_with_stock_from_widget",  cast(void**)& gtk_radio_tool_button_new_with_stock_from_widget),
10229         Symbol( "gtk_radio_tool_button_new_from_widget",  cast(void**)& gtk_radio_tool_button_new_from_widget),
10230         Symbol( "gtk_radio_tool_button_new_from_stock",  cast(void**)& gtk_radio_tool_button_new_from_stock),
10231         Symbol( "gtk_radio_tool_button_new",  cast(void**)& gtk_radio_tool_button_new),
10232         Symbol( "gtk_radio_tool_button_get_type",  cast(void**)& gtk_radio_tool_button_get_type),
10233         Symbol( "gtk_toggle_tool_button_get_active",  cast(void**)& gtk_toggle_tool_button_get_active),
10234         Symbol( "gtk_toggle_tool_button_set_active",  cast(void**)& gtk_toggle_tool_button_set_active),
10235         Symbol( "gtk_toggle_tool_button_new_from_stock",  cast(void**)& gtk_toggle_tool_button_new_from_stock),
10236         Symbol( "gtk_toggle_tool_button_new",  cast(void**)& gtk_toggle_tool_button_new),
10237         Symbol( "gtk_toggle_tool_button_get_type",  cast(void**)& gtk_toggle_tool_button_get_type),
10238         Symbol( "gtk_radio_menu_item_set_group",  cast(void**)& gtk_radio_menu_item_set_group),
10239         Symbol( "gtk_radio_menu_item_get_group",  cast(void**)& gtk_radio_menu_item_get_group),
10240         Symbol( "gtk_radio_menu_item_new_with_label_from_widget",  cast(void**)& gtk_radio_menu_item_new_with_label_from_widget),
10241         Symbol( "gtk_radio_menu_item_new_with_mnemonic_from_widget",  cast(void**)& gtk_radio_menu_item_new_with_mnemonic_from_widget),
10242         Symbol( "gtk_radio_menu_item_new_from_widget",  cast(void**)& gtk_radio_menu_item_new_from_widget),
10243         Symbol( "gtk_radio_menu_item_new_with_mnemonic",  cast(void**)& gtk_radio_menu_item_new_with_mnemonic),
10244         Symbol( "gtk_radio_menu_item_new_with_label",  cast(void**)& gtk_radio_menu_item_new_with_label),
10245         Symbol( "gtk_radio_menu_item_new",  cast(void**)& gtk_radio_menu_item_new),
10246         Symbol( "gtk_radio_menu_item_get_type",  cast(void**)& gtk_radio_menu_item_get_type),
10247         Symbol( "gtk_radio_button_set_group",  cast(void**)& gtk_radio_button_set_group),
10248         Symbol( "gtk_radio_button_get_group",  cast(void**)& gtk_radio_button_get_group),
10249         Symbol( "gtk_radio_button_new_with_mnemonic_from_widget",  cast(void**)& gtk_radio_button_new_with_mnemonic_from_widget),
10250         Symbol( "gtk_radio_button_new_with_mnemonic",  cast(void**)& gtk_radio_button_new_with_mnemonic),
10251         Symbol( "gtk_radio_button_new_with_label_from_widget",  cast(void**)& gtk_radio_button_new_with_label_from_widget),
10252         Symbol( "gtk_radio_button_new_with_label",  cast(void**)& gtk_radio_button_new_with_label),
10253         Symbol( "gtk_radio_button_new_from_widget",  cast(void**)& gtk_radio_button_new_from_widget),
10254         Symbol( "gtk_radio_button_new",  cast(void**)& gtk_radio_button_new),
10255         Symbol( "gtk_radio_button_get_type",  cast(void**)& gtk_radio_button_get_type),
10256         Symbol( "gtk_radio_action_set_current_value",  cast(void**)& gtk_radio_action_set_current_value),
10257         Symbol( "gtk_radio_action_get_current_value",  cast(void**)& gtk_radio_action_get_current_value),
10258         Symbol( "gtk_radio_action_set_group",  cast(void**)& gtk_radio_action_set_group),
10259         Symbol( "gtk_radio_action_get_group",  cast(void**)& gtk_radio_action_get_group),
10260         Symbol( "gtk_radio_action_new",  cast(void**)& gtk_radio_action_new),
10261         Symbol( "gtk_radio_action_get_type",  cast(void**)& gtk_radio_action_get_type),
10262         Symbol( "gtk_toggle_action_get_draw_as_radio",  cast(void**)& gtk_toggle_action_get_draw_as_radio),
10263         Symbol( "gtk_toggle_action_set_draw_as_radio",  cast(void**)& gtk_toggle_action_set_draw_as_radio),
10264         Symbol( "gtk_toggle_action_get_active",  cast(void**)& gtk_toggle_action_get_active),
10265         Symbol( "gtk_toggle_action_set_active",  cast(void**)& gtk_toggle_action_set_active),
10266         Symbol( "gtk_toggle_action_toggled",  cast(void**)& gtk_toggle_action_toggled),
10267         Symbol( "gtk_toggle_action_new",  cast(void**)& gtk_toggle_action_new),
10268         Symbol( "gtk_toggle_action_get_type",  cast(void**)& gtk_toggle_action_get_type),
10269         Symbol( "gtk_progress_bar_update",  cast(void**)& gtk_progress_bar_update),
10270         Symbol( "gtk_progress_bar_set_activity_blocks",  cast(void**)& gtk_progress_bar_set_activity_blocks),
10271         Symbol( "gtk_progress_bar_set_activity_step",  cast(void**)& gtk_progress_bar_set_activity_step),
10272         Symbol( "gtk_progress_bar_set_discrete_blocks",  cast(void**)& gtk_progress_bar_set_discrete_blocks),
10273         Symbol( "gtk_progress_bar_set_bar_style",  cast(void**)& gtk_progress_bar_set_bar_style),
10274         Symbol( "gtk_progress_bar_new_with_adjustment",  cast(void**)& gtk_progress_bar_new_with_adjustment),
10275         Symbol( "gtk_progress_bar_get_ellipsize",  cast(void**)& gtk_progress_bar_get_ellipsize),
10276         Symbol( "gtk_progress_bar_set_ellipsize",  cast(void**)& gtk_progress_bar_set_ellipsize),
10277         Symbol( "gtk_progress_bar_get_orientation",  cast(void**)& gtk_progress_bar_get_orientation),
10278         Symbol( "gtk_progress_bar_get_pulse_step",  cast(void**)& gtk_progress_bar_get_pulse_step),
10279         Symbol( "gtk_progress_bar_get_fraction",  cast(void**)& gtk_progress_bar_get_fraction),
10280         Symbol( "gtk_progress_bar_get_text",  cast(void**)& gtk_progress_bar_get_text),
10281         Symbol( "gtk_progress_bar_set_orientation",  cast(void**)& gtk_progress_bar_set_orientation),
10282         Symbol( "gtk_progress_bar_set_pulse_step",  cast(void**)& gtk_progress_bar_set_pulse_step),
10283         Symbol( "gtk_progress_bar_set_fraction",  cast(void**)& gtk_progress_bar_set_fraction),
10284         Symbol( "gtk_progress_bar_set_text",  cast(void**)& gtk_progress_bar_set_text),
10285         Symbol( "gtk_progress_bar_pulse",  cast(void**)& gtk_progress_bar_pulse),
10286         Symbol( "gtk_progress_bar_new",  cast(void**)& gtk_progress_bar_new),
10287         Symbol( "gtk_progress_bar_get_type",  cast(void**)& gtk_progress_bar_get_type),
10288         Symbol( "gtk_progress_get_percentage_from_value",  cast(void**)& gtk_progress_get_percentage_from_value),
10289         Symbol( "gtk_progress_get_current_percentage",  cast(void**)& gtk_progress_get_current_percentage),
10290         Symbol( "gtk_progress_get_text_from_value",  cast(void**)& gtk_progress_get_text_from_value),
10291         Symbol( "gtk_progress_get_current_text",  cast(void**)& gtk_progress_get_current_text),
10292         Symbol( "gtk_progress_set_activity_mode",  cast(void**)& gtk_progress_set_activity_mode),
10293         Symbol( "gtk_progress_get_value",  cast(void**)& gtk_progress_get_value),
10294         Symbol( "gtk_progress_set_value",  cast(void**)& gtk_progress_set_value),
10295         Symbol( "gtk_progress_set_percentage",  cast(void**)& gtk_progress_set_percentage),
10296         Symbol( "gtk_progress_configure",  cast(void**)& gtk_progress_configure),
10297         Symbol( "gtk_progress_set_adjustment",  cast(void**)& gtk_progress_set_adjustment),
10298         Symbol( "gtk_progress_set_format_string",  cast(void**)& gtk_progress_set_format_string),
10299         Symbol( "gtk_progress_set_text_alignment",  cast(void**)& gtk_progress_set_text_alignment),
10300         Symbol( "gtk_progress_set_show_text",  cast(void**)& gtk_progress_set_show_text),
10301         Symbol( "gtk_progress_get_type",  cast(void**)& gtk_progress_get_type),
10302         Symbol( "gtk_print_run_page_setup_dialog_async",  cast(void**)& gtk_print_run_page_setup_dialog_async),
10303         Symbol( "gtk_print_run_page_setup_dialog",  cast(void**)& gtk_print_run_page_setup_dialog),
10304         Symbol( "gtk_print_operation_cancel",  cast(void**)& gtk_print_operation_cancel),
10305         Symbol( "gtk_print_operation_is_finished",  cast(void**)& gtk_print_operation_is_finished),
10306         Symbol( "gtk_print_operation_get_status_string",  cast(void**)& gtk_print_operation_get_status_string),
10307         Symbol( "gtk_print_operation_get_status",  cast(void**)& gtk_print_operation_get_status),
10308         Symbol( "gtk_print_operation_get_error",  cast(void**)& gtk_print_operation_get_error),
10309         Symbol( "gtk_print_operation_run",  cast(void**)& gtk_print_operation_run),
10310         Symbol( "gtk_print_operation_set_custom_tab_label",  cast(void**)& gtk_print_operation_set_custom_tab_label),
10311         Symbol( "gtk_print_operation_set_allow_async",  cast(void**)& gtk_print_operation_set_allow_async),
10312         Symbol( "gtk_print_operation_set_show_progress",  cast(void**)& gtk_print_operation_set_show_progress),
10313         Symbol( "gtk_print_operation_set_track_print_status",  cast(void**)& gtk_print_operation_set_track_print_status),
10314         Symbol( "gtk_print_operation_set_export_filename",  cast(void**)& gtk_print_operation_set_export_filename),
10315         Symbol( "gtk_print_operation_set_unit",  cast(void**)& gtk_print_operation_set_unit),
10316         Symbol( "gtk_print_operation_set_use_full_page",  cast(void**)& gtk_print_operation_set_use_full_page),
10317         Symbol( "gtk_print_operation_set_current_page",  cast(void**)& gtk_print_operation_set_current_page),
10318         Symbol( "gtk_print_operation_set_n_pages",  cast(void**)& gtk_print_operation_set_n_pages),
10319         Symbol( "gtk_print_operation_set_job_name",  cast(void**)& gtk_print_operation_set_job_name),
10320         Symbol( "gtk_print_operation_get_print_settings",  cast(void**)& gtk_print_operation_get_print_settings),
10321         Symbol( "gtk_print_operation_set_print_settings",  cast(void**)& gtk_print_operation_set_print_settings),
10322         Symbol( "gtk_print_operation_get_default_page_setup",  cast(void**)& gtk_print_operation_get_default_page_setup),
10323         Symbol( "gtk_print_operation_set_default_page_setup",  cast(void**)& gtk_print_operation_set_default_page_setup),
10324         Symbol( "gtk_print_operation_new",  cast(void**)& gtk_print_operation_new),
10325         Symbol( "gtk_print_operation_get_type",  cast(void**)& gtk_print_operation_get_type),
10326         Symbol( "gtk_print_error_quark",  cast(void**)& gtk_print_error_quark),
10327         Symbol( "gtk_print_operation_preview_is_selected",  cast(void**)& gtk_print_operation_preview_is_selected),
10328         Symbol( "gtk_print_operation_preview_end_preview",  cast(void**)& gtk_print_operation_preview_end_preview),
10329         Symbol( "gtk_print_operation_preview_render_page",  cast(void**)& gtk_print_operation_preview_render_page),
10330         Symbol( "gtk_print_operation_preview_get_type",  cast(void**)& gtk_print_operation_preview_get_type),
10331         Symbol( "gtk_print_context_set_cairo_context",  cast(void**)& gtk_print_context_set_cairo_context),
10332         Symbol( "gtk_print_context_create_pango_layout",  cast(void**)& gtk_print_context_create_pango_layout),
10333         Symbol( "gtk_print_context_create_pango_context",  cast(void**)& gtk_print_context_create_pango_context),
10334         Symbol( "gtk_print_context_get_pango_fontmap",  cast(void**)& gtk_print_context_get_pango_fontmap),
10335         Symbol( "gtk_print_context_get_dpi_y",  cast(void**)& gtk_print_context_get_dpi_y),
10336         Symbol( "gtk_print_context_get_dpi_x",  cast(void**)& gtk_print_context_get_dpi_x),
10337         Symbol( "gtk_print_context_get_height",  cast(void**)& gtk_print_context_get_height),
10338         Symbol( "gtk_print_context_get_width",  cast(void**)& gtk_print_context_get_width),
10339         Symbol( "gtk_print_context_get_page_setup",  cast(void**)& gtk_print_context_get_page_setup),
10340         Symbol( "gtk_print_context_get_cairo_context",  cast(void**)& gtk_print_context_get_cairo_context),
10341         Symbol( "gtk_print_context_get_type",  cast(void**)& gtk_print_context_get_type),
10342         Symbol( "gtk_print_settings_set_output_bin",  cast(void**)& gtk_print_settings_set_output_bin),
10343         Symbol( "gtk_print_settings_get_output_bin",  cast(void**)& gtk_print_settings_get_output_bin),
10344         Symbol( "gtk_print_settings_set_finishings",  cast(void**)& gtk_print_settings_set_finishings),
10345         Symbol( "gtk_print_settings_get_finishings",  cast(void**)& gtk_print_settings_get_finishings),
10346         Symbol( "gtk_print_settings_set_dither",  cast(void**)& gtk_print_settings_set_dither),
10347         Symbol( "gtk_print_settings_get_dither",  cast(void**)& gtk_print_settings_get_dither),
10348         Symbol( "gtk_print_settings_set_media_type",  cast(void**)& gtk_print_settings_set_media_type),
10349         Symbol( "gtk_print_settings_get_media_type",  cast(void**)& gtk_print_settings_get_media_type),
10350         Symbol( "gtk_print_settings_set_default_source",  cast(void**)& gtk_print_settings_set_default_source),
10351         Symbol( "gtk_print_settings_get_default_source",  cast(void**)& gtk_print_settings_get_default_source),
10352         Symbol( "gtk_print_settings_set_page_set",  cast(void**)& gtk_print_settings_set_page_set),
10353         Symbol( "gtk_print_settings_get_page_set",  cast(void**)& gtk_print_settings_get_page_set),
10354         Symbol( "gtk_print_settings_set_page_ranges",  cast(void**)& gtk_print_settings_set_page_ranges),
10355         Symbol( "gtk_print_settings_get_page_ranges",  cast(void**)& gtk_print_settings_get_page_ranges),
10356         Symbol( "gtk_print_settings_set_print_pages",  cast(void**)& gtk_print_settings_set_print_pages),
10357         Symbol( "gtk_print_settings_get_print_pages",  cast(void**)& gtk_print_settings_get_print_pages),
10358         Symbol( "gtk_print_settings_set_scale",  cast(void**)& gtk_print_settings_set_scale),
10359         Symbol( "gtk_print_settings_get_scale",  cast(void**)& gtk_print_settings_get_scale),
10360         Symbol( "gtk_print_settings_set_resolution",  cast(void**)& gtk_print_settings_set_resolution),
10361         Symbol( "gtk_print_settings_get_resolution",  cast(void**)& gtk_print_settings_get_resolution),
10362         Symbol( "gtk_print_settings_set_number_up",  cast(void**)& gtk_print_settings_set_number_up),
10363         Symbol( "gtk_print_settings_get_number_up",  cast(void**)& gtk_print_settings_get_number_up),
10364         Symbol( "gtk_print_settings_set_n_copies",  cast(void**)& gtk_print_settings_set_n_copies),
10365         Symbol( "gtk_print_settings_get_n_copies",  cast(void**)& gtk_print_settings_get_n_copies),
10366         Symbol( "gtk_print_settings_set_quality",  cast(void**)& gtk_print_settings_set_quality),
10367         Symbol( "gtk_print_settings_get_quality",  cast(void**)& gtk_print_settings_get_quality),
10368         Symbol( "gtk_print_settings_set_duplex",  cast(void**)& gtk_print_settings_set_duplex),
10369         Symbol( "gtk_print_settings_get_duplex",  cast(void**)& gtk_print_settings_get_duplex),
10370         Symbol( "gtk_print_settings_set_reverse",  cast(void**)& gtk_print_settings_set_reverse),
10371         Symbol( "gtk_print_settings_get_reverse",  cast(void**)& gtk_print_settings_get_reverse),
10372         Symbol( "gtk_print_settings_set_collate",  cast(void**)& gtk_print_settings_set_collate),
10373         Symbol( "gtk_print_settings_get_collate",  cast(void**)& gtk_print_settings_get_collate),
10374         Symbol( "gtk_print_settings_set_use_color",  cast(void**)& gtk_print_settings_set_use_color),
10375         Symbol( "gtk_print_settings_get_use_color",  cast(void**)& gtk_print_settings_get_use_color),
10376         Symbol( "gtk_print_settings_set_paper_height",  cast(void**)& gtk_print_settings_set_paper_height),
10377         Symbol( "gtk_print_settings_get_paper_height",  cast(void**)& gtk_print_settings_get_paper_height),
10378         Symbol( "gtk_print_settings_set_paper_width",  cast(void**)& gtk_print_settings_set_paper_width),
10379         Symbol( "gtk_print_settings_get_paper_width",  cast(void**)& gtk_print_settings_get_paper_width),
10380         Symbol( "gtk_print_settings_set_paper_size",  cast(void**)& gtk_print_settings_set_paper_size),
10381         Symbol( "gtk_print_settings_get_paper_size",  cast(void**)& gtk_print_settings_get_paper_size),
10382         Symbol( "gtk_print_settings_set_orientation",  cast(void**)& gtk_print_settings_set_orientation),
10383         Symbol( "gtk_print_settings_get_orientation",  cast(void**)& gtk_print_settings_get_orientation),
10384         Symbol( "gtk_print_settings_set_printer",  cast(void**)& gtk_print_settings_set_printer),
10385         Symbol( "gtk_print_settings_get_printer",  cast(void**)& gtk_print_settings_get_printer),
10386         Symbol( "gtk_print_settings_set_int",  cast(void**)& gtk_print_settings_set_int),
10387         Symbol( "gtk_print_settings_get_int_with_default",  cast(void**)& gtk_print_settings_get_int_with_default),
10388         Symbol( "gtk_print_settings_get_int",  cast(void**)& gtk_print_settings_get_int),
10389         Symbol( "gtk_print_settings_set_length",  cast(void**)& gtk_print_settings_set_length),
10390         Symbol( "gtk_print_settings_get_length",  cast(void**)& gtk_print_settings_get_length),
10391         Symbol( "gtk_print_settings_set_double",  cast(void**)& gtk_print_settings_set_double),
10392         Symbol( "gtk_print_settings_get_double_with_default",  cast(void**)& gtk_print_settings_get_double_with_default),
10393         Symbol( "gtk_print_settings_get_double",  cast(void**)& gtk_print_settings_get_double),
10394         Symbol( "gtk_print_settings_set_bool",  cast(void**)& gtk_print_settings_set_bool),
10395         Symbol( "gtk_print_settings_get_bool",  cast(void**)& gtk_print_settings_get_bool),
10396         Symbol( "gtk_print_settings_foreach",  cast(void**)& gtk_print_settings_foreach),
10397         Symbol( "gtk_print_settings_unset",  cast(void**)& gtk_print_settings_unset),
10398         Symbol( "gtk_print_settings_set",  cast(void**)& gtk_print_settings_set),
10399         Symbol( "gtk_print_settings_get",  cast(void**)& gtk_print_settings_get),
10400         Symbol( "gtk_print_settings_has_key",  cast(void**)& gtk_print_settings_has_key),
10401         Symbol( "gtk_print_settings_to_key_file",  cast(void**)& gtk_print_settings_to_key_file),
10402         Symbol( "gtk_print_settings_new_from_key_file",  cast(void**)& gtk_print_settings_new_from_key_file),
10403         Symbol( "gtk_print_settings_to_file",  cast(void**)& gtk_print_settings_to_file),
10404         Symbol( "gtk_print_settings_new_from_file",  cast(void**)& gtk_print_settings_new_from_file),
10405         Symbol( "gtk_print_settings_copy",  cast(void**)& gtk_print_settings_copy),
10406         Symbol( "gtk_print_settings_new",  cast(void**)& gtk_print_settings_new),
10407         Symbol( "gtk_print_settings_get_type",  cast(void**)& gtk_print_settings_get_type),
10408         Symbol( "gtk_page_setup_to_key_file",  cast(void**)& gtk_page_setup_to_key_file),
10409         Symbol( "gtk_page_setup_new_from_key_file",  cast(void**)& gtk_page_setup_new_from_key_file),
10410         Symbol( "gtk_page_setup_to_file",  cast(void**)& gtk_page_setup_to_file),
10411         Symbol( "gtk_page_setup_new_from_file",  cast(void**)& gtk_page_setup_new_from_file),
10412         Symbol( "gtk_page_setup_get_page_height",  cast(void**)& gtk_page_setup_get_page_height),
10413         Symbol( "gtk_page_setup_get_page_width",  cast(void**)& gtk_page_setup_get_page_width),
10414         Symbol( "gtk_page_setup_get_paper_height",  cast(void**)& gtk_page_setup_get_paper_height),
10415         Symbol( "gtk_page_setup_get_paper_width",  cast(void**)& gtk_page_setup_get_paper_width),
10416         Symbol( "gtk_page_setup_set_paper_size_and_default_margins",  cast(void**)& gtk_page_setup_set_paper_size_and_default_margins),
10417         Symbol( "gtk_page_setup_set_right_margin",  cast(void**)& gtk_page_setup_set_right_margin),
10418         Symbol( "gtk_page_setup_get_right_margin",  cast(void**)& gtk_page_setup_get_right_margin),
10419         Symbol( "gtk_page_setup_set_left_margin",  cast(void**)& gtk_page_setup_set_left_margin),
10420         Symbol( "gtk_page_setup_get_left_margin",  cast(void**)& gtk_page_setup_get_left_margin),
10421         Symbol( "gtk_page_setup_set_bottom_margin",  cast(void**)& gtk_page_setup_set_bottom_margin),
10422         Symbol( "gtk_page_setup_get_bottom_margin",  cast(void**)& gtk_page_setup_get_bottom_margin),
10423         Symbol( "gtk_page_setup_set_top_margin",  cast(void**)& gtk_page_setup_set_top_margin),
10424         Symbol( "gtk_page_setup_get_top_margin",  cast(void**)& gtk_page_setup_get_top_margin),
10425         Symbol( "gtk_page_setup_set_paper_size",  cast(void**)& gtk_page_setup_set_paper_size),
10426         Symbol( "gtk_page_setup_get_paper_size",  cast(void**)& gtk_page_setup_get_paper_size),
10427         Symbol( "gtk_page_setup_set_orientation",  cast(void**)& gtk_page_setup_set_orientation),
10428         Symbol( "gtk_page_setup_get_orientation",  cast(void**)& gtk_page_setup_get_orientation),
10429         Symbol( "gtk_page_setup_copy",  cast(void**)& gtk_page_setup_copy),
10430         Symbol( "gtk_page_setup_new",  cast(void**)& gtk_page_setup_new),
10431         Symbol( "gtk_page_setup_get_type",  cast(void**)& gtk_page_setup_get_type),
10432         Symbol( "gtk_paper_size_to_key_file",  cast(void**)& gtk_paper_size_to_key_file),
10433         Symbol( "gtk_paper_size_new_from_key_file",  cast(void**)& gtk_paper_size_new_from_key_file),
10434         Symbol( "gtk_paper_size_get_default",  cast(void**)& gtk_paper_size_get_default),
10435         Symbol( "gtk_paper_size_get_default_right_margin",  cast(void**)& gtk_paper_size_get_default_right_margin),
10436         Symbol( "gtk_paper_size_get_default_left_margin",  cast(void**)& gtk_paper_size_get_default_left_margin),
10437         Symbol( "gtk_paper_size_get_default_bottom_margin",  cast(void**)& gtk_paper_size_get_default_bottom_margin),
10438         Symbol( "gtk_paper_size_get_default_top_margin",  cast(void**)& gtk_paper_size_get_default_top_margin),
10439         Symbol( "gtk_paper_size_set_size",  cast(void**)& gtk_paper_size_set_size),
10440         Symbol( "gtk_paper_size_is_custom",  cast(void**)& gtk_paper_size_is_custom),
10441         Symbol( "gtk_paper_size_get_height",  cast(void**)& gtk_paper_size_get_height),
10442         Symbol( "gtk_paper_size_get_width",  cast(void**)& gtk_paper_size_get_width),
10443         Symbol( "gtk_paper_size_get_ppd_name",  cast(void**)& gtk_paper_size_get_ppd_name),
10444         Symbol( "gtk_paper_size_get_display_name",  cast(void**)& gtk_paper_size_get_display_name),
10445         Symbol( "gtk_paper_size_get_name",  cast(void**)& gtk_paper_size_get_name),
10446         Symbol( "gtk_paper_size_get_paper_sizes",  cast(void**)& gtk_paper_size_get_paper_sizes),
10447         Symbol( "gtk_paper_size_is_equal",  cast(void**)& gtk_paper_size_is_equal),
10448         Symbol( "gtk_paper_size_free",  cast(void**)& gtk_paper_size_free),
10449         Symbol( "gtk_paper_size_copy",  cast(void**)& gtk_paper_size_copy),
10450         Symbol( "gtk_paper_size_new_custom",  cast(void**)& gtk_paper_size_new_custom),
10451         Symbol( "gtk_paper_size_new_from_ppd",  cast(void**)& gtk_paper_size_new_from_ppd),
10452         Symbol( "gtk_paper_size_new",  cast(void**)& gtk_paper_size_new),
10453         Symbol( "gtk_paper_size_get_type",  cast(void**)& gtk_paper_size_get_type),
10454         Symbol( "gtk_preview_reset",  cast(void**)& gtk_preview_reset),
10455         Symbol( "gtk_preview_get_info",  cast(void**)& gtk_preview_get_info),
10456         Symbol( "gtk_preview_get_cmap",  cast(void**)& gtk_preview_get_cmap),
10457         Symbol( "gtk_preview_get_visual",  cast(void**)& gtk_preview_get_visual),
10458         Symbol( "gtk_preview_set_dither",  cast(void**)& gtk_preview_set_dither),
10459         Symbol( "gtk_preview_set_reserved",  cast(void**)& gtk_preview_set_reserved),
10460         Symbol( "gtk_preview_set_install_cmap",  cast(void**)& gtk_preview_set_install_cmap),
10461         Symbol( "gtk_preview_set_color_cube",  cast(void**)& gtk_preview_set_color_cube),
10462         Symbol( "gtk_preview_set_gamma",  cast(void**)& gtk_preview_set_gamma),
10463         Symbol( "gtk_preview_set_expand",  cast(void**)& gtk_preview_set_expand),
10464         Symbol( "gtk_preview_draw_row",  cast(void**)& gtk_preview_draw_row),
10465         Symbol( "gtk_preview_put",  cast(void**)& gtk_preview_put),
10466         Symbol( "gtk_preview_size",  cast(void**)& gtk_preview_size),
10467         Symbol( "gtk_preview_new",  cast(void**)& gtk_preview_new),
10468         Symbol( "gtk_preview_uninit",  cast(void**)& gtk_preview_uninit),
10469         Symbol( "gtk_preview_get_type",  cast(void**)& gtk_preview_get_type),
10470     //     Symbol( "_gtk_plug_remove_from_socket",  cast(void**)& _gtk_plug_remove_from_socket),
10471     //     Symbol( "_gtk_plug_add_to_socket",  cast(void**)& _gtk_plug_add_to_socket),
10472         Symbol( "gtk_plug_get_id",  cast(void**)& gtk_plug_get_id),
10473         Symbol( "gtk_plug_new_for_display",  cast(void**)& gtk_plug_new_for_display),
10474         Symbol( "gtk_plug_construct_for_display",  cast(void**)& gtk_plug_construct_for_display),
10475         Symbol( "gtk_plug_new",  cast(void**)& gtk_plug_new),
10476         Symbol( "gtk_plug_construct",  cast(void**)& gtk_plug_construct),
10477         Symbol( "gtk_plug_get_type",  cast(void**)& gtk_plug_get_type),
10478         Symbol( "gtk_socket_steal",  cast(void**)& gtk_socket_steal),
10479         Symbol( "gtk_socket_get_id",  cast(void**)& gtk_socket_get_id),
10480         Symbol( "gtk_socket_add_id",  cast(void**)& gtk_socket_add_id),
10481         Symbol( "gtk_socket_new",  cast(void**)& gtk_socket_new),
10482         Symbol( "gtk_socket_get_type",  cast(void**)& gtk_socket_get_type),
10483         Symbol( "gtk_pixmap_set_build_insensitive",  cast(void**)& gtk_pixmap_set_build_insensitive),
10484         Symbol( "gtk_pixmap_get",  cast(void**)& gtk_pixmap_get),
10485         Symbol( "gtk_pixmap_set",  cast(void**)& gtk_pixmap_set),
10486         Symbol( "gtk_pixmap_new",  cast(void**)& gtk_pixmap_new),
10487         Symbol( "gtk_pixmap_get_type",  cast(void**)& gtk_pixmap_get_type),
10488         Symbol( "gtk_option_menu_set_history",  cast(void**)& gtk_option_menu_set_history),
10489         Symbol( "gtk_option_menu_get_history",  cast(void**)& gtk_option_menu_get_history),
10490         Symbol( "gtk_option_menu_remove_menu",  cast(void**)& gtk_option_menu_remove_menu),
10491         Symbol( "gtk_option_menu_set_menu",  cast(void**)& gtk_option_menu_set_menu),
10492         Symbol( "gtk_option_menu_get_menu",  cast(void**)& gtk_option_menu_get_menu),
10493         Symbol( "gtk_option_menu_new",  cast(void**)& gtk_option_menu_new),
10494         Symbol( "gtk_option_menu_get_type",  cast(void**)& gtk_option_menu_get_type),
10495         Symbol( "gtk_old_editable_changed",  cast(void**)& gtk_old_editable_changed),
10496         Symbol( "gtk_old_editable_claim_selection",  cast(void**)& gtk_old_editable_claim_selection),
10497         Symbol( "gtk_old_editable_get_type",  cast(void**)& gtk_old_editable_get_type),
10498         Symbol( "gtk_notebook_set_tab_detachable",  cast(void**)& gtk_notebook_set_tab_detachable),
10499         Symbol( "gtk_notebook_get_tab_detachable",  cast(void**)& gtk_notebook_get_tab_detachable),
10500         Symbol( "gtk_notebook_set_tab_reorderable",  cast(void**)& gtk_notebook_set_tab_reorderable),
10501         Symbol( "gtk_notebook_get_tab_reorderable",  cast(void**)& gtk_notebook_get_tab_reorderable),
10502         Symbol( "gtk_notebook_reorder_child",  cast(void**)& gtk_notebook_reorder_child),
10503         Symbol( "gtk_notebook_set_tab_label_packing",  cast(void**)& gtk_notebook_set_tab_label_packing),
10504         Symbol( "gtk_notebook_query_tab_label_packing",  cast(void**)& gtk_notebook_query_tab_label_packing),
10505         Symbol( "gtk_notebook_get_menu_label_text",  cast(void**)& gtk_notebook_get_menu_label_text),
10506         Symbol( "gtk_notebook_set_menu_label_text",  cast(void**)& gtk_notebook_set_menu_label_text),
10507         Symbol( "gtk_notebook_set_menu_label",  cast(void**)& gtk_notebook_set_menu_label),
10508         Symbol( "gtk_notebook_get_menu_label",  cast(void**)& gtk_notebook_get_menu_label),
10509         Symbol( "gtk_notebook_get_tab_label_text",  cast(void**)& gtk_notebook_get_tab_label_text),
10510         Symbol( "gtk_notebook_set_tab_label_text",  cast(void**)& gtk_notebook_set_tab_label_text),
10511         Symbol( "gtk_notebook_set_tab_label",  cast(void**)& gtk_notebook_set_tab_label),
10512         Symbol( "gtk_notebook_get_tab_label",  cast(void**)& gtk_notebook_get_tab_label),
10513         Symbol( "gtk_notebook_popup_disable",  cast(void**)& gtk_notebook_popup_disable),
10514         Symbol( "gtk_notebook_popup_enable",  cast(void**)& gtk_notebook_popup_enable),
10515         Symbol( "gtk_notebook_get_scrollable",  cast(void**)& gtk_notebook_get_scrollable),
10516         Symbol( "gtk_notebook_set_scrollable",  cast(void**)& gtk_notebook_set_scrollable),
10517         Symbol( "gtk_notebook_set_tab_vborder",  cast(void**)& gtk_notebook_set_tab_vborder),
10518         Symbol( "gtk_notebook_set_tab_hborder",  cast(void**)& gtk_notebook_set_tab_hborder),
10519         Symbol( "gtk_notebook_set_tab_border",  cast(void**)& gtk_notebook_set_tab_border),
10520         Symbol( "gtk_notebook_set_homogeneous_tabs",  cast(void**)& gtk_notebook_set_homogeneous_tabs),
10521         Symbol( "gtk_notebook_get_tab_pos",  cast(void**)& gtk_notebook_get_tab_pos),
10522         Symbol( "gtk_notebook_set_tab_pos",  cast(void**)& gtk_notebook_set_tab_pos),
10523         Symbol( "gtk_notebook_get_show_tabs",  cast(void**)& gtk_notebook_get_show_tabs),
10524         Symbol( "gtk_notebook_set_show_tabs",  cast(void**)& gtk_notebook_set_show_tabs),
10525         Symbol( "gtk_notebook_get_show_border",  cast(void**)& gtk_notebook_get_show_border),
10526         Symbol( "gtk_notebook_set_show_border",  cast(void**)& gtk_notebook_set_show_border),
10527         Symbol( "gtk_notebook_prev_page",  cast(void**)& gtk_notebook_prev_page),
10528         Symbol( "gtk_notebook_next_page",  cast(void**)& gtk_notebook_next_page),
10529         Symbol( "gtk_notebook_set_current_page",  cast(void**)& gtk_notebook_set_current_page),
10530         Symbol( "gtk_notebook_page_num",  cast(void**)& gtk_notebook_page_num),
10531         Symbol( "gtk_notebook_get_n_pages",  cast(void**)& gtk_notebook_get_n_pages),
10532         Symbol( "gtk_notebook_get_nth_page",  cast(void**)& gtk_notebook_get_nth_page),
10533         Symbol( "gtk_notebook_get_current_page",  cast(void**)& gtk_notebook_get_current_page),
10534         Symbol( "gtk_notebook_get_group",  cast(void**)& gtk_notebook_get_group),
10535         Symbol( "gtk_notebook_set_group",  cast(void**)& gtk_notebook_set_group),
10536         Symbol( "gtk_notebook_get_group_id",  cast(void**)& gtk_notebook_get_group_id),
10537         Symbol( "gtk_notebook_set_group_id",  cast(void**)& gtk_notebook_set_group_id),
10538         Symbol( "gtk_notebook_set_window_creation_hook",  cast(void**)& gtk_notebook_set_window_creation_hook),
10539         Symbol( "gtk_notebook_remove_page",  cast(void**)& gtk_notebook_remove_page),
10540         Symbol( "gtk_notebook_insert_page_menu",  cast(void**)& gtk_notebook_insert_page_menu),
10541         Symbol( "gtk_notebook_insert_page",  cast(void**)& gtk_notebook_insert_page),
10542         Symbol( "gtk_notebook_prepend_page_menu",  cast(void**)& gtk_notebook_prepend_page_menu),
10543         Symbol( "gtk_notebook_prepend_page",  cast(void**)& gtk_notebook_prepend_page),
10544         Symbol( "gtk_notebook_append_page_menu",  cast(void**)& gtk_notebook_append_page_menu),
10545         Symbol( "gtk_notebook_append_page",  cast(void**)& gtk_notebook_append_page),
10546         Symbol( "gtk_notebook_new",  cast(void**)& gtk_notebook_new),
10547         Symbol( "gtk_notebook_get_type",  cast(void**)& gtk_notebook_get_type),
10548     //     Symbol( "_gtk_modules_settings_changed",  cast(void**)& _gtk_modules_settings_changed),
10549     //     Symbol( "_gtk_modules_init",  cast(void**)& _gtk_modules_init),
10550     //     Symbol( "_gtk_get_module_path",  cast(void**)& _gtk_get_module_path),
10551     //     Symbol( "_gtk_find_module",  cast(void**)& _gtk_find_module),
10552         Symbol( "gtk_message_dialog_format_secondary_markup",  cast(void**)& gtk_message_dialog_format_secondary_markup),
10553         Symbol( "gtk_message_dialog_format_secondary_text",  cast(void**)& gtk_message_dialog_format_secondary_text),
10554         Symbol( "gtk_message_dialog_set_markup",  cast(void**)& gtk_message_dialog_set_markup),
10555         Symbol( "gtk_message_dialog_set_image",  cast(void**)& gtk_message_dialog_set_image),
10556         Symbol( "gtk_message_dialog_new_with_markup",  cast(void**)& gtk_message_dialog_new_with_markup),
10557         Symbol( "gtk_message_dialog_new",  cast(void**)& gtk_message_dialog_new),
10558         Symbol( "gtk_message_dialog_get_type",  cast(void**)& gtk_message_dialog_get_type),
10559         Symbol( "gtk_menu_tool_button_set_arrow_tooltip_markup",  cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_markup),
10560         Symbol( "gtk_menu_tool_button_set_arrow_tooltip_text",  cast(void**)& gtk_menu_tool_button_set_arrow_tooltip_text),
10561         Symbol( "gtk_menu_tool_button_set_arrow_tooltip",  cast(void**)& gtk_menu_tool_button_set_arrow_tooltip),
10562         Symbol( "gtk_menu_tool_button_get_menu",  cast(void**)& gtk_menu_tool_button_get_menu),
10563         Symbol( "gtk_menu_tool_button_set_menu",  cast(void**)& gtk_menu_tool_button_set_menu),
10564         Symbol( "gtk_menu_tool_button_new_from_stock",  cast(void**)& gtk_menu_tool_button_new_from_stock),
10565         Symbol( "gtk_menu_tool_button_new",  cast(void**)& gtk_menu_tool_button_new),
10566         Symbol( "gtk_menu_tool_button_get_type",  cast(void**)& gtk_menu_tool_button_get_type),
10567     //     Symbol( "_gtk_tool_button_get_button",  cast(void**)& _gtk_tool_button_get_button),
10568         Symbol( "gtk_tool_button_get_label_widget",  cast(void**)& gtk_tool_button_get_label_widget),
10569         Symbol( "gtk_tool_button_set_label_widget",  cast(void**)& gtk_tool_button_set_label_widget),
10570         Symbol( "gtk_tool_button_get_icon_widget",  cast(void**)& gtk_tool_button_get_icon_widget),
10571         Symbol( "gtk_tool_button_set_icon_widget",  cast(void**)& gtk_tool_button_set_icon_widget),
10572         Symbol( "gtk_tool_button_get_icon_name",  cast(void**)& gtk_tool_button_get_icon_name),
10573         Symbol( "gtk_tool_button_set_icon_name",  cast(void**)& gtk_tool_button_set_icon_name),
10574         Symbol( "gtk_tool_button_get_stock_id",  cast(void**)& gtk_tool_button_get_stock_id),
10575         Symbol( "gtk_tool_button_set_stock_id",  cast(void**)& gtk_tool_button_set_stock_id),
10576         Symbol( "gtk_tool_button_get_use_underline",  cast(void**)& gtk_tool_button_get_use_underline),
10577         Symbol( "gtk_tool_button_set_use_underline",  cast(void**)& gtk_tool_button_set_use_underline),
10578         Symbol( "gtk_tool_button_get_label",  cast(void**)& gtk_tool_button_get_label),
10579         Symbol( "gtk_tool_button_set_label",  cast(void**)& gtk_tool_button_set_label),
10580         Symbol( "gtk_tool_button_new_from_stock",  cast(void**)& gtk_tool_button_new_from_stock),
10581         Symbol( "gtk_tool_button_new",  cast(void**)& gtk_tool_button_new),
10582         Symbol( "gtk_tool_button_get_type",  cast(void**)& gtk_tool_button_get_type),
10583     //     Symbol( "_gtk_tool_item_toolbar_reconfigured",  cast(void**)& _gtk_tool_item_toolbar_reconfigured),
10584         Symbol( "gtk_tool_item_rebuild_menu",  cast(void**)& gtk_tool_item_rebuild_menu),
10585         Symbol( "gtk_tool_item_set_proxy_menu_item",  cast(void**)& gtk_tool_item_set_proxy_menu_item),
10586         Symbol( "gtk_tool_item_get_proxy_menu_item",  cast(void**)& gtk_tool_item_get_proxy_menu_item),
10587         Symbol( "gtk_tool_item_retrieve_proxy_menu_item",  cast(void**)& gtk_tool_item_retrieve_proxy_menu_item),
10588         Symbol( "gtk_tool_item_get_relief_style",  cast(void**)& gtk_tool_item_get_relief_style),
10589         Symbol( "gtk_tool_item_get_toolbar_style",  cast(void**)& gtk_tool_item_get_toolbar_style),
10590         Symbol( "gtk_tool_item_get_orientation",  cast(void**)& gtk_tool_item_get_orientation),
10591         Symbol( "gtk_tool_item_get_icon_size",  cast(void**)& gtk_tool_item_get_icon_size),
10592         Symbol( "gtk_tool_item_set_is_important",  cast(void**)& gtk_tool_item_set_is_important),
10593         Symbol( "gtk_tool_item_get_is_important",  cast(void**)& gtk_tool_item_get_is_important),
10594         Symbol( "gtk_tool_item_get_visible_vertical",  cast(void**)& gtk_tool_item_get_visible_vertical),
10595         Symbol( "gtk_tool_item_set_visible_vertical",  cast(void**)& gtk_tool_item_set_visible_vertical),
10596         Symbol( "gtk_tool_item_get_visible_horizontal",  cast(void**)& gtk_tool_item_get_visible_horizontal),
10597         Symbol( "gtk_tool_item_set_visible_horizontal",  cast(void**)& gtk_tool_item_set_visible_horizontal),
10598         Symbol( "gtk_tool_item_get_use_drag_window",  cast(void**)& gtk_tool_item_get_use_drag_window),
10599         Symbol( "gtk_tool_item_set_use_drag_window",  cast(void**)& gtk_tool_item_set_use_drag_window),
10600         Symbol( "gtk_tool_item_set_tooltip_markup",  cast(void**)& gtk_tool_item_set_tooltip_markup),
10601         Symbol( "gtk_tool_item_set_tooltip_text",  cast(void**)& gtk_tool_item_set_tooltip_text),
10602         Symbol( "gtk_tool_item_set_tooltip",  cast(void**)& gtk_tool_item_set_tooltip),
10603         Symbol( "gtk_tool_item_get_expand",  cast(void**)& gtk_tool_item_get_expand),
10604         Symbol( "gtk_tool_item_set_expand",  cast(void**)& gtk_tool_item_set_expand),
10605         Symbol( "gtk_tool_item_get_homogeneous",  cast(void**)& gtk_tool_item_get_homogeneous),
10606         Symbol( "gtk_tool_item_set_homogeneous",  cast(void**)& gtk_tool_item_set_homogeneous),
10607         Symbol( "gtk_tool_item_new",  cast(void**)& gtk_tool_item_new),
10608         Symbol( "gtk_tool_item_get_type",  cast(void**)& gtk_tool_item_get_type),
10609         Symbol( "gtk_tooltips_get_info_from_tip_window",  cast(void**)& gtk_tooltips_get_info_from_tip_window),
10610         Symbol( "gtk_tooltips_force_window",  cast(void**)& gtk_tooltips_force_window),
10611         Symbol( "gtk_tooltips_data_get",  cast(void**)& gtk_tooltips_data_get),
10612         Symbol( "gtk_tooltips_set_tip",  cast(void**)& gtk_tooltips_set_tip),
10613         Symbol( "gtk_tooltips_set_delay",  cast(void**)& gtk_tooltips_set_delay),
10614         Symbol( "gtk_tooltips_disable",  cast(void**)& gtk_tooltips_disable),
10615         Symbol( "gtk_tooltips_enable",  cast(void**)& gtk_tooltips_enable),
10616         Symbol( "gtk_tooltips_new",  cast(void**)& gtk_tooltips_new),
10617         Symbol( "gtk_tooltips_get_type",  cast(void**)& gtk_tooltips_get_type),
10618     //     Symbol( "_gtk_menu_bar_cycle_focus",  cast(void**)& _gtk_menu_bar_cycle_focus),
10619         Symbol( "gtk_menu_bar_set_child_pack_direction",  cast(void**)& gtk_menu_bar_set_child_pack_direction),
10620         Symbol( "gtk_menu_bar_get_child_pack_direction",  cast(void**)& gtk_menu_bar_get_child_pack_direction),
10621         Symbol( "gtk_menu_bar_set_pack_direction",  cast(void**)& gtk_menu_bar_set_pack_direction),
10622         Symbol( "gtk_menu_bar_get_pack_direction",  cast(void**)& gtk_menu_bar_get_pack_direction),
10623         Symbol( "gtk_menu_bar_new",  cast(void**)& gtk_menu_bar_new),
10624         Symbol( "gtk_menu_bar_get_type",  cast(void**)& gtk_menu_bar_get_type),
10625     //     Symbol( "_gtk_get_lc_ctype",  cast(void**)& _gtk_get_lc_ctype),
10626     //     Symbol( "_gtk_boolean_handled_accumulator",  cast(void**)& _gtk_boolean_handled_accumulator),
10627         Symbol( "gtk_propagate_event",  cast(void**)& gtk_propagate_event),
10628         Symbol( "gtk_get_event_widget",  cast(void**)& gtk_get_event_widget),
10629         Symbol( "gtk_get_current_event_state",  cast(void**)& gtk_get_current_event_state),
10630         Symbol( "gtk_get_current_event_time",  cast(void**)& gtk_get_current_event_time),
10631         Symbol( "gtk_get_current_event",  cast(void**)& gtk_get_current_event),
10632         Symbol( "gtk_key_snooper_remove",  cast(void**)& gtk_key_snooper_remove),
10633         Symbol( "gtk_key_snooper_install",  cast(void**)& gtk_key_snooper_install),
10634         Symbol( "gtk_input_remove",  cast(void**)& gtk_input_remove),
10635         Symbol( "gtk_input_add_full",  cast(void**)& gtk_input_add_full),
10636         Symbol( "gtk_idle_remove_by_data",  cast(void**)& gtk_idle_remove_by_data),
10637         Symbol( "gtk_idle_remove",  cast(void**)& gtk_idle_remove),
10638         Symbol( "gtk_idle_add_full",  cast(void**)& gtk_idle_add_full),
10639         Symbol( "gtk_idle_add_priority",  cast(void**)& gtk_idle_add_priority),
10640         Symbol( "gtk_idle_add",  cast(void**)& gtk_idle_add),
10641         Symbol( "gtk_timeout_remove",  cast(void**)& gtk_timeout_remove),
10642         Symbol( "gtk_timeout_add_full",  cast(void**)& gtk_timeout_add_full),
10643         Symbol( "gtk_timeout_add",  cast(void**)& gtk_timeout_add),
10644         Symbol( "gtk_quit_remove_by_data",  cast(void**)& gtk_quit_remove_by_data),
10645         Symbol( "gtk_quit_remove",  cast(void**)& gtk_quit_remove),
10646         Symbol( "gtk_quit_add_full",  cast(void**)& gtk_quit_add_full),
10647         Symbol( "gtk_quit_add",  cast(void**)& gtk_quit_add),
10648         Symbol( "gtk_quit_add_destroy",  cast(void**)& gtk_quit_add_destroy),
10649         Symbol( "gtk_init_add",  cast(void**)& gtk_init_add),
10650         Symbol( "gtk_grab_remove",  cast(void**)& gtk_grab_remove),
10651         Symbol( "gtk_grab_get_current",  cast(void**)& gtk_grab_get_current),
10652         Symbol( "gtk_grab_add",  cast(void**)& gtk_grab_add),
10653         Symbol( "gtk_false",  cast(void**)& gtk_false),
10654         Symbol( "gtk_true",  cast(void**)& gtk_true),
10655         Symbol( "gtk_main_iteration_do",  cast(void**)& gtk_main_iteration_do),
10656         Symbol( "gtk_main_iteration",  cast(void**)& gtk_main_iteration),
10657         Symbol( "gtk_main_quit",  cast(void**)& gtk_main_quit),
10658         Symbol( "gtk_main_level",  cast(void**)& gtk_main_level),
10659         Symbol( "gtk_main",  cast(void**)& gtk_main),
10660         Symbol( "gtk_main_do_event",  cast(void**)& gtk_main_do_event),
10661         Symbol( "gtk_events_pending",  cast(void**)& gtk_events_pending),
10662         Symbol( "gtk_get_default_language",  cast(void**)& gtk_get_default_language),
10663         //Symbol( "gtk_set_locale",  cast(void**)& gtk_set_locale),
10664         Symbol( "gtk_disable_setlocale",  cast(void**)& gtk_disable_setlocale),
10665         Symbol( "gtk_exit",  cast(void**)& gtk_exit),
10666         Symbol( "gtk_get_option_group",  cast(void**)& gtk_get_option_group),
10667         Symbol( "gtk_init_with_args",  cast(void**)& gtk_init_with_args),
10668         //Symbol( "gtk_init_check",  cast(void**)& gtk_init_check),
10669         Symbol( "gtk_init",  cast(void**)& gtk_init),
10670         Symbol( "gtk_parse_args",  cast(void**)& gtk_parse_args),
10671         Symbol( "gtk_check_version",  cast(void**)& gtk_check_version),
10672     //     Symbol( "gtk_interface_age",  cast(void**)& gtk_interface_age),
10673     //     Symbol( "gtk_binary_age",  cast(void**)& gtk_binary_age),
10674     //     Symbol( "gtk_micro_version",  cast(void**)& gtk_micro_version),
10675     //     Symbol( "gtk_minor_version",  cast(void**)& gtk_minor_version),
10676     //     Symbol( "gtk_major_version",  cast(void**)& gtk_major_version),
10677         Symbol( "gtk_list_end_drag_selection",  cast(void**)& gtk_list_end_drag_selection),
10678         Symbol( "gtk_list_undo_selection",  cast(void**)& gtk_list_undo_selection),
10679         Symbol( "gtk_list_toggle_row",  cast(void**)& gtk_list_toggle_row),
10680         Symbol( "gtk_list_toggle_focus_row",  cast(void**)& gtk_list_toggle_focus_row),
10681         Symbol( "gtk_list_toggle_add_mode",  cast(void**)& gtk_list_toggle_add_mode),
10682         Symbol( "gtk_list_scroll_vertical",  cast(void**)& gtk_list_scroll_vertical),
10683         Symbol( "gtk_list_scroll_horizontal",  cast(void**)& gtk_list_scroll_horizontal),
10684         Symbol( "gtk_list_unselect_all",  cast(void**)& gtk_list_unselect_all),
10685         Symbol( "gtk_list_select_all",  cast(void**)& gtk_list_select_all),
10686         Symbol( "gtk_list_end_selection",  cast(void**)& gtk_list_end_selection),
10687         Symbol( "gtk_list_start_selection",  cast(void**)& gtk_list_start_selection),
10688         Symbol( "gtk_list_extend_selection",  cast(void**)& gtk_list_extend_selection),
10689         Symbol( "gtk_list_set_selection_mode",  cast(void**)& gtk_list_set_selection_mode),
10690         Symbol( "gtk_list_child_position",  cast(void**)& gtk_list_child_position),
10691         Symbol( "gtk_list_unselect_child",  cast(void**)& gtk_list_unselect_child),
10692         Symbol( "gtk_list_select_child",  cast(void**)& gtk_list_select_child),
10693         Symbol( "gtk_list_unselect_item",  cast(void**)& gtk_list_unselect_item),
10694         Symbol( "gtk_list_select_item",  cast(void**)& gtk_list_select_item),
10695         Symbol( "gtk_list_clear_items",  cast(void**)& gtk_list_clear_items),
10696         Symbol( "gtk_list_remove_items_no_unref",  cast(void**)& gtk_list_remove_items_no_unref),
10697         Symbol( "gtk_list_remove_items",  cast(void**)& gtk_list_remove_items),
10698         Symbol( "gtk_list_prepend_items",  cast(void**)& gtk_list_prepend_items),
10699         Symbol( "gtk_list_append_items",  cast(void**)& gtk_list_append_items),
10700         Symbol( "gtk_list_insert_items",  cast(void**)& gtk_list_insert_items),
10701         Symbol( "gtk_list_new",  cast(void**)& gtk_list_new),
10702         Symbol( "gtk_list_get_type",  cast(void**)& gtk_list_get_type),
10703         Symbol( "gtk_list_item_deselect",  cast(void**)& gtk_list_item_deselect),
10704         Symbol( "gtk_list_item_select",  cast(void**)& gtk_list_item_select),
10705         Symbol( "gtk_list_item_new_with_label",  cast(void**)& gtk_list_item_new_with_label),
10706         Symbol( "gtk_list_item_new",  cast(void**)& gtk_list_item_new),
10707         Symbol( "gtk_list_item_get_type",  cast(void**)& gtk_list_item_get_type),
10708         Symbol( "gtk_link_button_set_uri_hook",  cast(void**)& gtk_link_button_set_uri_hook),
10709         Symbol( "gtk_link_button_set_uri",  cast(void**)& gtk_link_button_set_uri),
10710         Symbol( "gtk_link_button_get_uri",  cast(void**)& gtk_link_button_get_uri),
10711         Symbol( "gtk_link_button_new_with_label",  cast(void**)& gtk_link_button_new_with_label),
10712         Symbol( "gtk_link_button_new",  cast(void**)& gtk_link_button_new),
10713         Symbol( "gtk_link_button_get_type",  cast(void**)& gtk_link_button_get_type),
10714         Symbol( "gtk_layout_thaw",  cast(void**)& gtk_layout_thaw),
10715         Symbol( "gtk_layout_freeze",  cast(void**)& gtk_layout_freeze),
10716         Symbol( "gtk_layout_set_vadjustment",  cast(void**)& gtk_layout_set_vadjustment),
10717         Symbol( "gtk_layout_set_hadjustment",  cast(void**)& gtk_layout_set_hadjustment),
10718         Symbol( "gtk_layout_get_vadjustment",  cast(void**)& gtk_layout_get_vadjustment),
10719         Symbol( "gtk_layout_get_hadjustment",  cast(void**)& gtk_layout_get_hadjustment),
10720         Symbol( "gtk_layout_get_size",  cast(void**)& gtk_layout_get_size),
10721         Symbol( "gtk_layout_set_size",  cast(void**)& gtk_layout_set_size),
10722         Symbol( "gtk_layout_move",  cast(void**)& gtk_layout_move),
10723         Symbol( "gtk_layout_put",  cast(void**)& gtk_layout_put),
10724         Symbol( "gtk_layout_new",  cast(void**)& gtk_layout_new),
10725         Symbol( "gtk_layout_get_type",  cast(void**)& gtk_layout_get_type),
10726         Symbol( "gtk_invisible_get_screen",  cast(void**)& gtk_invisible_get_screen),
10727         Symbol( "gtk_invisible_set_screen",  cast(void**)& gtk_invisible_set_screen),
10728         Symbol( "gtk_invisible_new_for_screen",  cast(void**)& gtk_invisible_new_for_screen),
10729         Symbol( "gtk_invisible_new",  cast(void**)& gtk_invisible_new),
10730         Symbol( "gtk_invisible_get_type",  cast(void**)& gtk_invisible_get_type),
10731         Symbol( "gtk_input_dialog_new",  cast(void**)& gtk_input_dialog_new),
10732         Symbol( "gtk_input_dialog_get_type",  cast(void**)& gtk_input_dialog_get_type),
10733         Symbol( "gtk_im_multicontext_append_menuitems",  cast(void**)& gtk_im_multicontext_append_menuitems),
10734         Symbol( "gtk_im_multicontext_new",  cast(void**)& gtk_im_multicontext_new),
10735         Symbol( "gtk_im_multicontext_get_type",  cast(void**)& gtk_im_multicontext_get_type),
10736         Symbol( "gtk_im_context_simple_add_table",  cast(void**)& gtk_im_context_simple_add_table),
10737         Symbol( "gtk_im_context_simple_new",  cast(void**)& gtk_im_context_simple_new),
10738         Symbol( "gtk_im_context_simple_get_type",  cast(void**)& gtk_im_context_simple_get_type),
10739         Symbol( "gtk_image_menu_item_get_image",  cast(void**)& gtk_image_menu_item_get_image),
10740         Symbol( "gtk_image_menu_item_set_image",  cast(void**)& gtk_image_menu_item_set_image),
10741         Symbol( "gtk_image_menu_item_new_from_stock",  cast(void**)& gtk_image_menu_item_new_from_stock),
10742         Symbol( "gtk_image_menu_item_new_with_mnemonic",  cast(void**)& gtk_image_menu_item_new_with_mnemonic),
10743         Symbol( "gtk_image_menu_item_new_with_label",  cast(void**)& gtk_image_menu_item_new_with_label),
10744         Symbol( "gtk_image_menu_item_new",  cast(void**)& gtk_image_menu_item_new),
10745         Symbol( "gtk_image_menu_item_get_type",  cast(void**)& gtk_image_menu_item_get_type),
10746         Symbol( "gtk_icon_view_get_tooltip_column",  cast(void**)& gtk_icon_view_get_tooltip_column),
10747         Symbol( "gtk_icon_view_set_tooltip_column",  cast(void**)& gtk_icon_view_set_tooltip_column),
10748         Symbol( "gtk_icon_view_get_tooltip_context",  cast(void**)& gtk_icon_view_get_tooltip_context),
10749         Symbol( "gtk_icon_view_set_tooltip_cell",  cast(void**)& gtk_icon_view_set_tooltip_cell),
10750         Symbol( "gtk_icon_view_set_tooltip_item",  cast(void**)& gtk_icon_view_set_tooltip_item),
10751         Symbol( "gtk_icon_view_convert_widget_to_bin_window_coords",  cast(void**)& gtk_icon_view_convert_widget_to_bin_window_coords),
10752         Symbol( "gtk_icon_view_create_drag_icon",  cast(void**)& gtk_icon_view_create_drag_icon),
10753         Symbol( "gtk_icon_view_get_dest_item_at_pos",  cast(void**)& gtk_icon_view_get_dest_item_at_pos),
10754         Symbol( "gtk_icon_view_get_drag_dest_item",  cast(void**)& gtk_icon_view_get_drag_dest_item),
10755         Symbol( "gtk_icon_view_set_drag_dest_item",  cast(void**)& gtk_icon_view_set_drag_dest_item),
10756         Symbol( "gtk_icon_view_get_reorderable",  cast(void**)& gtk_icon_view_get_reorderable),
10757         Symbol( "gtk_icon_view_set_reorderable",  cast(void**)& gtk_icon_view_set_reorderable),
10758         Symbol( "gtk_icon_view_unset_model_drag_dest",  cast(void**)& gtk_icon_view_unset_model_drag_dest),
10759         Symbol( "gtk_icon_view_unset_model_drag_source",  cast(void**)& gtk_icon_view_unset_model_drag_source),
10760         Symbol( "gtk_icon_view_enable_model_drag_dest",  cast(void**)& gtk_icon_view_enable_model_drag_dest),
10761         Symbol( "gtk_icon_view_enable_model_drag_source",  cast(void**)& gtk_icon_view_enable_model_drag_source),
10762         Symbol( "gtk_icon_view_scroll_to_path",  cast(void**)& gtk_icon_view_scroll_to_path),
10763         Symbol( "gtk_icon_view_get_cursor",  cast(void**)& gtk_icon_view_get_cursor),
10764         Symbol( "gtk_icon_view_set_cursor",  cast(void**)& gtk_icon_view_set_cursor),
10765         Symbol( "gtk_icon_view_item_activated",  cast(void**)& gtk_icon_view_item_activated),
10766         Symbol( "gtk_icon_view_unselect_all",  cast(void**)& gtk_icon_view_unselect_all),
10767         Symbol( "gtk_icon_view_select_all",  cast(void**)& gtk_icon_view_select_all),
10768         Symbol( "gtk_icon_view_get_selected_items",  cast(void**)& gtk_icon_view_get_selected_items),
10769         Symbol( "gtk_icon_view_path_is_selected",  cast(void**)& gtk_icon_view_path_is_selected),
10770         Symbol( "gtk_icon_view_unselect_path",  cast(void**)& gtk_icon_view_unselect_path),
10771         Symbol( "gtk_icon_view_select_path",  cast(void**)& gtk_icon_view_select_path),
10772         Symbol( "gtk_icon_view_get_selection_mode",  cast(void**)& gtk_icon_view_get_selection_mode),
10773         Symbol( "gtk_icon_view_set_selection_mode",  cast(void**)& gtk_icon_view_set_selection_mode),
10774         Symbol( "gtk_icon_view_selected_foreach",  cast(void**)& gtk_icon_view_selected_foreach),
10775         Symbol( "gtk_icon_view_get_visible_range",  cast(void**)& gtk_icon_view_get_visible_range),
10776         Symbol( "gtk_icon_view_get_item_at_pos",  cast(void**)& gtk_icon_view_get_item_at_pos),
10777         Symbol( "gtk_icon_view_get_path_at_pos",  cast(void**)& gtk_icon_view_get_path_at_pos),
10778         Symbol( "gtk_icon_view_get_margin",  cast(void**)& gtk_icon_view_get_margin),
10779         Symbol( "gtk_icon_view_set_margin",  cast(void**)& gtk_icon_view_set_margin),
10780         Symbol( "gtk_icon_view_get_column_spacing",  cast(void**)& gtk_icon_view_get_column_spacing),
10781         Symbol( "gtk_icon_view_set_column_spacing",  cast(void**)& gtk_icon_view_set_column_spacing),
10782         Symbol( "gtk_icon_view_get_row_spacing",  cast(void**)& gtk_icon_view_get_row_spacing),
10783         Symbol( "gtk_icon_view_set_row_spacing",  cast(void**)& gtk_icon_view_set_row_spacing),
10784         Symbol( "gtk_icon_view_get_spacing",  cast(void**)& gtk_icon_view_get_spacing),
10785         Symbol( "gtk_icon_view_set_spacing",  cast(void**)& gtk_icon_view_set_spacing),
10786         Symbol( "gtk_icon_view_get_item_width",  cast(void**)& gtk_icon_view_get_item_width),
10787         Symbol( "gtk_icon_view_set_item_width",  cast(void**)& gtk_icon_view_set_item_width),
10788         Symbol( "gtk_icon_view_get_columns",  cast(void**)& gtk_icon_view_get_columns),
10789         Symbol( "gtk_icon_view_set_columns",  cast(void**)& gtk_icon_view_set_columns),
10790         Symbol( "gtk_icon_view_get_orientation",  cast(void**)& gtk_icon_view_get_orientation),
10791         Symbol( "gtk_icon_view_set_orientation",  cast(void**)& gtk_icon_view_set_orientation),
10792         Symbol( "gtk_icon_view_get_pixbuf_column",  cast(void**)& gtk_icon_view_get_pixbuf_column),
10793         Symbol( "gtk_icon_view_set_pixbuf_column",  cast(void**)& gtk_icon_view_set_pixbuf_column),
10794         Symbol( "gtk_icon_view_get_markup_column",  cast(void**)& gtk_icon_view_get_markup_column),
10795         Symbol( "gtk_icon_view_set_markup_column",  cast(void**)& gtk_icon_view_set_markup_column),
10796         Symbol( "gtk_icon_view_get_text_column",  cast(void**)& gtk_icon_view_get_text_column),
10797         Symbol( "gtk_icon_view_set_text_column",  cast(void**)& gtk_icon_view_set_text_column),
10798         Symbol( "gtk_icon_view_get_model",  cast(void**)& gtk_icon_view_get_model),
10799         Symbol( "gtk_icon_view_set_model",  cast(void**)& gtk_icon_view_set_model),
10800         Symbol( "gtk_icon_view_new_with_model",  cast(void**)& gtk_icon_view_new_with_model),
10801         Symbol( "gtk_icon_view_new",  cast(void**)& gtk_icon_view_new),
10802         Symbol( "gtk_icon_view_get_type",  cast(void**)& gtk_icon_view_get_type),
10803     //     Symbol( "_gtk_tooltip_hide",  cast(void**)& _gtk_tooltip_hide),
10804     //     Symbol( "_gtk_tooltip_handle_event",  cast(void**)& _gtk_tooltip_handle_event),
10805     //     Symbol( "_gtk_tooltip_toggle_keyboard_mode",  cast(void**)& _gtk_tooltip_toggle_keyboard_mode),
10806     //     Symbol( "_gtk_tooltip_focus_out",  cast(void**)& _gtk_tooltip_focus_out),
10807     //     Symbol( "_gtk_tooltip_focus_in",  cast(void**)& _gtk_tooltip_focus_in),
10808         Symbol( "gtk_tooltip_trigger_tooltip_query",  cast(void**)& gtk_tooltip_trigger_tooltip_query),
10809         Symbol( "gtk_tooltip_set_tip_area",  cast(void**)& gtk_tooltip_set_tip_area),
10810         Symbol( "gtk_tooltip_set_custom",  cast(void**)& gtk_tooltip_set_custom),
10811         Symbol( "gtk_tooltip_set_icon_from_stock",  cast(void**)& gtk_tooltip_set_icon_from_stock),
10812         Symbol( "gtk_tooltip_set_icon",  cast(void**)& gtk_tooltip_set_icon),
10813         Symbol( "gtk_tooltip_set_text",  cast(void**)& gtk_tooltip_set_text),
10814         Symbol( "gtk_tooltip_set_markup",  cast(void**)& gtk_tooltip_set_markup),
10815         Symbol( "gtk_tooltip_get_type",  cast(void**)& gtk_tooltip_get_type),
10816     //     Symbol( "_gtk_icon_theme_ensure_builtin_cache",  cast(void**)& _gtk_icon_theme_ensure_builtin_cache),
10817     //     Symbol( "_gtk_icon_theme_check_reload",  cast(void**)& _gtk_icon_theme_check_reload),
10818         Symbol( "gtk_icon_info_get_display_name",  cast(void**)& gtk_icon_info_get_display_name),
10819         Symbol( "gtk_icon_info_get_attach_points",  cast(void**)& gtk_icon_info_get_attach_points),
10820         Symbol( "gtk_icon_info_get_embedded_rect",  cast(void**)& gtk_icon_info_get_embedded_rect),
10821         Symbol( "gtk_icon_info_set_raw_coordinates",  cast(void**)& gtk_icon_info_set_raw_coordinates),
10822         Symbol( "gtk_icon_info_load_icon",  cast(void**)& gtk_icon_info_load_icon),
10823         Symbol( "gtk_icon_info_get_builtin_pixbuf",  cast(void**)& gtk_icon_info_get_builtin_pixbuf),
10824         Symbol( "gtk_icon_info_get_filename",  cast(void**)& gtk_icon_info_get_filename),
10825         Symbol( "gtk_icon_info_get_base_size",  cast(void**)& gtk_icon_info_get_base_size),
10826         Symbol( "gtk_icon_info_free",  cast(void**)& gtk_icon_info_free),
10827         Symbol( "gtk_icon_info_copy",  cast(void**)& gtk_icon_info_copy),
10828         Symbol( "gtk_icon_info_get_type",  cast(void**)& gtk_icon_info_get_type),
10829         Symbol( "gtk_icon_theme_add_builtin_icon",  cast(void**)& gtk_icon_theme_add_builtin_icon),
10830         Symbol( "gtk_icon_theme_rescan_if_needed",  cast(void**)& gtk_icon_theme_rescan_if_needed),
10831         Symbol( "gtk_icon_theme_get_example_icon_name",  cast(void**)& gtk_icon_theme_get_example_icon_name),
10832         Symbol( "gtk_icon_theme_list_contexts",  cast(void**)& gtk_icon_theme_list_contexts),
10833         Symbol( "gtk_icon_theme_list_icons",  cast(void**)& gtk_icon_theme_list_icons),
10834         Symbol( "gtk_icon_theme_load_icon",  cast(void**)& gtk_icon_theme_load_icon),
10835         Symbol( "gtk_icon_theme_choose_icon",  cast(void**)& gtk_icon_theme_choose_icon),
10836         Symbol( "gtk_icon_theme_lookup_icon",  cast(void**)& gtk_icon_theme_lookup_icon),
10837         Symbol( "gtk_icon_theme_get_icon_sizes",  cast(void**)& gtk_icon_theme_get_icon_sizes),
10838         Symbol( "gtk_icon_theme_has_icon",  cast(void**)& gtk_icon_theme_has_icon),
10839         Symbol( "gtk_icon_theme_set_custom_theme",  cast(void**)& gtk_icon_theme_set_custom_theme),
10840         Symbol( "gtk_icon_theme_prepend_search_path",  cast(void**)& gtk_icon_theme_prepend_search_path),
10841         Symbol( "gtk_icon_theme_append_search_path",  cast(void**)& gtk_icon_theme_append_search_path),
10842         Symbol( "gtk_icon_theme_get_search_path",  cast(void**)& gtk_icon_theme_get_search_path),
10843         Symbol( "gtk_icon_theme_set_search_path",  cast(void**)& gtk_icon_theme_set_search_path),
10844         Symbol( "gtk_icon_theme_set_screen",  cast(void**)& gtk_icon_theme_set_screen),
10845         Symbol( "gtk_icon_theme_get_for_screen",  cast(void**)& gtk_icon_theme_get_for_screen),
10846         Symbol( "gtk_icon_theme_get_default",  cast(void**)& gtk_icon_theme_get_default),
10847         Symbol( "gtk_icon_theme_new",  cast(void**)& gtk_icon_theme_new),
10848         Symbol( "gtk_icon_theme_get_type",  cast(void**)& gtk_icon_theme_get_type),
10849         Symbol( "gtk_icon_theme_error_quark",  cast(void**)& gtk_icon_theme_error_quark),
10850     //     Symbol( "_gtk_icon_factory_ensure_default_icons",  cast(void**)& _gtk_icon_factory_ensure_default_icons),
10851     //     Symbol( "_gtk_icon_factory_list_ids",  cast(void**)& _gtk_icon_factory_list_ids),
10852     //     Symbol( "_gtk_icon_set_invalidate_caches",  cast(void**)& _gtk_icon_set_invalidate_caches),
10853         Symbol( "gtk_icon_source_get_size",  cast(void**)& gtk_icon_source_get_size),
10854         Symbol( "gtk_icon_source_get_state",  cast(void**)& gtk_icon_source_get_state),
10855         Symbol( "gtk_icon_source_get_direction",  cast(void**)& gtk_icon_source_get_direction),
10856         Symbol( "gtk_icon_source_set_size",  cast(void**)& gtk_icon_source_set_size),
10857         Symbol( "gtk_icon_source_set_state",  cast(void**)& gtk_icon_source_set_state),
10858         Symbol( "gtk_icon_source_set_direction",  cast(void**)& gtk_icon_source_set_direction),
10859         Symbol( "gtk_icon_source_get_direction_wildcarded",  cast(void**)& gtk_icon_source_get_direction_wildcarded),
10860         Symbol( "gtk_icon_source_get_state_wildcarded",  cast(void**)& gtk_icon_source_get_state_wildcarded),
10861         Symbol( "gtk_icon_source_get_size_wildcarded",  cast(void**)& gtk_icon_source_get_size_wildcarded),
10862         Symbol( "gtk_icon_source_set_size_wildcarded",  cast(void**)& gtk_icon_source_set_size_wildcarded),
10863         Symbol( "gtk_icon_source_set_state_wildcarded",  cast(void**)& gtk_icon_source_set_state_wildcarded),
10864         Symbol( "gtk_icon_source_set_direction_wildcarded",  cast(void**)& gtk_icon_source_set_direction_wildcarded),
10865         Symbol( "gtk_icon_source_get_pixbuf",  cast(void**)& gtk_icon_source_get_pixbuf),
10866         Symbol( "gtk_icon_source_get_icon_name",  cast(void**)& gtk_icon_source_get_icon_name),
10867         Symbol( "gtk_icon_source_get_filename",  cast(void**)& gtk_icon_source_get_filename),
10868         Symbol( "gtk_icon_source_set_pixbuf",  cast(void**)& gtk_icon_source_set_pixbuf),
10869         Symbol( "gtk_icon_source_set_icon_name",  cast(void**)& gtk_icon_source_set_icon_name),
10870         Symbol( "gtk_icon_source_set_filename",  cast(void**)& gtk_icon_source_set_filename),
10871         Symbol( "gtk_icon_source_free",  cast(void**)& gtk_icon_source_free),
10872         Symbol( "gtk_icon_source_copy",  cast(void**)& gtk_icon_source_copy),
10873         Symbol( "gtk_icon_source_new",  cast(void**)& gtk_icon_source_new),
10874         Symbol( "gtk_icon_source_get_type",  cast(void**)& gtk_icon_source_get_type),
10875         Symbol( "gtk_icon_set_get_sizes",  cast(void**)& gtk_icon_set_get_sizes),
10876         Symbol( "gtk_icon_set_add_source",  cast(void**)& gtk_icon_set_add_source),
10877         Symbol( "gtk_icon_set_render_icon",  cast(void**)& gtk_icon_set_render_icon),
10878         Symbol( "gtk_icon_set_copy",  cast(void**)& gtk_icon_set_copy),
10879         Symbol( "gtk_icon_set_unref",  cast(void**)& gtk_icon_set_unref),
10880         Symbol( "gtk_icon_set_ref",  cast(void**)& gtk_icon_set_ref),
10881         Symbol( "gtk_icon_set_new_from_pixbuf",  cast(void**)& gtk_icon_set_new_from_pixbuf),
10882         Symbol( "gtk_icon_set_new",  cast(void**)& gtk_icon_set_new),
10883         Symbol( "gtk_icon_set_get_type",  cast(void**)& gtk_icon_set_get_type),
10884         Symbol( "gtk_icon_size_get_name",  cast(void**)& gtk_icon_size_get_name),
10885         Symbol( "gtk_icon_size_from_name",  cast(void**)& gtk_icon_size_from_name),
10886         Symbol( "gtk_icon_size_register_alias",  cast(void**)& gtk_icon_size_register_alias),
10887         Symbol( "gtk_icon_size_register",  cast(void**)& gtk_icon_size_register),
10888         Symbol( "gtk_icon_size_lookup_for_settings",  cast(void**)& gtk_icon_size_lookup_for_settings),
10889         Symbol( "gtk_icon_size_lookup",  cast(void**)& gtk_icon_size_lookup),
10890         Symbol( "gtk_icon_factory_lookup_default",  cast(void**)& gtk_icon_factory_lookup_default),
10891         Symbol( "gtk_icon_factory_remove_default",  cast(void**)& gtk_icon_factory_remove_default),
10892         Symbol( "gtk_icon_factory_add_default",  cast(void**)& gtk_icon_factory_add_default),
10893         Symbol( "gtk_icon_factory_lookup",  cast(void**)& gtk_icon_factory_lookup),
10894         Symbol( "gtk_icon_factory_add",  cast(void**)& gtk_icon_factory_add),
10895         Symbol( "gtk_icon_factory_new",  cast(void**)& gtk_icon_factory_new),
10896         Symbol( "gtk_icon_factory_get_type",  cast(void**)& gtk_icon_factory_get_type),
10897         Symbol( "gtk_hseparator_new",  cast(void**)& gtk_hseparator_new),
10898         Symbol( "gtk_hseparator_get_type",  cast(void**)& gtk_hseparator_get_type),
10899         Symbol( "gtk_separator_get_type",  cast(void**)& gtk_separator_get_type),
10900         Symbol( "gtk_hscale_new_with_range",  cast(void**)& gtk_hscale_new_with_range),
10901         Symbol( "gtk_hscale_new",  cast(void**)& gtk_hscale_new),
10902         Symbol( "gtk_hscale_get_type",  cast(void**)& gtk_hscale_get_type),
10903     //     Symbol( "_gtk_scale_format_value",  cast(void**)& _gtk_scale_format_value),
10904     //     Symbol( "_gtk_scale_get_value_size",  cast(void**)& _gtk_scale_get_value_size),
10905     //     Symbol( "_gtk_scale_clear_layout",  cast(void**)& _gtk_scale_clear_layout),
10906         Symbol( "gtk_scale_get_layout_offsets",  cast(void**)& gtk_scale_get_layout_offsets),
10907         Symbol( "gtk_scale_get_layout",  cast(void**)& gtk_scale_get_layout),
10908         Symbol( "gtk_scale_get_value_pos",  cast(void**)& gtk_scale_get_value_pos),
10909         Symbol( "gtk_scale_set_value_pos",  cast(void**)& gtk_scale_set_value_pos),
10910         Symbol( "gtk_scale_get_draw_value",  cast(void**)& gtk_scale_get_draw_value),
10911         Symbol( "gtk_scale_set_draw_value",  cast(void**)& gtk_scale_set_draw_value),
10912         Symbol( "gtk_scale_get_digits",  cast(void**)& gtk_scale_get_digits),
10913         Symbol( "gtk_scale_set_digits",  cast(void**)& gtk_scale_set_digits),
10914         Symbol( "gtk_scale_get_type",  cast(void**)& gtk_scale_get_type),
10915         Symbol( "gtk_hruler_new",  cast(void**)& gtk_hruler_new),
10916         Symbol( "gtk_hruler_get_type",  cast(void**)& gtk_hruler_get_type),
10917         Symbol( "gtk_ruler_get_range",  cast(void**)& gtk_ruler_get_range),
10918         Symbol( "gtk_ruler_get_metric",  cast(void**)& gtk_ruler_get_metric),
10919         Symbol( "gtk_ruler_draw_pos",  cast(void**)& gtk_ruler_draw_pos),
10920         Symbol( "gtk_ruler_draw_ticks",  cast(void**)& gtk_ruler_draw_ticks),
10921         Symbol( "gtk_ruler_set_range",  cast(void**)& gtk_ruler_set_range),
10922         Symbol( "gtk_ruler_set_metric",  cast(void**)& gtk_ruler_set_metric),
10923         Symbol( "gtk_ruler_get_type",  cast(void**)& gtk_ruler_get_type),
10924         Symbol( "gtk_hpaned_new",  cast(void**)& gtk_hpaned_new),
10925         Symbol( "gtk_hpaned_get_type",  cast(void**)& gtk_hpaned_get_type),
10926         Symbol( "gtk_paned_compute_position",  cast(void**)& gtk_paned_compute_position),
10927         Symbol( "gtk_paned_get_child2",  cast(void**)& gtk_paned_get_child2),
10928         Symbol( "gtk_paned_get_child1",  cast(void**)& gtk_paned_get_child1),
10929         Symbol( "gtk_paned_set_position",  cast(void**)& gtk_paned_set_position),
10930         Symbol( "gtk_paned_get_position",  cast(void**)& gtk_paned_get_position),
10931         Symbol( "gtk_paned_pack2",  cast(void**)& gtk_paned_pack2),
10932         Symbol( "gtk_paned_pack1",  cast(void**)& gtk_paned_pack1),
10933         Symbol( "gtk_paned_add2",  cast(void**)& gtk_paned_add2),
10934         Symbol( "gtk_paned_add1",  cast(void**)& gtk_paned_add1),
10935         Symbol( "gtk_paned_get_type",  cast(void**)& gtk_paned_get_type),
10936         Symbol( "gtk_hbutton_box_set_layout_default",  cast(void**)& gtk_hbutton_box_set_layout_default),
10937         Symbol( "gtk_hbutton_box_set_spacing_default",  cast(void**)& gtk_hbutton_box_set_spacing_default),
10938         Symbol( "gtk_hbutton_box_get_layout_default",  cast(void**)& gtk_hbutton_box_get_layout_default),
10939         Symbol( "gtk_hbutton_box_get_spacing_default",  cast(void**)& gtk_hbutton_box_get_spacing_default),
10940         Symbol( "gtk_hbutton_box_new",  cast(void**)& gtk_hbutton_box_new),
10941         Symbol( "gtk_hbutton_box_get_type",  cast(void**)& gtk_hbutton_box_get_type),
10942         Symbol( "gtk_handle_box_get_snap_edge",  cast(void**)& gtk_handle_box_get_snap_edge),
10943         Symbol( "gtk_handle_box_set_snap_edge",  cast(void**)& gtk_handle_box_set_snap_edge),
10944         Symbol( "gtk_handle_box_get_handle_position",  cast(void**)& gtk_handle_box_get_handle_position),
10945         Symbol( "gtk_handle_box_set_handle_position",  cast(void**)& gtk_handle_box_set_handle_position),
10946         Symbol( "gtk_handle_box_get_shadow_type",  cast(void**)& gtk_handle_box_get_shadow_type),
10947         Symbol( "gtk_handle_box_set_shadow_type",  cast(void**)& gtk_handle_box_set_shadow_type),
10948         Symbol( "gtk_handle_box_new",  cast(void**)& gtk_handle_box_new),
10949         Symbol( "gtk_handle_box_get_type",  cast(void**)& gtk_handle_box_get_type),
10950         Symbol( "gtk_gc_release",  cast(void**)& gtk_gc_release),
10951         Symbol( "gtk_gc_get",  cast(void**)& gtk_gc_get),
10952         Symbol( "gtk_gamma_curve_new",  cast(void**)& gtk_gamma_curve_new),
10953         Symbol( "gtk_gamma_curve_get_type",  cast(void**)& gtk_gamma_curve_get_type),
10954         Symbol( "gtk_font_selection_dialog_set_preview_text",  cast(void**)& gtk_font_selection_dialog_set_preview_text),
10955         Symbol( "gtk_font_selection_dialog_get_preview_text",  cast(void**)& gtk_font_selection_dialog_get_preview_text),
10956         Symbol( "gtk_font_selection_dialog_set_font_name",  cast(void**)& gtk_font_selection_dialog_set_font_name),
10957         Symbol( "gtk_font_selection_dialog_get_font",  cast(void**)& gtk_font_selection_dialog_get_font),
10958         Symbol( "gtk_font_selection_dialog_get_font_name",  cast(void**)& gtk_font_selection_dialog_get_font_name),
10959         Symbol( "gtk_font_selection_dialog_new",  cast(void**)& gtk_font_selection_dialog_new),
10960         Symbol( "gtk_font_selection_dialog_get_type",  cast(void**)& gtk_font_selection_dialog_get_type),
10961         Symbol( "gtk_font_selection_set_preview_text",  cast(void**)& gtk_font_selection_set_preview_text),
10962         Symbol( "gtk_font_selection_get_preview_text",  cast(void**)& gtk_font_selection_get_preview_text),
10963         Symbol( "gtk_font_selection_set_font_name",  cast(void**)& gtk_font_selection_set_font_name),
10964         Symbol( "gtk_font_selection_get_font",  cast(void**)& gtk_font_selection_get_font),
10965         Symbol( "gtk_font_selection_get_font_name",  cast(void**)& gtk_font_selection_get_font_name),
10966         Symbol( "gtk_font_selection_new",  cast(void**)& gtk_font_selection_new),
10967         Symbol( "gtk_font_selection_get_type",  cast(void**)& gtk_font_selection_get_type),
10968         Symbol( "gtk_font_button_set_show_size",  cast(void**)& gtk_font_button_set_show_size),
10969         Symbol( "gtk_font_button_get_show_size",  cast(void**)& gtk_font_button_get_show_size),
10970         Symbol( "gtk_font_button_set_show_style",  cast(void**)& gtk_font_button_set_show_style),
10971         Symbol( "gtk_font_button_get_show_style",  cast(void**)& gtk_font_button_get_show_style),
10972         Symbol( "gtk_font_button_set_font_name",  cast(void**)& gtk_font_button_set_font_name),
10973         Symbol( "gtk_font_button_get_font_name",  cast(void**)& gtk_font_button_get_font_name),
10974         Symbol( "gtk_font_button_set_use_size",  cast(void**)& gtk_font_button_set_use_size),
10975         Symbol( "gtk_font_button_get_use_size",  cast(void**)& gtk_font_button_get_use_size),
10976         Symbol( "gtk_font_button_set_use_font",  cast(void**)& gtk_font_button_set_use_font),
10977         Symbol( "gtk_font_button_get_use_font",  cast(void**)& gtk_font_button_get_use_font),
10978         Symbol( "gtk_font_button_set_title",  cast(void**)& gtk_font_button_set_title),
10979         Symbol( "gtk_font_button_get_title",  cast(void**)& gtk_font_button_get_title),
10980         Symbol( "gtk_font_button_new_with_font",  cast(void**)& gtk_font_button_new_with_font),
10981         Symbol( "gtk_font_button_new",  cast(void**)& gtk_font_button_new),
10982         Symbol( "gtk_font_button_get_type",  cast(void**)& gtk_font_button_get_type),
10983         Symbol( "gtk_file_chooser_widget_new_with_backend",  cast(void**)& gtk_file_chooser_widget_new_with_backend),
10984         Symbol( "gtk_file_chooser_widget_new",  cast(void**)& gtk_file_chooser_widget_new),
10985         Symbol( "gtk_file_chooser_widget_get_type",  cast(void**)& gtk_file_chooser_widget_get_type),
10986         Symbol( "gtk_file_chooser_dialog_new_with_backend",  cast(void**)& gtk_file_chooser_dialog_new_with_backend),
10987         Symbol( "gtk_file_chooser_dialog_new",  cast(void**)& gtk_file_chooser_dialog_new),
10988         Symbol( "gtk_file_chooser_dialog_get_type",  cast(void**)& gtk_file_chooser_dialog_get_type),
10989         Symbol( "gtk_file_chooser_button_set_focus_on_click",  cast(void**)& gtk_file_chooser_button_set_focus_on_click),
10990         Symbol( "gtk_file_chooser_button_get_focus_on_click",  cast(void**)& gtk_file_chooser_button_get_focus_on_click),
10991         Symbol( "gtk_file_chooser_button_set_width_chars",  cast(void**)& gtk_file_chooser_button_set_width_chars),
10992         Symbol( "gtk_file_chooser_button_get_width_chars",  cast(void**)& gtk_file_chooser_button_get_width_chars),
10993         Symbol( "gtk_file_chooser_button_set_title",  cast(void**)& gtk_file_chooser_button_set_title),
10994         Symbol( "gtk_file_chooser_button_get_title",  cast(void**)& gtk_file_chooser_button_get_title),
10995         Symbol( "gtk_file_chooser_button_new_with_dialog",  cast(void**)& gtk_file_chooser_button_new_with_dialog),
10996         Symbol( "gtk_file_chooser_button_new_with_backend",  cast(void**)& gtk_file_chooser_button_new_with_backend),
10997         Symbol( "gtk_file_chooser_button_new",  cast(void**)& gtk_file_chooser_button_new),
10998         Symbol( "gtk_file_chooser_button_get_type",  cast(void**)& gtk_file_chooser_button_get_type),
10999         Symbol( "gtk_file_chooser_list_shortcut_folder_uris",  cast(void**)& gtk_file_chooser_list_shortcut_folder_uris),
11000         Symbol( "gtk_file_chooser_remove_shortcut_folder_uri",  cast(void**)& gtk_file_chooser_remove_shortcut_folder_uri),
11001         Symbol( "gtk_file_chooser_add_shortcut_folder_uri",  cast(void**)& gtk_file_chooser_add_shortcut_folder_uri),
11002         Symbol( "gtk_file_chooser_list_shortcut_folders",  cast(void**)& gtk_file_chooser_list_shortcut_folders),
11003         Symbol( "gtk_file_chooser_remove_shortcut_folder",  cast(void**)& gtk_file_chooser_remove_shortcut_folder),
11004         Symbol( "gtk_file_chooser_add_shortcut_folder",  cast(void**)& gtk_file_chooser_add_shortcut_folder),
11005         Symbol( "gtk_file_chooser_get_filter",  cast(void**)& gtk_file_chooser_get_filter),
11006         Symbol( "gtk_file_chooser_set_filter",  cast(void**)& gtk_file_chooser_set_filter),
11007         Symbol( "gtk_file_chooser_list_filters",  cast(void**)& gtk_file_chooser_list_filters),
11008         Symbol( "gtk_file_chooser_remove_filter",  cast(void**)& gtk_file_chooser_remove_filter),
11009         Symbol( "gtk_file_chooser_add_filter",  cast(void**)& gtk_file_chooser_add_filter),
11010         Symbol( "gtk_file_chooser_get_extra_widget",  cast(void**)& gtk_file_chooser_get_extra_widget),
11011         Symbol( "gtk_file_chooser_set_extra_widget",  cast(void**)& gtk_file_chooser_set_extra_widget),
11012         Symbol( "gtk_file_chooser_get_preview_uri",  cast(void**)& gtk_file_chooser_get_preview_uri),
11013         Symbol( "gtk_file_chooser_get_preview_filename",  cast(void**)& gtk_file_chooser_get_preview_filename),
11014         Symbol( "gtk_file_chooser_get_use_preview_label",  cast(void**)& gtk_file_chooser_get_use_preview_label),
11015         Symbol( "gtk_file_chooser_set_use_preview_label",  cast(void**)& gtk_file_chooser_set_use_preview_label),
11016         Symbol( "gtk_file_chooser_get_preview_widget_active",  cast(void**)& gtk_file_chooser_get_preview_widget_active),
11017         Symbol( "gtk_file_chooser_set_preview_widget_active",  cast(void**)& gtk_file_chooser_set_preview_widget_active),
11018         Symbol( "gtk_file_chooser_get_preview_widget",  cast(void**)& gtk_file_chooser_get_preview_widget),
11019         Symbol( "gtk_file_chooser_set_preview_widget",  cast(void**)& gtk_file_chooser_set_preview_widget),
11020         Symbol( "gtk_file_chooser_get_current_folder_uri",  cast(void**)& gtk_file_chooser_get_current_folder_uri),
11021         Symbol( "gtk_file_chooser_set_current_folder_uri",  cast(void**)& gtk_file_chooser_set_current_folder_uri),
11022         Symbol( "gtk_file_chooser_get_uris",  cast(void**)& gtk_file_chooser_get_uris),
11023         Symbol( "gtk_file_chooser_unselect_uri",  cast(void**)& gtk_file_chooser_unselect_uri),
11024         Symbol( "gtk_file_chooser_select_uri",  cast(void**)& gtk_file_chooser_select_uri),
11025         Symbol( "gtk_file_chooser_set_uri",  cast(void**)& gtk_file_chooser_set_uri),
11026         Symbol( "gtk_file_chooser_get_uri",  cast(void**)& gtk_file_chooser_get_uri),
11027         Symbol( "gtk_file_chooser_get_current_folder",  cast(void**)& gtk_file_chooser_get_current_folder),
11028         Symbol( "gtk_file_chooser_set_current_folder",  cast(void**)& gtk_file_chooser_set_current_folder),
11029         Symbol( "gtk_file_chooser_get_filenames",  cast(void**)& gtk_file_chooser_get_filenames),
11030         Symbol( "gtk_file_chooser_unselect_all",  cast(void**)& gtk_file_chooser_unselect_all),
11031         Symbol( "gtk_file_chooser_select_all",  cast(void**)& gtk_file_chooser_select_all),
11032         Symbol( "gtk_file_chooser_unselect_filename",  cast(void**)& gtk_file_chooser_unselect_filename),
11033         Symbol( "gtk_file_chooser_select_filename",  cast(void**)& gtk_file_chooser_select_filename),
11034         Symbol( "gtk_file_chooser_set_filename",  cast(void**)& gtk_file_chooser_set_filename),
11035         Symbol( "gtk_file_chooser_get_filename",  cast(void**)& gtk_file_chooser_get_filename),
11036         Symbol( "gtk_file_chooser_set_current_name",  cast(void**)& gtk_file_chooser_set_current_name),
11037         Symbol( "gtk_file_chooser_get_do_overwrite_confirmation",  cast(void**)& gtk_file_chooser_get_do_overwrite_confirmation),
11038         Symbol( "gtk_file_chooser_set_do_overwrite_confirmation",  cast(void**)& gtk_file_chooser_set_do_overwrite_confirmation),
11039         Symbol( "gtk_file_chooser_get_show_hidden",  cast(void**)& gtk_file_chooser_get_show_hidden),
11040         Symbol( "gtk_file_chooser_set_show_hidden",  cast(void**)& gtk_file_chooser_set_show_hidden),
11041         Symbol( "gtk_file_chooser_get_select_multiple",  cast(void**)& gtk_file_chooser_get_select_multiple),
11042         Symbol( "gtk_file_chooser_set_select_multiple",  cast(void**)& gtk_file_chooser_set_select_multiple),
11043         Symbol( "gtk_file_chooser_get_local_only",  cast(void**)& gtk_file_chooser_get_local_only),
11044         Symbol( "gtk_file_chooser_set_local_only",  cast(void**)& gtk_file_chooser_set_local_only),
11045         Symbol( "gtk_file_chooser_get_action",  cast(void**)& gtk_file_chooser_get_action),
11046         Symbol( "gtk_file_chooser_set_action",  cast(void**)& gtk_file_chooser_set_action),
11047         Symbol( "gtk_file_chooser_error_quark",  cast(void**)& gtk_file_chooser_error_quark),
11048         Symbol( "gtk_file_chooser_get_type",  cast(void**)& gtk_file_chooser_get_type),
11049         Symbol( "gtk_file_filter_filter",  cast(void**)& gtk_file_filter_filter),
11050         Symbol( "gtk_file_filter_get_needed",  cast(void**)& gtk_file_filter_get_needed),
11051         Symbol( "gtk_file_filter_add_custom",  cast(void**)& gtk_file_filter_add_custom),
11052         Symbol( "gtk_file_filter_add_pixbuf_formats",  cast(void**)& gtk_file_filter_add_pixbuf_formats),
11053         Symbol( "gtk_file_filter_add_pattern",  cast(void**)& gtk_file_filter_add_pattern),
11054         Symbol( "gtk_file_filter_add_mime_type",  cast(void**)& gtk_file_filter_add_mime_type),
11055         Symbol( "gtk_file_filter_get_name",  cast(void**)& gtk_file_filter_get_name),
11056         Symbol( "gtk_file_filter_set_name",  cast(void**)& gtk_file_filter_set_name),
11057         Symbol( "gtk_file_filter_new",  cast(void**)& gtk_file_filter_new),
11058         Symbol( "gtk_file_filter_get_type",  cast(void**)& gtk_file_filter_get_type),
11059         Symbol( "gtk_fixed_get_has_window",  cast(void**)& gtk_fixed_get_has_window),
11060         Symbol( "gtk_fixed_set_has_window",  cast(void**)& gtk_fixed_set_has_window),
11061         Symbol( "gtk_fixed_move",  cast(void**)& gtk_fixed_move),
11062         Symbol( "gtk_fixed_put",  cast(void**)& gtk_fixed_put),
11063         Symbol( "gtk_fixed_new",  cast(void**)& gtk_fixed_new),
11064         Symbol( "gtk_fixed_get_type",  cast(void**)& gtk_fixed_get_type),
11065         Symbol( "gtk_file_selection_get_select_multiple",  cast(void**)& gtk_file_selection_get_select_multiple),
11066         Symbol( "gtk_file_selection_set_select_multiple",  cast(void**)& gtk_file_selection_set_select_multiple),
11067         Symbol( "gtk_file_selection_get_selections",  cast(void**)& gtk_file_selection_get_selections),
11068         Symbol( "gtk_file_selection_hide_fileop_buttons",  cast(void**)& gtk_file_selection_hide_fileop_buttons),
11069         Symbol( "gtk_file_selection_show_fileop_buttons",  cast(void**)& gtk_file_selection_show_fileop_buttons),
11070         Symbol( "gtk_file_selection_complete",  cast(void**)& gtk_file_selection_complete),
11071         Symbol( "gtk_file_selection_get_filename",  cast(void**)& gtk_file_selection_get_filename),
11072         Symbol( "gtk_file_selection_set_filename",  cast(void**)& gtk_file_selection_set_filename),
11073         Symbol( "gtk_file_selection_new",  cast(void**)& gtk_file_selection_new),
11074         Symbol( "gtk_file_selection_get_type",  cast(void**)& gtk_file_selection_get_type),
11075         Symbol( "gtk_expander_get_label_widget",  cast(void**)& gtk_expander_get_label_widget),
11076         Symbol( "gtk_expander_set_label_widget",  cast(void**)& gtk_expander_set_label_widget),
11077         Symbol( "gtk_expander_get_use_markup",  cast(void**)& gtk_expander_get_use_markup),
11078         Symbol( "gtk_expander_set_use_markup",  cast(void**)& gtk_expander_set_use_markup),
11079         Symbol( "gtk_expander_get_use_underline",  cast(void**)& gtk_expander_get_use_underline),
11080         Symbol( "gtk_expander_set_use_underline",  cast(void**)& gtk_expander_set_use_underline),
11081         Symbol( "gtk_expander_get_label",  cast(void**)& gtk_expander_get_label),
11082         Symbol( "gtk_expander_set_label",  cast(void**)& gtk_expander_set_label),
11083         Symbol( "gtk_expander_get_spacing",  cast(void**)& gtk_expander_get_spacing),
11084         Symbol( "gtk_expander_set_spacing",  cast(void**)& gtk_expander_set_spacing),
11085         Symbol( "gtk_expander_get_expanded",  cast(void**)& gtk_expander_get_expanded),
11086         Symbol( "gtk_expander_set_expanded",  cast(void**)& gtk_expander_set_expanded),
11087         Symbol( "gtk_expander_new_with_mnemonic",  cast(void**)& gtk_expander_new_with_mnemonic),
11088         Symbol( "gtk_expander_new",  cast(void**)& gtk_expander_new),
11089         Symbol( "gtk_expander_get_type",  cast(void**)& gtk_expander_get_type),
11090         Symbol( "gtk_event_box_set_above_child",  cast(void**)& gtk_event_box_set_above_child),
11091         Symbol( "gtk_event_box_get_above_child",  cast(void**)& gtk_event_box_get_above_child),
11092         Symbol( "gtk_event_box_set_visible_window",  cast(void**)& gtk_event_box_set_visible_window),
11093         Symbol( "gtk_event_box_get_visible_window",  cast(void**)& gtk_event_box_get_visible_window),
11094         Symbol( "gtk_event_box_new",  cast(void**)& gtk_event_box_new),
11095         Symbol( "gtk_event_box_get_type",  cast(void**)& gtk_event_box_get_type),
11096         Symbol( "gtk_curve_set_curve_type",  cast(void**)& gtk_curve_set_curve_type),
11097         Symbol( "gtk_curve_set_vector",  cast(void**)& gtk_curve_set_vector),
11098         Symbol( "gtk_curve_get_vector",  cast(void**)& gtk_curve_get_vector),
11099         Symbol( "gtk_curve_set_range",  cast(void**)& gtk_curve_set_range),
11100         Symbol( "gtk_curve_set_gamma",  cast(void**)& gtk_curve_set_gamma),
11101         Symbol( "gtk_curve_reset",  cast(void**)& gtk_curve_reset),
11102         Symbol( "gtk_curve_new",  cast(void**)& gtk_curve_new),
11103         Symbol( "gtk_curve_get_type",  cast(void**)& gtk_curve_get_type),
11104         Symbol( "gtk_drawing_area_size",  cast(void**)& gtk_drawing_area_size),
11105         Symbol( "gtk_drawing_area_new",  cast(void**)& gtk_drawing_area_new),
11106         Symbol( "gtk_drawing_area_get_type",  cast(void**)& gtk_drawing_area_get_type),
11107         Symbol( "gtk_ctree_node_get_type",  cast(void**)& gtk_ctree_node_get_type),
11108         Symbol( "gtk_ctree_sort_recursive",  cast(void**)& gtk_ctree_sort_recursive),
11109         Symbol( "gtk_ctree_sort_node",  cast(void**)& gtk_ctree_sort_node),
11110         Symbol( "gtk_ctree_set_drag_compare_func",  cast(void**)& gtk_ctree_set_drag_compare_func),
11111         Symbol( "gtk_ctree_set_expander_style",  cast(void**)& gtk_ctree_set_expander_style),
11112         Symbol( "gtk_ctree_set_line_style",  cast(void**)& gtk_ctree_set_line_style),
11113         Symbol( "gtk_ctree_set_show_stub",  cast(void**)& gtk_ctree_set_show_stub),
11114         Symbol( "gtk_ctree_set_spacing",  cast(void**)& gtk_ctree_set_spacing),
11115         Symbol( "gtk_ctree_set_indent",  cast(void**)& gtk_ctree_set_indent),
11116         Symbol( "gtk_ctree_node_is_visible",  cast(void**)& gtk_ctree_node_is_visible),
11117         Symbol( "gtk_ctree_node_moveto",  cast(void**)& gtk_ctree_node_moveto),
11118         Symbol( "gtk_ctree_node_get_row_data",  cast(void**)& gtk_ctree_node_get_row_data),
11119         Symbol( "gtk_ctree_node_set_row_data_full",  cast(void**)& gtk_ctree_node_set_row_data_full),
11120         Symbol( "gtk_ctree_node_set_row_data",  cast(void**)& gtk_ctree_node_set_row_data),
11121         Symbol( "gtk_ctree_node_set_background",  cast(void**)& gtk_ctree_node_set_background),
11122         Symbol( "gtk_ctree_node_set_foreground",  cast(void**)& gtk_ctree_node_set_foreground),
11123         Symbol( "gtk_ctree_node_get_cell_style",  cast(void**)& gtk_ctree_node_get_cell_style),
11124         Symbol( "gtk_ctree_node_set_cell_style",  cast(void**)& gtk_ctree_node_set_cell_style),
11125         Symbol( "gtk_ctree_node_get_row_style",  cast(void**)& gtk_ctree_node_get_row_style),
11126         Symbol( "gtk_ctree_node_set_row_style",  cast(void**)& gtk_ctree_node_set_row_style),
11127         Symbol( "gtk_ctree_get_node_info",  cast(void**)& gtk_ctree_get_node_info),
11128         Symbol( "gtk_ctree_node_get_pixtext",  cast(void**)& gtk_ctree_node_get_pixtext),
11129         Symbol( "gtk_ctree_node_get_pixmap",  cast(void**)& gtk_ctree_node_get_pixmap),
11130         Symbol( "gtk_ctree_node_get_text",  cast(void**)& gtk_ctree_node_get_text),
11131         Symbol( "gtk_ctree_node_get_cell_type",  cast(void**)& gtk_ctree_node_get_cell_type),
11132         Symbol( "gtk_ctree_node_get_selectable",  cast(void**)& gtk_ctree_node_get_selectable),
11133         Symbol( "gtk_ctree_node_set_selectable",  cast(void**)& gtk_ctree_node_set_selectable),
11134         Symbol( "gtk_ctree_node_set_shift",  cast(void**)& gtk_ctree_node_set_shift),
11135         Symbol( "gtk_ctree_set_node_info",  cast(void**)& gtk_ctree_set_node_info),
11136         Symbol( "gtk_ctree_node_set_pixtext",  cast(void**)& gtk_ctree_node_set_pixtext),
11137         Symbol( "gtk_ctree_node_set_pixmap",  cast(void**)& gtk_ctree_node_set_pixmap),
11138         Symbol( "gtk_ctree_node_set_text",  cast(void**)& gtk_ctree_node_set_text),
11139         Symbol( "gtk_ctree_real_select_recursive",  cast(void**)& gtk_ctree_real_select_recursive),
11140         Symbol( "gtk_ctree_unselect_recursive",  cast(void**)& gtk_ctree_unselect_recursive),
11141         Symbol( "gtk_ctree_unselect",  cast(void**)& gtk_ctree_unselect),
11142         Symbol( "gtk_ctree_select_recursive",  cast(void**)& gtk_ctree_select_recursive),
11143         Symbol( "gtk_ctree_select",  cast(void**)& gtk_ctree_select),
11144         Symbol( "gtk_ctree_toggle_expansion_recursive",  cast(void**)& gtk_ctree_toggle_expansion_recursive),
11145         Symbol( "gtk_ctree_toggle_expansion",  cast(void**)& gtk_ctree_toggle_expansion),
11146         Symbol( "gtk_ctree_collapse_to_depth",  cast(void**)& gtk_ctree_collapse_to_depth),
11147         Symbol( "gtk_ctree_collapse_recursive",  cast(void**)& gtk_ctree_collapse_recursive),
11148         Symbol( "gtk_ctree_collapse",  cast(void**)& gtk_ctree_collapse),
11149         Symbol( "gtk_ctree_expand_to_depth",  cast(void**)& gtk_ctree_expand_to_depth),
11150         Symbol( "gtk_ctree_expand_recursive",  cast(void**)& gtk_ctree_expand_recursive),
11151         Symbol( "gtk_ctree_expand",  cast(void**)& gtk_ctree_expand),
11152         Symbol( "gtk_ctree_move",  cast(void**)& gtk_ctree_move),
11153         Symbol( "gtk_ctree_is_hot_spot",  cast(void**)& gtk_ctree_is_hot_spot),
11154         Symbol( "gtk_ctree_find_all_by_row_data_custom",  cast(void**)& gtk_ctree_find_all_by_row_data_custom),
11155         Symbol( "gtk_ctree_find_by_row_data_custom",  cast(void**)& gtk_ctree_find_by_row_data_custom),
11156         Symbol( "gtk_ctree_find_all_by_row_data",  cast(void**)& gtk_ctree_find_all_by_row_data),
11157         Symbol( "gtk_ctree_find_by_row_data",  cast(void**)& gtk_ctree_find_by_row_data),
11158         Symbol( "gtk_ctree_is_ancestor",  cast(void**)& gtk_ctree_is_ancestor),
11159         Symbol( "gtk_ctree_find",  cast(void**)& gtk_ctree_find),
11160         Symbol( "gtk_ctree_node_nth",  cast(void**)& gtk_ctree_node_nth),
11161         Symbol( "gtk_ctree_find_node_ptr",  cast(void**)& gtk_ctree_find_node_ptr),
11162         Symbol( "gtk_ctree_last",  cast(void**)& gtk_ctree_last),
11163         Symbol( "gtk_ctree_is_viewable",  cast(void**)& gtk_ctree_is_viewable),
11164         Symbol( "gtk_ctree_pre_recursive_to_depth",  cast(void**)& gtk_ctree_pre_recursive_to_depth),
11165         Symbol( "gtk_ctree_pre_recursive",  cast(void**)& gtk_ctree_pre_recursive),
11166         Symbol( "gtk_ctree_post_recursive_to_depth",  cast(void**)& gtk_ctree_post_recursive_to_depth),
11167         Symbol( "gtk_ctree_post_recursive",  cast(void**)& gtk_ctree_post_recursive),
11168         Symbol( "gtk_ctree_export_to_gnode",  cast(void**)& gtk_ctree_export_to_gnode),
11169         Symbol( "gtk_ctree_insert_gnode",  cast(void**)& gtk_ctree_insert_gnode),
11170         Symbol( "gtk_ctree_remove_node",  cast(void**)& gtk_ctree_remove_node),
11171         Symbol( "gtk_ctree_insert_node",  cast(void**)& gtk_ctree_insert_node),
11172         Symbol( "gtk_ctree_new",  cast(void**)& gtk_ctree_new),
11173         Symbol( "gtk_ctree_new_with_titles",  cast(void**)& gtk_ctree_new_with_titles),
11174         Symbol( "gtk_ctree_get_type",  cast(void**)& gtk_ctree_get_type),
11175         Symbol( "gtk_combo_box_entry_new_text",  cast(void**)& gtk_combo_box_entry_new_text),
11176         Symbol( "gtk_combo_box_entry_get_text_column",  cast(void**)& gtk_combo_box_entry_get_text_column),
11177         Symbol( "gtk_combo_box_entry_set_text_column",  cast(void**)& gtk_combo_box_entry_set_text_column),
11178         Symbol( "gtk_combo_box_entry_new_with_model",  cast(void**)& gtk_combo_box_entry_new_with_model),
11179         Symbol( "gtk_combo_box_entry_new",  cast(void**)& gtk_combo_box_entry_new),
11180         Symbol( "gtk_combo_box_entry_get_type",  cast(void**)& gtk_combo_box_entry_get_type),
11181     //     Symbol( "_gtk_combo_box_editing_canceled",  cast(void**)& _gtk_combo_box_editing_canceled),
11182         Symbol( "gtk_combo_box_get_popup_accessible",  cast(void**)& gtk_combo_box_get_popup_accessible),
11183         Symbol( "gtk_combo_box_popdown",  cast(void**)& gtk_combo_box_popdown),
11184         Symbol( "gtk_combo_box_popup",  cast(void**)& gtk_combo_box_popup),
11185         Symbol( "gtk_combo_box_get_active_text",  cast(void**)& gtk_combo_box_get_active_text),
11186         Symbol( "gtk_combo_box_remove_text",  cast(void**)& gtk_combo_box_remove_text),
11187         Symbol( "gtk_combo_box_prepend_text",  cast(void**)& gtk_combo_box_prepend_text),
11188         Symbol( "gtk_combo_box_insert_text",  cast(void**)& gtk_combo_box_insert_text),
11189         Symbol( "gtk_combo_box_append_text",  cast(void**)& gtk_combo_box_append_text),
11190         Symbol( "gtk_combo_box_new_text",  cast(void**)& gtk_combo_box_new_text),
11191         Symbol( "gtk_combo_box_set_row_separator_func",  cast(void**)& gtk_combo_box_set_row_separator_func),
11192         Symbol( "gtk_combo_box_get_row_separator_func",  cast(void**)& gtk_combo_box_get_row_separator_func),
11193         Symbol( "gtk_combo_box_get_model",  cast(void**)& gtk_combo_box_get_model),
11194         Symbol( "gtk_combo_box_set_model",  cast(void**)& gtk_combo_box_set_model),
11195         Symbol( "gtk_combo_box_set_active_iter",  cast(void**)& gtk_combo_box_set_active_iter),
11196         Symbol( "gtk_combo_box_get_active_iter",  cast(void**)& gtk_combo_box_get_active_iter),
11197         Symbol( "gtk_combo_box_set_active",  cast(void**)& gtk_combo_box_set_active),
11198         Symbol( "gtk_combo_box_get_active",  cast(void**)& gtk_combo_box_get_active),
11199         Symbol( "gtk_combo_box_set_focus_on_click",  cast(void**)& gtk_combo_box_set_focus_on_click),
11200         Symbol( "gtk_combo_box_get_focus_on_click",  cast(void**)& gtk_combo_box_get_focus_on_click),
11201         Symbol( "gtk_combo_box_set_title",  cast(void**)& gtk_combo_box_set_title),
11202         Symbol( "gtk_combo_box_get_title",  cast(void**)& gtk_combo_box_get_title),
11203         Symbol( "gtk_combo_box_set_add_tearoffs",  cast(void**)& gtk_combo_box_set_add_tearoffs),
11204         Symbol( "gtk_combo_box_get_add_tearoffs",  cast(void**)& gtk_combo_box_get_add_tearoffs),
11205         Symbol( "gtk_combo_box_set_column_span_column",  cast(void**)& gtk_combo_box_set_column_span_column),
11206         Symbol( "gtk_combo_box_get_column_span_column",  cast(void**)& gtk_combo_box_get_column_span_column),
11207         Symbol( "gtk_combo_box_set_row_span_column",  cast(void**)& gtk_combo_box_set_row_span_column),
11208         Symbol( "gtk_combo_box_get_row_span_column",  cast(void**)& gtk_combo_box_get_row_span_column),
11209         Symbol( "gtk_combo_box_set_wrap_width",  cast(void**)& gtk_combo_box_set_wrap_width),
11210         Symbol( "gtk_combo_box_get_wrap_width",  cast(void**)& gtk_combo_box_get_wrap_width),
11211         Symbol( "gtk_combo_box_new_with_model",  cast(void**)& gtk_combo_box_new_with_model),
11212         Symbol( "gtk_combo_box_new",  cast(void**)& gtk_combo_box_new),
11213         Symbol( "gtk_combo_box_get_type",  cast(void**)& gtk_combo_box_get_type),
11214         Symbol( "gtk_tree_view_get_tooltip_column",  cast(void**)& gtk_tree_view_get_tooltip_column),
11215         Symbol( "gtk_tree_view_set_tooltip_column",  cast(void**)& gtk_tree_view_set_tooltip_column),
11216         Symbol( "gtk_tree_view_get_tooltip_context",  cast(void**)& gtk_tree_view_get_tooltip_context),
11217         Symbol( "gtk_tree_view_set_tooltip_cell",  cast(void**)& gtk_tree_view_set_tooltip_cell),
11218         Symbol( "gtk_tree_view_set_tooltip_row",  cast(void**)& gtk_tree_view_set_tooltip_row),
11219         Symbol( "gtk_tree_view_get_level_indentation",  cast(void**)& gtk_tree_view_get_level_indentation),
11220         Symbol( "gtk_tree_view_set_level_indentation",  cast(void**)& gtk_tree_view_set_level_indentation),
11221         Symbol( "gtk_tree_view_get_show_expanders",  cast(void**)& gtk_tree_view_get_show_expanders),
11222         Symbol( "gtk_tree_view_set_show_expanders",  cast(void**)& gtk_tree_view_set_show_expanders),
11223         Symbol( "gtk_tree_view_set_enable_tree_lines",  cast(void**)& gtk_tree_view_set_enable_tree_lines),
11224         Symbol( "gtk_tree_view_get_enable_tree_lines",  cast(void**)& gtk_tree_view_get_enable_tree_lines),
11225         Symbol( "gtk_tree_view_set_grid_lines",  cast(void**)& gtk_tree_view_set_grid_lines),
11226         Symbol( "gtk_tree_view_get_grid_lines",  cast(void**)& gtk_tree_view_get_grid_lines),
11227         Symbol( "gtk_tree_view_set_row_separator_func",  cast(void**)& gtk_tree_view_set_row_separator_func),
11228         Symbol( "gtk_tree_view_get_row_separator_func",  cast(void**)& gtk_tree_view_get_row_separator_func),
11229         Symbol( "gtk_tree_view_is_rubber_banding_active",  cast(void**)& gtk_tree_view_is_rubber_banding_active),
11230         Symbol( "gtk_tree_view_get_rubber_banding",  cast(void**)& gtk_tree_view_get_rubber_banding),
11231         Symbol( "gtk_tree_view_set_rubber_banding",  cast(void**)& gtk_tree_view_set_rubber_banding),
11232         Symbol( "gtk_tree_view_get_hover_expand",  cast(void**)& gtk_tree_view_get_hover_expand),
11233         Symbol( "gtk_tree_view_set_hover_expand",  cast(void**)& gtk_tree_view_set_hover_expand),
11234         Symbol( "gtk_tree_view_get_hover_selection",  cast(void**)& gtk_tree_view_get_hover_selection),
11235         Symbol( "gtk_tree_view_set_hover_selection",  cast(void**)& gtk_tree_view_set_hover_selection),
11236         Symbol( "gtk_tree_view_get_fixed_height_mode",  cast(void**)& gtk_tree_view_get_fixed_height_mode),
11237         Symbol( "gtk_tree_view_set_fixed_height_mode",  cast(void**)& gtk_tree_view_set_fixed_height_mode),
11238         Symbol( "gtk_tree_view_set_destroy_count_func",  cast(void**)& gtk_tree_view_set_destroy_count_func),
11239         Symbol( "gtk_tree_view_convert_bin_window_to_tree_coords",  cast(void**)& gtk_tree_view_convert_bin_window_to_tree_coords),
11240         Symbol( "gtk_tree_view_convert_tree_to_bin_window_coords",  cast(void**)& gtk_tree_view_convert_tree_to_bin_window_coords),
11241         Symbol( "gtk_tree_view_convert_bin_window_to_widget_coords",  cast(void**)& gtk_tree_view_convert_bin_window_to_widget_coords),
11242         Symbol( "gtk_tree_view_convert_widget_to_bin_window_coords",  cast(void**)& gtk_tree_view_convert_widget_to_bin_window_coords),
11243         Symbol( "gtk_tree_view_convert_tree_to_widget_coords",  cast(void**)& gtk_tree_view_convert_tree_to_widget_coords),
11244         Symbol( "gtk_tree_view_convert_widget_to_tree_coords",  cast(void**)& gtk_tree_view_convert_widget_to_tree_coords),
11245         Symbol( "gtk_tree_view_set_search_position_func",  cast(void**)& gtk_tree_view_set_search_position_func),
11246         Symbol( "gtk_tree_view_get_search_position_func",  cast(void**)& gtk_tree_view_get_search_position_func),
11247         Symbol( "gtk_tree_view_set_search_entry",  cast(void**)& gtk_tree_view_set_search_entry),
11248         Symbol( "gtk_tree_view_get_search_entry",  cast(void**)& gtk_tree_view_get_search_entry),
11249         Symbol( "gtk_tree_view_set_search_equal_func",  cast(void**)& gtk_tree_view_set_search_equal_func),
11250         Symbol( "gtk_tree_view_get_search_equal_func",  cast(void**)& gtk_tree_view_get_search_equal_func),
11251         Symbol( "gtk_tree_view_set_search_column",  cast(void**)& gtk_tree_view_set_search_column),
11252         Symbol( "gtk_tree_view_get_search_column",  cast(void**)& gtk_tree_view_get_search_column),
11253         Symbol( "gtk_tree_view_get_enable_search",  cast(void**)& gtk_tree_view_get_enable_search),
11254         Symbol( "gtk_tree_view_set_enable_search",  cast(void**)& gtk_tree_view_set_enable_search),
11255         Symbol( "gtk_tree_view_create_row_drag_icon",  cast(void**)& gtk_tree_view_create_row_drag_icon),
11256         Symbol( "gtk_tree_view_get_dest_row_at_pos",  cast(void**)& gtk_tree_view_get_dest_row_at_pos),
11257         Symbol( "gtk_tree_view_get_drag_dest_row",  cast(void**)& gtk_tree_view_get_drag_dest_row),
11258         Symbol( "gtk_tree_view_set_drag_dest_row",  cast(void**)& gtk_tree_view_set_drag_dest_row),
11259         Symbol( "gtk_tree_view_unset_rows_drag_dest",  cast(void**)& gtk_tree_view_unset_rows_drag_dest),
11260         Symbol( "gtk_tree_view_unset_rows_drag_source",  cast(void**)& gtk_tree_view_unset_rows_drag_source),
11261         Symbol( "gtk_tree_view_enable_model_drag_dest",  cast(void**)& gtk_tree_view_enable_model_drag_dest),
11262         Symbol( "gtk_tree_view_enable_model_drag_source",  cast(void**)& gtk_tree_view_enable_model_drag_source),
11263         Symbol( "gtk_tree_view_get_visible_range",  cast(void**)& gtk_tree_view_get_visible_range),
11264         Symbol( "gtk_tree_view_tree_to_widget_coords",  cast(void**)& gtk_tree_view_tree_to_widget_coords),
11265         Symbol( "gtk_tree_view_widget_to_tree_coords",  cast(void**)& gtk_tree_view_widget_to_tree_coords),
11266         Symbol( "gtk_tree_view_get_visible_rect",  cast(void**)& gtk_tree_view_get_visible_rect),
11267         Symbol( "gtk_tree_view_get_background_area",  cast(void**)& gtk_tree_view_get_background_area),
11268         Symbol( "gtk_tree_view_get_cell_area",  cast(void**)& gtk_tree_view_get_cell_area),
11269         Symbol( "gtk_tree_view_get_path_at_pos",  cast(void**)& gtk_tree_view_get_path_at_pos),
11270         Symbol( "gtk_tree_view_get_bin_window",  cast(void**)& gtk_tree_view_get_bin_window),
11271         Symbol( "gtk_tree_view_get_cursor",  cast(void**)& gtk_tree_view_get_cursor),
11272         Symbol( "gtk_tree_view_set_cursor_on_cell",  cast(void**)& gtk_tree_view_set_cursor_on_cell),
11273         Symbol( "gtk_tree_view_set_cursor",  cast(void**)& gtk_tree_view_set_cursor),
11274         Symbol( "gtk_tree_view_get_reorderable",  cast(void**)& gtk_tree_view_get_reorderable),
11275         Symbol( "gtk_tree_view_set_reorderable",  cast(void**)& gtk_tree_view_set_reorderable),
11276         Symbol( "gtk_tree_view_row_expanded",  cast(void**)& gtk_tree_view_row_expanded),
11277         Symbol( "gtk_tree_view_map_expanded_rows",  cast(void**)& gtk_tree_view_map_expanded_rows),
11278         Symbol( "gtk_tree_view_collapse_row",  cast(void**)& gtk_tree_view_collapse_row),
11279         Symbol( "gtk_tree_view_expand_row",  cast(void**)& gtk_tree_view_expand_row),
11280         Symbol( "gtk_tree_view_expand_to_path",  cast(void**)& gtk_tree_view_expand_to_path),
11281         Symbol( "gtk_tree_view_collapse_all",  cast(void**)& gtk_tree_view_collapse_all),
11282         Symbol( "gtk_tree_view_expand_all",  cast(void**)& gtk_tree_view_expand_all),
11283         Symbol( "gtk_tree_view_row_activated",  cast(void**)& gtk_tree_view_row_activated),
11284         Symbol( "gtk_tree_view_scroll_to_cell",  cast(void**)& gtk_tree_view_scroll_to_cell),
11285         Symbol( "gtk_tree_view_scroll_to_point",  cast(void**)& gtk_tree_view_scroll_to_point),
11286         Symbol( "gtk_tree_view_set_column_drag_function",  cast(void**)& gtk_tree_view_set_column_drag_function),
11287         Symbol( "gtk_tree_view_get_expander_column",  cast(void**)& gtk_tree_view_get_expander_column),
11288         Symbol( "gtk_tree_view_set_expander_column",  cast(void**)& gtk_tree_view_set_expander_column),
11289         Symbol( "gtk_tree_view_move_column_after",  cast(void**)& gtk_tree_view_move_column_after),
11290         Symbol( "gtk_tree_view_get_columns",  cast(void**)& gtk_tree_view_get_columns),
11291         Symbol( "gtk_tree_view_get_column",  cast(void**)& gtk_tree_view_get_column),
11292         Symbol( "gtk_tree_view_insert_column_with_data_func",  cast(void**)& gtk_tree_view_insert_column_with_data_func),
11293         Symbol( "gtk_tree_view_insert_column_with_attributes",  cast(void**)& gtk_tree_view_insert_column_with_attributes),
11294         Symbol( "gtk_tree_view_insert_column",  cast(void**)& gtk_tree_view_insert_column),
11295         Symbol( "gtk_tree_view_remove_column",  cast(void**)& gtk_tree_view_remove_column),
11296         Symbol( "gtk_tree_view_append_column",  cast(void**)& gtk_tree_view_append_column),
11297         Symbol( "gtk_tree_view_get_rules_hint",  cast(void**)& gtk_tree_view_get_rules_hint),
11298         Symbol( "gtk_tree_view_set_rules_hint",  cast(void**)& gtk_tree_view_set_rules_hint),
11299         Symbol( "gtk_tree_view_set_headers_clickable",  cast(void**)& gtk_tree_view_set_headers_clickable),
11300         Symbol( "gtk_tree_view_get_headers_clickable",  cast(void**)& gtk_tree_view_get_headers_clickable),
11301         Symbol( "gtk_tree_view_columns_autosize",  cast(void**)& gtk_tree_view_columns_autosize),
11302         Symbol( "gtk_tree_view_set_headers_visible",  cast(void**)& gtk_tree_view_set_headers_visible),
11303         Symbol( "gtk_tree_view_get_headers_visible",  cast(void**)& gtk_tree_view_get_headers_visible),
11304         Symbol( "gtk_tree_view_set_vadjustment",  cast(void**)& gtk_tree_view_set_vadjustment),
11305         Symbol( "gtk_tree_view_get_vadjustment",  cast(void**)& gtk_tree_view_get_vadjustment),
11306         Symbol( "gtk_tree_view_set_hadjustment",  cast(void**)& gtk_tree_view_set_hadjustment),
11307         Symbol( "gtk_tree_view_get_hadjustment",  cast(void**)& gtk_tree_view_get_hadjustment),
11308         Symbol( "gtk_tree_view_get_selection",  cast(void**)& gtk_tree_view_get_selection),
11309         Symbol( "gtk_tree_view_set_model",  cast(void**)& gtk_tree_view_set_model),
11310         Symbol( "gtk_tree_view_get_model",  cast(void**)& gtk_tree_view_get_model),
11311         Symbol( "gtk_tree_view_new_with_model",  cast(void**)& gtk_tree_view_new_with_model),
11312         Symbol( "gtk_tree_view_new",  cast(void**)& gtk_tree_view_new),
11313         Symbol( "gtk_tree_view_get_type",  cast(void**)& gtk_tree_view_get_type),
11314         Symbol( "gtk_entry_set_editable",  cast(void**)& gtk_entry_set_editable),
11315         Symbol( "gtk_entry_select_region",  cast(void**)& gtk_entry_select_region),
11316         Symbol( "gtk_entry_set_position",  cast(void**)& gtk_entry_set_position),
11317         Symbol( "gtk_entry_prepend_text",  cast(void**)& gtk_entry_prepend_text),
11318         Symbol( "gtk_entry_append_text",  cast(void**)& gtk_entry_append_text),
11319         Symbol( "gtk_entry_new_with_max_length",  cast(void**)& gtk_entry_new_with_max_length),
11320         Symbol( "gtk_entry_get_cursor_hadjustment",  cast(void**)& gtk_entry_get_cursor_hadjustment),
11321         Symbol( "gtk_entry_set_cursor_hadjustment",  cast(void**)& gtk_entry_set_cursor_hadjustment),
11322         Symbol( "gtk_entry_text_index_to_layout_index",  cast(void**)& gtk_entry_text_index_to_layout_index),
11323         Symbol( "gtk_entry_layout_index_to_text_index",  cast(void**)& gtk_entry_layout_index_to_text_index),
11324         Symbol( "gtk_entry_get_completion",  cast(void**)& gtk_entry_get_completion),
11325         Symbol( "gtk_entry_set_completion",  cast(void**)& gtk_entry_set_completion),
11326         Symbol( "gtk_entry_get_alignment",  cast(void**)& gtk_entry_get_alignment),
11327         Symbol( "gtk_entry_set_alignment",  cast(void**)& gtk_entry_set_alignment),
11328         Symbol( "gtk_entry_get_layout_offsets",  cast(void**)& gtk_entry_get_layout_offsets),
11329         Symbol( "gtk_entry_get_layout",  cast(void**)& gtk_entry_get_layout),
11330         Symbol( "gtk_entry_get_text",  cast(void**)& gtk_entry_get_text),
11331         Symbol( "gtk_entry_set_text",  cast(void**)& gtk_entry_set_text),
11332         Symbol( "gtk_entry_get_width_chars",  cast(void**)& gtk_entry_get_width_chars),
11333         Symbol( "gtk_entry_set_width_chars",  cast(void**)& gtk_entry_set_width_chars),
11334         Symbol( "gtk_entry_get_activates_default",  cast(void**)& gtk_entry_get_activates_default),
11335         Symbol( "gtk_entry_set_activates_default",  cast(void**)& gtk_entry_set_activates_default),
11336         Symbol( "gtk_entry_get_max_length",  cast(void**)& gtk_entry_get_max_length),
11337         Symbol( "gtk_entry_set_max_length",  cast(void**)& gtk_entry_set_max_length),
11338         Symbol( "gtk_entry_get_inner_border",  cast(void**)& gtk_entry_get_inner_border),
11339         Symbol( "gtk_entry_set_inner_border",  cast(void**)& gtk_entry_set_inner_border),
11340         Symbol( "gtk_entry_get_has_frame",  cast(void**)& gtk_entry_get_has_frame),
11341         Symbol( "gtk_entry_set_has_frame",  cast(void**)& gtk_entry_set_has_frame),
11342         Symbol( "gtk_entry_get_invisible_char",  cast(void**)& gtk_entry_get_invisible_char),
11343         Symbol( "gtk_entry_set_invisible_char",  cast(void**)& gtk_entry_set_invisible_char),
11344         Symbol( "gtk_entry_get_visibility",  cast(void**)& gtk_entry_get_visibility),
11345         Symbol( "gtk_entry_set_visibility",  cast(void**)& gtk_entry_set_visibility),
11346         Symbol( "gtk_entry_new",  cast(void**)& gtk_entry_new),
11347         Symbol( "gtk_entry_get_type",  cast(void**)& gtk_entry_get_type),
11348         Symbol( "gtk_entry_completion_get_text_column",  cast(void**)& gtk_entry_completion_get_text_column),
11349         Symbol( "gtk_entry_completion_set_text_column",  cast(void**)& gtk_entry_completion_set_text_column),
11350         Symbol( "gtk_entry_completion_get_completion_prefix",  cast(void**)& gtk_entry_completion_get_completion_prefix),
11351         Symbol( "gtk_entry_completion_get_popup_single_match",  cast(void**)& gtk_entry_completion_get_popup_single_match),
11352         Symbol( "gtk_entry_completion_set_popup_single_match",  cast(void**)& gtk_entry_completion_set_popup_single_match),
11353         Symbol( "gtk_entry_completion_get_popup_set_width",  cast(void**)& gtk_entry_completion_get_popup_set_width),
11354         Symbol( "gtk_entry_completion_set_popup_set_width",  cast(void**)& gtk_entry_completion_set_popup_set_width),
11355         Symbol( "gtk_entry_completion_get_popup_completion",  cast(void**)& gtk_entry_completion_get_popup_completion),
11356         Symbol( "gtk_entry_completion_set_popup_completion",  cast(void**)& gtk_entry_completion_set_popup_completion),
11357         Symbol( "gtk_entry_completion_get_inline_selection",  cast(void**)& gtk_entry_completion_get_inline_selection),
11358         Symbol( "gtk_entry_completion_set_inline_selection",  cast(void**)& gtk_entry_completion_set_inline_selection),
11359         Symbol( "gtk_entry_completion_get_inline_completion",  cast(void**)& gtk_entry_completion_get_inline_completion),
11360         Symbol( "gtk_entry_completion_set_inline_completion",  cast(void**)& gtk_entry_completion_set_inline_completion),
11361         Symbol( "gtk_entry_completion_delete_action",  cast(void**)& gtk_entry_completion_delete_action),
11362         Symbol( "gtk_entry_completion_insert_action_markup",  cast(void**)& gtk_entry_completion_insert_action_markup),
11363         Symbol( "gtk_entry_completion_insert_action_text",  cast(void**)& gtk_entry_completion_insert_action_text),
11364         Symbol( "gtk_entry_completion_insert_prefix",  cast(void**)& gtk_entry_completion_insert_prefix),
11365         Symbol( "gtk_entry_completion_complete",  cast(void**)& gtk_entry_completion_complete),
11366         Symbol( "gtk_entry_completion_get_minimum_key_length",  cast(void**)& gtk_entry_completion_get_minimum_key_length),
11367         Symbol( "gtk_entry_completion_set_minimum_key_length",  cast(void**)& gtk_entry_completion_set_minimum_key_length),
11368         Symbol( "gtk_entry_completion_set_match_func",  cast(void**)& gtk_entry_completion_set_match_func),
11369         Symbol( "gtk_entry_completion_get_model",  cast(void**)& gtk_entry_completion_get_model),
11370         Symbol( "gtk_entry_completion_set_model",  cast(void**)& gtk_entry_completion_set_model),
11371         Symbol( "gtk_entry_completion_get_entry",  cast(void**)& gtk_entry_completion_get_entry),
11372         Symbol( "gtk_entry_completion_new",  cast(void**)& gtk_entry_completion_new),
11373         Symbol( "gtk_entry_completion_get_type",  cast(void**)& gtk_entry_completion_get_type),
11374         Symbol( "gtk_tree_model_filter_clear_cache",  cast(void**)& gtk_tree_model_filter_clear_cache),
11375         Symbol( "gtk_tree_model_filter_refilter",  cast(void**)& gtk_tree_model_filter_refilter),
11376         Symbol( "gtk_tree_model_filter_convert_path_to_child_path",  cast(void**)& gtk_tree_model_filter_convert_path_to_child_path),
11377         Symbol( "gtk_tree_model_filter_convert_child_path_to_path",  cast(void**)& gtk_tree_model_filter_convert_child_path_to_path),
11378         Symbol( "gtk_tree_model_filter_convert_iter_to_child_iter",  cast(void**)& gtk_tree_model_filter_convert_iter_to_child_iter),
11379         Symbol( "gtk_tree_model_filter_convert_child_iter_to_iter",  cast(void**)& gtk_tree_model_filter_convert_child_iter_to_iter),
11380         Symbol( "gtk_tree_model_filter_get_model",  cast(void**)& gtk_tree_model_filter_get_model),
11381         Symbol( "gtk_tree_model_filter_set_visible_column",  cast(void**)& gtk_tree_model_filter_set_visible_column),
11382         Symbol( "gtk_tree_model_filter_set_modify_func",  cast(void**)& gtk_tree_model_filter_set_modify_func),
11383         Symbol( "gtk_tree_model_filter_set_visible_func",  cast(void**)& gtk_tree_model_filter_set_visible_func),
11384         Symbol( "gtk_tree_model_filter_new",  cast(void**)& gtk_tree_model_filter_new),
11385         Symbol( "gtk_tree_model_filter_get_type",  cast(void**)& gtk_tree_model_filter_get_type),
11386         Symbol( "gtk_list_store_move_before",  cast(void**)& gtk_list_store_move_before),
11387         Symbol( "gtk_list_store_move_after",  cast(void**)& gtk_list_store_move_after),
11388         Symbol( "gtk_list_store_swap",  cast(void**)& gtk_list_store_swap),
11389         Symbol( "gtk_list_store_reorder",  cast(void**)& gtk_list_store_reorder),
11390         Symbol( "gtk_list_store_iter_is_valid",  cast(void**)& gtk_list_store_iter_is_valid),
11391         Symbol( "gtk_list_store_clear",  cast(void**)& gtk_list_store_clear),
11392         Symbol( "gtk_list_store_append",  cast(void**)& gtk_list_store_append),
11393         Symbol( "gtk_list_store_prepend",  cast(void**)& gtk_list_store_prepend),
11394         Symbol( "gtk_list_store_insert_with_valuesv",  cast(void**)& gtk_list_store_insert_with_valuesv),
11395         Symbol( "gtk_list_store_insert_with_values",  cast(void**)& gtk_list_store_insert_with_values),
11396         Symbol( "gtk_list_store_insert_after",  cast(void**)& gtk_list_store_insert_after),
11397         Symbol( "gtk_list_store_insert_before",  cast(void**)& gtk_list_store_insert_before),
11398         Symbol( "gtk_list_store_insert",  cast(void**)& gtk_list_store_insert),
11399         Symbol( "gtk_list_store_remove",  cast(void**)& gtk_list_store_remove),
11400         Symbol( "gtk_list_store_set_valist",  cast(void**)& gtk_list_store_set_valist),
11401         Symbol( "gtk_list_store_set_valuesv",  cast(void**)& gtk_list_store_set_valuesv),
11402         Symbol( "gtk_list_store_set",  cast(void**)& gtk_list_store_set),
11403         Symbol( "gtk_list_store_set_value",  cast(void**)& gtk_list_store_set_value),
11404         Symbol( "gtk_list_store_set_column_types",  cast(void**)& gtk_list_store_set_column_types),
11405         Symbol( "gtk_list_store_newv",  cast(void**)& gtk_list_store_newv),
11406         Symbol( "gtk_list_store_new",  cast(void**)& gtk_list_store_new),
11407         Symbol( "gtk_list_store_get_type",  cast(void**)& gtk_list_store_get_type),
11408         Symbol( "gtk_im_context_delete_surrounding",  cast(void**)& gtk_im_context_delete_surrounding),
11409         Symbol( "gtk_im_context_get_surrounding",  cast(void**)& gtk_im_context_get_surrounding),
11410         Symbol( "gtk_im_context_set_surrounding",  cast(void**)& gtk_im_context_set_surrounding),
11411         Symbol( "gtk_im_context_set_use_preedit",  cast(void**)& gtk_im_context_set_use_preedit),
11412         Symbol( "gtk_im_context_set_cursor_location",  cast(void**)& gtk_im_context_set_cursor_location),
11413         Symbol( "gtk_im_context_reset",  cast(void**)& gtk_im_context_reset),
11414         Symbol( "gtk_im_context_focus_out",  cast(void**)& gtk_im_context_focus_out),
11415         Symbol( "gtk_im_context_focus_in",  cast(void**)& gtk_im_context_focus_in),
11416         Symbol( "gtk_im_context_filter_keypress",  cast(void**)& gtk_im_context_filter_keypress),
11417         Symbol( "gtk_im_context_get_preedit_string",  cast(void**)& gtk_im_context_get_preedit_string),
11418         Symbol( "gtk_im_context_set_client_window",  cast(void**)& gtk_im_context_set_client_window),
11419         Symbol( "gtk_im_context_get_type",  cast(void**)& gtk_im_context_get_type),
11420         Symbol( "gtk_editable_get_editable",  cast(void**)& gtk_editable_get_editable),
11421         Symbol( "gtk_editable_set_editable",  cast(void**)& gtk_editable_set_editable),
11422         Symbol( "gtk_editable_get_position",  cast(void**)& gtk_editable_get_position),
11423         Symbol( "gtk_editable_set_position",  cast(void**)& gtk_editable_set_position),
11424         Symbol( "gtk_editable_delete_selection",  cast(void**)& gtk_editable_delete_selection),
11425         Symbol( "gtk_editable_paste_clipboard",  cast(void**)& gtk_editable_paste_clipboard),
11426         Symbol( "gtk_editable_copy_clipboard",  cast(void**)& gtk_editable_copy_clipboard),
11427         Symbol( "gtk_editable_cut_clipboard",  cast(void**)& gtk_editable_cut_clipboard),
11428         Symbol( "gtk_editable_get_chars",  cast(void**)& gtk_editable_get_chars),
11429         Symbol( "gtk_editable_delete_text",  cast(void**)& gtk_editable_delete_text),
11430         Symbol( "gtk_editable_insert_text",  cast(void**)& gtk_editable_insert_text),
11431         Symbol( "gtk_editable_get_selection_bounds",  cast(void**)& gtk_editable_get_selection_bounds),
11432         Symbol( "gtk_editable_select_region",  cast(void**)& gtk_editable_select_region),
11433         Symbol( "gtk_editable_get_type",  cast(void**)& gtk_editable_get_type),
11434         Symbol( "gtk_drag_set_default_icon",  cast(void**)& gtk_drag_set_default_icon),
11435     //     Symbol( "_gtk_drag_dest_handle_event",  cast(void**)& _gtk_drag_dest_handle_event),
11436     //     Symbol( "_gtk_drag_source_handle_event",  cast(void**)& _gtk_drag_source_handle_event),
11437         Symbol( "gtk_drag_check_threshold",  cast(void**)& gtk_drag_check_threshold),
11438         Symbol( "gtk_drag_set_icon_default",  cast(void**)& gtk_drag_set_icon_default),
11439         Symbol( "gtk_drag_set_icon_name",  cast(void**)& gtk_drag_set_icon_name),
11440         Symbol( "gtk_drag_set_icon_stock",  cast(void**)& gtk_drag_set_icon_stock),
11441         Symbol( "gtk_drag_set_icon_pixbuf",  cast(void**)& gtk_drag_set_icon_pixbuf),
11442         Symbol( "gtk_drag_set_icon_pixmap",  cast(void**)& gtk_drag_set_icon_pixmap),
11443         Symbol( "gtk_drag_set_icon_widget",  cast(void**)& gtk_drag_set_icon_widget),
11444         Symbol( "gtk_drag_begin",  cast(void**)& gtk_drag_begin),
11445         Symbol( "gtk_drag_source_set_icon_name",  cast(void**)& gtk_drag_source_set_icon_name),
11446         Symbol( "gtk_drag_source_set_icon_stock",  cast(void**)& gtk_drag_source_set_icon_stock),
11447         Symbol( "gtk_drag_source_set_icon_pixbuf",  cast(void**)& gtk_drag_source_set_icon_pixbuf),
11448         Symbol( "gtk_drag_source_set_icon",  cast(void**)& gtk_drag_source_set_icon),
11449         Symbol( "gtk_drag_source_add_uri_targets",  cast(void**)& gtk_drag_source_add_uri_targets),
11450         Symbol( "gtk_drag_source_add_image_targets",  cast(void**)& gtk_drag_source_add_image_targets),
11451         Symbol( "gtk_drag_source_add_text_targets",  cast(void**)& gtk_drag_source_add_text_targets),
11452         Symbol( "gtk_drag_source_set_target_list",  cast(void**)& gtk_drag_source_set_target_list),
11453         Symbol( "gtk_drag_source_get_target_list",  cast(void**)& gtk_drag_source_get_target_list),
11454         Symbol( "gtk_drag_source_unset",  cast(void**)& gtk_drag_source_unset),
11455         Symbol( "gtk_drag_source_set",  cast(void**)& gtk_drag_source_set),
11456         Symbol( "gtk_drag_dest_get_track_motion",  cast(void**)& gtk_drag_dest_get_track_motion),
11457         Symbol( "gtk_drag_dest_set_track_motion",  cast(void**)& gtk_drag_dest_set_track_motion),
11458         Symbol( "gtk_drag_dest_add_uri_targets",  cast(void**)& gtk_drag_dest_add_uri_targets),
11459         Symbol( "gtk_drag_dest_add_image_targets",  cast(void**)& gtk_drag_dest_add_image_targets),
11460         Symbol( "gtk_drag_dest_add_text_targets",  cast(void**)& gtk_drag_dest_add_text_targets),
11461         Symbol( "gtk_drag_dest_set_target_list",  cast(void**)& gtk_drag_dest_set_target_list),
11462         Symbol( "gtk_drag_dest_get_target_list",  cast(void**)& gtk_drag_dest_get_target_list),
11463         Symbol( "gtk_drag_dest_find_target",  cast(void**)& gtk_drag_dest_find_target),
11464         Symbol( "gtk_drag_dest_unset",  cast(void**)& gtk_drag_dest_unset),
11465         Symbol( "gtk_drag_dest_set_proxy",  cast(void**)& gtk_drag_dest_set_proxy),
11466         Symbol( "gtk_drag_dest_set",  cast(void**)& gtk_drag_dest_set),
11467         Symbol( "gtk_drag_unhighlight",  cast(void**)& gtk_drag_unhighlight),
11468         Symbol( "gtk_drag_highlight",  cast(void**)& gtk_drag_highlight),
11469         Symbol( "gtk_drag_get_source_widget",  cast(void**)& gtk_drag_get_source_widget),
11470         Symbol( "gtk_drag_finish",  cast(void**)& gtk_drag_finish),
11471         Symbol( "gtk_drag_get_data",  cast(void**)& gtk_drag_get_data),
11472         Symbol( "gtk_combo_disable_activate",  cast(void**)& gtk_combo_disable_activate),
11473         Symbol( "gtk_combo_set_popdown_strings",  cast(void**)& gtk_combo_set_popdown_strings),
11474         Symbol( "gtk_combo_set_item_string",  cast(void**)& gtk_combo_set_item_string),
11475         Symbol( "gtk_combo_set_case_sensitive",  cast(void**)& gtk_combo_set_case_sensitive),
11476         Symbol( "gtk_combo_set_use_arrows_always",  cast(void**)& gtk_combo_set_use_arrows_always),
11477         Symbol( "gtk_combo_set_use_arrows",  cast(void**)& gtk_combo_set_use_arrows),
11478         Symbol( "gtk_combo_set_value_in_list",  cast(void**)& gtk_combo_set_value_in_list),
11479         Symbol( "gtk_combo_new",  cast(void**)& gtk_combo_new),
11480         Symbol( "gtk_combo_get_type",  cast(void**)& gtk_combo_get_type),
11481         Symbol( "gtk_hbox_new",  cast(void**)& gtk_hbox_new),
11482         Symbol( "gtk_hbox_get_type",  cast(void**)& gtk_hbox_get_type),
11483         Symbol( "gtk_color_selection_dialog_new",  cast(void**)& gtk_color_selection_dialog_new),
11484         Symbol( "gtk_color_selection_dialog_get_type",  cast(void**)& gtk_color_selection_dialog_get_type),
11485         Symbol( "gtk_color_selection_set_update_policy",  cast(void**)& gtk_color_selection_set_update_policy),
11486         Symbol( "gtk_color_selection_get_color",  cast(void**)& gtk_color_selection_get_color),
11487         Symbol( "gtk_color_selection_set_color",  cast(void**)& gtk_color_selection_set_color),
11488         Symbol( "gtk_color_selection_set_change_palette_with_screen_hook",  cast(void**)& gtk_color_selection_set_change_palette_with_screen_hook),
11489         Symbol( "gtk_color_selection_set_change_palette_hook",  cast(void**)& gtk_color_selection_set_change_palette_hook),
11490         Symbol( "gtk_color_selection_palette_to_string",  cast(void**)& gtk_color_selection_palette_to_string),
11491         Symbol( "gtk_color_selection_palette_from_string",  cast(void**)& gtk_color_selection_palette_from_string),
11492         Symbol( "gtk_color_selection_is_adjusting",  cast(void**)& gtk_color_selection_is_adjusting),
11493         Symbol( "gtk_color_selection_get_previous_alpha",  cast(void**)& gtk_color_selection_get_previous_alpha),
11494         Symbol( "gtk_color_selection_get_previous_color",  cast(void**)& gtk_color_selection_get_previous_color),
11495         Symbol( "gtk_color_selection_set_previous_alpha",  cast(void**)& gtk_color_selection_set_previous_alpha),
11496         Symbol( "gtk_color_selection_set_previous_color",  cast(void**)& gtk_color_selection_set_previous_color),
11497         Symbol( "gtk_color_selection_get_current_alpha",  cast(void**)& gtk_color_selection_get_current_alpha),
11498         Symbol( "gtk_color_selection_get_current_color",  cast(void**)& gtk_color_selection_get_current_color),
11499         Symbol( "gtk_color_selection_set_current_alpha",  cast(void**)& gtk_color_selection_set_current_alpha),
11500         Symbol( "gtk_color_selection_set_current_color",  cast(void**)& gtk_color_selection_set_current_color),
11501         Symbol( "gtk_color_selection_set_has_palette",  cast(void**)& gtk_color_selection_set_has_palette),
11502         Symbol( "gtk_color_selection_get_has_palette",  cast(void**)& gtk_color_selection_get_has_palette),
11503         Symbol( "gtk_color_selection_set_has_opacity_control",  cast(void**)& gtk_color_selection_set_has_opacity_control),
11504         Symbol( "gtk_color_selection_get_has_opacity_control",  cast(void**)& gtk_color_selection_get_has_opacity_control),
11505         Symbol( "gtk_color_selection_new",  cast(void**)& gtk_color_selection_new),
11506         Symbol( "gtk_color_selection_get_type",  cast(void**)& gtk_color_selection_get_type),
11507         Symbol( "gtk_vbox_new",  cast(void**)& gtk_vbox_new),
11508         Symbol( "gtk_vbox_get_type",  cast(void**)& gtk_vbox_get_type),
11509         Symbol( "gtk_color_button_get_title",  cast(void**)& gtk_color_button_get_title),
11510         Symbol( "gtk_color_button_set_title",  cast(void**)& gtk_color_button_set_title),
11511         Symbol( "gtk_color_button_get_use_alpha",  cast(void**)& gtk_color_button_get_use_alpha),
11512         Symbol( "gtk_color_button_set_use_alpha",  cast(void**)& gtk_color_button_set_use_alpha),
11513         Symbol( "gtk_color_button_get_alpha",  cast(void**)& gtk_color_button_get_alpha),
11514         Symbol( "gtk_color_button_get_color",  cast(void**)& gtk_color_button_get_color),
11515         Symbol( "gtk_color_button_set_alpha",  cast(void**)& gtk_color_button_set_alpha),
11516         Symbol( "gtk_color_button_set_color",  cast(void**)& gtk_color_button_set_color),
11517         Symbol( "gtk_color_button_new_with_color",  cast(void**)& gtk_color_button_new_with_color),
11518         Symbol( "gtk_color_button_new",  cast(void**)& gtk_color_button_new),
11519         Symbol( "gtk_color_button_get_type",  cast(void**)& gtk_color_button_get_type),
11520     //     Symbol( "_gtk_clist_create_cell_layout",  cast(void**)& _gtk_clist_create_cell_layout),
11521         Symbol( "gtk_clist_set_auto_sort",  cast(void**)& gtk_clist_set_auto_sort),
11522         Symbol( "gtk_clist_sort",  cast(void**)& gtk_clist_sort),
11523         Symbol( "gtk_clist_set_sort_type",  cast(void**)& gtk_clist_set_sort_type),
11524         Symbol( "gtk_clist_set_sort_column",  cast(void**)& gtk_clist_set_sort_column),
11525         Symbol( "gtk_clist_set_compare_func",  cast(void**)& gtk_clist_set_compare_func),
11526         Symbol( "gtk_clist_row_move",  cast(void**)& gtk_clist_row_move),
11527         Symbol( "gtk_clist_swap_rows",  cast(void**)& gtk_clist_swap_rows),
11528         Symbol( "gtk_clist_unselect_all",  cast(void**)& gtk_clist_unselect_all),
11529         Symbol( "gtk_clist_select_all",  cast(void**)& gtk_clist_select_all),
11530         Symbol( "gtk_clist_get_selection_info",  cast(void**)& gtk_clist_get_selection_info),
11531         Symbol( "gtk_clist_clear",  cast(void**)& gtk_clist_clear),
11532         Symbol( "gtk_clist_undo_selection",  cast(void**)& gtk_clist_undo_selection),
11533         Symbol( "gtk_clist_unselect_row",  cast(void**)& gtk_clist_unselect_row),
11534         Symbol( "gtk_clist_select_row",  cast(void**)& gtk_clist_select_row),
11535         Symbol( "gtk_clist_find_row_from_data",  cast(void**)& gtk_clist_find_row_from_data),
11536         Symbol( "gtk_clist_get_row_data",  cast(void**)& gtk_clist_get_row_data),
11537         Symbol( "gtk_clist_set_row_data_full",  cast(void**)& gtk_clist_set_row_data_full),
11538         Symbol( "gtk_clist_set_row_data",  cast(void**)& gtk_clist_set_row_data),
11539         Symbol( "gtk_clist_remove",  cast(void**)& gtk_clist_remove),
11540         Symbol( "gtk_clist_insert",  cast(void**)& gtk_clist_insert),
11541         Symbol( "gtk_clist_append",  cast(void**)& gtk_clist_append),
11542         Symbol( "gtk_clist_prepend",  cast(void**)& gtk_clist_prepend),
11543         Symbol( "gtk_clist_get_selectable",  cast(void**)& gtk_clist_get_selectable),
11544         Symbol( "gtk_clist_set_selectable",  cast(void**)& gtk_clist_set_selectable),
11545         Symbol( "gtk_clist_set_shift",  cast(void**)& gtk_clist_set_shift),
11546         Symbol( "gtk_clist_get_row_style",  cast(void**)& gtk_clist_get_row_style),
11547         Symbol( "gtk_clist_set_row_style",  cast(void**)& gtk_clist_set_row_style),
11548         Symbol( "gtk_clist_get_cell_style",  cast(void**)& gtk_clist_get_cell_style),
11549         Symbol( "gtk_clist_set_cell_style",  cast(void**)& gtk_clist_set_cell_style),
11550         Symbol( "gtk_clist_set_background",  cast(void**)& gtk_clist_set_background),
11551         Symbol( "gtk_clist_set_foreground",  cast(void**)& gtk_clist_set_foreground),
11552         Symbol( "gtk_clist_get_pixtext",  cast(void**)& gtk_clist_get_pixtext),
11553         Symbol( "gtk_clist_set_pixtext",  cast(void**)& gtk_clist_set_pixtext),
11554         Symbol( "gtk_clist_get_pixmap",  cast(void**)& gtk_clist_get_pixmap),
11555         Symbol( "gtk_clist_set_pixmap",  cast(void**)& gtk_clist_set_pixmap),
11556         Symbol( "gtk_clist_get_text",  cast(void**)& gtk_clist_get_text),
11557         Symbol( "gtk_clist_set_text",  cast(void**)& gtk_clist_set_text),
11558         Symbol( "gtk_clist_get_cell_type",  cast(void**)& gtk_clist_get_cell_type),
11559         Symbol( "gtk_clist_row_is_visible",  cast(void**)& gtk_clist_row_is_visible),
11560         Symbol( "gtk_clist_moveto",  cast(void**)& gtk_clist_moveto),
11561         Symbol( "gtk_clist_set_row_height",  cast(void**)& gtk_clist_set_row_height),
11562         Symbol( "gtk_clist_set_column_max_width",  cast(void**)& gtk_clist_set_column_max_width),
11563         Symbol( "gtk_clist_set_column_min_width",  cast(void**)& gtk_clist_set_column_min_width),
11564         Symbol( "gtk_clist_set_column_width",  cast(void**)& gtk_clist_set_column_width),
11565         Symbol( "gtk_clist_optimal_column_width",  cast(void**)& gtk_clist_optimal_column_width),
11566         Symbol( "gtk_clist_columns_autosize",  cast(void**)& gtk_clist_columns_autosize),
11567         Symbol( "gtk_clist_set_column_auto_resize",  cast(void**)& gtk_clist_set_column_auto_resize),
11568         Symbol( "gtk_clist_set_column_resizeable",  cast(void**)& gtk_clist_set_column_resizeable),
11569         Symbol( "gtk_clist_set_column_visibility",  cast(void**)& gtk_clist_set_column_visibility),
11570         Symbol( "gtk_clist_set_column_justification",  cast(void**)& gtk_clist_set_column_justification),
11571         Symbol( "gtk_clist_get_column_widget",  cast(void**)& gtk_clist_get_column_widget),
11572         Symbol( "gtk_clist_set_column_widget",  cast(void**)& gtk_clist_set_column_widget),
11573         Symbol( "gtk_clist_get_column_title",  cast(void**)& gtk_clist_get_column_title),
11574         Symbol( "gtk_clist_set_column_title",  cast(void**)& gtk_clist_set_column_title),
11575         Symbol( "gtk_clist_column_titles_passive",  cast(void**)& gtk_clist_column_titles_passive),
11576         Symbol( "gtk_clist_column_titles_active",  cast(void**)& gtk_clist_column_titles_active),
11577         Symbol( "gtk_clist_column_title_passive",  cast(void**)& gtk_clist_column_title_passive),
11578         Symbol( "gtk_clist_column_title_active",  cast(void**)& gtk_clist_column_title_active),
11579         Symbol( "gtk_clist_column_titles_hide",  cast(void**)& gtk_clist_column_titles_hide),
11580         Symbol( "gtk_clist_column_titles_show",  cast(void**)& gtk_clist_column_titles_show),
11581         Symbol( "gtk_clist_thaw",  cast(void**)& gtk_clist_thaw),
11582         Symbol( "gtk_clist_freeze",  cast(void**)& gtk_clist_freeze),
11583         Symbol( "gtk_clist_set_button_actions",  cast(void**)& gtk_clist_set_button_actions),
11584         Symbol( "gtk_clist_set_use_drag_icons",  cast(void**)& gtk_clist_set_use_drag_icons),
11585         Symbol( "gtk_clist_set_reorderable",  cast(void**)& gtk_clist_set_reorderable),
11586         Symbol( "gtk_clist_set_selection_mode",  cast(void**)& gtk_clist_set_selection_mode),
11587         Symbol( "gtk_clist_set_shadow_type",  cast(void**)& gtk_clist_set_shadow_type),
11588         Symbol( "gtk_clist_get_vadjustment",  cast(void**)& gtk_clist_get_vadjustment),
11589         Symbol( "gtk_clist_get_hadjustment",  cast(void**)& gtk_clist_get_hadjustment),
11590         Symbol( "gtk_clist_set_vadjustment",  cast(void**)& gtk_clist_set_vadjustment),
11591         Symbol( "gtk_clist_set_hadjustment",  cast(void**)& gtk_clist_set_hadjustment),
11592         Symbol( "gtk_clist_new_with_titles",  cast(void**)& gtk_clist_new_with_titles),
11593         Symbol( "gtk_clist_new",  cast(void**)& gtk_clist_new),
11594         Symbol( "gtk_clist_get_type",  cast(void**)& gtk_clist_get_type),
11595         Symbol( "gtk_vscrollbar_new",  cast(void**)& gtk_vscrollbar_new),
11596         Symbol( "gtk_vscrollbar_get_type",  cast(void**)& gtk_vscrollbar_get_type),
11597         Symbol( "gtk_hscrollbar_new",  cast(void**)& gtk_hscrollbar_new),
11598         Symbol( "gtk_hscrollbar_get_type",  cast(void**)& gtk_hscrollbar_get_type),
11599         Symbol( "gtk_scrollbar_get_type",  cast(void**)& gtk_scrollbar_get_type),
11600     //     Symbol( "_gtk_range_get_wheel_delta",  cast(void**)& _gtk_range_get_wheel_delta),
11601         Symbol( "gtk_range_get_fill_level",  cast(void**)& gtk_range_get_fill_level),
11602         Symbol( "gtk_range_set_fill_level",  cast(void**)& gtk_range_set_fill_level),
11603         Symbol( "gtk_range_get_restrict_to_fill_level",  cast(void**)& gtk_range_get_restrict_to_fill_level),
11604         Symbol( "gtk_range_set_restrict_to_fill_level",  cast(void**)& gtk_range_set_restrict_to_fill_level),
11605         Symbol( "gtk_range_get_show_fill_level",  cast(void**)& gtk_range_get_show_fill_level),
11606         Symbol( "gtk_range_set_show_fill_level",  cast(void**)& gtk_range_set_show_fill_level),
11607         Symbol( "gtk_range_get_value",  cast(void**)& gtk_range_get_value),
11608         Symbol( "gtk_range_set_value",  cast(void**)& gtk_range_set_value),
11609         Symbol( "gtk_range_set_range",  cast(void**)& gtk_range_set_range),
11610         Symbol( "gtk_range_set_increments",  cast(void**)& gtk_range_set_increments),
11611         Symbol( "gtk_range_get_upper_stepper_sensitivity",  cast(void**)& gtk_range_get_upper_stepper_sensitivity),
11612         Symbol( "gtk_range_set_upper_stepper_sensitivity",  cast(void**)& gtk_range_set_upper_stepper_sensitivity),
11613         Symbol( "gtk_range_get_lower_stepper_sensitivity",  cast(void**)& gtk_range_get_lower_stepper_sensitivity),
11614         Symbol( "gtk_range_set_lower_stepper_sensitivity",  cast(void**)& gtk_range_set_lower_stepper_sensitivity),
11615         Symbol( "gtk_range_get_inverted",  cast(void**)& gtk_range_get_inverted),
11616         Symbol( "gtk_range_set_inverted",  cast(void**)& gtk_range_set_inverted),
11617         Symbol( "gtk_range_get_adjustment",  cast(void**)& gtk_range_get_adjustment),
11618         Symbol( "gtk_range_set_adjustment",  cast(void**)& gtk_range_set_adjustment),
11619         Symbol( "gtk_range_get_update_policy",  cast(void**)& gtk_range_get_update_policy),
11620         Symbol( "gtk_range_set_update_policy",  cast(void**)& gtk_range_set_update_policy),
11621         Symbol( "gtk_range_get_type",  cast(void**)& gtk_range_get_type),
11622     //     Symbol( "_gtk_clipboard_store_all",  cast(void**)& _gtk_clipboard_store_all),
11623     //     Symbol( "_gtk_clipboard_handle_event",  cast(void**)& _gtk_clipboard_handle_event),
11624         Symbol( "gtk_clipboard_store",  cast(void**)& gtk_clipboard_store),
11625         Symbol( "gtk_clipboard_set_can_store",  cast(void**)& gtk_clipboard_set_can_store),
11626         Symbol( "gtk_clipboard_wait_is_target_available",  cast(void**)& gtk_clipboard_wait_is_target_available),
11627         Symbol( "gtk_clipboard_wait_is_image_available",  cast(void**)& gtk_clipboard_wait_is_image_available),
11628         Symbol( "gtk_clipboard_wait_is_rich_text_available",  cast(void**)& gtk_clipboard_wait_is_rich_text_available),
11629         Symbol( "gtk_clipboard_wait_is_text_available",  cast(void**)& gtk_clipboard_wait_is_text_available),
11630         Symbol( "gtk_clipboard_wait_for_targets",  cast(void**)& gtk_clipboard_wait_for_targets),
11631         Symbol( "gtk_clipboard_wait_for_image",  cast(void**)& gtk_clipboard_wait_for_image),
11632         Symbol( "gtk_clipboard_wait_for_rich_text",  cast(void**)& gtk_clipboard_wait_for_rich_text),
11633         Symbol( "gtk_clipboard_wait_for_text",  cast(void**)& gtk_clipboard_wait_for_text),
11634         Symbol( "gtk_clipboard_wait_for_contents",  cast(void**)& gtk_clipboard_wait_for_contents),
11635         Symbol( "gtk_clipboard_request_targets",  cast(void**)& gtk_clipboard_request_targets),
11636         Symbol( "gtk_clipboard_request_image",  cast(void**)& gtk_clipboard_request_image),
11637         Symbol( "gtk_clipboard_request_rich_text",  cast(void**)& gtk_clipboard_request_rich_text),
11638         Symbol( "gtk_clipboard_request_text",  cast(void**)& gtk_clipboard_request_text),
11639         Symbol( "gtk_clipboard_request_contents",  cast(void**)& gtk_clipboard_request_contents),
11640         Symbol( "gtk_clipboard_set_image",  cast(void**)& gtk_clipboard_set_image),
11641         Symbol( "gtk_clipboard_set_text",  cast(void**)& gtk_clipboard_set_text),
11642         Symbol( "gtk_clipboard_clear",  cast(void**)& gtk_clipboard_clear),
11643         Symbol( "gtk_clipboard_get_owner",  cast(void**)& gtk_clipboard_get_owner),
11644         Symbol( "gtk_clipboard_set_with_owner",  cast(void**)& gtk_clipboard_set_with_owner),
11645         Symbol( "gtk_clipboard_set_with_data",  cast(void**)& gtk_clipboard_set_with_data),
11646         Symbol( "gtk_clipboard_get_display",  cast(void**)& gtk_clipboard_get_display),
11647         Symbol( "gtk_clipboard_get",  cast(void**)& gtk_clipboard_get),
11648         Symbol( "gtk_clipboard_get_for_display",  cast(void**)& gtk_clipboard_get_for_display),
11649         Symbol( "gtk_clipboard_get_type",  cast(void**)& gtk_clipboard_get_type),
11650         Symbol( "gtk_target_list_get_type",  cast(void**)& gtk_target_list_get_type),
11651         Symbol( "gtk_selection_data_free",  cast(void**)& gtk_selection_data_free),
11652         Symbol( "gtk_selection_data_copy",  cast(void**)& gtk_selection_data_copy),
11653         Symbol( "gtk_selection_data_get_type",  cast(void**)& gtk_selection_data_get_type),
11654     //     Symbol( "_gtk_selection_property_notify",  cast(void**)& _gtk_selection_property_notify),
11655     //     Symbol( "_gtk_selection_notify",  cast(void**)& _gtk_selection_notify),
11656     //     Symbol( "_gtk_selection_incr_event",  cast(void**)& _gtk_selection_incr_event),
11657     //     Symbol( "_gtk_selection_request",  cast(void**)& _gtk_selection_request),
11658         Symbol( "gtk_selection_clear",  cast(void**)& gtk_selection_clear),
11659         Symbol( "gtk_selection_remove_all",  cast(void**)& gtk_selection_remove_all),
11660         Symbol( "gtk_targets_include_uri",  cast(void**)& gtk_targets_include_uri),
11661         Symbol( "gtk_targets_include_image",  cast(void**)& gtk_targets_include_image),
11662         Symbol( "gtk_targets_include_rich_text",  cast(void**)& gtk_targets_include_rich_text),
11663         Symbol( "gtk_targets_include_text",  cast(void**)& gtk_targets_include_text),
11664         Symbol( "gtk_selection_data_targets_include_uri",  cast(void**)& gtk_selection_data_targets_include_uri),
11665         Symbol( "gtk_selection_data_targets_include_image",  cast(void**)& gtk_selection_data_targets_include_image),
11666         Symbol( "gtk_selection_data_targets_include_rich_text",  cast(void**)& gtk_selection_data_targets_include_rich_text),
11667         Symbol( "gtk_selection_data_targets_include_text",  cast(void**)& gtk_selection_data_targets_include_text),
11668         Symbol( "gtk_selection_data_get_targets",  cast(void**)& gtk_selection_data_get_targets),
11669         Symbol( "gtk_selection_data_get_uris",  cast(void**)& gtk_selection_data_get_uris),
11670         Symbol( "gtk_selection_data_set_uris",  cast(void**)& gtk_selection_data_set_uris),
11671         Symbol( "gtk_selection_data_get_pixbuf",  cast(void**)& gtk_selection_data_get_pixbuf),
11672         Symbol( "gtk_selection_data_set_pixbuf",  cast(void**)& gtk_selection_data_set_pixbuf),
11673         Symbol( "gtk_selection_data_get_text",  cast(void**)& gtk_selection_data_get_text),
11674         Symbol( "gtk_selection_data_set_text",  cast(void**)& gtk_selection_data_set_text),
11675         Symbol( "gtk_selection_data_set",  cast(void**)& gtk_selection_data_set),
11676         Symbol( "gtk_selection_convert",  cast(void**)& gtk_selection_convert),
11677         Symbol( "gtk_selection_clear_targets",  cast(void**)& gtk_selection_clear_targets),
11678         Symbol( "gtk_selection_add_targets",  cast(void**)& gtk_selection_add_targets),
11679         Symbol( "gtk_selection_add_target",  cast(void**)& gtk_selection_add_target),
11680         Symbol( "gtk_selection_owner_set_for_display",  cast(void**)& gtk_selection_owner_set_for_display),
11681         Symbol( "gtk_selection_owner_set",  cast(void**)& gtk_selection_owner_set),
11682         Symbol( "gtk_target_table_free",  cast(void**)& gtk_target_table_free),
11683         Symbol( "gtk_target_table_new_from_list",  cast(void**)& gtk_target_table_new_from_list),
11684         Symbol( "gtk_target_list_find",  cast(void**)& gtk_target_list_find),
11685         Symbol( "gtk_target_list_remove",  cast(void**)& gtk_target_list_remove),
11686         Symbol( "gtk_target_list_add_table",  cast(void**)& gtk_target_list_add_table),
11687         Symbol( "gtk_target_list_add_uri_targets",  cast(void**)& gtk_target_list_add_uri_targets),
11688         Symbol( "gtk_target_list_add_image_targets",  cast(void**)& gtk_target_list_add_image_targets),
11689         Symbol( "gtk_target_list_add_rich_text_targets",  cast(void**)& gtk_target_list_add_rich_text_targets),
11690         Symbol( "gtk_target_list_add_text_targets",  cast(void**)& gtk_target_list_add_text_targets),
11691         Symbol( "gtk_target_list_add",  cast(void**)& gtk_target_list_add),
11692         Symbol( "gtk_target_list_unref",  cast(void**)& gtk_target_list_unref),
11693         Symbol( "gtk_target_list_ref",  cast(void**)& gtk_target_list_ref),
11694         Symbol( "gtk_target_list_new",  cast(void**)& gtk_target_list_new),
11695         Symbol( "gtk_text_iter_order",  cast(void**)& gtk_text_iter_order),
11696         Symbol( "gtk_text_iter_in_range",  cast(void**)& gtk_text_iter_in_range),
11697         Symbol( "gtk_text_iter_compare",  cast(void**)& gtk_text_iter_compare),
11698         Symbol( "gtk_text_iter_equal",  cast(void**)& gtk_text_iter_equal),
11699         Symbol( "gtk_text_iter_backward_search",  cast(void**)& gtk_text_iter_backward_search),
11700         Symbol( "gtk_text_iter_forward_search",  cast(void**)& gtk_text_iter_forward_search),
11701         Symbol( "gtk_text_iter_backward_find_char",  cast(void**)& gtk_text_iter_backward_find_char),
11702         Symbol( "gtk_text_iter_forward_find_char",  cast(void**)& gtk_text_iter_forward_find_char),
11703         Symbol( "gtk_text_iter_backward_to_tag_toggle",  cast(void**)& gtk_text_iter_backward_to_tag_toggle),
11704         Symbol( "gtk_text_iter_forward_to_tag_toggle",  cast(void**)& gtk_text_iter_forward_to_tag_toggle),
11705         Symbol( "gtk_text_iter_set_visible_line_index",  cast(void**)& gtk_text_iter_set_visible_line_index),
11706         Symbol( "gtk_text_iter_set_visible_line_offset",  cast(void**)& gtk_text_iter_set_visible_line_offset),
11707         Symbol( "gtk_text_iter_forward_to_line_end",  cast(void**)& gtk_text_iter_forward_to_line_end),
11708         Symbol( "gtk_text_iter_forward_to_end",  cast(void**)& gtk_text_iter_forward_to_end),
11709         Symbol( "gtk_text_iter_set_line_index",  cast(void**)& gtk_text_iter_set_line_index),
11710         Symbol( "gtk_text_iter_set_line_offset",  cast(void**)& gtk_text_iter_set_line_offset),
11711         Symbol( "gtk_text_iter_set_line",  cast(void**)& gtk_text_iter_set_line),
11712         Symbol( "gtk_text_iter_set_offset",  cast(void**)& gtk_text_iter_set_offset),
11713         Symbol( "gtk_text_iter_backward_visible_cursor_positions",  cast(void**)& gtk_text_iter_backward_visible_cursor_positions),
11714         Symbol( "gtk_text_iter_forward_visible_cursor_positions",  cast(void**)& gtk_text_iter_forward_visible_cursor_positions),
11715         Symbol( "gtk_text_iter_backward_visible_cursor_position",  cast(void**)& gtk_text_iter_backward_visible_cursor_position),
11716         Symbol( "gtk_text_iter_forward_visible_cursor_position",  cast(void**)& gtk_text_iter_forward_visible_cursor_position),
11717         Symbol( "gtk_text_iter_backward_cursor_positions",  cast(void**)& gtk_text_iter_backward_cursor_positions),
11718         Symbol( "gtk_text_iter_forward_cursor_positions",  cast(void**)& gtk_text_iter_forward_cursor_positions),
11719         Symbol( "gtk_text_iter_backward_cursor_position",  cast(void**)& gtk_text_iter_backward_cursor_position),
11720         Symbol( "gtk_text_iter_forward_cursor_position",  cast(void**)& gtk_text_iter_forward_cursor_position),
11721         Symbol( "gtk_text_iter_backward_sentence_starts",  cast(void**)& gtk_text_iter_backward_sentence_starts),
11722         Symbol( "gtk_text_iter_forward_sentence_ends",  cast(void**)& gtk_text_iter_forward_sentence_ends),
11723         Symbol( "gtk_text_iter_backward_sentence_start",  cast(void**)& gtk_text_iter_backward_sentence_start),
11724         Symbol( "gtk_text_iter_forward_sentence_end",  cast(void**)& gtk_text_iter_forward_sentence_end),
11725         Symbol( "gtk_text_iter_backward_visible_word_starts",  cast(void**)& gtk_text_iter_backward_visible_word_starts),
11726         Symbol( "gtk_text_iter_forward_visible_word_ends",  cast(void**)& gtk_text_iter_forward_visible_word_ends),
11727         Symbol( "gtk_text_iter_backward_visible_word_start",  cast(void**)& gtk_text_iter_backward_visible_word_start),
11728         Symbol( "gtk_text_iter_forward_visible_word_end",  cast(void**)& gtk_text_iter_forward_visible_word_end),
11729         Symbol( "gtk_text_iter_backward_visible_lines",  cast(void**)& gtk_text_iter_backward_visible_lines),
11730         Symbol( "gtk_text_iter_forward_visible_lines",  cast(void**)& gtk_text_iter_forward_visible_lines),
11731         Symbol( "gtk_text_iter_backward_visible_line",  cast(void**)& gtk_text_iter_backward_visible_line),
11732         Symbol( "gtk_text_iter_forward_visible_line",  cast(void**)& gtk_text_iter_forward_visible_line),
11733         Symbol( "gtk_text_iter_backward_word_starts",  cast(void**)& gtk_text_iter_backward_word_starts),
11734         Symbol( "gtk_text_iter_forward_word_ends",  cast(void**)& gtk_text_iter_forward_word_ends),
11735         Symbol( "gtk_text_iter_backward_word_start",  cast(void**)& gtk_text_iter_backward_word_start),
11736         Symbol( "gtk_text_iter_forward_word_end",  cast(void**)& gtk_text_iter_forward_word_end),
11737         Symbol( "gtk_text_iter_backward_lines",  cast(void**)& gtk_text_iter_backward_lines),
11738         Symbol( "gtk_text_iter_forward_lines",  cast(void**)& gtk_text_iter_forward_lines),
11739         Symbol( "gtk_text_iter_backward_line",  cast(void**)& gtk_text_iter_backward_line),
11740         Symbol( "gtk_text_iter_forward_line",  cast(void**)& gtk_text_iter_forward_line),
11741         Symbol( "gtk_text_iter_backward_chars",  cast(void**)& gtk_text_iter_backward_chars),
11742         Symbol( "gtk_text_iter_forward_chars",  cast(void**)& gtk_text_iter_forward_chars),
11743         Symbol( "gtk_text_iter_backward_char",  cast(void**)& gtk_text_iter_backward_char),
11744         Symbol( "gtk_text_iter_forward_char",  cast(void**)& gtk_text_iter_forward_char),
11745         Symbol( "gtk_text_iter_is_start",  cast(void**)& gtk_text_iter_is_start),
11746         Symbol( "gtk_text_iter_is_end",  cast(void**)& gtk_text_iter_is_end),
11747         Symbol( "gtk_text_iter_get_language",  cast(void**)& gtk_text_iter_get_language),
11748         Symbol( "gtk_text_iter_get_attributes",  cast(void**)& gtk_text_iter_get_attributes),
11749         Symbol( "gtk_text_iter_get_bytes_in_line",  cast(void**)& gtk_text_iter_get_bytes_in_line),
11750         Symbol( "gtk_text_iter_get_chars_in_line",  cast(void**)& gtk_text_iter_get_chars_in_line),
11751         Symbol( "gtk_text_iter_is_cursor_position",  cast(void**)& gtk_text_iter_is_cursor_position),
11752         Symbol( "gtk_text_iter_ends_line",  cast(void**)& gtk_text_iter_ends_line),
11753         Symbol( "gtk_text_iter_starts_line",  cast(void**)& gtk_text_iter_starts_line),
11754         Symbol( "gtk_text_iter_inside_sentence",  cast(void**)& gtk_text_iter_inside_sentence),
11755         Symbol( "gtk_text_iter_ends_sentence",  cast(void**)& gtk_text_iter_ends_sentence),
11756         Symbol( "gtk_text_iter_starts_sentence",  cast(void**)& gtk_text_iter_starts_sentence),
11757         Symbol( "gtk_text_iter_inside_word",  cast(void**)& gtk_text_iter_inside_word),
11758         Symbol( "gtk_text_iter_ends_word",  cast(void**)& gtk_text_iter_ends_word),
11759         Symbol( "gtk_text_iter_starts_word",  cast(void**)& gtk_text_iter_starts_word),
11760         Symbol( "gtk_text_iter_can_insert",  cast(void**)& gtk_text_iter_can_insert),
11761         Symbol( "gtk_text_iter_editable",  cast(void**)& gtk_text_iter_editable),
11762         Symbol( "gtk_text_iter_get_tags",  cast(void**)& gtk_text_iter_get_tags),
11763         Symbol( "gtk_text_iter_has_tag",  cast(void**)& gtk_text_iter_has_tag),
11764         Symbol( "gtk_text_iter_toggles_tag",  cast(void**)& gtk_text_iter_toggles_tag),
11765         Symbol( "gtk_text_iter_ends_tag",  cast(void**)& gtk_text_iter_ends_tag),
11766         Symbol( "gtk_text_iter_begins_tag",  cast(void**)& gtk_text_iter_begins_tag),
11767         Symbol( "gtk_text_iter_get_toggled_tags",  cast(void**)& gtk_text_iter_get_toggled_tags),
11768         Symbol( "gtk_text_iter_get_child_anchor",  cast(void**)& gtk_text_iter_get_child_anchor),
11769         Symbol( "gtk_text_iter_get_marks",  cast(void**)& gtk_text_iter_get_marks),
11770         Symbol( "gtk_text_iter_get_pixbuf",  cast(void**)& gtk_text_iter_get_pixbuf),
11771         Symbol( "gtk_text_iter_get_visible_text",  cast(void**)& gtk_text_iter_get_visible_text),
11772         Symbol( "gtk_text_iter_get_visible_slice",  cast(void**)& gtk_text_iter_get_visible_slice),
11773         Symbol( "gtk_text_iter_get_text",  cast(void**)& gtk_text_iter_get_text),
11774         Symbol( "gtk_text_iter_get_slice",  cast(void**)& gtk_text_iter_get_slice),
11775         Symbol( "gtk_text_iter_get_char",  cast(void**)& gtk_text_iter_get_char),
11776         Symbol( "gtk_text_iter_get_visible_line_index",  cast(void**)& gtk_text_iter_get_visible_line_index),
11777         Symbol( "gtk_text_iter_get_visible_line_offset",  cast(void**)& gtk_text_iter_get_visible_line_offset),
11778         Symbol( "gtk_text_iter_get_line_index",  cast(void**)& gtk_text_iter_get_line_index),
11779         Symbol( "gtk_text_iter_get_line_offset",  cast(void**)& gtk_text_iter_get_line_offset),
11780         Symbol( "gtk_text_iter_get_line",  cast(void**)& gtk_text_iter_get_line),
11781         Symbol( "gtk_text_iter_get_offset",  cast(void**)& gtk_text_iter_get_offset),
11782         Symbol( "gtk_text_iter_get_type",  cast(void**)& gtk_text_iter_get_type),
11783         Symbol( "gtk_text_iter_free",  cast(void**)& gtk_text_iter_free),
11784         Symbol( "gtk_text_iter_copy",  cast(void**)& gtk_text_iter_copy),
11785         Symbol( "gtk_text_iter_get_buffer",  cast(void**)& gtk_text_iter_get_buffer),
11786         Symbol( "gtk_text_child_anchor_get_deleted",  cast(void**)& gtk_text_child_anchor_get_deleted),
11787         Symbol( "gtk_text_child_anchor_get_widgets",  cast(void**)& gtk_text_child_anchor_get_widgets),
11788         Symbol( "gtk_text_child_anchor_new",  cast(void**)& gtk_text_child_anchor_new),
11789         Symbol( "gtk_text_child_anchor_get_type",  cast(void**)& gtk_text_child_anchor_get_type),
11790         Symbol( "gtk_text_attributes_get_type",  cast(void**)& gtk_text_attributes_get_type),
11791         Symbol( "gtk_text_attributes_ref",  cast(void**)& gtk_text_attributes_ref),
11792         Symbol( "gtk_text_attributes_unref",  cast(void**)& gtk_text_attributes_unref),
11793         Symbol( "gtk_text_attributes_copy_values",  cast(void**)& gtk_text_attributes_copy_values),
11794         Symbol( "gtk_text_attributes_copy",  cast(void**)& gtk_text_attributes_copy),
11795         Symbol( "gtk_text_attributes_new",  cast(void**)& gtk_text_attributes_new),
11796         Symbol( "gtk_text_tag_event",  cast(void**)& gtk_text_tag_event),
11797         Symbol( "gtk_text_tag_set_priority",  cast(void**)& gtk_text_tag_set_priority),
11798         Symbol( "gtk_text_tag_get_priority",  cast(void**)& gtk_text_tag_get_priority),
11799         Symbol( "gtk_text_tag_new",  cast(void**)& gtk_text_tag_new),
11800         Symbol( "gtk_text_tag_get_type",  cast(void**)& gtk_text_tag_get_type),
11801         Symbol( "gtk_check_menu_item_set_show_toggle",  cast(void**)& gtk_check_menu_item_set_show_toggle),
11802         Symbol( "gtk_check_menu_item_get_draw_as_radio",  cast(void**)& gtk_check_menu_item_get_draw_as_radio),
11803         Symbol( "gtk_check_menu_item_set_draw_as_radio",  cast(void**)& gtk_check_menu_item_set_draw_as_radio),
11804         Symbol( "gtk_check_menu_item_get_inconsistent",  cast(void**)& gtk_check_menu_item_get_inconsistent),
11805         Symbol( "gtk_check_menu_item_set_inconsistent",  cast(void**)& gtk_check_menu_item_set_inconsistent),
11806         Symbol( "gtk_check_menu_item_toggled",  cast(void**)& gtk_check_menu_item_toggled),
11807         Symbol( "gtk_check_menu_item_get_active",  cast(void**)& gtk_check_menu_item_get_active),
11808         Symbol( "gtk_check_menu_item_set_active",  cast(void**)& gtk_check_menu_item_set_active),
11809         Symbol( "gtk_check_menu_item_new_with_mnemonic",  cast(void**)& gtk_check_menu_item_new_with_mnemonic),
11810         Symbol( "gtk_check_menu_item_new_with_label",  cast(void**)& gtk_check_menu_item_new_with_label),
11811         Symbol( "gtk_check_menu_item_new",  cast(void**)& gtk_check_menu_item_new),
11812         Symbol( "gtk_check_menu_item_get_type",  cast(void**)& gtk_check_menu_item_get_type),
11813         Symbol( "gtk_menu_item_remove_submenu",  cast(void**)& gtk_menu_item_remove_submenu),
11814     //     Symbol( "_gtk_menu_item_popdown_submenu",  cast(void**)& _gtk_menu_item_popdown_submenu),
11815     //     Symbol( "_gtk_menu_item_popup_submenu",  cast(void**)& _gtk_menu_item_popup_submenu),
11816     //     Symbol( "_gtk_menu_item_is_selectable",  cast(void**)& _gtk_menu_item_is_selectable),
11817     //     Symbol( "_gtk_menu_item_refresh_accel_path",  cast(void**)& _gtk_menu_item_refresh_accel_path),
11818         Symbol( "gtk_menu_item_set_accel_path",  cast(void**)& gtk_menu_item_set_accel_path),
11819         Symbol( "gtk_menu_item_get_right_justified",  cast(void**)& gtk_menu_item_get_right_justified),
11820         Symbol( "gtk_menu_item_set_right_justified",  cast(void**)& gtk_menu_item_set_right_justified),
11821         Symbol( "gtk_menu_item_toggle_size_allocate",  cast(void**)& gtk_menu_item_toggle_size_allocate),
11822         Symbol( "gtk_menu_item_toggle_size_request",  cast(void**)& gtk_menu_item_toggle_size_request),
11823         Symbol( "gtk_menu_item_activate",  cast(void**)& gtk_menu_item_activate),
11824         Symbol( "gtk_menu_item_deselect",  cast(void**)& gtk_menu_item_deselect),
11825         Symbol( "gtk_menu_item_select",  cast(void**)& gtk_menu_item_select),
11826         Symbol( "gtk_menu_item_get_submenu",  cast(void**)& gtk_menu_item_get_submenu),
11827         Symbol( "gtk_menu_item_set_submenu",  cast(void**)& gtk_menu_item_set_submenu),
11828         Symbol( "gtk_menu_item_new_with_mnemonic",  cast(void**)& gtk_menu_item_new_with_mnemonic),
11829         Symbol( "gtk_menu_item_new_with_label",  cast(void**)& gtk_menu_item_new_with_label),
11830         Symbol( "gtk_menu_item_new",  cast(void**)& gtk_menu_item_new),
11831         Symbol( "gtk_menu_item_get_type",  cast(void**)& gtk_menu_item_get_type),
11832         Symbol( "gtk_item_toggle",  cast(void**)& gtk_item_toggle),
11833         Symbol( "gtk_item_deselect",  cast(void**)& gtk_item_deselect),
11834         Symbol( "gtk_item_select",  cast(void**)& gtk_item_select),
11835         Symbol( "gtk_item_get_type",  cast(void**)& gtk_item_get_type),
11836     //     Symbol( "_gtk_check_button_get_props",  cast(void**)& _gtk_check_button_get_props),
11837         Symbol( "gtk_check_button_new_with_mnemonic",  cast(void**)& gtk_check_button_new_with_mnemonic),
11838         Symbol( "gtk_check_button_new_with_label",  cast(void**)& gtk_check_button_new_with_label),
11839         Symbol( "gtk_check_button_new",  cast(void**)& gtk_check_button_new),
11840         Symbol( "gtk_check_button_get_type",  cast(void**)& gtk_check_button_get_type),
11841         Symbol( "gtk_toggle_button_get_inconsistent",  cast(void**)& gtk_toggle_button_get_inconsistent),
11842         Symbol( "gtk_toggle_button_set_inconsistent",  cast(void**)& gtk_toggle_button_set_inconsistent),
11843         Symbol( "gtk_toggle_button_toggled",  cast(void**)& gtk_toggle_button_toggled),
11844         Symbol( "gtk_toggle_button_get_active",  cast(void**)& gtk_toggle_button_get_active),
11845         Symbol( "gtk_toggle_button_set_active",  cast(void**)& gtk_toggle_button_set_active),
11846         Symbol( "gtk_toggle_button_get_mode",  cast(void**)& gtk_toggle_button_get_mode),
11847         Symbol( "gtk_toggle_button_set_mode",  cast(void**)& gtk_toggle_button_set_mode),
11848         Symbol( "gtk_toggle_button_new_with_mnemonic",  cast(void**)& gtk_toggle_button_new_with_mnemonic),
11849         Symbol( "gtk_toggle_button_new_with_label",  cast(void**)& gtk_toggle_button_new_with_label),
11850         Symbol( "gtk_toggle_button_new",  cast(void**)& gtk_toggle_button_new),
11851         Symbol( "gtk_toggle_button_get_type",  cast(void**)& gtk_toggle_button_get_type),
11852         Symbol( "gtk_cell_view_get_cell_renderers",  cast(void**)& gtk_cell_view_get_cell_renderers),
11853         Symbol( "gtk_cell_view_set_background_color",  cast(void**)& gtk_cell_view_set_background_color),
11854         Symbol( "gtk_cell_view_get_size_of_row",  cast(void**)& gtk_cell_view_get_size_of_row),
11855         Symbol( "gtk_cell_view_get_displayed_row",  cast(void**)& gtk_cell_view_get_displayed_row),
11856         Symbol( "gtk_cell_view_set_displayed_row",  cast(void**)& gtk_cell_view_set_displayed_row),
11857         Symbol( "gtk_cell_view_set_model",  cast(void**)& gtk_cell_view_set_model),
11858         Symbol( "gtk_cell_view_new_with_pixbuf",  cast(void**)& gtk_cell_view_new_with_pixbuf),
11859         Symbol( "gtk_cell_view_new_with_markup",  cast(void**)& gtk_cell_view_new_with_markup),
11860         Symbol( "gtk_cell_view_new_with_text",  cast(void**)& gtk_cell_view_new_with_text),
11861         Symbol( "gtk_cell_view_new",  cast(void**)& gtk_cell_view_new),
11862         Symbol( "gtk_cell_view_get_type",  cast(void**)& gtk_cell_view_get_type),
11863         Symbol( "gtk_cell_renderer_toggle_set_active",  cast(void**)& gtk_cell_renderer_toggle_set_active),
11864         Symbol( "gtk_cell_renderer_toggle_get_active",  cast(void**)& gtk_cell_renderer_toggle_get_active),
11865         Symbol( "gtk_cell_renderer_toggle_set_radio",  cast(void**)& gtk_cell_renderer_toggle_set_radio),
11866         Symbol( "gtk_cell_renderer_toggle_get_radio",  cast(void**)& gtk_cell_renderer_toggle_get_radio),
11867         Symbol( "gtk_cell_renderer_toggle_new",  cast(void**)& gtk_cell_renderer_toggle_new),
11868         Symbol( "gtk_cell_renderer_toggle_get_type",  cast(void**)& gtk_cell_renderer_toggle_get_type),
11869         Symbol( "gtk_cell_renderer_spin_new",  cast(void**)& gtk_cell_renderer_spin_new),
11870         Symbol( "gtk_cell_renderer_spin_get_type",  cast(void**)& gtk_cell_renderer_spin_get_type),
11871         Symbol( "gtk_cell_renderer_progress_new",  cast(void**)& gtk_cell_renderer_progress_new),
11872         Symbol( "gtk_cell_renderer_progress_get_type",  cast(void**)& gtk_cell_renderer_progress_get_type),
11873         Symbol( "gtk_cell_renderer_pixbuf_new",  cast(void**)& gtk_cell_renderer_pixbuf_new),
11874         Symbol( "gtk_cell_renderer_pixbuf_get_type",  cast(void**)& gtk_cell_renderer_pixbuf_get_type),
11875         Symbol( "gtk_cell_renderer_combo_new",  cast(void**)& gtk_cell_renderer_combo_new),
11876         Symbol( "gtk_cell_renderer_combo_get_type",  cast(void**)& gtk_cell_renderer_combo_get_type),
11877         Symbol( "gtk_cell_renderer_accel_new",  cast(void**)& gtk_cell_renderer_accel_new),
11878         Symbol( "gtk_cell_renderer_accel_get_type",  cast(void**)& gtk_cell_renderer_accel_get_type),
11879         Symbol( "gtk_cell_renderer_text_set_fixed_height_from_font",  cast(void**)& gtk_cell_renderer_text_set_fixed_height_from_font),
11880         Symbol( "gtk_cell_renderer_text_new",  cast(void**)& gtk_cell_renderer_text_new),
11881         Symbol( "gtk_cell_renderer_text_get_type",  cast(void**)& gtk_cell_renderer_text_get_type),
11882     //     Symbol( "_gtk_cell_layout_buildable_add_child",  cast(void**)& _gtk_cell_layout_buildable_add_child),
11883     //     Symbol( "_gtk_cell_layout_buildable_custom_tag_end",  cast(void**)& _gtk_cell_layout_buildable_custom_tag_end),
11884     //     Symbol( "_gtk_cell_layout_buildable_custom_tag_start",  cast(void**)& _gtk_cell_layout_buildable_custom_tag_start),
11885         Symbol( "gtk_cell_layout_reorder",  cast(void**)& gtk_cell_layout_reorder),
11886         Symbol( "gtk_cell_layout_clear_attributes",  cast(void**)& gtk_cell_layout_clear_attributes),
11887         Symbol( "gtk_cell_layout_set_cell_data_func",  cast(void**)& gtk_cell_layout_set_cell_data_func),
11888         Symbol( "gtk_cell_layout_add_attribute",  cast(void**)& gtk_cell_layout_add_attribute),
11889         Symbol( "gtk_cell_layout_set_attributes",  cast(void**)& gtk_cell_layout_set_attributes),
11890         Symbol( "gtk_cell_layout_clear",  cast(void**)& gtk_cell_layout_clear),
11891         Symbol( "gtk_cell_layout_get_cells",  cast(void**)& gtk_cell_layout_get_cells),
11892         Symbol( "gtk_cell_layout_pack_end",  cast(void**)& gtk_cell_layout_pack_end),
11893         Symbol( "gtk_cell_layout_pack_start",  cast(void**)& gtk_cell_layout_pack_start),
11894         Symbol( "gtk_cell_layout_get_type",  cast(void**)& gtk_cell_layout_get_type),
11895         Symbol( "gtk_tree_view_column_get_tree_view",  cast(void**)& gtk_tree_view_column_get_tree_view),
11896         Symbol( "gtk_tree_view_column_queue_resize",  cast(void**)& gtk_tree_view_column_queue_resize),
11897         Symbol( "gtk_tree_view_column_cell_get_position",  cast(void**)& gtk_tree_view_column_cell_get_position),
11898         Symbol( "gtk_tree_view_column_focus_cell",  cast(void**)& gtk_tree_view_column_focus_cell),
11899         Symbol( "gtk_tree_view_column_cell_is_visible",  cast(void**)& gtk_tree_view_column_cell_is_visible),
11900         Symbol( "gtk_tree_view_column_cell_get_size",  cast(void**)& gtk_tree_view_column_cell_get_size),
11901         Symbol( "gtk_tree_view_column_cell_set_cell_data",  cast(void**)& gtk_tree_view_column_cell_set_cell_data),
11902         Symbol( "gtk_tree_view_column_get_sort_order",  cast(void**)& gtk_tree_view_column_get_sort_order),
11903         Symbol( "gtk_tree_view_column_set_sort_order",  cast(void**)& gtk_tree_view_column_set_sort_order),
11904         Symbol( "gtk_tree_view_column_get_sort_indicator",  cast(void**)& gtk_tree_view_column_get_sort_indicator),
11905         Symbol( "gtk_tree_view_column_set_sort_indicator",  cast(void**)& gtk_tree_view_column_set_sort_indicator),
11906         Symbol( "gtk_tree_view_column_get_sort_column_id",  cast(void**)& gtk_tree_view_column_get_sort_column_id),
11907         Symbol( "gtk_tree_view_column_set_sort_column_id",  cast(void**)& gtk_tree_view_column_set_sort_column_id),
11908         Symbol( "gtk_tree_view_column_get_reorderable",  cast(void**)& gtk_tree_view_column_get_reorderable),
11909         Symbol( "gtk_tree_view_column_set_reorderable",  cast(void**)& gtk_tree_view_column_set_reorderable),
11910         Symbol( "gtk_tree_view_column_get_alignment",  cast(void**)& gtk_tree_view_column_get_alignment),
11911         Symbol( "gtk_tree_view_column_set_alignment",  cast(void**)& gtk_tree_view_column_set_alignment),
11912         Symbol( "gtk_tree_view_column_get_widget",  cast(void**)& gtk_tree_view_column_get_widget),
11913         Symbol( "gtk_tree_view_column_set_widget",  cast(void**)& gtk_tree_view_column_set_widget),
11914         Symbol( "gtk_tree_view_column_get_clickable",  cast(void**)& gtk_tree_view_column_get_clickable),
11915         Symbol( "gtk_tree_view_column_set_clickable",  cast(void**)& gtk_tree_view_column_set_clickable),
11916         Symbol( "gtk_tree_view_column_get_expand",  cast(void**)& gtk_tree_view_column_get_expand),
11917         Symbol( "gtk_tree_view_column_set_expand",  cast(void**)& gtk_tree_view_column_set_expand),
11918         Symbol( "gtk_tree_view_column_get_title",  cast(void**)& gtk_tree_view_column_get_title),
11919         Symbol( "gtk_tree_view_column_set_title",  cast(void**)& gtk_tree_view_column_set_title),
11920         Symbol( "gtk_tree_view_column_clicked",  cast(void**)& gtk_tree_view_column_clicked),
11921         Symbol( "gtk_tree_view_column_get_max_width",  cast(void**)& gtk_tree_view_column_get_max_width),
11922         Symbol( "gtk_tree_view_column_set_max_width",  cast(void**)& gtk_tree_view_column_set_max_width),
11923         Symbol( "gtk_tree_view_column_get_min_width",  cast(void**)& gtk_tree_view_column_get_min_width),
11924         Symbol( "gtk_tree_view_column_set_min_width",  cast(void**)& gtk_tree_view_column_set_min_width),
11925         Symbol( "gtk_tree_view_column_set_fixed_width",  cast(void**)& gtk_tree_view_column_set_fixed_width),
11926         Symbol( "gtk_tree_view_column_get_fixed_width",  cast(void**)& gtk_tree_view_column_get_fixed_width),
11927         Symbol( "gtk_tree_view_column_get_width",  cast(void**)& gtk_tree_view_column_get_width),
11928         Symbol( "gtk_tree_view_column_get_sizing",  cast(void**)& gtk_tree_view_column_get_sizing),
11929         Symbol( "gtk_tree_view_column_set_sizing",  cast(void**)& gtk_tree_view_column_set_sizing),
11930         Symbol( "gtk_tree_view_column_get_resizable",  cast(void**)& gtk_tree_view_column_get_resizable),
11931         Symbol( "gtk_tree_view_column_set_resizable",  cast(void**)& gtk_tree_view_column_set_resizable),
11932         Symbol( "gtk_tree_view_column_get_visible",  cast(void**)& gtk_tree_view_column_get_visible),
11933         Symbol( "gtk_tree_view_column_set_visible",  cast(void**)& gtk_tree_view_column_set_visible),
11934         Symbol( "gtk_tree_view_column_get_spacing",  cast(void**)& gtk_tree_view_column_get_spacing),
11935         Symbol( "gtk_tree_view_column_set_spacing",  cast(void**)& gtk_tree_view_column_set_spacing),
11936         Symbol( "gtk_tree_view_column_clear_attributes",  cast(void**)& gtk_tree_view_column_clear_attributes),
11937         Symbol( "gtk_tree_view_column_set_cell_data_func",  cast(void**)& gtk_tree_view_column_set_cell_data_func),
11938         Symbol( "gtk_tree_view_column_set_attributes",  cast(void**)& gtk_tree_view_column_set_attributes),
11939         Symbol( "gtk_tree_view_column_add_attribute",  cast(void**)& gtk_tree_view_column_add_attribute),
11940         Symbol( "gtk_tree_view_column_get_cell_renderers",  cast(void**)& gtk_tree_view_column_get_cell_renderers),
11941         Symbol( "gtk_tree_view_column_clear",  cast(void**)& gtk_tree_view_column_clear),
11942         Symbol( "gtk_tree_view_column_pack_end",  cast(void**)& gtk_tree_view_column_pack_end),
11943         Symbol( "gtk_tree_view_column_pack_start",  cast(void**)& gtk_tree_view_column_pack_start),
11944         Symbol( "gtk_tree_view_column_new_with_attributes",  cast(void**)& gtk_tree_view_column_new_with_attributes),
11945         Symbol( "gtk_tree_view_column_new",  cast(void**)& gtk_tree_view_column_new),
11946         Symbol( "gtk_tree_view_column_get_type",  cast(void**)& gtk_tree_view_column_get_type),
11947         Symbol( "gtk_tree_sortable_has_default_sort_func",  cast(void**)& gtk_tree_sortable_has_default_sort_func),
11948         Symbol( "gtk_tree_sortable_set_default_sort_func",  cast(void**)& gtk_tree_sortable_set_default_sort_func),
11949         Symbol( "gtk_tree_sortable_set_sort_func",  cast(void**)& gtk_tree_sortable_set_sort_func),
11950         Symbol( "gtk_tree_sortable_set_sort_column_id",  cast(void**)& gtk_tree_sortable_set_sort_column_id),
11951         Symbol( "gtk_tree_sortable_get_sort_column_id",  cast(void**)& gtk_tree_sortable_get_sort_column_id),
11952         Symbol( "gtk_tree_sortable_sort_column_changed",  cast(void**)& gtk_tree_sortable_sort_column_changed),
11953         Symbol( "gtk_tree_sortable_get_type",  cast(void**)& gtk_tree_sortable_get_type),
11954         Symbol( "gtk_tree_model_rows_reordered",  cast(void**)& gtk_tree_model_rows_reordered),
11955         Symbol( "gtk_tree_model_row_deleted",  cast(void**)& gtk_tree_model_row_deleted),
11956         Symbol( "gtk_tree_model_row_has_child_toggled",  cast(void**)& gtk_tree_model_row_has_child_toggled),
11957         Symbol( "gtk_tree_model_row_inserted",  cast(void**)& gtk_tree_model_row_inserted),
11958         Symbol( "gtk_tree_model_row_changed",  cast(void**)& gtk_tree_model_row_changed),
11959         Symbol( "gtk_tree_model_foreach",  cast(void**)& gtk_tree_model_foreach),
11960         Symbol( "gtk_tree_model_get_valist",  cast(void**)& gtk_tree_model_get_valist),
11961         Symbol( "gtk_tree_model_get",  cast(void**)& gtk_tree_model_get),
11962         Symbol( "gtk_tree_model_unref_node",  cast(void**)& gtk_tree_model_unref_node),
11963         Symbol( "gtk_tree_model_ref_node",  cast(void**)& gtk_tree_model_ref_node),
11964         Symbol( "gtk_tree_model_iter_parent",  cast(void**)& gtk_tree_model_iter_parent),
11965         Symbol( "gtk_tree_model_iter_nth_child",  cast(void**)& gtk_tree_model_iter_nth_child),
11966         Symbol( "gtk_tree_model_iter_n_children",  cast(void**)& gtk_tree_model_iter_n_children),
11967         Symbol( "gtk_tree_model_iter_has_child",  cast(void**)& gtk_tree_model_iter_has_child),
11968         Symbol( "gtk_tree_model_iter_children",  cast(void**)& gtk_tree_model_iter_children),
11969         Symbol( "gtk_tree_model_iter_next",  cast(void**)& gtk_tree_model_iter_next),
11970         Symbol( "gtk_tree_model_get_value",  cast(void**)& gtk_tree_model_get_value),
11971         Symbol( "gtk_tree_model_get_path",  cast(void**)& gtk_tree_model_get_path),
11972         Symbol( "gtk_tree_model_get_iter_first",  cast(void**)& gtk_tree_model_get_iter_first),
11973         Symbol( "gtk_tree_model_get_string_from_iter",  cast(void**)& gtk_tree_model_get_string_from_iter),
11974         Symbol( "gtk_tree_model_get_iter_from_string",  cast(void**)& gtk_tree_model_get_iter_from_string),
11975         Symbol( "gtk_tree_model_get_iter",  cast(void**)& gtk_tree_model_get_iter),
11976         Symbol( "gtk_tree_model_get_column_type",  cast(void**)& gtk_tree_model_get_column_type),
11977         Symbol( "gtk_tree_model_get_n_columns",  cast(void**)& gtk_tree_model_get_n_columns),
11978         Symbol( "gtk_tree_model_get_flags",  cast(void**)& gtk_tree_model_get_flags),
11979         Symbol( "gtk_tree_model_get_type",  cast(void**)& gtk_tree_model_get_type),
11980         Symbol( "gtk_tree_iter_get_type",  cast(void**)& gtk_tree_iter_get_type),
11981         Symbol( "gtk_tree_iter_free",  cast(void**)& gtk_tree_iter_free),
11982         Symbol( "gtk_tree_iter_copy",  cast(void**)& gtk_tree_iter_copy),
11983         Symbol( "gtk_tree_row_reference_reordered",  cast(void**)& gtk_tree_row_reference_reordered),
11984         Symbol( "gtk_tree_row_reference_deleted",  cast(void**)& gtk_tree_row_reference_deleted),
11985         Symbol( "gtk_tree_row_reference_inserted",  cast(void**)& gtk_tree_row_reference_inserted),
11986         Symbol( "gtk_tree_row_reference_free",  cast(void**)& gtk_tree_row_reference_free),
11987         Symbol( "gtk_tree_row_reference_copy",  cast(void**)& gtk_tree_row_reference_copy),
11988         Symbol( "gtk_tree_row_reference_valid",  cast(void**)& gtk_tree_row_reference_valid),
11989         Symbol( "gtk_tree_row_reference_get_model",  cast(void**)& gtk_tree_row_reference_get_model),
11990         Symbol( "gtk_tree_row_reference_get_path",  cast(void**)& gtk_tree_row_reference_get_path),
11991         Symbol( "gtk_tree_row_reference_new_proxy",  cast(void**)& gtk_tree_row_reference_new_proxy),
11992         Symbol( "gtk_tree_row_reference_new",  cast(void**)& gtk_tree_row_reference_new),
11993         Symbol( "gtk_tree_row_reference_get_type",  cast(void**)& gtk_tree_row_reference_get_type),
11994         Symbol( "gtk_tree_path_is_descendant",  cast(void**)& gtk_tree_path_is_descendant),
11995         Symbol( "gtk_tree_path_is_ancestor",  cast(void**)& gtk_tree_path_is_ancestor),
11996         Symbol( "gtk_tree_path_down",  cast(void**)& gtk_tree_path_down),
11997         Symbol( "gtk_tree_path_up",  cast(void**)& gtk_tree_path_up),
11998         Symbol( "gtk_tree_path_prev",  cast(void**)& gtk_tree_path_prev),
11999         Symbol( "gtk_tree_path_next",  cast(void**)& gtk_tree_path_next),
12000         Symbol( "gtk_tree_path_compare",  cast(void**)& gtk_tree_path_compare),
12001         Symbol( "gtk_tree_path_get_type",  cast(void**)& gtk_tree_path_get_type),
12002         Symbol( "gtk_tree_path_copy",  cast(void**)& gtk_tree_path_copy),
12003         Symbol( "gtk_tree_path_free",  cast(void**)& gtk_tree_path_free),
12004         Symbol( "gtk_tree_path_get_indices",  cast(void**)& gtk_tree_path_get_indices),
12005         Symbol( "gtk_tree_path_get_depth",  cast(void**)& gtk_tree_path_get_depth),
12006         Symbol( "gtk_tree_path_prepend_index",  cast(void**)& gtk_tree_path_prepend_index),
12007         Symbol( "gtk_tree_path_append_index",  cast(void**)& gtk_tree_path_append_index),
12008         Symbol( "gtk_tree_path_new_first",  cast(void**)& gtk_tree_path_new_first),
12009         Symbol( "gtk_tree_path_to_string",  cast(void**)& gtk_tree_path_to_string),
12010         Symbol( "gtk_tree_path_new_from_indices",  cast(void**)& gtk_tree_path_new_from_indices),
12011         Symbol( "gtk_tree_path_new_from_string",  cast(void**)& gtk_tree_path_new_from_string),
12012         Symbol( "gtk_tree_path_new",  cast(void**)& gtk_tree_path_new),
12013         Symbol( "gtk_cell_renderer_stop_editing",  cast(void**)& gtk_cell_renderer_stop_editing),
12014         Symbol( "gtk_cell_renderer_editing_canceled",  cast(void**)& gtk_cell_renderer_editing_canceled),
12015         Symbol( "gtk_cell_renderer_get_fixed_size",  cast(void**)& gtk_cell_renderer_get_fixed_size),
12016         Symbol( "gtk_cell_renderer_set_fixed_size",  cast(void**)& gtk_cell_renderer_set_fixed_size),
12017         Symbol( "gtk_cell_renderer_start_editing",  cast(void**)& gtk_cell_renderer_start_editing),
12018         Symbol( "gtk_cell_renderer_activate",  cast(void**)& gtk_cell_renderer_activate),
12019         Symbol( "gtk_cell_renderer_render",  cast(void**)& gtk_cell_renderer_render),
12020         Symbol( "gtk_cell_renderer_get_size",  cast(void**)& gtk_cell_renderer_get_size),
12021         Symbol( "gtk_cell_renderer_get_type",  cast(void**)& gtk_cell_renderer_get_type),
12022         Symbol( "gtk_cell_editable_remove_widget",  cast(void**)& gtk_cell_editable_remove_widget),
12023         Symbol( "gtk_cell_editable_editing_done",  cast(void**)& gtk_cell_editable_editing_done),
12024         Symbol( "gtk_cell_editable_start_editing",  cast(void**)& gtk_cell_editable_start_editing),
12025         Symbol( "gtk_cell_editable_get_type",  cast(void**)& gtk_cell_editable_get_type),
12026         Symbol( "gtk_calendar_thaw",  cast(void**)& gtk_calendar_thaw),
12027         Symbol( "gtk_calendar_freeze",  cast(void**)& gtk_calendar_freeze),
12028         Symbol( "gtk_calendar_get_date",  cast(void**)& gtk_calendar_get_date),
12029         Symbol( "gtk_calendar_display_options",  cast(void**)& gtk_calendar_display_options),
12030         Symbol( "gtk_calendar_get_display_options",  cast(void**)& gtk_calendar_get_display_options),
12031         Symbol( "gtk_calendar_set_display_options",  cast(void**)& gtk_calendar_set_display_options),
12032         Symbol( "gtk_calendar_clear_marks",  cast(void**)& gtk_calendar_clear_marks),
12033         Symbol( "gtk_calendar_unmark_day",  cast(void**)& gtk_calendar_unmark_day),
12034         Symbol( "gtk_calendar_mark_day",  cast(void**)& gtk_calendar_mark_day),
12035         Symbol( "gtk_calendar_select_day",  cast(void**)& gtk_calendar_select_day),
12036         Symbol( "gtk_calendar_select_month",  cast(void**)& gtk_calendar_select_month),
12037         Symbol( "gtk_calendar_new",  cast(void**)& gtk_calendar_new),
12038         Symbol( "gtk_calendar_get_type",  cast(void**)& gtk_calendar_get_type),
12039         Symbol( "gtk_signal_compat_matched",  cast(void**)& gtk_signal_compat_matched),
12040         Symbol( "gtk_signal_emitv_by_name",  cast(void**)& gtk_signal_emitv_by_name),
12041         Symbol( "gtk_signal_emit_by_name",  cast(void**)& gtk_signal_emit_by_name),
12042         Symbol( "gtk_signal_emit",  cast(void**)& gtk_signal_emit),
12043         Symbol( "gtk_signal_emitv",  cast(void**)& gtk_signal_emitv),
12044         Symbol( "gtk_signal_connect_full",  cast(void**)& gtk_signal_connect_full),
12045         Symbol( "gtk_signal_connect_while_alive",  cast(void**)& gtk_signal_connect_while_alive),
12046         Symbol( "gtk_signal_connect_object_while_alive",  cast(void**)& gtk_signal_connect_object_while_alive),
12047         Symbol( "gtk_signal_emit_stop_by_name",  cast(void**)& gtk_signal_emit_stop_by_name),
12048         Symbol( "gtk_signal_new",  cast(void**)& gtk_signal_new),
12049         Symbol( "gtk_signal_newv",  cast(void**)& gtk_signal_newv),
12050         Symbol( "gtk_marshal_VOID__UINT_STRING",  cast(void**)& gtk_marshal_VOID__UINT_STRING),
12051         Symbol( "gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM",  cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM),
12052         Symbol( "gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER",  cast(void**)& gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER),
12053         Symbol( "gtk_marshal_VOID__STRING_INT_POINTER",  cast(void**)& gtk_marshal_VOID__STRING_INT_POINTER),
12054         Symbol( "gtk_marshal_VOID__POINTER_UINT_UINT",  cast(void**)& gtk_marshal_VOID__POINTER_UINT_UINT),
12055         Symbol( "gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT",  cast(void**)& gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT),
12056         Symbol( "gtk_marshal_VOID__POINTER_POINTER_UINT_UINT",  cast(void**)& gtk_marshal_VOID__POINTER_POINTER_UINT_UINT),
12057         Symbol( "gtk_marshal_VOID__POINTER_UINT_ENUM",  cast(void**)& gtk_marshal_VOID__POINTER_UINT_ENUM),
12058         Symbol( "gtk_marshal_VOID__POINTER_UINT",  cast(void**)& gtk_marshal_VOID__POINTER_UINT),
12059         Symbol( "gtk_marshal_VOID__POINTER_STRING_STRING",  cast(void**)& gtk_marshal_VOID__POINTER_STRING_STRING),
12060         Symbol( "gtk_marshal_VOID__POINTER_POINTER_POINTER",  cast(void**)& gtk_marshal_VOID__POINTER_POINTER_POINTER),
12061         Symbol( "gtk_marshal_VOID__POINTER_POINTER",  cast(void**)& gtk_marshal_VOID__POINTER_POINTER),
12062         Symbol( "gtk_marshal_VOID__POINTER_INT",  cast(void**)& gtk_marshal_VOID__POINTER_INT),
12063         Symbol( "gtk_marshal_VOID__INT_INT_POINTER",  cast(void**)& gtk_marshal_VOID__INT_INT_POINTER),
12064         Symbol( "gtk_marshal_VOID__INT_INT",  cast(void**)& gtk_marshal_VOID__INT_INT),
12065         Symbol( "gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN",  cast(void**)& gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN),
12066         Symbol( "gtk_marshal_VOID__ENUM_FLOAT",  cast(void**)& gtk_marshal_VOID__ENUM_FLOAT),
12067         Symbol( "gtk_marshal_INT__POINTER_CHAR_CHAR",  cast(void**)& gtk_marshal_INT__POINTER_CHAR_CHAR),
12068         Symbol( "gtk_marshal_INT__POINTER",  cast(void**)& gtk_marshal_INT__POINTER),
12069         Symbol( "gtk_marshal_ENUM__ENUM",  cast(void**)& gtk_marshal_ENUM__ENUM),
12070         Symbol( "gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER",  cast(void**)& gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER),
12071         Symbol( "gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT",  cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT),
12072         Symbol( "gtk_marshal_BOOLEAN__POINTER_INT_INT",  cast(void**)& gtk_marshal_BOOLEAN__POINTER_INT_INT),
12073         Symbol( "gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT",  cast(void**)& gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT),
12074         Symbol( "gtk_marshal_BOOLEAN__POINTER",  cast(void**)& gtk_marshal_BOOLEAN__POINTER),
12075         Symbol( "gtk_marshal_BOOLEAN__VOID",  cast(void**)& gtk_marshal_BOOLEAN__VOID),
12076     //     Symbol( "_gtk_button_paint",  cast(void**)& _gtk_button_paint),
12077     //     Symbol( "_gtk_button_set_depressed",  cast(void**)& _gtk_button_set_depressed),
12078         Symbol( "gtk_button_get_image_position",  cast(void**)& gtk_button_get_image_position),
12079         Symbol( "gtk_button_set_image_position",  cast(void**)& gtk_button_set_image_position),
12080         Symbol( "gtk_button_get_image",  cast(void**)& gtk_button_get_image),
12081         Symbol( "gtk_button_set_image",  cast(void**)& gtk_button_set_image),
12082         Symbol( "gtk_button_get_alignment",  cast(void**)& gtk_button_get_alignment),
12083         Symbol( "gtk_button_set_alignment",  cast(void**)& gtk_button_set_alignment),
12084         Symbol( "gtk_button_get_focus_on_click",  cast(void**)& gtk_button_get_focus_on_click),
12085         Symbol( "gtk_button_set_focus_on_click",  cast(void**)& gtk_button_set_focus_on_click),
12086         Symbol( "gtk_button_get_use_stock",  cast(void**)& gtk_button_get_use_stock),
12087         Symbol( "gtk_button_set_use_stock",  cast(void**)& gtk_button_set_use_stock),
12088         Symbol( "gtk_button_get_use_underline",  cast(void**)& gtk_button_get_use_underline),
12089         Symbol( "gtk_button_set_use_underline",  cast(void**)& gtk_button_set_use_underline),
12090         Symbol( "gtk_button_get_label",  cast(void**)& gtk_button_get_label),
12091         Symbol( "gtk_button_set_label",  cast(void**)& gtk_button_set_label),
12092         Symbol( "gtk_button_get_relief",  cast(void**)& gtk_button_get_relief),
12093         Symbol( "gtk_button_set_relief",  cast(void**)& gtk_button_set_relief),
12094         Symbol( "gtk_button_leave",  cast(void**)& gtk_button_leave),
12095         Symbol( "gtk_button_enter",  cast(void**)& gtk_button_enter),
12096         Symbol( "gtk_button_clicked",  cast(void**)& gtk_button_clicked),
12097         Symbol( "gtk_button_released",  cast(void**)& gtk_button_released),
12098         Symbol( "gtk_button_pressed",  cast(void**)& gtk_button_pressed),
12099         Symbol( "gtk_button_new_with_mnemonic",  cast(void**)& gtk_button_new_with_mnemonic),
12100         Symbol( "gtk_button_new_from_stock",  cast(void**)& gtk_button_new_from_stock),
12101         Symbol( "gtk_button_new_with_label",  cast(void**)& gtk_button_new_with_label),
12102         Symbol( "gtk_button_new",  cast(void**)& gtk_button_new),
12103         Symbol( "gtk_button_get_type",  cast(void**)& gtk_button_get_type),
12104         Symbol( "gtk_image_get",  cast(void**)& gtk_image_get),
12105         Symbol( "gtk_image_set",  cast(void**)& gtk_image_set),
12106         Symbol( "gtk_image_get_pixel_size",  cast(void**)& gtk_image_get_pixel_size),
12107         Symbol( "gtk_image_get_icon_name",  cast(void**)& gtk_image_get_icon_name),
12108         Symbol( "gtk_image_get_animation",  cast(void**)& gtk_image_get_animation),
12109         Symbol( "gtk_image_get_icon_set",  cast(void**)& gtk_image_get_icon_set),
12110         Symbol( "gtk_image_get_stock",  cast(void**)& gtk_image_get_stock),
12111         Symbol( "gtk_image_get_pixbuf",  cast(void**)& gtk_image_get_pixbuf),
12112         Symbol( "gtk_image_get_image",  cast(void**)& gtk_image_get_image),
12113         Symbol( "gtk_image_get_pixmap",  cast(void**)& gtk_image_get_pixmap),
12114         Symbol( "gtk_image_get_storage_type",  cast(void**)& gtk_image_get_storage_type),
12115         Symbol( "gtk_image_set_pixel_size",  cast(void**)& gtk_image_set_pixel_size),
12116         Symbol( "gtk_image_set_from_icon_name",  cast(void**)& gtk_image_set_from_icon_name),
12117         Symbol( "gtk_image_set_from_animation",  cast(void**)& gtk_image_set_from_animation),
12118         Symbol( "gtk_image_set_from_icon_set",  cast(void**)& gtk_image_set_from_icon_set),
12119         Symbol( "gtk_image_set_from_stock",  cast(void**)& gtk_image_set_from_stock),
12120         Symbol( "gtk_image_set_from_pixbuf",  cast(void**)& gtk_image_set_from_pixbuf),
12121         Symbol( "gtk_image_set_from_file",  cast(void**)& gtk_image_set_from_file),
12122         Symbol( "gtk_image_set_from_image",  cast(void**)& gtk_image_set_from_image),
12123         Symbol( "gtk_image_set_from_pixmap",  cast(void**)& gtk_image_set_from_pixmap),
12124         Symbol( "gtk_image_clear",  cast(void**)& gtk_image_clear),
12125         Symbol( "gtk_image_new_from_icon_name",  cast(void**)& gtk_image_new_from_icon_name),
12126         Symbol( "gtk_image_new_from_animation",  cast(void**)& gtk_image_new_from_animation),
12127         Symbol( "gtk_image_new_from_icon_set",  cast(void**)& gtk_image_new_from_icon_set),
12128         Symbol( "gtk_image_new_from_stock",  cast(void**)& gtk_image_new_from_stock),
12129         Symbol( "gtk_image_new_from_pixbuf",  cast(void**)& gtk_image_new_from_pixbuf),
12130         Symbol( "gtk_image_new_from_file",  cast(void**)& gtk_image_new_from_file),
12131         Symbol( "gtk_image_new_from_image",  cast(void**)& gtk_image_new_from_image),
12132         Symbol( "gtk_image_new_from_pixmap",  cast(void**)& gtk_image_new_from_pixmap),
12133         Symbol( "gtk_image_new",  cast(void**)& gtk_image_new),
12134         Symbol( "gtk_image_get_type",  cast(void**)& gtk_image_get_type),
12135         Symbol( "gtk_buildable_get_internal_child",  cast(void**)& gtk_buildable_get_internal_child),
12136         Symbol( "gtk_buildable_parser_finished",  cast(void**)& gtk_buildable_parser_finished),
12137         Symbol( "gtk_buildable_custom_finished",  cast(void**)& gtk_buildable_custom_finished),
12138         Symbol( "gtk_buildable_custom_tag_end",  cast(void**)& gtk_buildable_custom_tag_end),
12139         Symbol( "gtk_buildable_custom_tag_start",  cast(void**)& gtk_buildable_custom_tag_start),
12140         Symbol( "gtk_buildable_construct_child",  cast(void**)& gtk_buildable_construct_child),
12141         Symbol( "gtk_buildable_set_buildable_property",  cast(void**)& gtk_buildable_set_buildable_property),
12142         Symbol( "gtk_buildable_add_child",  cast(void**)& gtk_buildable_add_child),
12143         Symbol( "gtk_buildable_get_name",  cast(void**)& gtk_buildable_get_name),
12144         Symbol( "gtk_buildable_set_name",  cast(void**)& gtk_buildable_set_name),
12145         Symbol( "gtk_buildable_get_type",  cast(void**)& gtk_buildable_get_type),
12146         Symbol( "gtk_builder_value_from_string_type",  cast(void**)& gtk_builder_value_from_string_type),
12147         Symbol( "gtk_builder_value_from_string",  cast(void**)& gtk_builder_value_from_string),
12148         Symbol( "gtk_builder_get_type_from_name",  cast(void**)& gtk_builder_get_type_from_name),
12149         Symbol( "gtk_builder_get_translation_domain",  cast(void**)& gtk_builder_get_translation_domain),
12150         Symbol( "gtk_builder_set_translation_domain",  cast(void**)& gtk_builder_set_translation_domain),
12151         Symbol( "gtk_builder_connect_signals_full",  cast(void**)& gtk_builder_connect_signals_full),
12152         Symbol( "gtk_builder_connect_signals",  cast(void**)& gtk_builder_connect_signals),
12153         Symbol( "gtk_builder_get_objects",  cast(void**)& gtk_builder_get_objects),
12154         Symbol( "gtk_builder_get_object",  cast(void**)& gtk_builder_get_object),
12155         Symbol( "gtk_builder_add_from_string",  cast(void**)& gtk_builder_add_from_string),
12156         Symbol( "gtk_builder_add_from_file",  cast(void**)& gtk_builder_add_from_file),
12157         Symbol( "gtk_builder_new",  cast(void**)& gtk_builder_new),
12158         Symbol( "gtk_builder_get_type",  cast(void**)& gtk_builder_get_type),
12159         Symbol( "gtk_builder_error_quark",  cast(void**)& gtk_builder_error_quark),
12160     //     Symbol( "_gtk_binding_signal_new",  cast(void**)& _gtk_binding_signal_new),
12161     //     Symbol( "_gtk_binding_entry_add_signall",  cast(void**)& _gtk_binding_entry_add_signall),
12162     //     Symbol( "_gtk_binding_reset_parsed",  cast(void**)& _gtk_binding_reset_parsed),
12163     //     Symbol( "_gtk_binding_parse_binding",  cast(void**)& _gtk_binding_parse_binding),
12164         Symbol( "gtk_binding_set_add_path",  cast(void**)& gtk_binding_set_add_path),
12165         Symbol( "gtk_binding_entry_remove",  cast(void**)& gtk_binding_entry_remove),
12166         Symbol( "gtk_binding_entry_add_signal",  cast(void**)& gtk_binding_entry_add_signal),
12167         Symbol( "gtk_binding_entry_skip",  cast(void**)& gtk_binding_entry_skip),
12168         Symbol( "gtk_binding_parse_binding",  cast(void**)& gtk_binding_parse_binding),
12169         Symbol( "gtk_binding_entry_add_signall",  cast(void**)& gtk_binding_entry_add_signall),
12170         Symbol( "gtk_binding_entry_clear",  cast(void**)& gtk_binding_entry_clear),
12171         Symbol( "gtk_binding_set_activate",  cast(void**)& gtk_binding_set_activate),
12172         Symbol( "gtk_bindings_activate_event",  cast(void**)& gtk_bindings_activate_event),
12173         Symbol( "gtk_bindings_activate",  cast(void**)& gtk_bindings_activate),
12174         Symbol( "gtk_binding_set_find",  cast(void**)& gtk_binding_set_find),
12175         Symbol( "gtk_binding_set_by_class",  cast(void**)& gtk_binding_set_by_class),
12176         Symbol( "gtk_binding_set_new",  cast(void**)& gtk_binding_set_new),
12177     //     Symbol( "_gtk_button_box_child_requisition",  cast(void**)& _gtk_button_box_child_requisition),
12178         Symbol( "gtk_button_box_get_child_ipadding",  cast(void**)& gtk_button_box_get_child_ipadding),
12179         Symbol( "gtk_button_box_get_child_size",  cast(void**)& gtk_button_box_get_child_size),
12180         Symbol( "gtk_button_box_set_child_ipadding",  cast(void**)& gtk_button_box_set_child_ipadding),
12181         Symbol( "gtk_button_box_set_child_size",  cast(void**)& gtk_button_box_set_child_size),
12182         Symbol( "gtk_button_box_set_child_secondary",  cast(void**)& gtk_button_box_set_child_secondary),
12183         Symbol( "gtk_button_box_get_child_secondary",  cast(void**)& gtk_button_box_get_child_secondary),
12184         Symbol( "gtk_button_box_set_layout",  cast(void**)& gtk_button_box_set_layout),
12185         Symbol( "gtk_button_box_get_layout",  cast(void**)& gtk_button_box_get_layout),
12186         Symbol( "gtk_button_box_get_type",  cast(void**)& gtk_button_box_get_type),
12187         Symbol( "gtk_box_set_child_packing",  cast(void**)& gtk_box_set_child_packing),
12188         Symbol( "gtk_box_query_child_packing",  cast(void**)& gtk_box_query_child_packing),
12189         Symbol( "gtk_box_reorder_child",  cast(void**)& gtk_box_reorder_child),
12190         Symbol( "gtk_box_get_spacing",  cast(void**)& gtk_box_get_spacing),
12191         Symbol( "gtk_box_set_spacing",  cast(void**)& gtk_box_set_spacing),
12192         Symbol( "gtk_box_get_homogeneous",  cast(void**)& gtk_box_get_homogeneous),
12193         Symbol( "gtk_box_set_homogeneous",  cast(void**)& gtk_box_set_homogeneous),
12194         Symbol( "gtk_box_pack_end_defaults",  cast(void**)& gtk_box_pack_end_defaults),
12195         Symbol( "gtk_box_pack_start_defaults",  cast(void**)& gtk_box_pack_start_defaults),
12196         Symbol( "gtk_box_pack_end",  cast(void**)& gtk_box_pack_end),
12197         Symbol( "gtk_box_pack_start",  cast(void**)& gtk_box_pack_start),
12198         Symbol( "gtk_box_get_type",  cast(void**)& gtk_box_get_type),
12199         Symbol( "gtk_assistant_update_buttons_state",  cast(void**)& gtk_assistant_update_buttons_state),
12200         Symbol( "gtk_assistant_remove_action_widget",  cast(void**)& gtk_assistant_remove_action_widget),
12201         Symbol( "gtk_assistant_add_action_widget",  cast(void**)& gtk_assistant_add_action_widget),
12202         Symbol( "gtk_assistant_get_page_complete",  cast(void**)& gtk_assistant_get_page_complete),
12203         Symbol( "gtk_assistant_set_page_complete",  cast(void**)& gtk_assistant_set_page_complete),
12204         Symbol( "gtk_assistant_get_page_side_image",  cast(void**)& gtk_assistant_get_page_side_image),
12205         Symbol( "gtk_assistant_set_page_side_image",  cast(void**)& gtk_assistant_set_page_side_image),
12206         Symbol( "gtk_assistant_get_page_header_image",  cast(void**)& gtk_assistant_get_page_header_image),
12207         Symbol( "gtk_assistant_set_page_header_image",  cast(void**)& gtk_assistant_set_page_header_image),
12208         Symbol( "gtk_assistant_get_page_title",  cast(void**)& gtk_assistant_get_page_title),
12209         Symbol( "gtk_assistant_set_page_title",  cast(void**)& gtk_assistant_set_page_title),
12210         Symbol( "gtk_assistant_get_page_type",  cast(void**)& gtk_assistant_get_page_type),
12211         Symbol( "gtk_assistant_set_page_type",  cast(void**)& gtk_assistant_set_page_type),
12212         Symbol( "gtk_assistant_set_forward_page_func",  cast(void**)& gtk_assistant_set_forward_page_func),
12213         Symbol( "gtk_assistant_insert_page",  cast(void**)& gtk_assistant_insert_page),
12214         Symbol( "gtk_assistant_append_page",  cast(void**)& gtk_assistant_append_page),
12215         Symbol( "gtk_assistant_prepend_page",  cast(void**)& gtk_assistant_prepend_page),
12216         Symbol( "gtk_assistant_get_nth_page",  cast(void**)& gtk_assistant_get_nth_page),
12217         Symbol( "gtk_assistant_get_n_pages",  cast(void**)& gtk_assistant_get_n_pages),
12218         Symbol( "gtk_assistant_set_current_page",  cast(void**)& gtk_assistant_set_current_page),
12219         Symbol( "gtk_assistant_get_current_page",  cast(void**)& gtk_assistant_get_current_page),
12220         Symbol( "gtk_assistant_new",  cast(void**)& gtk_assistant_new),
12221         Symbol( "gtk_assistant_get_type",  cast(void**)& gtk_assistant_get_type),
12222         Symbol( "gtk_aspect_frame_set",  cast(void**)& gtk_aspect_frame_set),
12223         Symbol( "gtk_aspect_frame_new",  cast(void**)& gtk_aspect_frame_new),
12224         Symbol( "gtk_aspect_frame_get_type",  cast(void**)& gtk_aspect_frame_get_type),
12225         Symbol( "gtk_frame_get_shadow_type",  cast(void**)& gtk_frame_get_shadow_type),
12226         Symbol( "gtk_frame_set_shadow_type",  cast(void**)& gtk_frame_set_shadow_type),
12227         Symbol( "gtk_frame_get_label_align",  cast(void**)& gtk_frame_get_label_align),
12228         Symbol( "gtk_frame_set_label_align",  cast(void**)& gtk_frame_set_label_align),
12229         Symbol( "gtk_frame_get_label_widget",  cast(void**)& gtk_frame_get_label_widget),
12230         Symbol( "gtk_frame_set_label_widget",  cast(void**)& gtk_frame_set_label_widget),
12231         Symbol( "gtk_frame_get_label",  cast(void**)& gtk_frame_get_label),
12232         Symbol( "gtk_frame_set_label",  cast(void**)& gtk_frame_set_label),
12233         Symbol( "gtk_frame_new",  cast(void**)& gtk_frame_new),
12234         Symbol( "gtk_frame_get_type",  cast(void**)& gtk_frame_get_type),
12235         Symbol( "gtk_arrow_set",  cast(void**)& gtk_arrow_set),
12236         Symbol( "gtk_arrow_new",  cast(void**)& gtk_arrow_new),
12237         Symbol( "gtk_arrow_get_type",  cast(void**)& gtk_arrow_get_type),
12238         Symbol( "gtk_alignment_get_padding",  cast(void**)& gtk_alignment_get_padding),
12239         Symbol( "gtk_alignment_set_padding",  cast(void**)& gtk_alignment_set_padding),
12240         Symbol( "gtk_alignment_set",  cast(void**)& gtk_alignment_set),
12241         Symbol( "gtk_alignment_new",  cast(void**)& gtk_alignment_new),
12242         Symbol( "gtk_alignment_get_type",  cast(void**)& gtk_alignment_get_type),
12243     //     Symbol( "_gtk_action_group_emit_post_activate",  cast(void**)& _gtk_action_group_emit_post_activate),
12244     //     Symbol( "_gtk_action_group_emit_pre_activate",  cast(void**)& _gtk_action_group_emit_pre_activate),
12245     //     Symbol( "_gtk_action_group_emit_disconnect_proxy",  cast(void**)& _gtk_action_group_emit_disconnect_proxy),
12246     //     Symbol( "_gtk_action_group_emit_connect_proxy",  cast(void**)& _gtk_action_group_emit_connect_proxy),
12247         Symbol( "gtk_action_group_translate_string",  cast(void**)& gtk_action_group_translate_string),
12248         Symbol( "gtk_action_group_set_translation_domain",  cast(void**)& gtk_action_group_set_translation_domain),
12249         Symbol( "gtk_action_group_set_translate_func",  cast(void**)& gtk_action_group_set_translate_func),
12250         Symbol( "gtk_action_group_add_radio_actions_full",  cast(void**)& gtk_action_group_add_radio_actions_full),
12251         Symbol( "gtk_action_group_add_toggle_actions_full",  cast(void**)& gtk_action_group_add_toggle_actions_full),
12252         Symbol( "gtk_action_group_add_actions_full",  cast(void**)& gtk_action_group_add_actions_full),
12253         Symbol( "gtk_action_group_add_radio_actions",  cast(void**)& gtk_action_group_add_radio_actions),
12254         Symbol( "gtk_action_group_add_toggle_actions",  cast(void**)& gtk_action_group_add_toggle_actions),
12255         Symbol( "gtk_action_group_add_actions",  cast(void**)& gtk_action_group_add_actions),
12256         Symbol( "gtk_action_group_remove_action",  cast(void**)& gtk_action_group_remove_action),
12257         Symbol( "gtk_action_group_add_action_with_accel",  cast(void**)& gtk_action_group_add_action_with_accel),
12258         Symbol( "gtk_action_group_add_action",  cast(void**)& gtk_action_group_add_action),
12259         Symbol( "gtk_action_group_list_actions",  cast(void**)& gtk_action_group_list_actions),
12260         Symbol( "gtk_action_group_get_action",  cast(void**)& gtk_action_group_get_action),
12261         Symbol( "gtk_action_group_set_visible",  cast(void**)& gtk_action_group_set_visible),
12262         Symbol( "gtk_action_group_get_visible",  cast(void**)& gtk_action_group_get_visible),
12263         Symbol( "gtk_action_group_set_sensitive",  cast(void**)& gtk_action_group_set_sensitive),
12264         Symbol( "gtk_action_group_get_sensitive",  cast(void**)& gtk_action_group_get_sensitive),
12265         Symbol( "gtk_action_group_get_name",  cast(void**)& gtk_action_group_get_name),
12266         Symbol( "gtk_action_group_new",  cast(void**)& gtk_action_group_new),
12267         Symbol( "gtk_action_group_get_type",  cast(void**)& gtk_action_group_get_type),
12268         Symbol( "gtk_item_factories_path_delete",  cast(void**)& gtk_item_factories_path_delete),
12269         Symbol( "gtk_item_factory_create_menu_entries",  cast(void**)& gtk_item_factory_create_menu_entries),
12270         Symbol( "gtk_item_factory_from_path",  cast(void**)& gtk_item_factory_from_path),
12271         Symbol( "gtk_item_factory_create_items_ac",  cast(void**)& gtk_item_factory_create_items_ac),
12272         Symbol( "gtk_item_factory_set_translate_func",  cast(void**)& gtk_item_factory_set_translate_func),
12273         Symbol( "gtk_item_factory_popup_data_from_widget",  cast(void**)& gtk_item_factory_popup_data_from_widget),
12274         Symbol( "gtk_item_factory_popup_data",  cast(void**)& gtk_item_factory_popup_data),
12275         Symbol( "gtk_item_factory_popup_with_data",  cast(void**)& gtk_item_factory_popup_with_data),
12276         Symbol( "gtk_item_factory_popup",  cast(void**)& gtk_item_factory_popup),
12277         Symbol( "gtk_item_factory_delete_entries",  cast(void**)& gtk_item_factory_delete_entries),
12278         Symbol( "gtk_item_factory_delete_entry",  cast(void**)& gtk_item_factory_delete_entry),
12279         Symbol( "gtk_item_factory_delete_item",  cast(void**)& gtk_item_factory_delete_item),
12280         Symbol( "gtk_item_factory_create_items",  cast(void**)& gtk_item_factory_create_items),
12281         Symbol( "gtk_item_factory_create_item",  cast(void**)& gtk_item_factory_create_item),
12282         Symbol( "gtk_item_factory_get_item_by_action",  cast(void**)& gtk_item_factory_get_item_by_action),
12283         Symbol( "gtk_item_factory_get_widget_by_action",  cast(void**)& gtk_item_factory_get_widget_by_action),
12284         Symbol( "gtk_item_factory_get_widget",  cast(void**)& gtk_item_factory_get_widget),
12285         Symbol( "gtk_item_factory_get_item",  cast(void**)& gtk_item_factory_get_item),
12286         Symbol( "gtk_item_factory_path_from_widget",  cast(void**)& gtk_item_factory_path_from_widget),
12287         Symbol( "gtk_item_factory_from_widget",  cast(void**)& gtk_item_factory_from_widget),
12288         Symbol( "gtk_item_factory_add_foreign",  cast(void**)& gtk_item_factory_add_foreign),
12289         Symbol( "gtk_item_factory_construct",  cast(void**)& gtk_item_factory_construct),
12290         Symbol( "gtk_item_factory_new",  cast(void**)& gtk_item_factory_new),
12291         Symbol( "gtk_item_factory_get_type",  cast(void**)& gtk_item_factory_get_type),
12292     //     Symbol( "_gtk_action_sync_menu_visible",  cast(void**)& _gtk_action_sync_menu_visible),
12293     //     Symbol( "_gtk_action_sync_visible",  cast(void**)& _gtk_action_sync_visible),
12294     //     Symbol( "_gtk_action_sync_sensitive",  cast(void**)& _gtk_action_sync_sensitive),
12295         Symbol( "gtk_action_set_accel_group",  cast(void**)& gtk_action_set_accel_group),
12296         Symbol( "gtk_action_set_accel_path",  cast(void**)& gtk_action_set_accel_path),
12297     //     Symbol( "_gtk_action_emit_activate",  cast(void**)& _gtk_action_emit_activate),
12298         Symbol( "gtk_action_unblock_activate_from",  cast(void**)& gtk_action_unblock_activate_from),
12299         Symbol( "gtk_action_block_activate_from",  cast(void**)& gtk_action_block_activate_from),
12300         Symbol( "gtk_action_get_accel_closure",  cast(void**)& gtk_action_get_accel_closure),
12301         Symbol( "gtk_action_get_accel_path",  cast(void**)& gtk_action_get_accel_path),
12302         Symbol( "gtk_action_disconnect_accelerator",  cast(void**)& gtk_action_disconnect_accelerator),
12303         Symbol( "gtk_action_connect_accelerator",  cast(void**)& gtk_action_connect_accelerator),
12304         Symbol( "gtk_widget_get_action",  cast(void**)& gtk_widget_get_action),
12305         Symbol( "gtk_action_get_proxies",  cast(void**)& gtk_action_get_proxies),
12306         Symbol( "gtk_action_disconnect_proxy",  cast(void**)& gtk_action_disconnect_proxy),
12307         Symbol( "gtk_action_connect_proxy",  cast(void**)& gtk_action_connect_proxy),
12308         Symbol( "gtk_action_create_menu",  cast(void**)& gtk_action_create_menu),
12309         Symbol( "gtk_action_create_tool_item",  cast(void**)& gtk_action_create_tool_item),
12310         Symbol( "gtk_action_create_menu_item",  cast(void**)& gtk_action_create_menu_item),
12311         Symbol( "gtk_action_create_icon",  cast(void**)& gtk_action_create_icon),
12312         Symbol( "gtk_action_activate",  cast(void**)& gtk_action_activate),
12313         Symbol( "gtk_action_set_visible",  cast(void**)& gtk_action_set_visible),
12314         Symbol( "gtk_action_get_visible",  cast(void**)& gtk_action_get_visible),
12315         Symbol( "gtk_action_is_visible",  cast(void**)& gtk_action_is_visible),
12316         Symbol( "gtk_action_set_sensitive",  cast(void**)& gtk_action_set_sensitive),
12317         Symbol( "gtk_action_get_sensitive",  cast(void**)& gtk_action_get_sensitive),
12318         Symbol( "gtk_action_is_sensitive",  cast(void**)& gtk_action_is_sensitive),
12319         Symbol( "gtk_action_get_name",  cast(void**)& gtk_action_get_name),
12320         Symbol( "gtk_action_new",  cast(void**)& gtk_action_new),
12321         Symbol( "gtk_action_get_type",  cast(void**)& gtk_action_get_type),
12322         Symbol( "gtk_accessible_connect_widget_destroyed",  cast(void**)& gtk_accessible_connect_widget_destroyed),
12323         Symbol( "gtk_accessible_get_type",  cast(void**)& gtk_accessible_get_type),
12324     //     Symbol( "_gtk_accel_path_is_valid",  cast(void**)& _gtk_accel_path_is_valid),
12325     //     Symbol( "_gtk_accel_map_remove_group",  cast(void**)& _gtk_accel_map_remove_group),
12326     //     Symbol( "_gtk_accel_map_add_group",  cast(void**)& _gtk_accel_map_add_group),
12327     //     Symbol( "_gtk_accel_map_init",  cast(void**)& _gtk_accel_map_init),
12328         Symbol( "gtk_accel_map_get",  cast(void**)& gtk_accel_map_get),
12329         Symbol( "gtk_accel_map_get_type",  cast(void**)& gtk_accel_map_get_type),
12330         Symbol( "gtk_accel_map_foreach_unfiltered",  cast(void**)& gtk_accel_map_foreach_unfiltered),
12331         Symbol( "gtk_accel_map_add_filter",  cast(void**)& gtk_accel_map_add_filter),
12332         Symbol( "gtk_accel_map_unlock_path",  cast(void**)& gtk_accel_map_unlock_path),
12333         Symbol( "gtk_accel_map_lock_path",  cast(void**)& gtk_accel_map_lock_path),
12334         Symbol( "gtk_accel_map_save_fd",  cast(void**)& gtk_accel_map_save_fd),
12335         Symbol( "gtk_accel_map_load_scanner",  cast(void**)& gtk_accel_map_load_scanner),
12336         Symbol( "gtk_accel_map_load_fd",  cast(void**)& gtk_accel_map_load_fd),
12337         Symbol( "gtk_accel_map_foreach",  cast(void**)& gtk_accel_map_foreach),
12338         Symbol( "gtk_accel_map_save",  cast(void**)& gtk_accel_map_save),
12339         Symbol( "gtk_accel_map_load",  cast(void**)& gtk_accel_map_load),
12340         Symbol( "gtk_accel_map_change_entry",  cast(void**)& gtk_accel_map_change_entry),
12341         Symbol( "gtk_accel_map_lookup_entry",  cast(void**)& gtk_accel_map_lookup_entry),
12342         Symbol( "gtk_accel_map_add_entry",  cast(void**)& gtk_accel_map_add_entry),
12343     //     Symbol( "_gtk_accel_label_class_get_accelerator_label",  cast(void**)& _gtk_accel_label_class_get_accelerator_label),
12344         Symbol( "gtk_accel_label_refetch",  cast(void**)& gtk_accel_label_refetch),
12345         Symbol( "gtk_accel_label_set_accel_closure",  cast(void**)& gtk_accel_label_set_accel_closure),
12346         Symbol( "gtk_accel_label_set_accel_widget",  cast(void**)& gtk_accel_label_set_accel_widget),
12347         Symbol( "gtk_accel_label_get_accel_width",  cast(void**)& gtk_accel_label_get_accel_width),
12348         Symbol( "gtk_accel_label_get_accel_widget",  cast(void**)& gtk_accel_label_get_accel_widget),
12349         Symbol( "gtk_accel_label_new",  cast(void**)& gtk_accel_label_new),
12350         Symbol( "gtk_accel_label_get_type",  cast(void**)& gtk_accel_label_get_type),
12351         Symbol( "gtk_label_parse_uline",  cast(void**)& gtk_label_parse_uline),
12352         Symbol( "gtk_label_get",  cast(void**)& gtk_label_get),
12353         Symbol( "gtk_label_get_single_line_mode",  cast(void**)& gtk_label_get_single_line_mode),
12354         Symbol( "gtk_label_set_single_line_mode",  cast(void**)& gtk_label_set_single_line_mode),
12355         Symbol( "gtk_label_get_layout_offsets",  cast(void**)& gtk_label_get_layout_offsets),
12356         Symbol( "gtk_label_get_layout",  cast(void**)& gtk_label_get_layout),
12357         Symbol( "gtk_label_get_selection_bounds",  cast(void**)& gtk_label_get_selection_bounds),
12358         Symbol( "gtk_label_select_region",  cast(void**)& gtk_label_select_region),
12359         Symbol( "gtk_label_get_angle",  cast(void**)& gtk_label_get_angle),
12360         Symbol( "gtk_label_set_angle",  cast(void**)& gtk_label_set_angle),
12361         Symbol( "gtk_label_get_selectable",  cast(void**)& gtk_label_get_selectable),
12362         Symbol( "gtk_label_set_selectable",  cast(void**)& gtk_label_set_selectable),
12363         Symbol( "gtk_label_get_line_wrap_mode",  cast(void**)& gtk_label_get_line_wrap_mode),
12364         Symbol( "gtk_label_set_line_wrap_mode",  cast(void**)& gtk_label_set_line_wrap_mode),
12365         Symbol( "gtk_label_get_line_wrap",  cast(void**)& gtk_label_get_line_wrap),
12366         Symbol( "gtk_label_set_line_wrap",  cast(void**)& gtk_label_set_line_wrap),
12367         Symbol( "gtk_label_set_pattern",  cast(void**)& gtk_label_set_pattern),
12368         Symbol( "gtk_label_get_max_width_chars",  cast(void**)& gtk_label_get_max_width_chars),
12369         Symbol( "gtk_label_set_max_width_chars",  cast(void**)& gtk_label_set_max_width_chars),
12370         Symbol( "gtk_label_get_width_chars",  cast(void**)& gtk_label_get_width_chars),
12371         Symbol( "gtk_label_set_width_chars",  cast(void**)& gtk_label_set_width_chars),
12372         Symbol( "gtk_label_get_ellipsize",  cast(void**)& gtk_label_get_ellipsize),
12373         Symbol( "gtk_label_set_ellipsize",  cast(void**)& gtk_label_set_ellipsize),
12374         Symbol( "gtk_label_get_justify",  cast(void**)& gtk_label_get_justify),
12375         Symbol( "gtk_label_set_justify",  cast(void**)& gtk_label_set_justify),
12376         Symbol( "gtk_label_set_text_with_mnemonic",  cast(void**)& gtk_label_set_text_with_mnemonic),
12377         Symbol( "gtk_label_get_mnemonic_widget",  cast(void**)& gtk_label_get_mnemonic_widget),
12378         Symbol( "gtk_label_set_mnemonic_widget",  cast(void**)& gtk_label_set_mnemonic_widget),
12379         Symbol( "gtk_label_get_mnemonic_keyval",  cast(void**)& gtk_label_get_mnemonic_keyval),
12380         Symbol( "gtk_label_set_markup_with_mnemonic",  cast(void**)& gtk_label_set_markup_with_mnemonic),
12381         Symbol( "gtk_label_get_use_underline",  cast(void**)& gtk_label_get_use_underline),
12382         Symbol( "gtk_label_set_use_underline",  cast(void**)& gtk_label_set_use_underline),
12383         Symbol( "gtk_label_get_use_markup",  cast(void**)& gtk_label_get_use_markup),
12384         Symbol( "gtk_label_set_use_markup",  cast(void**)& gtk_label_set_use_markup),
12385         Symbol( "gtk_label_set_markup",  cast(void**)& gtk_label_set_markup),
12386         Symbol( "gtk_label_get_label",  cast(void**)& gtk_label_get_label),
12387         Symbol( "gtk_label_set_label",  cast(void**)& gtk_label_set_label),
12388         Symbol( "gtk_label_get_attributes",  cast(void**)& gtk_label_get_attributes),
12389         Symbol( "gtk_label_set_attributes",  cast(void**)& gtk_label_set_attributes),
12390         Symbol( "gtk_label_get_text",  cast(void**)& gtk_label_get_text),
12391         Symbol( "gtk_label_set_text",  cast(void**)& gtk_label_set_text),
12392         Symbol( "gtk_label_new_with_mnemonic",  cast(void**)& gtk_label_new_with_mnemonic),
12393         Symbol( "gtk_label_new",  cast(void**)& gtk_label_new),
12394         Symbol( "gtk_label_get_type",  cast(void**)& gtk_label_get_type),
12395         Symbol( "gtk_menu_get_for_attach_widget",  cast(void**)& gtk_menu_get_for_attach_widget),
12396         Symbol( "gtk_menu_set_monitor",  cast(void**)& gtk_menu_set_monitor),
12397         Symbol( "gtk_menu_attach",  cast(void**)& gtk_menu_attach),
12398         Symbol( "gtk_menu_set_screen",  cast(void**)& gtk_menu_set_screen),
12399         Symbol( "gtk_menu_reorder_child",  cast(void**)& gtk_menu_reorder_child),
12400         Symbol( "gtk_menu_get_title",  cast(void**)& gtk_menu_get_title),
12401         Symbol( "gtk_menu_set_title",  cast(void**)& gtk_menu_set_title),
12402         Symbol( "gtk_menu_get_tearoff_state",  cast(void**)& gtk_menu_get_tearoff_state),
12403         Symbol( "gtk_menu_set_tearoff_state",  cast(void**)& gtk_menu_set_tearoff_state),
12404         Symbol( "gtk_menu_get_attach_widget",  cast(void**)& gtk_menu_get_attach_widget),
12405         Symbol( "gtk_menu_detach",  cast(void**)& gtk_menu_detach),
12406         Symbol( "gtk_menu_attach_to_widget",  cast(void**)& gtk_menu_attach_to_widget),
12407         Symbol( "gtk_menu_set_accel_path",  cast(void**)& gtk_menu_set_accel_path),
12408         Symbol( "gtk_menu_get_accel_group",  cast(void**)& gtk_menu_get_accel_group),
12409         Symbol( "gtk_menu_set_accel_group",  cast(void**)& gtk_menu_set_accel_group),
12410         Symbol( "gtk_menu_set_active",  cast(void**)& gtk_menu_set_active),
12411         Symbol( "gtk_menu_get_active",  cast(void**)& gtk_menu_get_active),
12412         Symbol( "gtk_menu_popdown",  cast(void**)& gtk_menu_popdown),
12413         Symbol( "gtk_menu_reposition",  cast(void**)& gtk_menu_reposition),
12414         Symbol( "gtk_menu_popup",  cast(void**)& gtk_menu_popup),
12415         Symbol( "gtk_menu_new",  cast(void**)& gtk_menu_new),
12416         Symbol( "gtk_menu_get_type",  cast(void**)& gtk_menu_get_type),
12417         Symbol( "gtk_menu_shell_set_take_focus",  cast(void**)& gtk_menu_shell_set_take_focus),
12418         Symbol( "gtk_menu_shell_get_take_focus",  cast(void**)& gtk_menu_shell_get_take_focus),
12419     //     Symbol( "_gtk_menu_shell_remove_mnemonic",  cast(void**)& _gtk_menu_shell_remove_mnemonic),
12420     //     Symbol( "_gtk_menu_shell_add_mnemonic",  cast(void**)& _gtk_menu_shell_add_mnemonic),
12421         Symbol( "gtk_menu_shell_cancel",  cast(void**)& gtk_menu_shell_cancel),
12422     //     Symbol( "_gtk_menu_shell_get_popup_delay",  cast(void**)& _gtk_menu_shell_get_popup_delay),
12423     //     Symbol( "_gtk_menu_shell_activate",  cast(void**)& _gtk_menu_shell_activate),
12424     //     Symbol( "_gtk_menu_shell_select_last",  cast(void**)& _gtk_menu_shell_select_last),
12425         Symbol( "gtk_menu_shell_select_first",  cast(void**)& gtk_menu_shell_select_first),
12426         Symbol( "gtk_menu_shell_activate_item",  cast(void**)& gtk_menu_shell_activate_item),
12427         Symbol( "gtk_menu_shell_deselect",  cast(void**)& gtk_menu_shell_deselect),
12428         Symbol( "gtk_menu_shell_select_item",  cast(void**)& gtk_menu_shell_select_item),
12429         Symbol( "gtk_menu_shell_deactivate",  cast(void**)& gtk_menu_shell_deactivate),
12430         Symbol( "gtk_menu_shell_insert",  cast(void**)& gtk_menu_shell_insert),
12431         Symbol( "gtk_menu_shell_prepend",  cast(void**)& gtk_menu_shell_prepend),
12432         Symbol( "gtk_menu_shell_append",  cast(void**)& gtk_menu_shell_append),
12433         Symbol( "gtk_menu_shell_get_type",  cast(void**)& gtk_menu_shell_get_type),
12434         Symbol( "gtk_misc_get_padding",  cast(void**)& gtk_misc_get_padding),
12435         Symbol( "gtk_misc_set_padding",  cast(void**)& gtk_misc_set_padding),
12436         Symbol( "gtk_misc_get_alignment",  cast(void**)& gtk_misc_get_alignment),
12437         Symbol( "gtk_misc_set_alignment",  cast(void**)& gtk_misc_set_alignment),
12438         Symbol( "gtk_misc_get_type",  cast(void**)& gtk_misc_get_type),
12439         Symbol( "gtk_about_dialog_set_url_hook",  cast(void**)& gtk_about_dialog_set_url_hook),
12440         Symbol( "gtk_about_dialog_set_email_hook",  cast(void**)& gtk_about_dialog_set_email_hook),
12441         Symbol( "gtk_about_dialog_set_logo_icon_name",  cast(void**)& gtk_about_dialog_set_logo_icon_name),
12442         Symbol( "gtk_about_dialog_get_logo_icon_name",  cast(void**)& gtk_about_dialog_get_logo_icon_name),
12443         Symbol( "gtk_about_dialog_set_logo",  cast(void**)& gtk_about_dialog_set_logo),
12444         Symbol( "gtk_about_dialog_get_logo",  cast(void**)& gtk_about_dialog_get_logo),
12445         Symbol( "gtk_about_dialog_set_translator_credits",  cast(void**)& gtk_about_dialog_set_translator_credits),
12446         Symbol( "gtk_about_dialog_get_translator_credits",  cast(void**)& gtk_about_dialog_get_translator_credits),
12447         Symbol( "gtk_about_dialog_set_artists",  cast(void**)& gtk_about_dialog_set_artists),
12448         Symbol( "gtk_about_dialog_get_artists",  cast(void**)& gtk_about_dialog_get_artists),
12449         Symbol( "gtk_about_dialog_set_documenters",  cast(void**)& gtk_about_dialog_set_documenters),
12450         Symbol( "gtk_about_dialog_get_documenters",  cast(void**)& gtk_about_dialog_get_documenters),
12451         Symbol( "gtk_about_dialog_set_authors",  cast(void**)& gtk_about_dialog_set_authors),
12452         Symbol( "gtk_about_dialog_get_authors",  cast(void**)& gtk_about_dialog_get_authors),
12453         Symbol( "gtk_about_dialog_set_website_label",  cast(void**)& gtk_about_dialog_set_website_label),
12454         Symbol( "gtk_about_dialog_get_website_label",  cast(void**)& gtk_about_dialog_get_website_label),
12455         Symbol( "gtk_about_dialog_set_website",  cast(void**)& gtk_about_dialog_set_website),
12456         Symbol( "gtk_about_dialog_get_website",  cast(void**)& gtk_about_dialog_get_website),
12457         Symbol( "gtk_about_dialog_set_wrap_license",  cast(void**)& gtk_about_dialog_set_wrap_license),
12458         Symbol( "gtk_about_dialog_get_wrap_license",  cast(void**)& gtk_about_dialog_get_wrap_license),
12459         Symbol( "gtk_about_dialog_set_license",  cast(void**)& gtk_about_dialog_set_license),
12460         Symbol( "gtk_about_dialog_get_license",  cast(void**)& gtk_about_dialog_get_license),
12461         Symbol( "gtk_about_dialog_set_comments",  cast(void**)& gtk_about_dialog_set_comments),
12462         Symbol( "gtk_about_dialog_get_comments",  cast(void**)& gtk_about_dialog_get_comments),
12463         Symbol( "gtk_about_dialog_set_copyright",  cast(void**)& gtk_about_dialog_set_copyright),
12464         Symbol( "gtk_about_dialog_get_copyright",  cast(void**)& gtk_about_dialog_get_copyright),
12465         Symbol( "gtk_about_dialog_set_version",  cast(void**)& gtk_about_dialog_set_version),
12466         Symbol( "gtk_about_dialog_get_version",  cast(void**)& gtk_about_dialog_get_version),
12467         Symbol( "gtk_about_dialog_set_program_name",  cast(void**)& gtk_about_dialog_set_program_name),
12468         Symbol( "gtk_about_dialog_get_program_name",  cast(void**)& gtk_about_dialog_get_program_name),
12469         Symbol( "gtk_about_dialog_set_name",  cast(void**)& gtk_about_dialog_set_name),
12470         Symbol( "gtk_about_dialog_get_name",  cast(void**)& gtk_about_dialog_get_name),
12471         Symbol( "gtk_show_about_dialog",  cast(void**)& gtk_show_about_dialog),
12472         Symbol( "gtk_about_dialog_new",  cast(void**)& gtk_about_dialog_new),
12473         Symbol( "gtk_about_dialog_get_type",  cast(void**)& gtk_about_dialog_get_type),
12474     //     Symbol( "_gtk_dialog_set_ignore_separator",  cast(void**)& _gtk_dialog_set_ignore_separator),
12475         Symbol( "gtk_dialog_run",  cast(void**)& gtk_dialog_run),
12476         Symbol( "gtk_dialog_response",  cast(void**)& gtk_dialog_response),
12477         Symbol( "gtk_dialog_set_alternative_button_order_from_array",  cast(void**)& gtk_dialog_set_alternative_button_order_from_array),
12478         Symbol( "gtk_dialog_set_alternative_button_order",  cast(void**)& gtk_dialog_set_alternative_button_order),
12479         Symbol( "gtk_alternative_dialog_button_order",  cast(void**)& gtk_alternative_dialog_button_order),
12480         Symbol( "gtk_dialog_get_has_separator",  cast(void**)& gtk_dialog_get_has_separator),
12481         Symbol( "gtk_dialog_set_has_separator",  cast(void**)& gtk_dialog_set_has_separator),
12482         Symbol( "gtk_dialog_get_response_for_widget",  cast(void**)& gtk_dialog_get_response_for_widget),
12483         Symbol( "gtk_dialog_set_default_response",  cast(void**)& gtk_dialog_set_default_response),
12484         Symbol( "gtk_dialog_set_response_sensitive",  cast(void**)& gtk_dialog_set_response_sensitive),
12485         Symbol( "gtk_dialog_add_buttons",  cast(void**)& gtk_dialog_add_buttons),
12486         Symbol( "gtk_dialog_add_button",  cast(void**)& gtk_dialog_add_button),
12487         Symbol( "gtk_dialog_add_action_widget",  cast(void**)& gtk_dialog_add_action_widget),
12488         Symbol( "gtk_dialog_new_with_buttons",  cast(void**)& gtk_dialog_new_with_buttons),
12489         Symbol( "gtk_dialog_new",  cast(void**)& gtk_dialog_new),
12490         Symbol( "gtk_dialog_get_type",  cast(void**)& gtk_dialog_get_type),
12491     //     Symbol( "_gtk_window_query_nonaccels",  cast(void**)& _gtk_window_query_nonaccels),
12492     //     Symbol( "_gtk_window_keys_foreach",  cast(void**)& _gtk_window_keys_foreach),
12493     //     Symbol( "_gtk_window_set_is_active",  cast(void**)& _gtk_window_set_is_active),
12494     //     Symbol( "_gtk_window_unset_focus_and_default",  cast(void**)& _gtk_window_unset_focus_and_default),
12495     //     Symbol( "_gtk_window_set_has_toplevel_focus",  cast(void**)& _gtk_window_set_has_toplevel_focus),
12496     //     Symbol( "_gtk_window_group_get_current_grab",  cast(void**)& _gtk_window_group_get_current_grab),
12497     //     Symbol( "_gtk_window_constrain_size",  cast(void**)& _gtk_window_constrain_size),
12498     //     Symbol( "_gtk_window_reposition",  cast(void**)& _gtk_window_reposition),
12499         Symbol( "gtk_window_add_embedded_xid",  cast(void**)& gtk_window_add_embedded_xid),
12500         Symbol( "gtk_window_remove_embedded_xid",  cast(void**)& gtk_window_remove_embedded_xid),
12501     //     Symbol( "_gtk_window_internal_set_focus",  cast(void**)& _gtk_window_internal_set_focus),
12502         Symbol( "gtk_window_group_remove_window",  cast(void**)& gtk_window_group_remove_window),
12503         Symbol( "gtk_window_group_add_window",  cast(void**)& gtk_window_group_add_window),
12504         Symbol( "gtk_window_group_new",  cast(void**)& gtk_window_group_new),
12505         Symbol( "gtk_window_group_get_type",  cast(void**)& gtk_window_group_get_type),
12506         Symbol( "gtk_window_reshow_with_initial_size",  cast(void**)& gtk_window_reshow_with_initial_size),
12507         Symbol( "gtk_window_get_group",  cast(void**)& gtk_window_get_group),
12508         Symbol( "gtk_window_parse_geometry",  cast(void**)& gtk_window_parse_geometry),
12509         Symbol( "gtk_window_get_position",  cast(void**)& gtk_window_get_position),
12510         Symbol( "gtk_window_move",  cast(void**)& gtk_window_move),
12511         Symbol( "gtk_window_get_size",  cast(void**)& gtk_window_get_size),
12512         Symbol( "gtk_window_resize",  cast(void**)& gtk_window_resize),
12513         Symbol( "gtk_window_get_default_size",  cast(void**)& gtk_window_get_default_size),
12514         Symbol( "gtk_window_set_default_size",  cast(void**)& gtk_window_set_default_size),
12515         Symbol( "gtk_window_set_policy",  cast(void**)& gtk_window_set_policy),
12516         Symbol( "gtk_window_begin_move_drag",  cast(void**)& gtk_window_begin_move_drag),
12517         Symbol( "gtk_window_begin_resize_drag",  cast(void**)& gtk_window_begin_resize_drag),
12518         Symbol( "gtk_window_set_keep_below",  cast(void**)& gtk_window_set_keep_below),
12519         Symbol( "gtk_window_set_keep_above",  cast(void**)& gtk_window_set_keep_above),
12520         Symbol( "gtk_window_unfullscreen",  cast(void**)& gtk_window_unfullscreen),
12521         Symbol( "gtk_window_fullscreen",  cast(void**)& gtk_window_fullscreen),
12522         Symbol( "gtk_window_unmaximize",  cast(void**)& gtk_window_unmaximize),
12523         Symbol( "gtk_window_maximize",  cast(void**)& gtk_window_maximize),
12524         Symbol( "gtk_window_unstick",  cast(void**)& gtk_window_unstick),
12525         Symbol( "gtk_window_stick",  cast(void**)& gtk_window_stick),
12526         Symbol( "gtk_window_deiconify",  cast(void**)& gtk_window_deiconify),
12527         Symbol( "gtk_window_iconify",  cast(void**)& gtk_window_iconify),
12528         Symbol( "gtk_window_present_with_time",  cast(void**)& gtk_window_present_with_time),
12529         Symbol( "gtk_window_present",  cast(void**)& gtk_window_present),
12530         Symbol( "gtk_window_propagate_key_event",  cast(void**)& gtk_window_propagate_key_event),
12531         Symbol( "gtk_window_activate_key",  cast(void**)& gtk_window_activate_key),
12532         Symbol( "gtk_window_get_mnemonic_modifier",  cast(void**)& gtk_window_get_mnemonic_modifier),
12533         Symbol( "gtk_window_set_mnemonic_modifier",  cast(void**)& gtk_window_set_mnemonic_modifier),
12534         Symbol( "gtk_window_mnemonic_activate",  cast(void**)& gtk_window_mnemonic_activate),
12535         Symbol( "gtk_window_remove_mnemonic",  cast(void**)& gtk_window_remove_mnemonic),
12536         Symbol( "gtk_window_add_mnemonic",  cast(void**)& gtk_window_add_mnemonic),
12537         Symbol( "gtk_window_list_toplevels",  cast(void**)& gtk_window_list_toplevels),
12538         Symbol( "gtk_window_get_modal",  cast(void**)& gtk_window_get_modal),
12539         Symbol( "gtk_window_set_modal",  cast(void**)& gtk_window_set_modal),
12540         Symbol( "gtk_window_set_auto_startup_notification",  cast(void**)& gtk_window_set_auto_startup_notification),
12541         Symbol( "gtk_window_set_default_icon_from_file",  cast(void**)& gtk_window_set_default_icon_from_file),
12542         Symbol( "gtk_window_set_default_icon_name",  cast(void**)& gtk_window_set_default_icon_name),
12543         Symbol( "gtk_window_set_default_icon",  cast(void**)& gtk_window_set_default_icon),
12544         Symbol( "gtk_window_get_default_icon_list",  cast(void**)& gtk_window_get_default_icon_list),
12545         Symbol( "gtk_window_set_default_icon_list",  cast(void**)& gtk_window_set_default_icon_list),
12546         Symbol( "gtk_window_get_icon_name",  cast(void**)& gtk_window_get_icon_name),
12547         Symbol( "gtk_window_get_icon",  cast(void**)& gtk_window_get_icon),
12548         Symbol( "gtk_window_set_icon_from_file",  cast(void**)& gtk_window_set_icon_from_file),
12549         Symbol( "gtk_window_set_icon_name",  cast(void**)& gtk_window_set_icon_name),
12550         Symbol( "gtk_window_set_icon",  cast(void**)& gtk_window_set_icon),
12551         Symbol( "gtk_window_get_icon_list",  cast(void**)& gtk_window_get_icon_list),
12552         Symbol( "gtk_window_set_icon_list",  cast(void**)& gtk_window_set_icon_list),
12553         Symbol( "gtk_window_get_deletable",  cast(void**)& gtk_window_get_deletable),
12554         Symbol( "gtk_window_set_deletable",  cast(void**)& gtk_window_set_deletable),
12555         Symbol( "gtk_window_get_decorated",  cast(void**)& gtk_window_get_decorated),
12556         Symbol( "gtk_window_set_decorated",  cast(void**)& gtk_window_set_decorated),
12557         Symbol( "gtk_window_get_frame_dimensions",  cast(void**)& gtk_window_get_frame_dimensions),
12558         Symbol( "gtk_window_set_frame_dimensions",  cast(void**)& gtk_window_set_frame_dimensions),
12559         Symbol( "gtk_window_get_has_frame",  cast(void**)& gtk_window_get_has_frame),
12560         Symbol( "gtk_window_set_has_frame",  cast(void**)& gtk_window_set_has_frame),
12561         Symbol( "gtk_window_has_toplevel_focus",  cast(void**)& gtk_window_has_toplevel_focus),
12562         Symbol( "gtk_window_is_active",  cast(void**)& gtk_window_is_active),
12563         Symbol( "gtk_window_get_screen",  cast(void**)& gtk_window_get_screen),
12564         Symbol( "gtk_window_set_screen",  cast(void**)& gtk_window_set_screen),
12565         Symbol( "gtk_window_set_geometry_hints",  cast(void**)& gtk_window_set_geometry_hints),
12566         Symbol( "gtk_window_get_gravity",  cast(void**)& gtk_window_get_gravity),
12567         Symbol( "gtk_window_set_gravity",  cast(void**)& gtk_window_set_gravity),
12568         Symbol( "gtk_window_get_resizable",  cast(void**)& gtk_window_get_resizable),
12569         Symbol( "gtk_window_set_resizable",  cast(void**)& gtk_window_set_resizable),
12570         Symbol( "gtk_window_get_destroy_with_parent",  cast(void**)& gtk_window_get_destroy_with_parent),
12571         Symbol( "gtk_window_set_destroy_with_parent",  cast(void**)& gtk_window_set_destroy_with_parent),
12572         Symbol( "gtk_window_get_focus_on_map",  cast(void**)& gtk_window_get_focus_on_map),
12573         Symbol( "gtk_window_set_focus_on_map",  cast(void**)& gtk_window_set_focus_on_map),
12574         Symbol( "gtk_window_get_accept_focus",  cast(void**)& gtk_window_get_accept_focus),
12575         Symbol( "gtk_window_set_accept_focus",  cast(void**)& gtk_window_set_accept_focus),
12576         Symbol( "gtk_window_get_urgency_hint",  cast(void**)& gtk_window_get_urgency_hint),
12577         Symbol( "gtk_window_set_urgency_hint",  cast(void**)& gtk_window_set_urgency_hint),
12578         Symbol( "gtk_window_get_skip_pager_hint",  cast(void**)& gtk_window_get_skip_pager_hint),
12579         Symbol( "gtk_window_set_skip_pager_hint",  cast(void**)& gtk_window_set_skip_pager_hint),
12580         Symbol( "gtk_window_get_skip_taskbar_hint",  cast(void**)& gtk_window_get_skip_taskbar_hint),
12581         Symbol( "gtk_window_set_skip_taskbar_hint",  cast(void**)& gtk_window_set_skip_taskbar_hint),
12582         Symbol( "gtk_window_get_type_hint",  cast(void**)& gtk_window_get_type_hint),
12583         Symbol( "gtk_window_set_type_hint",  cast(void**)& gtk_window_set_type_hint),
12584         Symbol( "gtk_window_get_opacity",  cast(void**)& gtk_window_get_opacity),
12585         Symbol( "gtk_window_set_opacity",  cast(void**)& gtk_window_set_opacity),
12586         Symbol( "gtk_window_get_transient_for",  cast(void**)& gtk_window_get_transient_for),
12587         Symbol( "gtk_window_set_transient_for",  cast(void**)& gtk_window_set_transient_for),
12588         Symbol( "gtk_window_activate_default",  cast(void**)& gtk_window_activate_default),
12589         Symbol( "gtk_window_set_default",  cast(void**)& gtk_window_set_default),
12590         Symbol( "gtk_window_get_focus",  cast(void**)& gtk_window_get_focus),
12591         Symbol( "gtk_window_set_focus",  cast(void**)& gtk_window_set_focus),
12592         Symbol( "gtk_window_activate_focus",  cast(void**)& gtk_window_activate_focus),
12593         Symbol( "gtk_window_set_position",  cast(void**)& gtk_window_set_position),
12594         Symbol( "gtk_window_remove_accel_group",  cast(void**)& gtk_window_remove_accel_group),
12595         Symbol( "gtk_window_add_accel_group",  cast(void**)& gtk_window_add_accel_group),
12596         Symbol( "gtk_window_get_role",  cast(void**)& gtk_window_get_role),
12597         Symbol( "gtk_window_set_startup_id",  cast(void**)& gtk_window_set_startup_id),
12598         Symbol( "gtk_window_set_role",  cast(void**)& gtk_window_set_role),
12599         Symbol( "gtk_window_set_wmclass",  cast(void**)& gtk_window_set_wmclass),
12600         Symbol( "gtk_window_get_title",  cast(void**)& gtk_window_get_title),
12601         Symbol( "gtk_window_set_title",  cast(void**)& gtk_window_set_title),
12602         Symbol( "gtk_window_new",  cast(void**)& gtk_window_new),
12603         Symbol( "gtk_window_get_type",  cast(void**)& gtk_window_get_type),
12604         Symbol( "gtk_bin_get_child",  cast(void**)& gtk_bin_get_child),
12605         Symbol( "gtk_bin_get_type",  cast(void**)& gtk_bin_get_type),
12606     //     Symbol( "_gtk_container_focus_sort",  cast(void**)& _gtk_container_focus_sort),
12607     //     Symbol( "_gtk_container_dequeue_resize_handler",  cast(void**)& _gtk_container_dequeue_resize_handler),
12608     //     Symbol( "_gtk_container_child_composite_name",  cast(void**)& _gtk_container_child_composite_name),
12609     //     Symbol( "_gtk_container_clear_resize_widgets",  cast(void**)& _gtk_container_clear_resize_widgets),
12610     //     Symbol( "_gtk_container_queue_resize",  cast(void**)& _gtk_container_queue_resize),
12611         Symbol( "gtk_container_forall",  cast(void**)& gtk_container_forall),
12612         Symbol( "gtk_container_child_get_property",  cast(void**)& gtk_container_child_get_property),
12613         Symbol( "gtk_container_child_set_property",  cast(void**)& gtk_container_child_set_property),
12614         Symbol( "gtk_container_child_get_valist",  cast(void**)& gtk_container_child_get_valist),
12615         Symbol( "gtk_container_child_set_valist",  cast(void**)& gtk_container_child_set_valist),
12616         Symbol( "gtk_container_child_get",  cast(void**)& gtk_container_child_get),
12617         Symbol( "gtk_container_child_set",  cast(void**)& gtk_container_child_set),
12618         Symbol( "gtk_container_add_with_properties",  cast(void**)& gtk_container_add_with_properties),
12619         Symbol( "gtk_container_class_list_child_properties",  cast(void**)& gtk_container_class_list_child_properties),
12620         Symbol( "gtk_container_class_find_child_property",  cast(void**)& gtk_container_class_find_child_property),
12621         Symbol( "gtk_container_class_install_child_property",  cast(void**)& gtk_container_class_install_child_property),
12622         Symbol( "gtk_container_child_type",  cast(void**)& gtk_container_child_type),
12623         Symbol( "gtk_container_resize_children",  cast(void**)& gtk_container_resize_children),
12624         Symbol( "gtk_container_get_focus_hadjustment",  cast(void**)& gtk_container_get_focus_hadjustment),
12625         Symbol( "gtk_container_set_focus_hadjustment",  cast(void**)& gtk_container_set_focus_hadjustment),
12626         Symbol( "gtk_container_get_focus_vadjustment",  cast(void**)& gtk_container_get_focus_vadjustment),
12627         Symbol( "gtk_container_set_focus_vadjustment",  cast(void**)& gtk_container_set_focus_vadjustment),
12628         Symbol( "gtk_container_set_focus_child",  cast(void**)& gtk_container_set_focus_child),
12629         Symbol( "gtk_container_set_reallocate_redraws",  cast(void**)& gtk_container_set_reallocate_redraws),
12630         Symbol( "gtk_container_unset_focus_chain",  cast(void**)& gtk_container_unset_focus_chain),
12631         Symbol( "gtk_container_get_focus_chain",  cast(void**)& gtk_container_get_focus_chain),
12632         Symbol( "gtk_container_set_focus_chain",  cast(void**)& gtk_container_set_focus_chain),
12633         Symbol( "gtk_container_propagate_expose",  cast(void**)& gtk_container_propagate_expose),
12634         Symbol( "gtk_container_get_children",  cast(void**)& gtk_container_get_children),
12635         Symbol( "gtk_container_foreach_full",  cast(void**)& gtk_container_foreach_full),
12636         Symbol( "gtk_container_foreach",  cast(void**)& gtk_container_foreach),
12637         Symbol( "gtk_container_check_resize",  cast(void**)& gtk_container_check_resize),
12638         Symbol( "gtk_container_get_resize_mode",  cast(void**)& gtk_container_get_resize_mode),
12639         Symbol( "gtk_container_set_resize_mode",  cast(void**)& gtk_container_set_resize_mode),
12640         Symbol( "gtk_container_remove",  cast(void**)& gtk_container_remove),
12641         Symbol( "gtk_container_add",  cast(void**)& gtk_container_add),
12642         Symbol( "gtk_container_get_border_width",  cast(void**)& gtk_container_get_border_width),
12643         Symbol( "gtk_container_set_border_width",  cast(void**)& gtk_container_set_border_width),
12644         Symbol( "gtk_container_get_type",  cast(void**)& gtk_container_get_type),
12645     //     Symbol( "_gtk_widget_peek_colormap",  cast(void**)& _gtk_widget_peek_colormap),
12646     //     Symbol( "_gtk_widget_propagate_composited_changed",  cast(void**)& _gtk_widget_propagate_composited_changed),
12647     //     Symbol( "_gtk_widget_propagate_screen_changed",  cast(void**)& _gtk_widget_propagate_screen_changed),
12648     //     Symbol( "_gtk_widget_propagate_hierarchy_changed",  cast(void**)& _gtk_widget_propagate_hierarchy_changed),
12649     //     Symbol( "_gtk_widget_get_aux_info",  cast(void**)& _gtk_widget_get_aux_info),
12650     //     Symbol( "_gtk_widget_grab_notify",  cast(void**)& _gtk_widget_grab_notify),
12651         Symbol( "gtk_requisition_free",  cast(void**)& gtk_requisition_free),
12652         Symbol( "gtk_requisition_copy",  cast(void**)& gtk_requisition_copy),
12653         Symbol( "gtk_requisition_get_type",  cast(void**)& gtk_requisition_get_type),
12654         Symbol( "gtk_widget_get_has_tooltip",  cast(void**)& gtk_widget_get_has_tooltip),
12655         Symbol( "gtk_widget_set_has_tooltip",  cast(void**)& gtk_widget_set_has_tooltip),
12656         Symbol( "gtk_widget_get_tooltip_markup",  cast(void**)& gtk_widget_get_tooltip_markup),
12657         Symbol( "gtk_widget_set_tooltip_markup",  cast(void**)& gtk_widget_set_tooltip_markup),
12658         Symbol( "gtk_widget_get_tooltip_text",  cast(void**)& gtk_widget_get_tooltip_text),
12659         Symbol( "gtk_widget_set_tooltip_text",  cast(void**)& gtk_widget_set_tooltip_text),
12660         Symbol( "gtk_widget_trigger_tooltip_query",  cast(void**)& gtk_widget_trigger_tooltip_query),
12661         Symbol( "gtk_widget_get_tooltip_window",  cast(void**)& gtk_widget_get_tooltip_window),
12662         Symbol( "gtk_widget_set_tooltip_window",  cast(void**)& gtk_widget_set_tooltip_window),
12663         Symbol( "gtk_widget_remove_mnemonic_label",  cast(void**)& gtk_widget_remove_mnemonic_label),
12664         Symbol( "gtk_widget_add_mnemonic_label",  cast(void**)& gtk_widget_add_mnemonic_label),
12665         Symbol( "gtk_widget_list_mnemonic_labels",  cast(void**)& gtk_widget_list_mnemonic_labels),
12666         Symbol( "gtk_widget_class_path",  cast(void**)& gtk_widget_class_path),
12667         Symbol( "gtk_widget_path",  cast(void**)& gtk_widget_path),
12668         Symbol( "gtk_widget_reset_shapes",  cast(void**)& gtk_widget_reset_shapes),
12669         Symbol( "gtk_widget_input_shape_combine_mask",  cast(void**)& gtk_widget_input_shape_combine_mask),
12670         Symbol( "gtk_widget_shape_combine_mask",  cast(void**)& gtk_widget_shape_combine_mask),
12671         Symbol( "gtk_widget_is_composited",  cast(void**)& gtk_widget_is_composited),
12672         Symbol( "gtk_widget_get_default_direction",  cast(void**)& gtk_widget_get_default_direction),
12673         Symbol( "gtk_widget_set_default_direction",  cast(void**)& gtk_widget_set_default_direction),
12674         Symbol( "gtk_widget_get_direction",  cast(void**)& gtk_widget_get_direction),
12675         Symbol( "gtk_widget_set_direction",  cast(void**)& gtk_widget_set_direction),
12676         Symbol( "gtk_widget_get_default_visual",  cast(void**)& gtk_widget_get_default_visual),
12677         Symbol( "gtk_widget_get_default_colormap",  cast(void**)& gtk_widget_get_default_colormap),
12678         Symbol( "gtk_widget_get_default_style",  cast(void**)& gtk_widget_get_default_style),
12679         Symbol( "gtk_widget_set_default_colormap",  cast(void**)& gtk_widget_set_default_colormap),
12680         Symbol( "gtk_widget_style_get",  cast(void**)& gtk_widget_style_get),
12681         Symbol( "gtk_widget_style_get_valist",  cast(void**)& gtk_widget_style_get_valist),
12682         Symbol( "gtk_widget_style_get_property",  cast(void**)& gtk_widget_style_get_property),
12683         Symbol( "gtk_widget_class_list_style_properties",  cast(void**)& gtk_widget_class_list_style_properties),
12684         Symbol( "gtk_widget_class_find_style_property",  cast(void**)& gtk_widget_class_find_style_property),
12685         Symbol( "gtk_widget_class_install_style_property_parser",  cast(void**)& gtk_widget_class_install_style_property_parser),
12686         Symbol( "gtk_widget_class_install_style_property",  cast(void**)& gtk_widget_class_install_style_property),
12687         Symbol( "gtk_widget_pop_colormap",  cast(void**)& gtk_widget_pop_colormap),
12688         Symbol( "gtk_widget_pop_composite_child",  cast(void**)& gtk_widget_pop_composite_child),
12689         Symbol( "gtk_widget_push_composite_child",  cast(void**)& gtk_widget_push_composite_child),
12690         Symbol( "gtk_widget_push_colormap",  cast(void**)& gtk_widget_push_colormap),
12691         Symbol( "gtk_widget_reset_rc_styles",  cast(void**)& gtk_widget_reset_rc_styles),
12692         Symbol( "gtk_widget_get_composite_name",  cast(void**)& gtk_widget_get_composite_name),
12693         Symbol( "gtk_widget_set_composite_name",  cast(void**)& gtk_widget_set_composite_name),
12694         Symbol( "gtk_widget_render_icon",  cast(void**)& gtk_widget_render_icon),
12695         Symbol( "gtk_widget_create_pango_layout",  cast(void**)& gtk_widget_create_pango_layout),
12696         Symbol( "gtk_widget_get_pango_context",  cast(void**)& gtk_widget_get_pango_context),
12697         Symbol( "gtk_widget_create_pango_context",  cast(void**)& gtk_widget_create_pango_context),
12698         Symbol( "gtk_widget_modify_font",  cast(void**)& gtk_widget_modify_font),
12699         Symbol( "gtk_widget_modify_cursor",  cast(void**)& gtk_widget_modify_cursor),
12700         Symbol( "gtk_widget_modify_base",  cast(void**)& gtk_widget_modify_base),
12701         Symbol( "gtk_widget_modify_text",  cast(void**)& gtk_widget_modify_text),
12702         Symbol( "gtk_widget_modify_bg",  cast(void**)& gtk_widget_modify_bg),
12703         Symbol( "gtk_widget_modify_fg",  cast(void**)& gtk_widget_modify_fg),
12704         Symbol( "gtk_widget_get_modifier_style",  cast(void**)& gtk_widget_get_modifier_style),
12705         Symbol( "gtk_widget_modify_style",  cast(void**)& gtk_widget_modify_style),
12706         Symbol( "gtk_widget_get_style",  cast(void**)& gtk_widget_get_style),
12707         Symbol( "gtk_widget_ensure_style",  cast(void**)& gtk_widget_ensure_style),
12708         Symbol( "gtk_widget_set_style",  cast(void**)& gtk_widget_set_style),
12709         Symbol( "gtk_widget_hide_on_delete",  cast(void**)& gtk_widget_hide_on_delete),
12710         Symbol( "gtk_widget_translate_coordinates",  cast(void**)& gtk_widget_translate_coordinates),
12711         Symbol( "gtk_widget_is_ancestor",  cast(void**)& gtk_widget_is_ancestor),
12712         Symbol( "gtk_widget_get_pointer",  cast(void**)& gtk_widget_get_pointer),
12713         Symbol( "gtk_widget_get_events",  cast(void**)& gtk_widget_get_events),
12714         Symbol( "gtk_widget_set_colormap",  cast(void**)& gtk_widget_set_colormap),
12715         Symbol( "gtk_widget_get_accessible",  cast(void**)& gtk_widget_get_accessible),
12716         Symbol( "gtk_widget_get_clipboard",  cast(void**)& gtk_widget_get_clipboard),
12717         Symbol( "gtk_widget_get_settings",  cast(void**)& gtk_widget_get_settings),
12718         Symbol( "gtk_widget_get_root_window",  cast(void**)& gtk_widget_get_root_window),
12719         Symbol( "gtk_widget_get_display",  cast(void**)& gtk_widget_get_display),
12720         Symbol( "gtk_widget_has_screen",  cast(void**)& gtk_widget_has_screen),
12721         Symbol( "gtk_widget_get_screen",  cast(void**)& gtk_widget_get_screen),
12722         Symbol( "gtk_widget_get_visual",  cast(void**)& gtk_widget_get_visual),
12723         Symbol( "gtk_widget_get_colormap",  cast(void**)& gtk_widget_get_colormap),
12724         Symbol( "gtk_widget_get_ancestor",  cast(void**)& gtk_widget_get_ancestor),
12725         Symbol( "gtk_widget_get_toplevel",  cast(void**)& gtk_widget_get_toplevel),
12726         Symbol( "gtk_widget_get_extension_events",  cast(void**)& gtk_widget_get_extension_events),
12727         Symbol( "gtk_widget_set_extension_events",  cast(void**)& gtk_widget_set_extension_events),
12728         Symbol( "gtk_widget_add_events",  cast(void**)& gtk_widget_add_events),
12729         Symbol( "gtk_widget_set_events",  cast(void**)& gtk_widget_set_events),
12730         Symbol( "gtk_widget_set_usize",  cast(void**)& gtk_widget_set_usize),
12731         Symbol( "gtk_widget_set_uposition",  cast(void**)& gtk_widget_set_uposition),
12732         Symbol( "gtk_widget_get_size_request",  cast(void**)& gtk_widget_get_size_request),
12733         Symbol( "gtk_widget_set_size_request",  cast(void**)& gtk_widget_set_size_request),
12734         Symbol( "gtk_widget_error_bell",  cast(void**)& gtk_widget_error_bell),
12735         Symbol( "gtk_widget_keynav_failed",  cast(void**)& gtk_widget_keynav_failed),
12736         Symbol( "gtk_widget_child_focus",  cast(void**)& gtk_widget_child_focus),
12737         Symbol( "gtk_widget_get_parent_window",  cast(void**)& gtk_widget_get_parent_window),
12738         Symbol( "gtk_widget_get_parent",  cast(void**)& gtk_widget_get_parent),
12739         Symbol( "gtk_widget_get_child_visible",  cast(void**)& gtk_widget_get_child_visible),
12740         Symbol( "gtk_widget_set_child_visible",  cast(void**)& gtk_widget_set_child_visible),
12741         Symbol( "gtk_widget_set_parent_window",  cast(void**)& gtk_widget_set_parent_window),
12742         Symbol( "gtk_widget_set_parent",  cast(void**)& gtk_widget_set_parent),
12743         Symbol( "gtk_widget_set_redraw_on_allocate",  cast(void**)& gtk_widget_set_redraw_on_allocate),
12744         Symbol( "gtk_widget_set_double_buffered",  cast(void**)& gtk_widget_set_double_buffered),
12745         Symbol( "gtk_widget_set_app_paintable",  cast(void**)& gtk_widget_set_app_paintable),
12746         Symbol( "gtk_widget_set_sensitive",  cast(void**)& gtk_widget_set_sensitive),
12747         Symbol( "gtk_widget_set_state",  cast(void**)& gtk_widget_set_state),
12748         Symbol( "gtk_widget_get_name",  cast(void**)& gtk_widget_get_name),
12749         Symbol( "gtk_widget_set_name",  cast(void**)& gtk_widget_set_name),
12750         Symbol( "gtk_widget_grab_default",  cast(void**)& gtk_widget_grab_default),
12751         Symbol( "gtk_widget_grab_focus",  cast(void**)& gtk_widget_grab_focus),
12752         Symbol( "gtk_widget_is_focus",  cast(void**)& gtk_widget_is_focus),
12753         Symbol( "gtk_widget_thaw_child_notify",  cast(void**)& gtk_widget_thaw_child_notify),
12754         Symbol( "gtk_widget_child_notify",  cast(void**)& gtk_widget_child_notify),
12755         Symbol( "gtk_widget_freeze_child_notify",  cast(void**)& gtk_widget_freeze_child_notify),
12756         Symbol( "gtk_widget_region_intersect",  cast(void**)& gtk_widget_region_intersect),
12757         Symbol( "gtk_widget_intersect",  cast(void**)& gtk_widget_intersect),
12758         Symbol( "gtk_widget_reparent",  cast(void**)& gtk_widget_reparent),
12759         Symbol( "gtk_widget_set_scroll_adjustments",  cast(void**)& gtk_widget_set_scroll_adjustments),
12760         Symbol( "gtk_widget_activate",  cast(void**)& gtk_widget_activate),
12761         Symbol( "gtk_widget_send_expose",  cast(void**)& gtk_widget_send_expose),
12762         Symbol( "gtk_widget_event",  cast(void**)& gtk_widget_event),
12763         Symbol( "gtk_widget_mnemonic_activate",  cast(void**)& gtk_widget_mnemonic_activate),
12764         Symbol( "gtk_widget_can_activate_accel",  cast(void**)& gtk_widget_can_activate_accel),
12765         Symbol( "gtk_widget_list_accel_closures",  cast(void**)& gtk_widget_list_accel_closures),
12766     //     Symbol( "_gtk_widget_get_accel_path",  cast(void**)& _gtk_widget_get_accel_path),
12767         Symbol( "gtk_widget_set_accel_path",  cast(void**)& gtk_widget_set_accel_path),
12768         Symbol( "gtk_widget_remove_accelerator",  cast(void**)& gtk_widget_remove_accelerator),
12769         Symbol( "gtk_widget_add_accelerator",  cast(void**)& gtk_widget_add_accelerator),
12770         Symbol( "gtk_widget_get_child_requisition",  cast(void**)& gtk_widget_get_child_requisition),
12771         Symbol( "gtk_widget_size_allocate",  cast(void**)& gtk_widget_size_allocate),
12772         Symbol( "gtk_widget_size_request",  cast(void**)& gtk_widget_size_request),
12773         Symbol( "gtk_widget_draw",  cast(void**)& gtk_widget_draw),
12774         Symbol( "gtk_widget_queue_resize_no_redraw",  cast(void**)& gtk_widget_queue_resize_no_redraw),
12775         Symbol( "gtk_widget_queue_resize",  cast(void**)& gtk_widget_queue_resize),
12776         Symbol( "gtk_widget_queue_clear_area",  cast(void**)& gtk_widget_queue_clear_area),
12777         Symbol( "gtk_widget_queue_clear",  cast(void**)& gtk_widget_queue_clear),
12778         Symbol( "gtk_widget_queue_draw_area",  cast(void**)& gtk_widget_queue_draw_area),
12779         Symbol( "gtk_widget_queue_draw",  cast(void**)& gtk_widget_queue_draw),
12780         Symbol( "gtk_widget_unrealize",  cast(void**)& gtk_widget_unrealize),
12781         Symbol( "gtk_widget_realize",  cast(void**)& gtk_widget_realize),
12782         Symbol( "gtk_widget_unmap",  cast(void**)& gtk_widget_unmap),
12783         Symbol( "gtk_widget_map",  cast(void**)& gtk_widget_map),
12784         Symbol( "gtk_widget_get_no_show_all",  cast(void**)& gtk_widget_get_no_show_all),
12785         Symbol( "gtk_widget_set_no_show_all",  cast(void**)& gtk_widget_set_no_show_all),
12786         Symbol( "gtk_widget_hide_all",  cast(void**)& gtk_widget_hide_all),
12787         Symbol( "gtk_widget_show_all",  cast(void**)& gtk_widget_show_all),
12788         Symbol( "gtk_widget_hide",  cast(void**)& gtk_widget_hide),
12789         Symbol( "gtk_widget_show_now",  cast(void**)& gtk_widget_show_now),
12790         Symbol( "gtk_widget_show",  cast(void**)& gtk_widget_show),
12791         Symbol( "gtk_widget_unparent",  cast(void**)& gtk_widget_unparent),
12792         Symbol( "gtk_widget_set",  cast(void**)& gtk_widget_set),
12793         Symbol( "gtk_widget_unref",  cast(void**)& gtk_widget_unref),
12794         Symbol( "gtk_widget_ref",  cast(void**)& gtk_widget_ref),
12795         Symbol( "gtk_widget_destroyed",  cast(void**)& gtk_widget_destroyed),
12796         Symbol( "gtk_widget_destroy",  cast(void**)& gtk_widget_destroy),
12797         Symbol( "gtk_widget_new",  cast(void**)& gtk_widget_new),
12798         Symbol( "gtk_widget_get_type",  cast(void**)& gtk_widget_get_type),
12799     //     Symbol( "_gtk_settings_parse_convert",  cast(void**)& _gtk_settings_parse_convert),
12800     //     Symbol( "_gtk_rc_property_parser_from_type",  cast(void**)& _gtk_rc_property_parser_from_type),
12801     //     Symbol( "_gtk_settings_handle_event",  cast(void**)& _gtk_settings_handle_event),
12802     //     Symbol( "_gtk_settings_reset_rc_values",  cast(void**)& _gtk_settings_reset_rc_values),
12803     //     Symbol( "_gtk_settings_set_property_value_from_rc",  cast(void**)& _gtk_settings_set_property_value_from_rc),
12804         Symbol( "gtk_settings_set_double_property",  cast(void**)& gtk_settings_set_double_property),
12805         Symbol( "gtk_settings_set_long_property",  cast(void**)& gtk_settings_set_long_property),
12806         Symbol( "gtk_settings_set_string_property",  cast(void**)& gtk_settings_set_string_property),
12807         Symbol( "gtk_settings_set_property_value",  cast(void**)& gtk_settings_set_property_value),
12808         Symbol( "gtk_rc_property_parse_border",  cast(void**)& gtk_rc_property_parse_border),
12809         Symbol( "gtk_rc_property_parse_requisition",  cast(void**)& gtk_rc_property_parse_requisition),
12810         Symbol( "gtk_rc_property_parse_flags",  cast(void**)& gtk_rc_property_parse_flags),
12811         Symbol( "gtk_rc_property_parse_enum",  cast(void**)& gtk_rc_property_parse_enum),
12812         Symbol( "gtk_rc_property_parse_color",  cast(void**)& gtk_rc_property_parse_color),
12813         Symbol( "gtk_settings_install_property_parser",  cast(void**)& gtk_settings_install_property_parser),
12814         Symbol( "gtk_settings_install_property",  cast(void**)& gtk_settings_install_property),
12815         Symbol( "gtk_settings_get_for_screen",  cast(void**)& gtk_settings_get_for_screen),
12816         Symbol( "gtk_settings_get_default",  cast(void**)& gtk_settings_get_default),
12817         Symbol( "gtk_settings_get_type",  cast(void**)& gtk_settings_get_type),
12818     //     Symbol( "_gtk_rc_context_destroy",  cast(void**)& _gtk_rc_context_destroy),
12819     //     Symbol( "_gtk_rc_context_get_default_font_name",  cast(void**)& _gtk_rc_context_get_default_font_name),
12820     //     Symbol( "_gtk_rc_style_get_color_hashes",  cast(void**)& _gtk_rc_style_get_color_hashes),
12821     //     Symbol( "_gtk_rc_style_unset_rc_property",  cast(void**)& _gtk_rc_style_unset_rc_property),
12822     //     Symbol( "_gtk_rc_style_set_rc_property",  cast(void**)& _gtk_rc_style_set_rc_property),
12823     //     Symbol( "_gtk_rc_style_lookup_rc_property",  cast(void**)& _gtk_rc_style_lookup_rc_property),
12824         Symbol( "gtk_rc_parse_priority",  cast(void**)& gtk_rc_parse_priority),
12825         Symbol( "gtk_rc_parse_state",  cast(void**)& gtk_rc_parse_state),
12826         Symbol( "gtk_rc_parse_color_full",  cast(void**)& gtk_rc_parse_color_full),
12827         Symbol( "gtk_rc_parse_color",  cast(void**)& gtk_rc_parse_color),
12828         Symbol( "gtk_rc_scanner_new",  cast(void**)& gtk_rc_scanner_new),
12829         Symbol( "gtk_rc_get_im_module_file",  cast(void**)& gtk_rc_get_im_module_file),
12830         Symbol( "gtk_rc_get_im_module_path",  cast(void**)& gtk_rc_get_im_module_path),
12831         Symbol( "gtk_rc_get_module_dir",  cast(void**)& gtk_rc_get_module_dir),
12832         Symbol( "gtk_rc_get_theme_dir",  cast(void**)& gtk_rc_get_theme_dir),
12833         Symbol( "gtk_rc_find_module_in_path",  cast(void**)& gtk_rc_find_module_in_path),
12834         Symbol( "gtk_rc_style_unref",  cast(void**)& gtk_rc_style_unref),
12835         Symbol( "gtk_rc_style_ref",  cast(void**)& gtk_rc_style_ref),
12836         Symbol( "gtk_rc_style_copy",  cast(void**)& gtk_rc_style_copy),
12837         Symbol( "gtk_rc_style_new",  cast(void**)& gtk_rc_style_new),
12838         Symbol( "gtk_rc_style_get_type",  cast(void**)& gtk_rc_style_get_type),
12839         Symbol( "gtk_rc_add_class_style",  cast(void**)& gtk_rc_add_class_style),
12840         Symbol( "gtk_rc_add_widget_class_style",  cast(void**)& gtk_rc_add_widget_class_style),
12841         Symbol( "gtk_rc_add_widget_name_style",  cast(void**)& gtk_rc_add_widget_name_style),
12842         Symbol( "gtk_rc_reparse_all",  cast(void**)& gtk_rc_reparse_all),
12843         Symbol( "gtk_rc_parse_string",  cast(void**)& gtk_rc_parse_string),
12844         Symbol( "gtk_rc_parse",  cast(void**)& gtk_rc_parse),
12845         Symbol( "gtk_rc_find_pixmap_in_path",  cast(void**)& gtk_rc_find_pixmap_in_path),
12846         Symbol( "gtk_rc_reset_styles",  cast(void**)& gtk_rc_reset_styles),
12847         Symbol( "gtk_rc_reparse_all_for_settings",  cast(void**)& gtk_rc_reparse_all_for_settings),
12848         Symbol( "gtk_rc_get_style_by_paths",  cast(void**)& gtk_rc_get_style_by_paths),
12849         Symbol( "gtk_rc_get_style",  cast(void**)& gtk_rc_get_style),
12850         Symbol( "gtk_rc_get_default_files",  cast(void**)& gtk_rc_get_default_files),
12851         Symbol( "gtk_rc_set_default_files",  cast(void**)& gtk_rc_set_default_files),
12852         Symbol( "gtk_rc_add_default_file",  cast(void**)& gtk_rc_add_default_file),
12853     //     Symbol( "_gtk_rc_match_widget_class",  cast(void**)& _gtk_rc_match_widget_class),
12854     //     Symbol( "_gtk_rc_free_widget_class_path",  cast(void**)& _gtk_rc_free_widget_class_path),
12855     //     Symbol( "_gtk_rc_parse_widget_class_path",  cast(void**)& _gtk_rc_parse_widget_class_path),
12856     //     Symbol( "_gtk_rc_init",  cast(void**)& _gtk_rc_init),
12857     //     Symbol( "_gtk_widget_get_cursor_color",  cast(void**)& _gtk_widget_get_cursor_color),
12858     //     Symbol( "_gtk_widget_get_cursor_gc",  cast(void**)& _gtk_widget_get_cursor_gc),
12859         Symbol( "gtk_draw_insertion_cursor",  cast(void**)& gtk_draw_insertion_cursor),
12860         Symbol( "gtk_paint_string",  cast(void**)& gtk_paint_string),
12861         Symbol( "gtk_draw_string",  cast(void**)& gtk_draw_string),
12862     //     Symbol( "_gtk_style_shade",  cast(void**)& _gtk_style_shade),
12863     //     Symbol( "_gtk_style_init_for_settings",  cast(void**)& _gtk_style_init_for_settings),
12864     //     Symbol( "_gtk_style_peek_property_value",  cast(void**)& _gtk_style_peek_property_value),
12865         Symbol( "gtk_border_free",  cast(void**)& gtk_border_free),
12866         Symbol( "gtk_border_copy",  cast(void**)& gtk_border_copy),
12867         Symbol( "gtk_border_get_type",  cast(void**)& gtk_border_get_type),
12868         Symbol( "gtk_paint_resize_grip",  cast(void**)& gtk_paint_resize_grip),
12869         Symbol( "gtk_paint_layout",  cast(void**)& gtk_paint_layout),
12870         Symbol( "gtk_paint_expander",  cast(void**)& gtk_paint_expander),
12871         Symbol( "gtk_paint_handle",  cast(void**)& gtk_paint_handle),
12872         Symbol( "gtk_paint_slider",  cast(void**)& gtk_paint_slider),
12873         Symbol( "gtk_paint_focus",  cast(void**)& gtk_paint_focus),
12874         Symbol( "gtk_paint_extension",  cast(void**)& gtk_paint_extension),
12875         Symbol( "gtk_paint_box_gap",  cast(void**)& gtk_paint_box_gap),
12876         Symbol( "gtk_paint_shadow_gap",  cast(void**)& gtk_paint_shadow_gap),
12877         Symbol( "gtk_paint_tab",  cast(void**)& gtk_paint_tab),
12878         Symbol( "gtk_paint_option",  cast(void**)& gtk_paint_option),
12879         Symbol( "gtk_paint_check",  cast(void**)& gtk_paint_check),
12880         Symbol( "gtk_paint_flat_box",  cast(void**)& gtk_paint_flat_box),
12881         Symbol( "gtk_paint_box",  cast(void**)& gtk_paint_box),
12882         Symbol( "gtk_paint_diamond",  cast(void**)& gtk_paint_diamond),
12883         Symbol( "gtk_paint_arrow",  cast(void**)& gtk_paint_arrow),
12884         Symbol( "gtk_paint_polygon",  cast(void**)& gtk_paint_polygon),
12885         Symbol( "gtk_paint_shadow",  cast(void**)& gtk_paint_shadow),
12886         Symbol( "gtk_paint_vline",  cast(void**)& gtk_paint_vline),
12887         Symbol( "gtk_paint_hline",  cast(void**)& gtk_paint_hline),
12888         Symbol( "gtk_draw_resize_grip",  cast(void**)& gtk_draw_resize_grip),
12889         Symbol( "gtk_draw_layout",  cast(void**)& gtk_draw_layout),
12890         Symbol( "gtk_draw_expander",  cast(void**)& gtk_draw_expander),
12891         Symbol( "gtk_draw_handle",  cast(void**)& gtk_draw_handle),
12892         Symbol( "gtk_draw_slider",  cast(void**)& gtk_draw_slider),
12893         Symbol( "gtk_draw_focus",  cast(void**)& gtk_draw_focus),
12894         Symbol( "gtk_draw_extension",  cast(void**)& gtk_draw_extension),
12895         Symbol( "gtk_draw_box_gap",  cast(void**)& gtk_draw_box_gap),
12896         Symbol( "gtk_draw_shadow_gap",  cast(void**)& gtk_draw_shadow_gap),
12897         Symbol( "gtk_draw_tab",  cast(void**)& gtk_draw_tab),
12898         Symbol( "gtk_draw_option",  cast(void**)& gtk_draw_option),
12899         Symbol( "gtk_draw_check",  cast(void**)& gtk_draw_check),
12900         Symbol( "gtk_draw_flat_box",  cast(void**)& gtk_draw_flat_box),
12901         Symbol( "gtk_draw_box",  cast(void**)& gtk_draw_box),
12902         Symbol( "gtk_draw_diamond",  cast(void**)& gtk_draw_diamond),
12903         Symbol( "gtk_draw_arrow",  cast(void**)& gtk_draw_arrow),
12904         Symbol( "gtk_draw_polygon",  cast(void**)& gtk_draw_polygon),
12905         Symbol( "gtk_draw_shadow",  cast(void**)& gtk_draw_shadow),
12906         Symbol( "gtk_draw_vline",  cast(void**)& gtk_draw_vline),
12907         Symbol( "gtk_draw_hline",  cast(void**)& gtk_draw_hline),
12908         Symbol( "gtk_style_render_icon",  cast(void**)& gtk_style_render_icon),
12909         Symbol( "gtk_style_lookup_color",  cast(void**)& gtk_style_lookup_color),
12910         Symbol( "gtk_style_lookup_icon_set",  cast(void**)& gtk_style_lookup_icon_set),
12911         Symbol( "gtk_style_apply_default_background",  cast(void**)& gtk_style_apply_default_background),
12912         Symbol( "gtk_style_set_background",  cast(void**)& gtk_style_set_background),
12913         Symbol( "gtk_style_set_font",  cast(void**)& gtk_style_set_font),
12914         Symbol( "gtk_style_get_font",  cast(void**)& gtk_style_get_font),
12915         Symbol( "gtk_style_unref",  cast(void**)& gtk_style_unref),
12916         Symbol( "gtk_style_ref",  cast(void**)& gtk_style_ref),
12917         Symbol( "gtk_style_detach",  cast(void**)& gtk_style_detach),
12918         Symbol( "gtk_style_attach",  cast(void**)& gtk_style_attach),
12919         Symbol( "gtk_style_copy",  cast(void**)& gtk_style_copy),
12920         Symbol( "gtk_style_new",  cast(void**)& gtk_style_new),
12921         Symbol( "gtk_style_get_type",  cast(void**)& gtk_style_get_type),
12922         Symbol( "gtk_adjustment_set_value",  cast(void**)& gtk_adjustment_set_value),
12923         Symbol( "gtk_adjustment_get_value",  cast(void**)& gtk_adjustment_get_value),
12924         Symbol( "gtk_adjustment_clamp_page",  cast(void**)& gtk_adjustment_clamp_page),
12925         Symbol( "gtk_adjustment_value_changed",  cast(void**)& gtk_adjustment_value_changed),
12926         Symbol( "gtk_adjustment_changed",  cast(void**)& gtk_adjustment_changed),
12927         Symbol( "gtk_adjustment_new",  cast(void**)& gtk_adjustment_new),
12928         Symbol( "gtk_adjustment_get_type",  cast(void**)& gtk_adjustment_get_type),
12929         Symbol( "gtk_object_add_arg_type",  cast(void**)& gtk_object_add_arg_type),
12930         Symbol( "gtk_object_set",  cast(void**)& gtk_object_set),
12931         Symbol( "gtk_object_get",  cast(void**)& gtk_object_get),
12932         Symbol( "gtk_object_remove_no_notify_by_id",  cast(void**)& gtk_object_remove_no_notify_by_id),
12933         Symbol( "gtk_object_remove_data_by_id",  cast(void**)& gtk_object_remove_data_by_id),
12934         Symbol( "gtk_object_get_data_by_id",  cast(void**)& gtk_object_get_data_by_id),
12935         Symbol( "gtk_object_set_data_by_id_full",  cast(void**)& gtk_object_set_data_by_id_full),
12936         Symbol( "gtk_object_set_data_by_id",  cast(void**)& gtk_object_set_data_by_id),
12937         Symbol( "gtk_object_get_user_data",  cast(void**)& gtk_object_get_user_data),
12938         Symbol( "gtk_object_set_user_data",  cast(void**)& gtk_object_set_user_data),
12939         Symbol( "gtk_object_remove_no_notify",  cast(void**)& gtk_object_remove_no_notify),
12940         Symbol( "gtk_object_get_data",  cast(void**)& gtk_object_get_data),
12941         Symbol( "gtk_object_remove_data",  cast(void**)& gtk_object_remove_data),
12942         Symbol( "gtk_object_set_data_full",  cast(void**)& gtk_object_set_data_full),
12943         Symbol( "gtk_object_set_data",  cast(void**)& gtk_object_set_data),
12944         Symbol( "gtk_object_weakunref",  cast(void**)& gtk_object_weakunref),
12945         Symbol( "gtk_object_weakref",  cast(void**)& gtk_object_weakref),
12946         Symbol( "gtk_object_unref",  cast(void**)& gtk_object_unref),
12947         Symbol( "gtk_object_ref",  cast(void**)& gtk_object_ref),
12948         Symbol( "gtk_object_new",  cast(void**)& gtk_object_new),
12949         Symbol( "gtk_object_destroy",  cast(void**)& gtk_object_destroy),
12950         Symbol( "gtk_object_sink",  cast(void**)& gtk_object_sink),
12951         Symbol( "gtk_object_get_type",  cast(void**)& gtk_object_get_type),
12952         Symbol( "gtk_debug_flags",  cast(void**)& gtk_debug_flags),
12953         Symbol( "gtk_type_init",  cast(void**)& gtk_type_init),
12954         Symbol( "gtk_type_flags_find_value",  cast(void**)& gtk_type_flags_find_value),
12955         Symbol( "gtk_type_enum_find_value",  cast(void**)& gtk_type_enum_find_value),
12956         Symbol( "gtk_type_flags_get_values",  cast(void**)& gtk_type_flags_get_values),
12957         Symbol( "gtk_type_enum_get_values",  cast(void**)& gtk_type_enum_get_values),
12958         Symbol( "gtk_type_new",  cast(void**)& gtk_type_new),
12959         Symbol( "gtk_type_unique",  cast(void**)& gtk_type_unique),
12960         Symbol( "gtk_type_class",  cast(void**)& gtk_type_class),
12961         Symbol( "gtk_identifier_get_type",  cast(void**)& gtk_identifier_get_type),
12962         Symbol( "gtk_widget_help_type_get_type",  cast(void**)& gtk_widget_help_type_get_type),
12963         Symbol( "gtk_widget_flags_get_type",  cast(void**)& gtk_widget_flags_get_type),
12964         Symbol( "gtk_ui_manager_item_type_get_type",  cast(void**)& gtk_ui_manager_item_type_get_type),
12965         Symbol( "gtk_tree_view_column_sizing_get_type",  cast(void**)& gtk_tree_view_column_sizing_get_type),
12966         Symbol( "gtk_tree_view_drop_position_get_type",  cast(void**)& gtk_tree_view_drop_position_get_type),
12967         Symbol( "gtk_tree_model_flags_get_type",  cast(void**)& gtk_tree_model_flags_get_type),
12968         Symbol( "gtk_tree_view_mode_get_type",  cast(void**)& gtk_tree_view_mode_get_type),
12969         Symbol( "gtk_toolbar_space_style_get_type",  cast(void**)& gtk_toolbar_space_style_get_type),
12970         Symbol( "gtk_toolbar_child_type_get_type",  cast(void**)& gtk_toolbar_child_type_get_type),
12971         Symbol( "gtk_text_window_type_get_type",  cast(void**)& gtk_text_window_type_get_type),
12972         Symbol( "gtk_text_search_flags_get_type",  cast(void**)& gtk_text_search_flags_get_type),
12973         Symbol( "gtk_text_buffer_target_info_get_type",  cast(void**)& gtk_text_buffer_target_info_get_type),
12974         Symbol( "gtk_spin_type_get_type",  cast(void**)& gtk_spin_type_get_type),
12975         Symbol( "gtk_spin_button_update_policy_get_type",  cast(void**)& gtk_spin_button_update_policy_get_type),
12976         Symbol( "gtk_size_group_mode_get_type",  cast(void**)& gtk_size_group_mode_get_type),
12977         Symbol( "gtk_recent_manager_error_get_type",  cast(void**)& gtk_recent_manager_error_get_type),
12978         Symbol( "gtk_recent_filter_flags_get_type",  cast(void**)& gtk_recent_filter_flags_get_type),
12979         Symbol( "gtk_recent_chooser_error_get_type",  cast(void**)& gtk_recent_chooser_error_get_type),
12980         Symbol( "gtk_recent_sort_type_get_type",  cast(void**)& gtk_recent_sort_type_get_type),
12981         Symbol( "gtk_rc_token_type_get_type",  cast(void**)& gtk_rc_token_type_get_type),
12982         Symbol( "gtk_rc_flags_get_type",  cast(void**)& gtk_rc_flags_get_type),
12983         Symbol( "gtk_progress_bar_orientation_get_type",  cast(void**)& gtk_progress_bar_orientation_get_type),
12984         Symbol( "gtk_progress_bar_style_get_type",  cast(void**)& gtk_progress_bar_style_get_type),
12985         Symbol( "gtk_private_flags_get_type",  cast(void**)& gtk_private_flags_get_type),
12986         Symbol( "gtk_print_error_get_type",  cast(void**)& gtk_print_error_get_type),
12987         Symbol( "gtk_print_operation_action_get_type",  cast(void**)& gtk_print_operation_action_get_type),
12988         Symbol( "gtk_print_operation_result_get_type",  cast(void**)& gtk_print_operation_result_get_type),
12989         Symbol( "gtk_print_status_get_type",  cast(void**)& gtk_print_status_get_type),
12990         Symbol( "gtk_arg_flags_get_type",  cast(void**)& gtk_arg_flags_get_type),
12991         Symbol( "gtk_object_flags_get_type",  cast(void**)& gtk_object_flags_get_type),
12992         Symbol( "gtk_notebook_tab_get_type",  cast(void**)& gtk_notebook_tab_get_type),
12993         Symbol( "gtk_buttons_type_get_type",  cast(void**)& gtk_buttons_type_get_type),
12994         Symbol( "gtk_message_type_get_type",  cast(void**)& gtk_message_type_get_type),
12995         Symbol( "gtk_image_type_get_type",  cast(void**)& gtk_image_type_get_type),
12996         Symbol( "gtk_icon_view_drop_position_get_type",  cast(void**)& gtk_icon_view_drop_position_get_type),
12997         Symbol( "gtk_icon_theme_error_get_type",  cast(void**)& gtk_icon_theme_error_get_type),
12998         Symbol( "gtk_icon_lookup_flags_get_type",  cast(void**)& gtk_icon_lookup_flags_get_type),
12999         Symbol( "gtk_file_filter_flags_get_type",  cast(void**)& gtk_file_filter_flags_get_type),
13000         Symbol( "gtk_file_chooser_error_get_type",  cast(void**)& gtk_file_chooser_error_get_type),
13001         Symbol( "gtk_file_chooser_confirmation_get_type",  cast(void**)& gtk_file_chooser_confirmation_get_type),
13002         Symbol( "gtk_file_chooser_action_get_type",  cast(void**)& gtk_file_chooser_action_get_type),
13003         Symbol( "gtk_drag_result_get_type",  cast(void**)& gtk_drag_result_get_type),
13004         Symbol( "gtk_tree_view_grid_lines_get_type",  cast(void**)& gtk_tree_view_grid_lines_get_type),
13005         Symbol( "gtk_unit_get_type",  cast(void**)& gtk_unit_get_type),
13006         Symbol( "gtk_print_duplex_get_type",  cast(void**)& gtk_print_duplex_get_type),
13007         Symbol( "gtk_print_quality_get_type",  cast(void**)& gtk_print_quality_get_type),
13008         Symbol( "gtk_page_orientation_get_type",  cast(void**)& gtk_page_orientation_get_type),
13009         Symbol( "gtk_page_set_get_type",  cast(void**)& gtk_page_set_get_type),
13010         Symbol( "gtk_print_pages_get_type",  cast(void**)& gtk_print_pages_get_type),
13011         Symbol( "gtk_pack_direction_get_type",  cast(void**)& gtk_pack_direction_get_type),
13012         Symbol( "gtk_im_status_style_get_type",  cast(void**)& gtk_im_status_style_get_type),
13013         Symbol( "gtk_im_preedit_style_get_type",  cast(void**)& gtk_im_preedit_style_get_type),
13014         Symbol( "gtk_sort_type_get_type",  cast(void**)& gtk_sort_type_get_type),
13015         Symbol( "gtk_wrap_mode_get_type",  cast(void**)& gtk_wrap_mode_get_type),
13016         Symbol( "gtk_window_type_get_type",  cast(void**)& gtk_window_type_get_type),
13017         Symbol( "gtk_window_position_get_type",  cast(void**)& gtk_window_position_get_type),
13018         Symbol( "gtk_visibility_get_type",  cast(void**)& gtk_visibility_get_type),
13019         Symbol( "gtk_update_type_get_type",  cast(void**)& gtk_update_type_get_type),
13020         Symbol( "gtk_toolbar_style_get_type",  cast(void**)& gtk_toolbar_style_get_type),
13021         Symbol( "gtk_submenu_placement_get_type",  cast(void**)& gtk_submenu_placement_get_type),
13022         Symbol( "gtk_submenu_direction_get_type",  cast(void**)& gtk_submenu_direction_get_type),
13023         Symbol( "gtk_state_type_get_type",  cast(void**)& gtk_state_type_get_type),
13024         Symbol( "gtk_shadow_type_get_type",  cast(void**)& gtk_shadow_type_get_type),
13025         Symbol( "gtk_selection_mode_get_type",  cast(void**)& gtk_selection_mode_get_type),
13026         Symbol( "gtk_scroll_type_get_type",  cast(void**)& gtk_scroll_type_get_type),
13027         Symbol( "gtk_signal_run_type_get_type",  cast(void**)& gtk_signal_run_type_get_type),
13028         Symbol( "gtk_resize_mode_get_type",  cast(void**)& gtk_resize_mode_get_type),
13029         Symbol( "gtk_relief_style_get_type",  cast(void**)& gtk_relief_style_get_type),
13030         Symbol( "gtk_preview_type_get_type",  cast(void**)& gtk_preview_type_get_type),
13031         Symbol( "gtk_position_type_get_type",  cast(void**)& gtk_position_type_get_type),
13032         Symbol( "gtk_policy_type_get_type",  cast(void**)& gtk_policy_type_get_type),
13033         Symbol( "gtk_path_type_get_type",  cast(void**)& gtk_path_type_get_type),
13034         Symbol( "gtk_path_priority_type_get_type",  cast(void**)& gtk_path_priority_type_get_type),
13035         Symbol( "gtk_pack_type_get_type",  cast(void**)& gtk_pack_type_get_type),
13036         Symbol( "gtk_corner_type_get_type",  cast(void**)& gtk_corner_type_get_type),
13037         Symbol( "gtk_orientation_get_type",  cast(void**)& gtk_orientation_get_type),
13038         Symbol( "gtk_scroll_step_get_type",  cast(void**)& gtk_scroll_step_get_type),
13039         Symbol( "gtk_movement_step_get_type",  cast(void**)& gtk_movement_step_get_type),
13040         Symbol( "gtk_metric_type_get_type",  cast(void**)& gtk_metric_type_get_type),
13041         Symbol( "gtk_menu_direction_type_get_type",  cast(void**)& gtk_menu_direction_type_get_type),
13042         Symbol( "gtk_match_type_get_type",  cast(void**)& gtk_match_type_get_type),
13043         Symbol( "gtk_justification_get_type",  cast(void**)& gtk_justification_get_type),
13044         Symbol( "gtk_text_direction_get_type",  cast(void**)& gtk_text_direction_get_type),
13045         Symbol( "gtk_side_type_get_type",  cast(void**)& gtk_side_type_get_type),
13046         Symbol( "gtk_sensitivity_type_get_type",  cast(void**)& gtk_sensitivity_type_get_type),
13047         Symbol( "gtk_icon_size_get_type",  cast(void**)& gtk_icon_size_get_type),
13048         Symbol( "gtk_expander_style_get_type",  cast(void**)& gtk_expander_style_get_type),
13049         Symbol( "gtk_direction_type_get_type",  cast(void**)& gtk_direction_type_get_type),
13050         Symbol( "gtk_delete_type_get_type",  cast(void**)& gtk_delete_type_get_type),
13051         Symbol( "gtk_curve_type_get_type",  cast(void**)& gtk_curve_type_get_type),
13052         Symbol( "gtk_button_box_style_get_type",  cast(void**)& gtk_button_box_style_get_type),
13053         Symbol( "gtk_attach_options_get_type",  cast(void**)& gtk_attach_options_get_type),
13054         Symbol( "gtk_arrow_type_get_type",  cast(void**)& gtk_arrow_type_get_type),
13055         Symbol( "gtk_anchor_type_get_type",  cast(void**)& gtk_anchor_type_get_type),
13056         Symbol( "gtk_target_flags_get_type",  cast(void**)& gtk_target_flags_get_type),
13057         Symbol( "gtk_dest_defaults_get_type",  cast(void**)& gtk_dest_defaults_get_type),
13058         Symbol( "gtk_response_type_get_type",  cast(void**)& gtk_response_type_get_type),
13059         Symbol( "gtk_dialog_flags_get_type",  cast(void**)& gtk_dialog_flags_get_type),
13060         Symbol( "gtk_debug_flag_get_type",  cast(void**)& gtk_debug_flag_get_type),
13061         Symbol( "gtk_ctree_expansion_type_get_type",  cast(void**)& gtk_ctree_expansion_type_get_type),
13062         Symbol( "gtk_ctree_expander_style_get_type",  cast(void**)& gtk_ctree_expander_style_get_type),
13063         Symbol( "gtk_ctree_line_style_get_type",  cast(void**)& gtk_ctree_line_style_get_type),
13064         Symbol( "gtk_ctree_pos_get_type",  cast(void**)& gtk_ctree_pos_get_type),
13065         Symbol( "gtk_button_action_get_type",  cast(void**)& gtk_button_action_get_type),
13066         Symbol( "gtk_clist_drag_pos_get_type",  cast(void**)& gtk_clist_drag_pos_get_type),
13067         Symbol( "gtk_cell_type_get_type",  cast(void**)& gtk_cell_type_get_type),
13068         Symbol( "gtk_cell_renderer_accel_mode_get_type",  cast(void**)& gtk_cell_renderer_accel_mode_get_type),
13069         Symbol( "gtk_cell_renderer_mode_get_type",  cast(void**)& gtk_cell_renderer_mode_get_type),
13070         Symbol( "gtk_cell_renderer_state_get_type",  cast(void**)& gtk_cell_renderer_state_get_type),
13071         Symbol( "gtk_calendar_display_options_get_type",  cast(void**)& gtk_calendar_display_options_get_type),
13072         Symbol( "gtk_builder_error_get_type",  cast(void**)& gtk_builder_error_get_type),
13073         Symbol( "gtk_assistant_page_type_get_type",  cast(void**)& gtk_assistant_page_type_get_type),
13074         Symbol( "gtk_accel_flags_get_type",  cast(void**)& gtk_accel_flags_get_type),
13075     //     Symbol( "_gtk_accel_group_reconnect",  cast(void**)& _gtk_accel_group_reconnect),
13076         Symbol( "gtk_accel_group_query",  cast(void**)& gtk_accel_group_query),
13077         Symbol( "gtk_accelerator_get_default_mod_mask",  cast(void**)& gtk_accelerator_get_default_mod_mask),
13078         Symbol( "gtk_accelerator_set_default_mod_mask",  cast(void**)& gtk_accelerator_set_default_mod_mask),
13079         Symbol( "gtk_accelerator_get_label",  cast(void**)& gtk_accelerator_get_label),
13080         Symbol( "gtk_accelerator_name",  cast(void**)& gtk_accelerator_name),
13081         Symbol( "gtk_accelerator_parse",  cast(void**)& gtk_accelerator_parse),
13082         Symbol( "gtk_accelerator_valid",  cast(void**)& gtk_accelerator_valid),
13083         Symbol( "gtk_accel_group_from_accel_closure",  cast(void**)& gtk_accel_group_from_accel_closure),
13084         Symbol( "gtk_accel_group_find",  cast(void**)& gtk_accel_group_find),
13085         Symbol( "gtk_accel_groups_from_object",  cast(void**)& gtk_accel_groups_from_object),
13086         Symbol( "gtk_accel_groups_activate",  cast(void**)& gtk_accel_groups_activate),
13087     //     Symbol( "_gtk_accel_group_detach",  cast(void**)& _gtk_accel_group_detach),
13088     //     Symbol( "_gtk_accel_group_attach",  cast(void**)& _gtk_accel_group_attach),
13089         Symbol( "gtk_accel_group_activate",  cast(void**)& gtk_accel_group_activate),
13090         Symbol( "gtk_accel_group_disconnect_key",  cast(void**)& gtk_accel_group_disconnect_key),
13091         Symbol( "gtk_accel_group_disconnect",  cast(void**)& gtk_accel_group_disconnect),
13092         Symbol( "gtk_accel_group_connect_by_path",  cast(void**)& gtk_accel_group_connect_by_path),
13093         Symbol( "gtk_accel_group_connect",  cast(void**)& gtk_accel_group_connect),
13094         Symbol( "gtk_accel_group_unlock",  cast(void**)& gtk_accel_group_unlock),
13095         Symbol( "gtk_accel_group_lock",  cast(void**)& gtk_accel_group_lock),
13096         Symbol( "gtk_accel_group_new",  cast(void**)& gtk_accel_group_new),
13097         Symbol( "gtk_accel_group_get_type",  cast(void**)& gtk_accel_group_get_type),
13098         Symbol( "gtk_widget_get_window",  cast(void**)& gtk_widget_get_window),
13099         Symbol( "gtk_widget_get_allocation",  cast(void**)& gtk_widget_get_allocation),
13100         Symbol( "gtk_widget_set_allocation",  cast(void**)& gtk_widget_set_allocation),
13101         Symbol( "gtk_scrolled_window_get_hscrollbar",  cast(void**)& gtk_scrolled_window_get_hscrollbar),
13102         Symbol( "gtk_scrolled_window_get_vscrollbar",  cast(void**)& gtk_scrolled_window_get_vscrollbar),
13103         Symbol( "gtk_widget_set_tooltip_window",  cast(void**)& gtk_widget_set_tooltip_window)
13104     ];
13105 }
13106 
13107 } else { // version(DYNLINK)
13108 extern (C) _GtkWidget * gtk_vseparator_new();
13109 extern (C) GType gtk_vseparator_get_type();
13110 extern (C) _GtkWidget * gtk_vscale_new_with_range(double, double, double);
13111 extern (C) _GtkWidget * gtk_vscale_new(aGtkAdjustment *);
13112 extern (C) GType gtk_vscale_get_type();
13113 extern (C) _GtkWidget * gtk_vruler_new();
13114 extern (C) guint gtk_vruler_get_type();
13115 extern (C) _GtkWidget * gtk_vpaned_new();
13116 extern (C) GType gtk_vpaned_get_type();
13117 extern (C) _GtkWidget * gtk_volume_button_new();
13118 extern (C) GType gtk_volume_button_get_type();
13119 extern (C) void gtk_vbutton_box_set_layout_default(gint);
13120 extern (C) gint gtk_vbutton_box_get_layout_default();
13121 extern (C) void gtk_vbutton_box_set_spacing_default(gint);
13122 extern (C) gint gtk_vbutton_box_get_spacing_default();
13123 extern (C) _GtkWidget * gtk_vbutton_box_new();
13124 extern (C) GType gtk_vbutton_box_get_type();
13125 extern (C) guint gtk_ui_manager_new_merge_id(aGtkUIManager *);
13126 extern (C) void gtk_ui_manager_ensure_update(aGtkUIManager *);
13127 extern (C) char * gtk_ui_manager_get_ui(aGtkUIManager *);
13128 extern (C) void gtk_ui_manager_remove_ui(aGtkUIManager *, guint);
13129 extern (C) void gtk_ui_manager_add_ui(aGtkUIManager *, guint, char *, char *, char *, gint, gint);
13130 extern (C) guint gtk_ui_manager_add_ui_from_file(aGtkUIManager *, char *, _GError * *);
13131 extern (C) guint gtk_ui_manager_add_ui_from_string(aGtkUIManager *, char *, gssize, _GError * *);
13132 extern (C) _GtkAction * gtk_ui_manager_get_action(aGtkUIManager *, char *);
13133 extern (C) _GSList * gtk_ui_manager_get_toplevels(aGtkUIManager *, gint);
13134 extern (C) _GtkWidget * gtk_ui_manager_get_widget(aGtkUIManager *, char *);
13135 extern (C) _GtkAccelGroup * gtk_ui_manager_get_accel_group(aGtkUIManager *);
13136 extern (C) _GList * gtk_ui_manager_get_action_groups(aGtkUIManager *);
13137 extern (C) void gtk_ui_manager_remove_action_group(aGtkUIManager *, aGtkActionGroup *);
13138 extern (C) void gtk_ui_manager_insert_action_group(aGtkUIManager *, aGtkActionGroup *, gint);
13139 extern (C) gint gtk_ui_manager_get_add_tearoffs(aGtkUIManager *);
13140 extern (C) void gtk_ui_manager_set_add_tearoffs(aGtkUIManager *, gint);
13141 extern (C) _GtkUIManager * gtk_ui_manager_new();
13142 extern (C) GType gtk_ui_manager_get_type();
13143 extern (C) void gtk_tree_store_move_after(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13144 extern (C) void gtk_tree_store_move_before(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13145 extern (C) void gtk_tree_store_swap(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13146 extern (C) void gtk_tree_store_reorder(aGtkTreeStore *, aGtkTreeIter *, gint *);
13147 extern (C) gint gtk_tree_store_iter_is_valid(aGtkTreeStore *, aGtkTreeIter *);
13148 extern (C) void gtk_tree_store_clear(aGtkTreeStore *);
13149 extern (C) gint gtk_tree_store_iter_depth(aGtkTreeStore *, aGtkTreeIter *);
13150 extern (C) gint gtk_tree_store_is_ancestor(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13151 extern (C) void gtk_tree_store_append(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13152 extern (C) void gtk_tree_store_prepend(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *);
13153 extern (C) void gtk_tree_store_insert_with_valuesv(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint, gint *, _GValue *, gint);
13154 extern (C) void gtk_tree_store_insert_with_values(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint, ...);
13155 extern (C) void gtk_tree_store_insert_after(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, aGtkTreeIter *);
13156 extern (C) void gtk_tree_store_insert_before(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, aGtkTreeIter *);
13157 extern (C) void gtk_tree_store_insert(aGtkTreeStore *, aGtkTreeIter *, aGtkTreeIter *, gint);
13158 extern (C) gint gtk_tree_store_remove(aGtkTreeStore *, aGtkTreeIter *);
13159 extern (C) void gtk_tree_store_set_valist(aGtkTreeStore *, aGtkTreeIter *, char *);
13160 extern (C) void gtk_tree_store_set_valuesv(aGtkTreeStore *, aGtkTreeIter *, gint *, _GValue *, gint);
13161 extern (C) void gtk_tree_store_set(aGtkTreeStore *, aGtkTreeIter *, ...);
13162 extern (C) void gtk_tree_store_set_value(aGtkTreeStore *, aGtkTreeIter *, gint, _GValue *);
13163 extern (C) void gtk_tree_store_set_column_types(aGtkTreeStore *, gint, GType *);
13164 extern (C) _GtkTreeStore * gtk_tree_store_newv(gint, GType *);
13165 extern (C) _GtkTreeStore * gtk_tree_store_new(gint, ...);
13166 extern (C) GType gtk_tree_store_get_type();
13167 extern (C) void gtk_tree_selection_unselect_range(aGtkTreeSelection *, void *, void *);
13168 extern (C) void gtk_tree_selection_select_range(aGtkTreeSelection *, void *, void *);
13169 extern (C) void gtk_tree_selection_unselect_all(aGtkTreeSelection *);
13170 extern (C) void gtk_tree_selection_select_all(aGtkTreeSelection *);
13171 extern (C) gint gtk_tree_selection_iter_is_selected(aGtkTreeSelection *, aGtkTreeIter *);
13172 extern (C) gint gtk_tree_selection_path_is_selected(aGtkTreeSelection *, void *);
13173 extern (C) void gtk_tree_selection_unselect_iter(aGtkTreeSelection *, aGtkTreeIter *);
13174 extern (C) void gtk_tree_selection_select_iter(aGtkTreeSelection *, aGtkTreeIter *);
13175 extern (C) void gtk_tree_selection_unselect_path(aGtkTreeSelection *, void *);
13176 extern (C) void gtk_tree_selection_select_path(aGtkTreeSelection *, void *);
13177 extern (C) void gtk_tree_selection_selected_foreach(aGtkTreeSelection *, _BCD_func__9093, void *);
13178 extern (C) gint gtk_tree_selection_count_selected_rows(aGtkTreeSelection *);
13179 extern (C) _GList * gtk_tree_selection_get_selected_rows(aGtkTreeSelection *, void * *);
13180 extern (C) gint gtk_tree_selection_get_selected(aGtkTreeSelection *, void * *, aGtkTreeIter *);
13181 extern (C) _GtkTreeView * gtk_tree_selection_get_tree_view(aGtkTreeSelection *);
13182 extern (C) void * gtk_tree_selection_get_user_data(aGtkTreeSelection *);
13183 extern (C) void gtk_tree_selection_set_select_function(aGtkTreeSelection *, _BCD_func__9094, void *, _BCD_func__13158);
13184 extern (C) gint gtk_tree_selection_get_mode(aGtkTreeSelection *);
13185 extern (C) void gtk_tree_selection_set_mode(aGtkTreeSelection *, gint);
13186 extern (C) GType gtk_tree_selection_get_type();
13187 extern (C) gint gtk_tree_model_sort_iter_is_valid(aGtkTreeModelSort *, aGtkTreeIter *);
13188 extern (C) void gtk_tree_model_sort_clear_cache(aGtkTreeModelSort *);
13189 extern (C) void gtk_tree_model_sort_reset_default_sort_func(aGtkTreeModelSort *);
13190 extern (C) void gtk_tree_model_sort_convert_iter_to_child_iter(aGtkTreeModelSort *, aGtkTreeIter *, aGtkTreeIter *);
13191 extern (C) void * gtk_tree_model_sort_convert_path_to_child_path(aGtkTreeModelSort *, void *);
13192 extern (C) void gtk_tree_model_sort_convert_child_iter_to_iter(aGtkTreeModelSort *, aGtkTreeIter *, aGtkTreeIter *);
13193 extern (C) void * gtk_tree_model_sort_convert_child_path_to_path(aGtkTreeModelSort *, void *);
13194 extern (C) void * gtk_tree_model_sort_get_model(aGtkTreeModelSort *);
13195 extern (C) void * gtk_tree_model_sort_new_with_model(void *);
13196 extern (C) GType gtk_tree_model_sort_get_type();
13197 extern (C) gint gtk_tree_get_row_drag_data(aGtkSelectionData *, void * *, void * *);
13198 extern (C) gint gtk_tree_set_row_drag_data(aGtkSelectionData *, void *, void *);
13199 extern (C) gint gtk_tree_drag_dest_row_drop_possible(void *, void *, aGtkSelectionData *);
13200 extern (C) gint gtk_tree_drag_dest_drag_data_received(void *, void *, aGtkSelectionData *);
13201 extern (C) GType gtk_tree_drag_dest_get_type();
13202 extern (C) gint gtk_tree_drag_source_drag_data_get(void *, void *, aGtkSelectionData *);
13203 extern (C) gint gtk_tree_drag_source_drag_data_delete(void *, void *);
13204 extern (C) gint gtk_tree_drag_source_row_draggable(void *, void *);
13205 extern (C) GType gtk_tree_drag_source_get_type();
13206 extern (C) void gtk_toolbar_insert_widget(aGtkToolbar *, aGtkWidget *, char *, char *, gint);
13207 extern (C) void gtk_toolbar_prepend_widget(aGtkToolbar *, aGtkWidget *, char *, char *);
13208 extern (C) void gtk_toolbar_append_widget(aGtkToolbar *, aGtkWidget *, char *, char *);
13209 extern (C) _GtkWidget * gtk_toolbar_insert_element(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *, gint);
13210 extern (C) _GtkWidget * gtk_toolbar_prepend_element(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *);
13211 extern (C) _GtkWidget * gtk_toolbar_append_element(aGtkToolbar *, gint, aGtkWidget *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *);
13212 extern (C) void gtk_toolbar_remove_space(aGtkToolbar *, gint);
13213 extern (C) void gtk_toolbar_insert_space(aGtkToolbar *, gint);
13214 extern (C) void gtk_toolbar_prepend_space(aGtkToolbar *);
13215 extern (C) void gtk_toolbar_append_space(aGtkToolbar *);
13216 extern (C) _GtkWidget * gtk_toolbar_insert_stock(aGtkToolbar *, char *, char *, char *, _BCD_func__12122, void *, gint);
13217 extern (C) _GtkWidget * gtk_toolbar_insert_item(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *, gint);
13218 extern (C) _GtkWidget * gtk_toolbar_prepend_item(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *);
13219 extern (C) _GtkWidget * gtk_toolbar_append_item(aGtkToolbar *, char *, char *, char *, aGtkWidget *, _BCD_func__12122, void *);
13220 extern (C) void gtk_toolbar_unset_icon_size(aGtkToolbar *);
13221 extern (C) void gtk_toolbar_set_icon_size(aGtkToolbar *, gint);
13222 extern (C) void _gtk_toolbar_rebuild_menu(aGtkToolbar *);
13223 extern (C) gint _gtk_toolbar_get_default_space_size();
13224 extern (C) void _gtk_toolbar_paint_space_line(aGtkWidget *, aGtkToolbar *, _GdkRectangle *, _GdkRectangle *);
13225 extern (C) char * _gtk_toolbar_elide_underscores(char *);
13226 extern (C) void gtk_toolbar_set_drop_highlight_item(aGtkToolbar *, aGtkToolItem *, gint);
13227 extern (C) gint gtk_toolbar_get_drop_index(aGtkToolbar *, gint, gint);
13228 extern (C) gint gtk_toolbar_get_relief_style(aGtkToolbar *);
13229 extern (C) gint gtk_toolbar_get_icon_size(aGtkToolbar *);
13230 extern (C) void gtk_toolbar_unset_style(aGtkToolbar *);
13231 extern (C) void gtk_toolbar_set_style(aGtkToolbar *, gint);
13232 extern (C) gint gtk_toolbar_get_style(aGtkToolbar *);
13233 extern (C) void gtk_toolbar_set_tooltips(aGtkToolbar *, gint);
13234 extern (C) gint gtk_toolbar_get_tooltips(aGtkToolbar *);
13235 extern (C) void gtk_toolbar_set_orientation(aGtkToolbar *, gint);
13236 extern (C) gint gtk_toolbar_get_orientation(aGtkToolbar *);
13237 extern (C) void gtk_toolbar_set_show_arrow(aGtkToolbar *, gint);
13238 extern (C) gint gtk_toolbar_get_show_arrow(aGtkToolbar *);
13239 extern (C) _GtkToolItem * gtk_toolbar_get_nth_item(aGtkToolbar *, gint);
13240 extern (C) gint gtk_toolbar_get_n_items(aGtkToolbar *);
13241 extern (C) gint gtk_toolbar_get_item_index(aGtkToolbar *, aGtkToolItem *);
13242 extern (C) void gtk_toolbar_insert(aGtkToolbar *, aGtkToolItem *, gint);
13243 extern (C) _GtkWidget * gtk_toolbar_new();
13244 extern (C) GType gtk_toolbar_get_type();
13245 extern (C) void gtk_tips_query_set_labels(aGtkTipsQuery *, char *, char *);
13246 extern (C) void gtk_tips_query_set_caller(aGtkTipsQuery *, aGtkWidget *);
13247 extern (C) void gtk_tips_query_stop_query(aGtkTipsQuery *);
13248 extern (C) void gtk_tips_query_start_query(aGtkTipsQuery *);
13249 extern (C) _GtkWidget * gtk_tips_query_new();
13250 extern (C) guint gtk_tips_query_get_type();
13251 extern (C) _GtkTextAttributes * gtk_text_view_get_default_attributes(aGtkTextView *);
13252 extern (C) void * gtk_text_view_get_tabs(aGtkTextView *);
13253 extern (C) void gtk_text_view_set_tabs(aGtkTextView *, void *);
13254 extern (C) gint gtk_text_view_get_indent(aGtkTextView *);
13255 extern (C) void gtk_text_view_set_indent(aGtkTextView *, gint);
13256 extern (C) gint gtk_text_view_get_right_margin(aGtkTextView *);
13257 extern (C) void gtk_text_view_set_right_margin(aGtkTextView *, gint);
13258 extern (C) gint gtk_text_view_get_left_margin(aGtkTextView *);
13259 extern (C) void gtk_text_view_set_left_margin(aGtkTextView *, gint);
13260 extern (C) gint gtk_text_view_get_justification(aGtkTextView *);
13261 extern (C) void gtk_text_view_set_justification(aGtkTextView *, gint);
13262 extern (C) gint gtk_text_view_get_pixels_inside_wrap(aGtkTextView *);
13263 extern (C) void gtk_text_view_set_pixels_inside_wrap(aGtkTextView *, gint);
13264 extern (C) gint gtk_text_view_get_pixels_below_lines(aGtkTextView *);
13265 extern (C) void gtk_text_view_set_pixels_below_lines(aGtkTextView *, gint);
13266 extern (C) gint gtk_text_view_get_pixels_above_lines(aGtkTextView *);
13267 extern (C) void gtk_text_view_set_pixels_above_lines(aGtkTextView *, gint);
13268 extern (C) gint gtk_text_view_get_accepts_tab(aGtkTextView *);
13269 extern (C) void gtk_text_view_set_accepts_tab(aGtkTextView *, gint);
13270 extern (C) gint gtk_text_view_get_overwrite(aGtkTextView *);
13271 extern (C) void gtk_text_view_set_overwrite(aGtkTextView *, gint);
13272 extern (C) gint gtk_text_view_get_editable(aGtkTextView *);
13273 extern (C) void gtk_text_view_set_editable(aGtkTextView *, gint);
13274 extern (C) gint gtk_text_view_get_wrap_mode(aGtkTextView *);
13275 extern (C) void gtk_text_view_set_wrap_mode(aGtkTextView *, gint);
13276 extern (C) void gtk_text_view_move_child(aGtkTextView *, aGtkWidget *, gint, gint);
13277 extern (C) void gtk_text_view_add_child_in_window(aGtkTextView *, aGtkWidget *, gint, gint, gint);
13278 extern (C) void gtk_text_view_add_child_at_anchor(aGtkTextView *, aGtkWidget *, aGtkTextChildAnchor *);
13279 extern (C) gint gtk_text_view_move_visually(aGtkTextView *, aGtkTextIter *, gint);
13280 extern (C) gint gtk_text_view_starts_display_line(aGtkTextView *, aGtkTextIter *);
13281 extern (C) gint gtk_text_view_backward_display_line_start(aGtkTextView *, aGtkTextIter *);
13282 extern (C) gint gtk_text_view_forward_display_line_end(aGtkTextView *, aGtkTextIter *);
13283 extern (C) gint gtk_text_view_backward_display_line(aGtkTextView *, aGtkTextIter *);
13284 extern (C) gint gtk_text_view_forward_display_line(aGtkTextView *, aGtkTextIter *);
13285 extern (C) gint gtk_text_view_get_border_window_size(aGtkTextView *, gint);
13286 extern (C) void gtk_text_view_set_border_window_size(aGtkTextView *, gint, gint);
13287 extern (C) gint gtk_text_view_get_window_type(aGtkTextView *, _GdkDrawable *);
13288 extern (C) _GdkDrawable * gtk_text_view_get_window(aGtkTextView *, gint);
13289 extern (C) void gtk_text_view_window_to_buffer_coords(aGtkTextView *, gint, gint, gint, gint *, gint *);
13290 extern (C) void gtk_text_view_buffer_to_window_coords(aGtkTextView *, gint, gint, gint, gint *, gint *);
13291 extern (C) void gtk_text_view_get_line_at_y(aGtkTextView *, aGtkTextIter *, gint, gint *);
13292 extern (C) void gtk_text_view_get_line_yrange(aGtkTextView *, aGtkTextIter *, gint *, gint *);
13293 extern (C) void gtk_text_view_get_iter_at_position(aGtkTextView *, aGtkTextIter *, gint *, gint, gint);
13294 extern (C) void gtk_text_view_get_iter_at_location(aGtkTextView *, aGtkTextIter *, gint, gint);
13295 extern (C) void gtk_text_view_get_iter_location(aGtkTextView *, aGtkTextIter *, _GdkRectangle *);
13296 extern (C) gint gtk_text_view_get_cursor_visible(aGtkTextView *);
13297 extern (C) void gtk_text_view_set_cursor_visible(aGtkTextView *, gint);
13298 extern (C) void gtk_text_view_get_visible_rect(aGtkTextView *, _GdkRectangle *);
13299 extern (C) gint gtk_text_view_place_cursor_onscreen(aGtkTextView *);
13300 extern (C) gint gtk_text_view_move_mark_onscreen(aGtkTextView *, aGtkTextMark *);
13301 extern (C) void gtk_text_view_scroll_mark_onscreen(aGtkTextView *, aGtkTextMark *);
13302 extern (C) void gtk_text_view_scroll_to_mark(aGtkTextView *, aGtkTextMark *, double, gint, double, double);
13303 extern (C) gint gtk_text_view_scroll_to_iter(aGtkTextView *, aGtkTextIter *, double, gint, double, double);
13304 extern (C) _GtkTextBuffer * gtk_text_view_get_buffer(aGtkTextView *);
13305 extern (C) void gtk_text_view_set_buffer(aGtkTextView *, aGtkTextBuffer *);
13306 extern (C) _GtkWidget * gtk_text_view_new_with_buffer(aGtkTextBuffer *);
13307 extern (C) _GtkWidget * gtk_text_view_new();
13308 extern (C) GType gtk_text_view_get_type();
13309 extern (C) gint gtk_text_buffer_deserialize(aGtkTextBuffer *, aGtkTextBuffer *, void *, aGtkTextIter *, char *, gsize, _GError * *);
13310 extern (C) char * gtk_text_buffer_serialize(aGtkTextBuffer *, aGtkTextBuffer *, void *, aGtkTextIter *, aGtkTextIter *, gsize *);
13311 extern (C) void * * gtk_text_buffer_get_deserialize_formats(aGtkTextBuffer *, gint *);
13312 extern (C) void * * gtk_text_buffer_get_serialize_formats(aGtkTextBuffer *, gint *);
13313 extern (C) gint gtk_text_buffer_deserialize_get_can_create_tags(aGtkTextBuffer *, void *);
13314 extern (C) void gtk_text_buffer_deserialize_set_can_create_tags(aGtkTextBuffer *, void *, gint);
13315 extern (C) void gtk_text_buffer_unregister_deserialize_format(aGtkTextBuffer *, void *);
13316 extern (C) void gtk_text_buffer_unregister_serialize_format(aGtkTextBuffer *, void *);
13317 extern (C) void * gtk_text_buffer_register_deserialize_tagset(aGtkTextBuffer *, char *);
13318 extern (C) void * gtk_text_buffer_register_deserialize_format(aGtkTextBuffer *, char *, _BCD_func__9281, void *, _BCD_func__13158);
13319 extern (C) void * gtk_text_buffer_register_serialize_tagset(aGtkTextBuffer *, char *);
13320 extern (C) void * gtk_text_buffer_register_serialize_format(aGtkTextBuffer *, char *, _BCD_func__9282, void *, _BCD_func__13158);
13321 extern (C) void _gtk_text_buffer_notify_will_remove_tag(aGtkTextBuffer *, aGtkTextTag *);
13322 extern (C) _PangoLogAttr * _gtk_text_buffer_get_line_log_attrs(aGtkTextBuffer *, aGtkTextIter *, gint *);
13323 extern (C) void * _gtk_text_buffer_get_btree(aGtkTextBuffer *);
13324 extern (C) void _gtk_text_buffer_spew(aGtkTextBuffer *);
13325 extern (C) _GtkTargetList * gtk_text_buffer_get_paste_target_list(aGtkTextBuffer *);
13326 extern (C) _GtkTargetList * gtk_text_buffer_get_copy_target_list(aGtkTextBuffer *);
13327 extern (C) void gtk_text_buffer_end_user_action(aGtkTextBuffer *);
13328 extern (C) void gtk_text_buffer_begin_user_action(aGtkTextBuffer *);
13329 extern (C) gint gtk_text_buffer_delete_selection(aGtkTextBuffer *, gint, gint);
13330 extern (C) gint gtk_text_buffer_get_selection_bounds(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *);
13331 extern (C) void gtk_text_buffer_paste_clipboard(aGtkTextBuffer *, void *, aGtkTextIter *, gint);
13332 extern (C) void gtk_text_buffer_copy_clipboard(aGtkTextBuffer *, void *);
13333 extern (C) void gtk_text_buffer_cut_clipboard(aGtkTextBuffer *, void *, gint);
13334 extern (C) void gtk_text_buffer_remove_selection_clipboard(aGtkTextBuffer *, void *);
13335 extern (C) void gtk_text_buffer_add_selection_clipboard(aGtkTextBuffer *, void *);
13336 extern (C) gint gtk_text_buffer_get_has_selection(aGtkTextBuffer *);
13337 extern (C) void gtk_text_buffer_set_modified(aGtkTextBuffer *, gint);
13338 extern (C) gint gtk_text_buffer_get_modified(aGtkTextBuffer *);
13339 extern (C) void gtk_text_buffer_get_iter_at_child_anchor(aGtkTextBuffer *, aGtkTextIter *, aGtkTextChildAnchor *);
13340 extern (C) void gtk_text_buffer_get_iter_at_mark(aGtkTextBuffer *, aGtkTextIter *, aGtkTextMark *);
13341 extern (C) void gtk_text_buffer_get_bounds(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *);
13342 extern (C) void gtk_text_buffer_get_end_iter(aGtkTextBuffer *, aGtkTextIter *);
13343 extern (C) void gtk_text_buffer_get_start_iter(aGtkTextBuffer *, aGtkTextIter *);
13344 extern (C) void gtk_text_buffer_get_iter_at_line(aGtkTextBuffer *, aGtkTextIter *, gint);
13345 extern (C) void gtk_text_buffer_get_iter_at_offset(aGtkTextBuffer *, aGtkTextIter *, gint);
13346 extern (C) void gtk_text_buffer_get_iter_at_line_index(aGtkTextBuffer *, aGtkTextIter *, gint, gint);
13347 extern (C) void gtk_text_buffer_get_iter_at_line_offset(aGtkTextBuffer *, aGtkTextIter *, gint, gint);
13348 extern (C) _GtkTextTag * gtk_text_buffer_create_tag(aGtkTextBuffer *, char *, char *, ...);
13349 extern (C) void gtk_text_buffer_remove_all_tags(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *);
13350 extern (C) void gtk_text_buffer_remove_tag_by_name(aGtkTextBuffer *, char *, aGtkTextIter *, aGtkTextIter *);
13351 extern (C) void gtk_text_buffer_apply_tag_by_name(aGtkTextBuffer *, char *, aGtkTextIter *, aGtkTextIter *);
13352 extern (C) void gtk_text_buffer_remove_tag(aGtkTextBuffer *, aGtkTextTag *, aGtkTextIter *, aGtkTextIter *);
13353 extern (C) void gtk_text_buffer_apply_tag(aGtkTextBuffer *, aGtkTextTag *, aGtkTextIter *, aGtkTextIter *);
13354 extern (C) void gtk_text_buffer_select_range(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *);
13355 extern (C) void gtk_text_buffer_place_cursor(aGtkTextBuffer *, aGtkTextIter *);
13356 extern (C) _GtkTextMark * gtk_text_buffer_get_selection_bound(aGtkTextBuffer *);
13357 extern (C) _GtkTextMark * gtk_text_buffer_get_insert(aGtkTextBuffer *);
13358 extern (C) void gtk_text_buffer_delete_mark_by_name(aGtkTextBuffer *, char *);
13359 extern (C) void gtk_text_buffer_move_mark_by_name(aGtkTextBuffer *, char *, aGtkTextIter *);
13360 extern (C) _GtkTextMark * gtk_text_buffer_get_mark(aGtkTextBuffer *, char *);
13361 extern (C) void gtk_text_buffer_delete_mark(aGtkTextBuffer *, aGtkTextMark *);
13362 extern (C) void gtk_text_buffer_move_mark(aGtkTextBuffer *, aGtkTextMark *, aGtkTextIter *);
13363 extern (C) _GtkTextMark * gtk_text_buffer_create_mark(aGtkTextBuffer *, char *, aGtkTextIter *, gint);
13364 extern (C) void gtk_text_buffer_add_mark(aGtkTextBuffer *, aGtkTextMark *, aGtkTextIter *);
13365 extern (C) _GtkTextChildAnchor * gtk_text_buffer_create_child_anchor(aGtkTextBuffer *, aGtkTextIter *);
13366 extern (C) void gtk_text_buffer_insert_child_anchor(aGtkTextBuffer *, aGtkTextIter *, aGtkTextChildAnchor *);
13367 extern (C) void gtk_text_buffer_insert_pixbuf(aGtkTextBuffer *, aGtkTextIter *, void *);
13368 extern (C) char * gtk_text_buffer_get_slice(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint);
13369 extern (C) char * gtk_text_buffer_get_text(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint);
13370 extern (C) gint gtk_text_buffer_backspace(aGtkTextBuffer *, aGtkTextIter *, gint, gint);
13371 extern (C) gint gtk_text_buffer_delete_interactive(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, gint);
13372 extern (C) void gtk_text_buffer_delete(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *);
13373 extern (C) void gtk_text_buffer_insert_with_tags_by_name(aGtkTextBuffer *, aGtkTextIter *, char *, gint, char *, ...);
13374 extern (C) void gtk_text_buffer_insert_with_tags(aGtkTextBuffer *, aGtkTextIter *, char *, gint, aGtkTextTag *, ...);
13375 extern (C) gint gtk_text_buffer_insert_range_interactive(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *, gint);
13376 extern (C) void gtk_text_buffer_insert_range(aGtkTextBuffer *, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *);
13377 extern (C) gint gtk_text_buffer_insert_interactive_at_cursor(aGtkTextBuffer *, char *, gint, gint);
13378 extern (C) gint gtk_text_buffer_insert_interactive(aGtkTextBuffer *, aGtkTextIter *, char *, gint, gint);
13379 extern (C) void gtk_text_buffer_insert_at_cursor(aGtkTextBuffer *, char *, gint);
13380 extern (C) void gtk_text_buffer_insert(aGtkTextBuffer *, aGtkTextIter *, char *, gint);
13381 extern (C) void gtk_text_buffer_set_text(aGtkTextBuffer *, in char *, gint);
13382 extern (C) _GtkTextTagTable * gtk_text_buffer_get_tag_table(aGtkTextBuffer *);
13383 extern (C) gint gtk_text_buffer_get_char_count(aGtkTextBuffer *);
13384 extern (C) gint gtk_text_buffer_get_line_count(aGtkTextBuffer *);
13385 extern (C) _GtkTextBuffer * gtk_text_buffer_new(aGtkTextTagTable *);
13386 extern (C) GType gtk_text_buffer_get_type();
13387 extern (C) gint gtk_text_mark_get_left_gravity(aGtkTextMark *);
13388 extern (C) _GtkTextBuffer * gtk_text_mark_get_buffer(aGtkTextMark *);
13389 extern (C) gint gtk_text_mark_get_deleted(aGtkTextMark *);
13390 extern (C) char * gtk_text_mark_get_name(aGtkTextMark *);
13391 extern (C) _GtkTextMark * gtk_text_mark_new(char *, gint);
13392 extern (C) gint gtk_text_mark_get_visible(aGtkTextMark *);
13393 extern (C) void gtk_text_mark_set_visible(aGtkTextMark *, gint);
13394 extern (C) GType gtk_text_mark_get_type();
13395 extern (C) void _gtk_text_tag_table_remove_buffer(aGtkTextTagTable *, void *);
13396 extern (C) void _gtk_text_tag_table_add_buffer(aGtkTextTagTable *, void *);
13397 extern (C) gint gtk_text_tag_table_get_size(aGtkTextTagTable *);
13398 extern (C) void gtk_text_tag_table_foreach(aGtkTextTagTable *, _BCD_func__9332, void *);
13399 extern (C) _GtkTextTag * gtk_text_tag_table_lookup(aGtkTextTagTable *, char *);
13400 extern (C) void gtk_text_tag_table_remove(aGtkTextTagTable *, aGtkTextTag *);
13401 extern (C) void gtk_text_tag_table_add(aGtkTextTagTable *, aGtkTextTag *);
13402 extern (C) _GtkTextTagTable * gtk_text_tag_table_new();
13403 extern (C) GType gtk_text_tag_table_get_type();
13404 extern (C) _GtkWidget * gtk_tearoff_menu_item_new();
13405 extern (C) GType gtk_tearoff_menu_item_get_type();
13406 extern (C) gint gtk_table_get_homogeneous(aGtkTable *);
13407 extern (C) void gtk_table_set_homogeneous(aGtkTable *, gint);
13408 extern (C) guint gtk_table_get_default_col_spacing(aGtkTable *);
13409 extern (C) void gtk_table_set_col_spacings(aGtkTable *, guint);
13410 extern (C) guint gtk_table_get_default_row_spacing(aGtkTable *);
13411 extern (C) void gtk_table_set_row_spacings(aGtkTable *, guint);
13412 extern (C) guint gtk_table_get_col_spacing(aGtkTable *, guint);
13413 extern (C) void gtk_table_set_col_spacing(aGtkTable *, guint, guint);
13414 extern (C) guint gtk_table_get_row_spacing(aGtkTable *, guint);
13415 extern (C) void gtk_table_set_row_spacing(aGtkTable *, guint, guint);
13416 extern (C) void gtk_table_attach_defaults(aGtkTable *, aGtkWidget *, guint, guint, guint, guint);
13417 extern (C) void gtk_table_attach(aGtkTable *, aGtkWidget *, guint, guint, guint, guint, gint, gint, guint, guint);
13418 extern (C) void gtk_table_resize(aGtkTable *, guint, guint);
13419 extern (C) _GtkWidget * gtk_table_new(guint, guint, gint);
13420 extern (C) GType gtk_table_get_type();
13421 extern (C) void gtk_stock_set_translate_func(char *, _BCD_func__12124, void *, _BCD_func__13158);
13422 extern (C) void gtk_stock_item_free(aGtkStockItem *);
13423 extern (C) _GtkStockItem * gtk_stock_item_copy(aGtkStockItem *);
13424 extern (C) _GSList * gtk_stock_list_ids();
13425 extern (C) gint gtk_stock_lookup(char *, aGtkStockItem *);
13426 extern (C) void gtk_stock_add_static(aGtkStockItem *, guint);
13427 extern (C) void gtk_stock_add(aGtkStockItem *, guint);
13428 extern (C) gint gtk_status_icon_get_geometry(aGtkStatusIcon *, _GdkScreen * *, _GdkRectangle *, gint *);
13429 extern (C) void gtk_status_icon_position_menu(aGtkMenu *, gint *, gint *, gint *, void *);
13430 extern (C) gint gtk_status_icon_is_embedded(aGtkStatusIcon *);
13431 extern (C) gint gtk_status_icon_get_blinking(aGtkStatusIcon *);
13432 extern (C) void gtk_status_icon_set_blinking(aGtkStatusIcon *, gint);
13433 extern (C) gint gtk_status_icon_get_visible(aGtkStatusIcon *);
13434 extern (C) void gtk_status_icon_set_visible(aGtkStatusIcon *, gint);
13435 extern (C) void gtk_status_icon_set_tooltip(aGtkStatusIcon *, char *);
13436 extern (C) _GdkScreen * gtk_status_icon_get_screen(aGtkStatusIcon *);
13437 extern (C) void gtk_status_icon_set_screen(aGtkStatusIcon *, _GdkScreen *);
13438 extern (C) gint gtk_status_icon_get_size(aGtkStatusIcon *);
13439 extern (C) char * gtk_status_icon_get_icon_name(aGtkStatusIcon *);
13440 extern (C) char * gtk_status_icon_get_stock(aGtkStatusIcon *);
13441 extern (C) void * gtk_status_icon_get_pixbuf(aGtkStatusIcon *);
13442 extern (C) gint gtk_status_icon_get_storage_type(aGtkStatusIcon *);
13443 extern (C) void gtk_status_icon_set_from_icon_name(aGtkStatusIcon *, char *);
13444 extern (C) void gtk_status_icon_set_from_stock(aGtkStatusIcon *, char *);
13445 extern (C) void gtk_status_icon_set_from_file(aGtkStatusIcon *, char *);
13446 extern (C) void gtk_status_icon_set_from_pixbuf(aGtkStatusIcon *, void *);
13447 extern (C) _GtkStatusIcon * gtk_status_icon_new_from_icon_name(char *);
13448 extern (C) _GtkStatusIcon * gtk_status_icon_new_from_stock(char *);
13449 extern (C) _GtkStatusIcon * gtk_status_icon_new_from_file(char *);
13450 extern (C) _GtkStatusIcon * gtk_status_icon_new_from_pixbuf(void *);
13451 extern (C) _GtkStatusIcon * gtk_status_icon_new();
13452 extern (C) GType gtk_status_icon_get_type();
13453 extern (C) gint gtk_statusbar_get_has_resize_grip(aGtkStatusbar *);
13454 extern (C) void gtk_statusbar_set_has_resize_grip(aGtkStatusbar *, gint);
13455 extern (C) void gtk_statusbar_remove(aGtkStatusbar *, guint, guint);
13456 extern (C) void gtk_statusbar_pop(aGtkStatusbar *, guint);
13457 extern (C) guint gtk_statusbar_push(aGtkStatusbar *, guint, char *);
13458 extern (C) guint gtk_statusbar_get_context_id(aGtkStatusbar *, char *);
13459 extern (C) _GtkWidget * gtk_statusbar_new();
13460 extern (C) GType gtk_statusbar_get_type();
13461 extern (C) void gtk_spin_button_update(aGtkSpinButton *);
13462 extern (C) gint gtk_spin_button_get_snap_to_ticks(aGtkSpinButton *);
13463 extern (C) void gtk_spin_button_set_snap_to_ticks(aGtkSpinButton *, gint);
13464 extern (C) gint gtk_spin_button_get_wrap(aGtkSpinButton *);
13465 extern (C) void gtk_spin_button_set_wrap(aGtkSpinButton *, gint);
13466 extern (C) void gtk_spin_button_spin(aGtkSpinButton *, gint, double);
13467 extern (C) gint gtk_spin_button_get_numeric(aGtkSpinButton *);
13468 extern (C) void gtk_spin_button_set_numeric(aGtkSpinButton *, gint);
13469 extern (C) gint gtk_spin_button_get_update_policy(aGtkSpinButton *);
13470 extern (C) void gtk_spin_button_set_update_policy(aGtkSpinButton *, gint);
13471 extern (C) void gtk_spin_button_set_value(aGtkSpinButton *, double);
13472 extern (C) gint gtk_spin_button_get_value_as_int(aGtkSpinButton *);
13473 extern (C) double gtk_spin_button_get_value(aGtkSpinButton *);
13474 extern (C) void gtk_spin_button_get_range(aGtkSpinButton *, double *, double *);
13475 extern (C) void gtk_spin_button_set_range(aGtkSpinButton *, double, double);
13476 extern (C) void gtk_spin_button_get_increments(aGtkSpinButton *, double *, double *);
13477 extern (C) void gtk_spin_button_set_increments(aGtkSpinButton *, double, double);
13478 extern (C) guint gtk_spin_button_get_digits(aGtkSpinButton *);
13479 extern (C) void gtk_spin_button_set_digits(aGtkSpinButton *, guint);
13480 extern (C) _GtkAdjustment * gtk_spin_button_get_adjustment(aGtkSpinButton *);
13481 extern (C) void gtk_spin_button_set_adjustment(aGtkSpinButton *, aGtkAdjustment *);
13482 extern (C) _GtkWidget * gtk_spin_button_new_with_range(double, double, double);
13483 extern (C) _GtkWidget * gtk_spin_button_new(aGtkAdjustment *, double, guint);
13484 extern (C) void gtk_spin_button_configure(aGtkSpinButton *, aGtkAdjustment *, double, guint);
13485 extern (C) GType gtk_spin_button_get_type();
13486 extern (C) void _gtk_size_group_queue_resize(aGtkWidget *);
13487 extern (C) void _gtk_size_group_compute_requisition(aGtkWidget *, aGtkRequisition *);
13488 extern (C) void _gtk_size_group_get_child_requisition(aGtkWidget *, aGtkRequisition *);
13489 extern (C) _GSList * gtk_size_group_get_widgets(aGtkSizeGroup *);
13490 extern (C) void gtk_size_group_remove_widget(aGtkSizeGroup *, aGtkWidget *);
13491 extern (C) void gtk_size_group_add_widget(aGtkSizeGroup *, aGtkWidget *);
13492 extern (C) gint gtk_size_group_get_ignore_hidden(aGtkSizeGroup *);
13493 extern (C) void gtk_size_group_set_ignore_hidden(aGtkSizeGroup *, gint);
13494 extern (C) gint gtk_size_group_get_mode(aGtkSizeGroup *);
13495 extern (C) void gtk_size_group_set_mode(aGtkSizeGroup *, gint);
13496 extern (C) _GtkSizeGroup * gtk_size_group_new(gint);
13497 extern (C) GType gtk_size_group_get_type();
13498 extern (C) void gtk_separator_tool_item_set_draw(aGtkSeparatorToolItem *, gint);
13499 extern (C) gint gtk_separator_tool_item_get_draw(aGtkSeparatorToolItem *);
13500 extern (C) _GtkToolItem * gtk_separator_tool_item_new();
13501 extern (C) GType gtk_separator_tool_item_get_type();
13502 extern (C) _GtkWidget * gtk_separator_menu_item_new();
13503 extern (C) GType gtk_separator_menu_item_get_type();
13504 extern (C) gint _gtk_scrolled_window_get_scrollbar_spacing(aGtkScrolledWindow *);
13505 extern (C) void gtk_scrolled_window_add_with_viewport(aGtkScrolledWindow *, aGtkWidget *);
13506 extern (C) gint gtk_scrolled_window_get_shadow_type(aGtkScrolledWindow *);
13507 extern (C) void gtk_scrolled_window_set_shadow_type(aGtkScrolledWindow *, gint);
13508 extern (C) gint gtk_scrolled_window_get_placement(aGtkScrolledWindow *);
13509 extern (C) void gtk_scrolled_window_unset_placement(aGtkScrolledWindow *);
13510 extern (C) void gtk_scrolled_window_set_placement(aGtkScrolledWindow *, gint);
13511 extern (C) void gtk_scrolled_window_get_policy(aGtkScrolledWindow *, gint *, gint *);
13512 extern (C) void gtk_scrolled_window_set_policy(aGtkScrolledWindow *, gint, gint);
13513 extern (C) _GtkWidget * gtk_scrolled_window_get_vscrollbar(aGtkScrolledWindow *);
13514 extern (C) _GtkWidget * gtk_scrolled_window_get_hscrollbar(aGtkScrolledWindow *);
13515 extern (C) void gtk_widget_set_tooltip_window(GtkWidget *, GtkWindow *);
13516 extern (C) _GtkAdjustment * gtk_scrolled_window_get_vadjustment(aGtkScrolledWindow *);
13517 extern (C) _GtkAdjustment * gtk_scrolled_window_get_hadjustment(aGtkScrolledWindow *);
13518 extern (C) void gtk_scrolled_window_set_vadjustment(aGtkScrolledWindow *, aGtkAdjustment *);
13519 extern (C) void gtk_scrolled_window_set_hadjustment(aGtkScrolledWindow *, aGtkAdjustment *);
13520 extern (C) _GtkWidget * gtk_scrolled_window_new(aGtkAdjustment *, aGtkAdjustment *);
13521 extern (C) GType gtk_scrolled_window_get_type();
13522 extern (C) gint gtk_viewport_get_shadow_type(aGtkViewport *);
13523 extern (C) void gtk_viewport_set_shadow_type(aGtkViewport *, gint);
13524 extern (C) void gtk_viewport_set_vadjustment(aGtkViewport *, aGtkAdjustment *);
13525 extern (C) void gtk_viewport_set_hadjustment(aGtkViewport *, aGtkAdjustment *);
13526 extern (C) _GtkAdjustment * gtk_viewport_get_vadjustment(aGtkViewport *);
13527 extern (C) _GtkAdjustment * gtk_viewport_get_hadjustment(aGtkViewport *);
13528 extern (C) _GtkWidget * gtk_viewport_new(aGtkAdjustment *, aGtkAdjustment *);
13529 extern (C) GType gtk_viewport_get_type();
13530 extern (C) void gtk_scale_button_set_adjustment(aGtkScaleButton *, aGtkAdjustment *);
13531 extern (C) _GtkAdjustment * gtk_scale_button_get_adjustment(aGtkScaleButton *);
13532 extern (C) void gtk_scale_button_set_value(aGtkScaleButton *, double);
13533 extern (C) double gtk_scale_button_get_value(aGtkScaleButton *);
13534 extern (C) void gtk_scale_button_set_icons(aGtkScaleButton *, char * *);
13535 extern (C) _GtkWidget * gtk_scale_button_new(gint, double, double, double, char * *);
13536 extern (C) GType gtk_scale_button_get_type();
13537 extern (C) _GtkWidget * gtk_recent_chooser_widget_new_for_manager(aGtkRecentManager *);
13538 extern (C) _GtkWidget * gtk_recent_chooser_widget_new();
13539 extern (C) GType gtk_recent_chooser_widget_get_type();
13540 extern (C) void gtk_recent_chooser_menu_set_show_numbers(aGtkRecentChooserMenu *, gint);
13541 extern (C) gint gtk_recent_chooser_menu_get_show_numbers(aGtkRecentChooserMenu *);
13542 extern (C) _GtkWidget * gtk_recent_chooser_menu_new_for_manager(aGtkRecentManager *);
13543 extern (C) _GtkWidget * gtk_recent_chooser_menu_new();
13544 extern (C) GType gtk_recent_chooser_menu_get_type();
13545 extern (C) _GtkWidget * gtk_recent_chooser_dialog_new_for_manager(char *, aGtkWindow *, aGtkRecentManager *, char *, ...);
13546 extern (C) _GtkWidget * gtk_recent_chooser_dialog_new(char *, aGtkWindow *, char *, ...);
13547 extern (C) GType gtk_recent_chooser_dialog_get_type();
13548 extern (C) void * gtk_recent_chooser_get_filter(void *);
13549 extern (C) void gtk_recent_chooser_set_filter(void *, void *);
13550 extern (C) _GSList * gtk_recent_chooser_list_filters(void *);
13551 extern (C) void gtk_recent_chooser_remove_filter(void *, void *);
13552 extern (C) void gtk_recent_chooser_add_filter(void *, void *);
13553 extern (C) char * * gtk_recent_chooser_get_uris(void *, gsize *);
13554 extern (C) _GList * gtk_recent_chooser_get_items(void *);
13555 extern (C) void gtk_recent_chooser_unselect_all(void *);
13556 extern (C) void gtk_recent_chooser_select_all(void *);
13557 extern (C) void gtk_recent_chooser_unselect_uri(void *, char *);
13558 extern (C) gint gtk_recent_chooser_select_uri(void *, char *, _GError * *);
13559 extern (C) void * gtk_recent_chooser_get_current_item(void *);
13560 extern (C) char * gtk_recent_chooser_get_current_uri(void *);
13561 extern (C) gint gtk_recent_chooser_set_current_uri(void *, char *, _GError * *);
13562 extern (C) void gtk_recent_chooser_set_sort_func(void *, _BCD_func__9605, void *, _BCD_func__13158);
13563 extern (C) gint gtk_recent_chooser_get_sort_type(void *);
13564 extern (C) void gtk_recent_chooser_set_sort_type(void *, gint);
13565 extern (C) gint gtk_recent_chooser_get_show_icons(void *);
13566 extern (C) void gtk_recent_chooser_set_show_icons(void *, gint);
13567 extern (C) gint gtk_recent_chooser_get_show_numbers(void *);
13568 extern (C) void gtk_recent_chooser_set_show_numbers(void *, gint);
13569 extern (C) gint gtk_recent_chooser_get_show_tips(void *);
13570 extern (C) void gtk_recent_chooser_set_show_tips(void *, gint);
13571 extern (C) gint gtk_recent_chooser_get_local_only(void *);
13572 extern (C) void gtk_recent_chooser_set_local_only(void *, gint);
13573 extern (C) gint gtk_recent_chooser_get_limit(void *);
13574 extern (C) void gtk_recent_chooser_set_limit(void *, gint);
13575 extern (C) gint gtk_recent_chooser_get_select_multiple(void *);
13576 extern (C) void gtk_recent_chooser_set_select_multiple(void *, gint);
13577 extern (C) gint gtk_recent_chooser_get_show_not_found(void *);
13578 extern (C) void gtk_recent_chooser_set_show_not_found(void *, gint);
13579 extern (C) gint gtk_recent_chooser_get_show_private(void *);
13580 extern (C) void gtk_recent_chooser_set_show_private(void *, gint);
13581 extern (C) GType gtk_recent_chooser_get_type();
13582 extern (C) GQuark gtk_recent_chooser_error_quark();
13583 extern (C) gint gtk_recent_filter_filter(void *, aGtkRecentFilterInfo *);
13584 extern (C) gint gtk_recent_filter_get_needed(void *);
13585 extern (C) void gtk_recent_filter_add_custom(void *, gint, _BCD_func__9607, void *, _BCD_func__13158);
13586 extern (C) void gtk_recent_filter_add_age(void *, gint);
13587 extern (C) void gtk_recent_filter_add_group(void *, char *);
13588 extern (C) void gtk_recent_filter_add_application(void *, char *);
13589 extern (C) void gtk_recent_filter_add_pixbuf_formats(void *);
13590 extern (C) void gtk_recent_filter_add_pattern(void *, char *);
13591 extern (C) void gtk_recent_filter_add_mime_type(void *, char *);
13592 extern (C) char * gtk_recent_filter_get_name(void *);
13593 extern (C) void gtk_recent_filter_set_name(void *, char *);
13594 extern (C) void * gtk_recent_filter_new();
13595 extern (C) GType gtk_recent_filter_get_type();
13596 extern (C) void gtk_recent_action_set_show_numbers(aGtkRecentAction *, gint);
13597 extern (C) gint gtk_recent_action_get_show_numbers(aGtkRecentAction *);
13598 extern (C) _GtkAction * gtk_recent_action_new_for_manager(char *, char *, char *, char *, aGtkRecentManager *);
13599 extern (C) _GtkAction * gtk_recent_action_new(char *, char *, char *, char *);
13600 extern (C) GType gtk_recent_action_get_type();
13601 extern (C) void _gtk_recent_manager_sync();
13602 extern (C) gint gtk_recent_info_match(void *, void *);
13603 extern (C) gint gtk_recent_info_exists(void *);
13604 extern (C) gint gtk_recent_info_is_local(void *);
13605 extern (C) gint gtk_recent_info_get_age(void *);
13606 extern (C) char * gtk_recent_info_get_uri_display(void *);
13607 extern (C) char * gtk_recent_info_get_short_name(void *);
13608 extern (C) void * gtk_recent_info_get_icon(void *, gint);
13609 extern (C) gint gtk_recent_info_has_group(void *, char *);
13610 extern (C) char * * gtk_recent_info_get_groups(void *, gsize *);
13611 extern (C) gint gtk_recent_info_has_application(void *, char *);
13612 extern (C) char * gtk_recent_info_last_application(void *);
13613 extern (C) char * * gtk_recent_info_get_applications(void *, gsize *);
13614 extern (C) gint gtk_recent_info_get_application_info(void *, char *, char * *, guint *, gint *);
13615 extern (C) gint gtk_recent_info_get_private_hint(void *);
13616 extern (C) gint gtk_recent_info_get_visited(void *);
13617 extern (C) gint gtk_recent_info_get_modified(void *);
13618 extern (C) gint gtk_recent_info_get_added(void *);
13619 extern (C) char * gtk_recent_info_get_mime_type(void *);
13620 extern (C) char * gtk_recent_info_get_description(void *);
13621 extern (C) char * gtk_recent_info_get_display_name(void *);
13622 extern (C) char * gtk_recent_info_get_uri(void *);
13623 extern (C) void gtk_recent_info_unref(void *);
13624 extern (C) void * gtk_recent_info_ref(void *);
13625 extern (C) GType gtk_recent_info_get_type();
13626 extern (C) gint gtk_recent_manager_purge_items(aGtkRecentManager *, _GError * *);
13627 extern (C) _GList * gtk_recent_manager_get_items(aGtkRecentManager *);
13628 extern (C) gint gtk_recent_manager_get_limit(aGtkRecentManager *);
13629 extern (C) void gtk_recent_manager_set_limit(aGtkRecentManager *, gint);
13630 extern (C) gint gtk_recent_manager_move_item(aGtkRecentManager *, char *, char *, _GError * *);
13631 extern (C) gint gtk_recent_manager_has_item(aGtkRecentManager *, char *);
13632 extern (C) void * gtk_recent_manager_lookup_item(aGtkRecentManager *, char *, _GError * *);
13633 extern (C) gint gtk_recent_manager_remove_item(aGtkRecentManager *, char *, _GError * *);
13634 extern (C) gint gtk_recent_manager_add_full(aGtkRecentManager *, char *, aGtkRecentData *);
13635 extern (C) gint gtk_recent_manager_add_item(aGtkRecentManager *, char *);
13636 extern (C) void gtk_recent_manager_set_screen(aGtkRecentManager *, _GdkScreen *);
13637 extern (C) _GtkRecentManager * gtk_recent_manager_get_for_screen(_GdkScreen *);
13638 extern (C) _GtkRecentManager * gtk_recent_manager_get_default();
13639 extern (C) _GtkRecentManager * gtk_recent_manager_new();
13640 extern (C) GType gtk_recent_manager_get_type();
13641 extern (C) GQuark gtk_recent_manager_error_quark();
13642 extern (C) void gtk_radio_tool_button_set_group(aGtkRadioToolButton *, _GSList *);
13643 extern (C) _GSList * gtk_radio_tool_button_get_group(aGtkRadioToolButton *);
13644 extern (C) _GtkToolItem * gtk_radio_tool_button_new_with_stock_from_widget(aGtkRadioToolButton *, char *);
13645 extern (C) _GtkToolItem * gtk_radio_tool_button_new_from_widget(aGtkRadioToolButton *);
13646 extern (C) _GtkToolItem * gtk_radio_tool_button_new_from_stock(_GSList *, char *);
13647 extern (C) _GtkToolItem * gtk_radio_tool_button_new(_GSList *);
13648 extern (C) GType gtk_radio_tool_button_get_type();
13649 extern (C) gint gtk_toggle_tool_button_get_active(aGtkToggleToolButton *);
13650 extern (C) void gtk_toggle_tool_button_set_active(aGtkToggleToolButton *, gint);
13651 extern (C) _GtkToolItem * gtk_toggle_tool_button_new_from_stock(char *);
13652 extern (C) _GtkToolItem * gtk_toggle_tool_button_new();
13653 extern (C) GType gtk_toggle_tool_button_get_type();
13654 extern (C) void gtk_radio_menu_item_set_group(aGtkRadioMenuItem *, _GSList *);
13655 extern (C) _GSList * gtk_radio_menu_item_get_group(aGtkRadioMenuItem *);
13656 extern (C) _GtkWidget * gtk_radio_menu_item_new_with_label_from_widget(aGtkRadioMenuItem *, char *);
13657 extern (C) _GtkWidget * gtk_radio_menu_item_new_with_mnemonic_from_widget(aGtkRadioMenuItem *, char *);
13658 extern (C) _GtkWidget * gtk_radio_menu_item_new_from_widget(aGtkRadioMenuItem *);
13659 extern (C) _GtkWidget * gtk_radio_menu_item_new_with_mnemonic(_GSList *, char *);
13660 extern (C) _GtkWidget * gtk_radio_menu_item_new_with_label(_GSList *, char *);
13661 extern (C) _GtkWidget * gtk_radio_menu_item_new(_GSList *);
13662 extern (C) GType gtk_radio_menu_item_get_type();
13663 extern (C) void gtk_radio_button_set_group(aGtkRadioButton *, _GSList *);
13664 extern (C) _GSList * gtk_radio_button_get_group(aGtkRadioButton *);
13665 extern (C) _GtkWidget * gtk_radio_button_new_with_mnemonic_from_widget(aGtkRadioButton *, char *);
13666 extern (C) _GtkWidget * gtk_radio_button_new_with_mnemonic(_GSList *, char *);
13667 extern (C) _GtkWidget * gtk_radio_button_new_with_label_from_widget(aGtkRadioButton *, char *);
13668 extern (C) _GtkWidget * gtk_radio_button_new_with_label(_GSList *, char *);
13669 extern (C) _GtkWidget * gtk_radio_button_new_from_widget(aGtkRadioButton *);
13670 extern (C) _GtkWidget * gtk_radio_button_new(_GSList *);
13671 extern (C) GType gtk_radio_button_get_type();
13672 extern (C) void gtk_radio_action_set_current_value(aGtkRadioAction *, gint);
13673 extern (C) gint gtk_radio_action_get_current_value(aGtkRadioAction *);
13674 extern (C) void gtk_radio_action_set_group(aGtkRadioAction *, _GSList *);
13675 extern (C) _GSList * gtk_radio_action_get_group(aGtkRadioAction *);
13676 extern (C) _GtkRadioAction * gtk_radio_action_new(char *, char *, char *, char *, gint);
13677 extern (C) GType gtk_radio_action_get_type();
13678 extern (C) gint gtk_toggle_action_get_draw_as_radio(aGtkToggleAction *);
13679 extern (C) void gtk_toggle_action_set_draw_as_radio(aGtkToggleAction *, gint);
13680 extern (C) gint gtk_toggle_action_get_active(aGtkToggleAction *);
13681 extern (C) void gtk_toggle_action_set_active(aGtkToggleAction *, gint);
13682 extern (C) void gtk_toggle_action_toggled(aGtkToggleAction *);
13683 extern (C) _GtkToggleAction * gtk_toggle_action_new(char *, char *, char *, char *);
13684 extern (C) GType gtk_toggle_action_get_type();
13685 extern (C) void gtk_progress_bar_update(aGtkProgressBar *, double);
13686 extern (C) void gtk_progress_bar_set_activity_blocks(aGtkProgressBar *, guint);
13687 extern (C) void gtk_progress_bar_set_activity_step(aGtkProgressBar *, guint);
13688 extern (C) void gtk_progress_bar_set_discrete_blocks(aGtkProgressBar *, guint);
13689 extern (C) void gtk_progress_bar_set_bar_style(aGtkProgressBar *, gint);
13690 extern (C) _GtkWidget * gtk_progress_bar_new_with_adjustment(aGtkAdjustment *);
13691 extern (C) gint gtk_progress_bar_get_ellipsize(aGtkProgressBar *);
13692 extern (C) void gtk_progress_bar_set_ellipsize(aGtkProgressBar *, gint);
13693 extern (C) gint gtk_progress_bar_get_orientation(aGtkProgressBar *);
13694 extern (C) double gtk_progress_bar_get_pulse_step(aGtkProgressBar *);
13695 extern (C) double gtk_progress_bar_get_fraction(aGtkProgressBar *);
13696 extern (C) char * gtk_progress_bar_get_text(aGtkProgressBar *);
13697 extern (C) void gtk_progress_bar_set_orientation(aGtkProgressBar *, gint);
13698 extern (C) void gtk_progress_bar_set_pulse_step(aGtkProgressBar *, double);
13699 extern (C) void gtk_progress_bar_set_fraction(aGtkProgressBar *, double);
13700 extern (C) void gtk_progress_bar_set_text(aGtkProgressBar *, char *);
13701 extern (C) void gtk_progress_bar_pulse(aGtkProgressBar *);
13702 extern (C) _GtkWidget * gtk_progress_bar_new();
13703 extern (C) GType gtk_progress_bar_get_type();
13704 extern (C) double gtk_progress_get_percentage_from_value(aGtkProgress *, double);
13705 extern (C) double gtk_progress_get_current_percentage(aGtkProgress *);
13706 extern (C) char * gtk_progress_get_text_from_value(aGtkProgress *, double);
13707 extern (C) char * gtk_progress_get_current_text(aGtkProgress *);
13708 extern (C) void gtk_progress_set_activity_mode(aGtkProgress *, gint);
13709 extern (C) double gtk_progress_get_value(aGtkProgress *);
13710 extern (C) void gtk_progress_set_value(aGtkProgress *, double);
13711 extern (C) void gtk_progress_set_percentage(aGtkProgress *, double);
13712 extern (C) void gtk_progress_configure(aGtkProgress *, double, double, double);
13713 extern (C) void gtk_progress_set_adjustment(aGtkProgress *, aGtkAdjustment *);
13714 extern (C) void gtk_progress_set_format_string(aGtkProgress *, char *);
13715 extern (C) void gtk_progress_set_text_alignment(aGtkProgress *, float, float);
13716 extern (C) void gtk_progress_set_show_text(aGtkProgress *, gint);
13717 extern (C) guint gtk_progress_get_type();
13718 extern (C) void gtk_print_run_page_setup_dialog_async(aGtkWindow *, void *, void *, _BCD_func__9769, void *);
13719 extern (C) void * gtk_print_run_page_setup_dialog(aGtkWindow *, void *, void *);
13720 extern (C) void gtk_print_operation_cancel(aGtkPrintOperation *);
13721 extern (C) gint gtk_print_operation_is_finished(aGtkPrintOperation *);
13722 extern (C) char * gtk_print_operation_get_status_string(aGtkPrintOperation *);
13723 extern (C) gint gtk_print_operation_get_status(aGtkPrintOperation *);
13724 extern (C) void gtk_print_operation_get_error(aGtkPrintOperation *, _GError * *);
13725 extern (C) gint gtk_print_operation_run(aGtkPrintOperation *, gint, aGtkWindow *, _GError * *);
13726 extern (C) void gtk_print_operation_set_custom_tab_label(aGtkPrintOperation *, char *);
13727 extern (C) void gtk_print_operation_set_allow_async(aGtkPrintOperation *, gint);
13728 extern (C) void gtk_print_operation_set_show_progress(aGtkPrintOperation *, gint);
13729 extern (C) void gtk_print_operation_set_track_print_status(aGtkPrintOperation *, gint);
13730 extern (C) void gtk_print_operation_set_export_filename(aGtkPrintOperation *, char *);
13731 extern (C) void gtk_print_operation_set_unit(aGtkPrintOperation *, gint);
13732 extern (C) void gtk_print_operation_set_use_full_page(aGtkPrintOperation *, gint);
13733 extern (C) void gtk_print_operation_set_current_page(aGtkPrintOperation *, gint);
13734 extern (C) void gtk_print_operation_set_n_pages(aGtkPrintOperation *, gint);
13735 extern (C) void gtk_print_operation_set_job_name(aGtkPrintOperation *, char *);
13736 extern (C) void * gtk_print_operation_get_print_settings(aGtkPrintOperation *);
13737 extern (C) void gtk_print_operation_set_print_settings(aGtkPrintOperation *, void *);
13738 extern (C) void * gtk_print_operation_get_default_page_setup(aGtkPrintOperation *);
13739 extern (C) void gtk_print_operation_set_default_page_setup(aGtkPrintOperation *, void *);
13740 extern (C) _GtkPrintOperation * gtk_print_operation_new();
13741 extern (C) GType gtk_print_operation_get_type();
13742 extern (C) GQuark gtk_print_error_quark();
13743 extern (C) gint gtk_print_operation_preview_is_selected(void *, gint);
13744 extern (C) void gtk_print_operation_preview_end_preview(void *);
13745 extern (C) void gtk_print_operation_preview_render_page(void *, gint);
13746 extern (C) GType gtk_print_operation_preview_get_type();
13747 extern (C) void gtk_print_context_set_cairo_context(void *, void *, double, double);
13748 extern (C) void * gtk_print_context_create_pango_layout(void *);
13749 extern (C) void * gtk_print_context_create_pango_context(void *);
13750 extern (C) void * gtk_print_context_get_pango_fontmap(void *);
13751 extern (C) double gtk_print_context_get_dpi_y(void *);
13752 extern (C) double gtk_print_context_get_dpi_x(void *);
13753 extern (C) double gtk_print_context_get_height(void *);
13754 extern (C) double gtk_print_context_get_width(void *);
13755 extern (C) void * gtk_print_context_get_page_setup(void *);
13756 extern (C) void * gtk_print_context_get_cairo_context(void *);
13757 extern (C) GType gtk_print_context_get_type();
13758 extern (C) void gtk_print_settings_set_output_bin(void *, char *);
13759 extern (C) char * gtk_print_settings_get_output_bin(void *);
13760 extern (C) void gtk_print_settings_set_finishings(void *, char *);
13761 extern (C) char * gtk_print_settings_get_finishings(void *);
13762 extern (C) void gtk_print_settings_set_dither(void *, char *);
13763 extern (C) char * gtk_print_settings_get_dither(void *);
13764 extern (C) void gtk_print_settings_set_media_type(void *, char *);
13765 extern (C) char * gtk_print_settings_get_media_type(void *);
13766 extern (C) void gtk_print_settings_set_default_source(void *, char *);
13767 extern (C) char * gtk_print_settings_get_default_source(void *);
13768 extern (C) void gtk_print_settings_set_page_set(void *, gint);
13769 extern (C) gint gtk_print_settings_get_page_set(void *);
13770 extern (C) void gtk_print_settings_set_page_ranges(void *, aGtkPageRange *, gint);
13771 extern (C) _GtkPageRange * gtk_print_settings_get_page_ranges(void *, gint *);
13772 extern (C) void gtk_print_settings_set_print_pages(void *, gint);
13773 extern (C) gint gtk_print_settings_get_print_pages(void *);
13774 extern (C) void gtk_print_settings_set_scale(void *, double);
13775 extern (C) double gtk_print_settings_get_scale(void *);
13776 extern (C) void gtk_print_settings_set_resolution(void *, gint);
13777 extern (C) gint gtk_print_settings_get_resolution(void *);
13778 extern (C) void gtk_print_settings_set_number_up(void *, gint);
13779 extern (C) gint gtk_print_settings_get_number_up(void *);
13780 extern (C) void gtk_print_settings_set_n_copies(void *, gint);
13781 extern (C) gint gtk_print_settings_get_n_copies(void *);
13782 extern (C) void gtk_print_settings_set_quality(void *, gint);
13783 extern (C) gint gtk_print_settings_get_quality(void *);
13784 extern (C) void gtk_print_settings_set_duplex(void *, gint);
13785 extern (C) gint gtk_print_settings_get_duplex(void *);
13786 extern (C) void gtk_print_settings_set_reverse(void *, gint);
13787 extern (C) gint gtk_print_settings_get_reverse(void *);
13788 extern (C) void gtk_print_settings_set_collate(void *, gint);
13789 extern (C) gint gtk_print_settings_get_collate(void *);
13790 extern (C) void gtk_print_settings_set_use_color(void *, gint);
13791 extern (C) gint gtk_print_settings_get_use_color(void *);
13792 extern (C) void gtk_print_settings_set_paper_height(void *, double, gint);
13793 extern (C) double gtk_print_settings_get_paper_height(void *, gint);
13794 extern (C) void gtk_print_settings_set_paper_width(void *, double, gint);
13795 extern (C) double gtk_print_settings_get_paper_width(void *, gint);
13796 extern (C) void gtk_print_settings_set_paper_size(void *, void *);
13797 extern (C) void * gtk_print_settings_get_paper_size(void *);
13798 extern (C) void gtk_print_settings_set_orientation(void *, gint);
13799 extern (C) gint gtk_print_settings_get_orientation(void *);
13800 extern (C) void gtk_print_settings_set_printer(void *, char *);
13801 extern (C) char * gtk_print_settings_get_printer(void *);
13802 extern (C) void gtk_print_settings_set_int(void *, char *, gint);
13803 extern (C) gint gtk_print_settings_get_int_with_default(void *, char *, gint);
13804 extern (C) gint gtk_print_settings_get_int(void *, char *);
13805 extern (C) void gtk_print_settings_set_length(void *, char *, double, gint);
13806 extern (C) double gtk_print_settings_get_length(void *, char *, gint);
13807 extern (C) void gtk_print_settings_set_double(void *, char *, double);
13808 extern (C) double gtk_print_settings_get_double_with_default(void *, char *, double);
13809 extern (C) double gtk_print_settings_get_double(void *, char *);
13810 extern (C) void gtk_print_settings_set_bool(void *, char *, gint);
13811 extern (C) gint gtk_print_settings_get_bool(void *, char *);
13812 extern (C) void gtk_print_settings_foreach(void *, _BCD_func__9823, void *);
13813 extern (C) void gtk_print_settings_unset(void *, char *);
13814 extern (C) void gtk_print_settings_set(void *, in char *, in char *);
13815 extern (C) char * gtk_print_settings_get(void *, in char *);
13816 extern (C) gint gtk_print_settings_has_key(void *, char *);
13817 extern (C) void gtk_print_settings_to_key_file(void *, void *, char *);
13818 extern (C) void * gtk_print_settings_new_from_key_file(void *, char *, _GError * *);
13819 extern (C) gint gtk_print_settings_to_file(void *, char *, _GError * *);
13820 extern (C) void * gtk_print_settings_new_from_file(char *, _GError * *);
13821 extern (C) void * gtk_print_settings_copy(void *);
13822 extern (C) void * gtk_print_settings_new();
13823 extern (C) GType gtk_print_settings_get_type();
13824 extern (C) void gtk_page_setup_to_key_file(void *, void *, char *);
13825 extern (C) void * gtk_page_setup_new_from_key_file(void *, char *, _GError * *);
13826 extern (C) gint gtk_page_setup_to_file(void *, char *, _GError * *);
13827 extern (C) void * gtk_page_setup_new_from_file(char *, _GError * *);
13828 extern (C) double gtk_page_setup_get_page_height(void *, gint);
13829 extern (C) double gtk_page_setup_get_page_width(void *, gint);
13830 extern (C) double gtk_page_setup_get_paper_height(void *, gint);
13831 extern (C) double gtk_page_setup_get_paper_width(void *, gint);
13832 extern (C) void gtk_page_setup_set_paper_size_and_default_margins(void *, void *);
13833 extern (C) void gtk_page_setup_set_right_margin(void *, double, gint);
13834 extern (C) double gtk_page_setup_get_right_margin(void *, gint);
13835 extern (C) void gtk_page_setup_set_left_margin(void *, double, gint);
13836 extern (C) double gtk_page_setup_get_left_margin(void *, gint);
13837 extern (C) void gtk_page_setup_set_bottom_margin(void *, double, gint);
13838 extern (C) double gtk_page_setup_get_bottom_margin(void *, gint);
13839 extern (C) void gtk_page_setup_set_top_margin(void *, double, gint);
13840 extern (C) double gtk_page_setup_get_top_margin(void *, gint);
13841 extern (C) void gtk_page_setup_set_paper_size(void *, void *);
13842 extern (C) void * gtk_page_setup_get_paper_size(void *);
13843 extern (C) void gtk_page_setup_set_orientation(void *, gint);
13844 extern (C) gint gtk_page_setup_get_orientation(void *);
13845 extern (C) void * gtk_page_setup_copy(void *);
13846 extern (C) void * gtk_page_setup_new();
13847 extern (C) GType gtk_page_setup_get_type();
13848 extern (C) void gtk_paper_size_to_key_file(void *, void *, char *);
13849 extern (C) void * gtk_paper_size_new_from_key_file(void *, char *, _GError * *);
13850 extern (C) char * gtk_paper_size_get_default();
13851 extern (C) double gtk_paper_size_get_default_right_margin(void *, gint);
13852 extern (C) double gtk_paper_size_get_default_left_margin(void *, gint);
13853 extern (C) double gtk_paper_size_get_default_bottom_margin(void *, gint);
13854 extern (C) double gtk_paper_size_get_default_top_margin(void *, gint);
13855 extern (C) void gtk_paper_size_set_size(void *, double, double, gint);
13856 extern (C) gint gtk_paper_size_is_custom(void *);
13857 extern (C) double gtk_paper_size_get_height(void *, gint);
13858 extern (C) double gtk_paper_size_get_width(void *, gint);
13859 extern (C) char * gtk_paper_size_get_ppd_name(void *);
13860 extern (C) char * gtk_paper_size_get_display_name(void *);
13861 extern (C) char * gtk_paper_size_get_name(void *);
13862 extern (C) _GList * gtk_paper_size_get_paper_sizes(gint);
13863 extern (C) gint gtk_paper_size_is_equal(void *, void *);
13864 extern (C) void gtk_paper_size_free(void *);
13865 extern (C) void * gtk_paper_size_copy(void *);
13866 extern (C) void * gtk_paper_size_new_custom(in char *, in char *, double, double, gint);
13867 extern (C) void * gtk_paper_size_new_from_ppd(in char *, in char *, double, double);
13868 extern (C) void * gtk_paper_size_new(in char *);
13869 extern (C) GType gtk_paper_size_get_type();
13870 extern (C) void gtk_preview_reset();
13871 extern (C) _GtkPreviewInfo * gtk_preview_get_info();
13872 extern (C) _GdkColormap * gtk_preview_get_cmap();
13873 extern (C) _GdkVisual * gtk_preview_get_visual();
13874 extern (C) void gtk_preview_set_dither(aGtkPreview *, gint);
13875 extern (C) void gtk_preview_set_reserved(gint);
13876 extern (C) void gtk_preview_set_install_cmap(gint);
13877 extern (C) void gtk_preview_set_color_cube(guint, guint, guint, guint);
13878 extern (C) void gtk_preview_set_gamma(double);
13879 extern (C) void gtk_preview_set_expand(aGtkPreview *, gint);
13880 extern (C) void gtk_preview_draw_row(aGtkPreview *, char *, gint, gint, gint);
13881 extern (C) void gtk_preview_put(aGtkPreview *, _GdkDrawable *, _GdkGC *, gint, gint, gint, gint, gint, gint);
13882 extern (C) void gtk_preview_size(aGtkPreview *, gint, gint);
13883 extern (C) _GtkWidget * gtk_preview_new(gint);
13884 extern (C) void gtk_preview_uninit();
13885 extern (C) guint gtk_preview_get_type();
13886 extern (C) void _gtk_plug_remove_from_socket(aGtkPlug *, aGtkSocket *);
13887 extern (C) void _gtk_plug_add_to_socket(aGtkPlug *, aGtkSocket *);
13888 extern (C) guint gtk_plug_get_id(aGtkPlug *);
13889 extern (C) _GtkWidget * gtk_plug_new_for_display(_GdkDisplay *, guint);
13890 extern (C) void gtk_plug_construct_for_display(aGtkPlug *, _GdkDisplay *, guint);
13891 extern (C) _GtkWidget * gtk_plug_new(GdkNativeWindow);
13892 extern (C) void gtk_plug_construct(aGtkPlug *, guint);
13893 extern (C) GType gtk_plug_get_type();
13894 extern (C) void gtk_socket_steal(aGtkSocket *, guint);
13895 extern (C) guint gtk_socket_get_id(aGtkSocket *);
13896 extern (C) void gtk_socket_add_id(aGtkSocket *, guint);
13897 extern (C) _GtkWidget * gtk_socket_new();
13898 extern (C) GType gtk_socket_get_type();
13899 extern (C) void gtk_pixmap_set_build_insensitive(aGtkPixmap *, gint);
13900 extern (C) void gtk_pixmap_get(aGtkPixmap *, _GdkDrawable * *, _GdkDrawable * *);
13901 extern (C) void gtk_pixmap_set(aGtkPixmap *, _GdkDrawable *, _GdkDrawable *);
13902 extern (C) _GtkWidget * gtk_pixmap_new(_GdkDrawable *, _GdkDrawable *);
13903 extern (C) guint gtk_pixmap_get_type();
13904 extern (C) void gtk_option_menu_set_history(aGtkOptionMenu *, guint);
13905 extern (C) gint gtk_option_menu_get_history(aGtkOptionMenu *);
13906 extern (C) void gtk_option_menu_remove_menu(aGtkOptionMenu *);
13907 extern (C) void gtk_option_menu_set_menu(aGtkOptionMenu *, aGtkWidget *);
13908 extern (C) _GtkWidget * gtk_option_menu_get_menu(aGtkOptionMenu *);
13909 extern (C) _GtkWidget * gtk_option_menu_new();
13910 extern (C) guint gtk_option_menu_get_type();
13911 extern (C) void gtk_old_editable_changed(aGtkOldEditable *);
13912 extern (C) void gtk_old_editable_claim_selection(aGtkOldEditable *, gint, guint);
13913 extern (C) guint gtk_old_editable_get_type();
13914 extern (C) void gtk_notebook_set_tab_detachable(aGtkNotebook *, aGtkWidget *, gint);
13915 extern (C) gint gtk_notebook_get_tab_detachable(aGtkNotebook *, aGtkWidget *);
13916 extern (C) void gtk_notebook_set_tab_reorderable(aGtkNotebook *, aGtkWidget *, gint);
13917 extern (C) gint gtk_notebook_get_tab_reorderable(aGtkNotebook *, aGtkWidget *);
13918 extern (C) void gtk_notebook_reorder_child(aGtkNotebook *, aGtkWidget *, gint);
13919 extern (C) void gtk_notebook_set_tab_label_packing(aGtkNotebook *, aGtkWidget *, gint, gint, gint);
13920 extern (C) void gtk_notebook_query_tab_label_packing(aGtkNotebook *, aGtkWidget *, gint *, gint *, gint *);
13921 extern (C) char * gtk_notebook_get_menu_label_text(aGtkNotebook *, aGtkWidget *);
13922 extern (C) void gtk_notebook_set_menu_label_text(aGtkNotebook *, aGtkWidget *, char *);
13923 extern (C) void gtk_notebook_set_menu_label(aGtkNotebook *, aGtkWidget *, aGtkWidget *);
13924 extern (C) _GtkWidget * gtk_notebook_get_menu_label(aGtkNotebook *, aGtkWidget *);
13925 extern (C) char * gtk_notebook_get_tab_label_text(aGtkNotebook *, aGtkWidget *);
13926 extern (C) void gtk_notebook_set_tab_label_text(aGtkNotebook *, aGtkWidget *, char *);
13927 extern (C) void gtk_notebook_set_tab_label(aGtkNotebook *, aGtkWidget *, aGtkWidget *);
13928 extern (C) _GtkWidget * gtk_notebook_get_tab_label(aGtkNotebook *, aGtkWidget *);
13929 extern (C) void gtk_notebook_popup_disable(aGtkNotebook *);
13930 extern (C) void gtk_notebook_popup_enable(aGtkNotebook *);
13931 extern (C) gint gtk_notebook_get_scrollable(aGtkNotebook *);
13932 extern (C) void gtk_notebook_set_scrollable(aGtkNotebook *, gint);
13933 extern (C) void gtk_notebook_set_tab_vborder(aGtkNotebook *, guint);
13934 extern (C) void gtk_notebook_set_tab_hborder(aGtkNotebook *, guint);
13935 extern (C) void gtk_notebook_set_tab_border(aGtkNotebook *, guint);
13936 extern (C) void gtk_notebook_set_homogeneous_tabs(aGtkNotebook *, gint);
13937 extern (C) gint gtk_notebook_get_tab_pos(aGtkNotebook *);
13938 extern (C) void gtk_notebook_set_tab_pos(aGtkNotebook *, gint);
13939 extern (C) gint gtk_notebook_get_show_tabs(aGtkNotebook *);
13940 extern (C) void gtk_notebook_set_show_tabs(aGtkNotebook *, gint);
13941 extern (C) gint gtk_notebook_get_show_border(aGtkNotebook *);
13942 extern (C) void gtk_notebook_set_show_border(aGtkNotebook *, gint);
13943 extern (C) void gtk_notebook_prev_page(aGtkNotebook *);
13944 extern (C) void gtk_notebook_next_page(aGtkNotebook *);
13945 extern (C) void gtk_notebook_set_current_page(aGtkNotebook *, gint);
13946 extern (C) gint gtk_notebook_page_num(aGtkNotebook *, aGtkWidget *);
13947 extern (C) gint gtk_notebook_get_n_pages(aGtkNotebook *);
13948 extern (C) _GtkWidget * gtk_notebook_get_nth_page(aGtkNotebook *, gint);
13949 extern (C) gint gtk_notebook_get_current_page(aGtkNotebook *);
13950 extern (C) void * gtk_notebook_get_group(aGtkNotebook *);
13951 extern (C) void gtk_notebook_set_group(aGtkNotebook *, void *);
13952 extern (C) gint gtk_notebook_get_group_id(aGtkNotebook *);
13953 extern (C) void gtk_notebook_set_group_id(aGtkNotebook *, gint);
13954 extern (C) void gtk_notebook_set_window_creation_hook(_BCD_func__9964, void *, _BCD_func__13158);
13955 extern (C) void gtk_notebook_remove_page(aGtkNotebook *, gint);
13956 extern (C) gint gtk_notebook_insert_page_menu(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *, gint);
13957 extern (C) gint gtk_notebook_insert_page(aGtkNotebook *, aGtkWidget *, aGtkWidget *, gint);
13958 extern (C) gint gtk_notebook_prepend_page_menu(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *);
13959 extern (C) gint gtk_notebook_prepend_page(aGtkNotebook *, aGtkWidget *, aGtkWidget *);
13960 extern (C) gint gtk_notebook_append_page_menu(aGtkNotebook *, aGtkWidget *, aGtkWidget *, aGtkWidget *);
13961 extern (C) gint gtk_notebook_append_page(aGtkNotebook *, aGtkWidget *, aGtkWidget *);
13962 extern (C) _GtkWidget * gtk_notebook_new();
13963 extern (C) GType gtk_notebook_get_type();
13964 extern (C) void _gtk_modules_settings_changed(aGtkSettings *, char *);
13965 extern (C) void _gtk_modules_init(gint *, char * * *, char *);
13966 extern (C) char * * _gtk_get_module_path(char *);
13967 extern (C) char * _gtk_find_module(char *, char *);
13968 extern (C) void gtk_message_dialog_format_secondary_markup(aGtkMessageDialog *, char *, ...);
13969 extern (C) void gtk_message_dialog_format_secondary_text(aGtkMessageDialog *, char *, ...);
13970 extern (C) void gtk_message_dialog_set_markup(aGtkMessageDialog *, char *);
13971 extern (C) void gtk_message_dialog_set_image(aGtkMessageDialog *, aGtkWidget *);
13972 extern (C) _GtkWidget * gtk_message_dialog_new_with_markup(aGtkWindow *, gint, gint, gint, char *, ...);
13973 extern (C) _GtkWidget * gtk_message_dialog_new(aGtkWindow *, gint, gint, gint, char *, ...);
13974 extern (C) GType gtk_message_dialog_get_type();
13975 extern (C) void gtk_menu_tool_button_set_arrow_tooltip_markup(aGtkMenuToolButton *, char *);
13976 extern (C) void gtk_menu_tool_button_set_arrow_tooltip_text(aGtkMenuToolButton *, char *);
13977 extern (C) void gtk_menu_tool_button_set_arrow_tooltip(aGtkMenuToolButton *, aGtkTooltips *, char *, char *);
13978 extern (C) _GtkWidget * gtk_menu_tool_button_get_menu(aGtkMenuToolButton *);
13979 extern (C) void gtk_menu_tool_button_set_menu(aGtkMenuToolButton *, aGtkWidget *);
13980 extern (C) _GtkToolItem * gtk_menu_tool_button_new_from_stock(char *);
13981 extern (C) _GtkToolItem * gtk_menu_tool_button_new(aGtkWidget *, char *);
13982 extern (C) GType gtk_menu_tool_button_get_type();
13983 extern (C) _GtkWidget * _gtk_tool_button_get_button(aGtkToolButton *);
13984 extern (C) _GtkWidget * gtk_tool_button_get_label_widget(aGtkToolButton *);
13985 extern (C) void gtk_tool_button_set_label_widget(aGtkToolButton *, aGtkWidget *);
13986 extern (C) _GtkWidget * gtk_tool_button_get_icon_widget(aGtkToolButton *);
13987 extern (C) void gtk_tool_button_set_icon_widget(aGtkToolButton *, aGtkWidget *);
13988 extern (C) char * gtk_tool_button_get_icon_name(aGtkToolButton *);
13989 extern (C) void gtk_tool_button_set_icon_name(aGtkToolButton *, char *);
13990 extern (C) char * gtk_tool_button_get_stock_id(aGtkToolButton *);
13991 extern (C) void gtk_tool_button_set_stock_id(aGtkToolButton *, char *);
13992 extern (C) gint gtk_tool_button_get_use_underline(aGtkToolButton *);
13993 extern (C) void gtk_tool_button_set_use_underline(aGtkToolButton *, gint);
13994 extern (C) char * gtk_tool_button_get_label(aGtkToolButton *);
13995 extern (C) void gtk_tool_button_set_label(aGtkToolButton *, char *);
13996 extern (C) _GtkToolItem * gtk_tool_button_new_from_stock(char *);
13997 extern (C) _GtkToolItem * gtk_tool_button_new(aGtkWidget *, char *);
13998 extern (C) GType gtk_tool_button_get_type();
13999 extern (C) void _gtk_tool_item_toolbar_reconfigured(aGtkToolItem *);
14000 extern (C) void gtk_tool_item_rebuild_menu(aGtkToolItem *);
14001 extern (C) void gtk_tool_item_set_proxy_menu_item(aGtkToolItem *, char *, aGtkWidget *);
14002 extern (C) _GtkWidget * gtk_tool_item_get_proxy_menu_item(aGtkToolItem *, char *);
14003 extern (C) _GtkWidget * gtk_tool_item_retrieve_proxy_menu_item(aGtkToolItem *);
14004 extern (C) gint gtk_tool_item_get_relief_style(aGtkToolItem *);
14005 extern (C) gint gtk_tool_item_get_toolbar_style(aGtkToolItem *);
14006 extern (C) gint gtk_tool_item_get_orientation(aGtkToolItem *);
14007 extern (C) gint gtk_tool_item_get_icon_size(aGtkToolItem *);
14008 extern (C) void gtk_tool_item_set_is_important(aGtkToolItem *, gint);
14009 extern (C) gint gtk_tool_item_get_is_important(aGtkToolItem *);
14010 extern (C) gint gtk_tool_item_get_visible_vertical(aGtkToolItem *);
14011 extern (C) void gtk_tool_item_set_visible_vertical(aGtkToolItem *, gint);
14012 extern (C) gint gtk_tool_item_get_visible_horizontal(aGtkToolItem *);
14013 extern (C) void gtk_tool_item_set_visible_horizontal(aGtkToolItem *, gint);
14014 extern (C) gint gtk_tool_item_get_use_drag_window(aGtkToolItem *);
14015 extern (C) void gtk_tool_item_set_use_drag_window(aGtkToolItem *, gint);
14016 extern (C) void gtk_tool_item_set_tooltip_markup(aGtkToolItem *, char *);
14017 extern (C) void gtk_tool_item_set_tooltip_text(aGtkToolItem *, char *);
14018 extern (C) void gtk_tool_item_set_tooltip(aGtkToolItem *, aGtkTooltips *, char *, char *);
14019 extern (C) gint gtk_tool_item_get_expand(aGtkToolItem *);
14020 extern (C) void gtk_tool_item_set_expand(aGtkToolItem *, gint);
14021 extern (C) gint gtk_tool_item_get_homogeneous(aGtkToolItem *);
14022 extern (C) void gtk_tool_item_set_homogeneous(aGtkToolItem *, gint);
14023 extern (C) _GtkToolItem * gtk_tool_item_new();
14024 extern (C) GType gtk_tool_item_get_type();
14025 extern (C) gint gtk_tooltips_get_info_from_tip_window(aGtkWindow *, _GtkTooltips * *, _GtkWidget * *);
14026 extern (C) void gtk_tooltips_force_window(aGtkTooltips *);
14027 extern (C) _GtkTooltipsData * gtk_tooltips_data_get(aGtkWidget *);
14028 extern (C) void gtk_tooltips_set_tip(aGtkTooltips *, aGtkWidget *, char *, char *);
14029 extern (C) void gtk_tooltips_set_delay(aGtkTooltips *, guint);
14030 extern (C) void gtk_tooltips_disable(aGtkTooltips *);
14031 extern (C) void gtk_tooltips_enable(aGtkTooltips *);
14032 extern (C) _GtkTooltips * gtk_tooltips_new();
14033 extern (C) guint gtk_tooltips_get_type();
14034 extern (C) void _gtk_menu_bar_cycle_focus(aGtkMenuBar *, gint);
14035 extern (C) void gtk_menu_bar_set_child_pack_direction(aGtkMenuBar *, gint);
14036 extern (C) gint gtk_menu_bar_get_child_pack_direction(aGtkMenuBar *);
14037 extern (C) void gtk_menu_bar_set_pack_direction(aGtkMenuBar *, gint);
14038 extern (C) gint gtk_menu_bar_get_pack_direction(aGtkMenuBar *);
14039 extern (C) _GtkWidget * gtk_menu_bar_new();
14040 extern (C) GType gtk_menu_bar_get_type();
14041 extern (C) char * _gtk_get_lc_ctype();
14042 extern (C) gint _gtk_boolean_handled_accumulator(_GSignalInvocationHint *, _GValue *, _GValue *, void *);
14043 extern (C) void gtk_propagate_event(aGtkWidget *, _GdkEvent *);
14044 extern (C) _GtkWidget * gtk_get_event_widget(_GdkEvent *);
14045 extern (C) gint gtk_get_current_event_state(gint *);
14046 extern (C) guint32 gtk_get_current_event_time();
14047 extern (C) _GdkEvent * gtk_get_current_event();
14048 extern (C) void gtk_key_snooper_remove(guint);
14049 extern (C) guint gtk_key_snooper_install(_BCD_func__10115, void *);
14050 extern (C) void gtk_input_remove(guint);
14051 extern (C) guint gtk_input_add_full(gint, gint, _BCD_func__13745, _BCD_func__13157, void *, _BCD_func__13158);
14052 extern (C) void gtk_idle_remove_by_data(void *);
14053 extern (C) void gtk_idle_remove(guint);
14054 extern (C) guint gtk_idle_add_full(gint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158);
14055 extern (C) guint gtk_idle_add_priority(gint, _BCD_func__12884, void *);
14056 extern (C) guint gtk_idle_add(_BCD_func__12884, void *);
14057 extern (C) void gtk_timeout_remove(guint);
14058 extern (C) guint gtk_timeout_add_full(guint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158);
14059 extern (C) guint gtk_timeout_add(guint, _BCD_func__12884, void *);
14060 extern (C) void gtk_quit_remove_by_data(void *);
14061 extern (C) void gtk_quit_remove(guint);
14062 extern (C) guint gtk_quit_add_full(guint, _BCD_func__12884, _BCD_func__13157, void *, _BCD_func__13158);
14063 extern (C) guint gtk_quit_add(guint, _BCD_func__12884, void *);
14064 extern (C) void gtk_quit_add_destroy(guint, aGtkObject *);
14065 extern (C) void gtk_init_add(_BCD_func__12884, void *);
14066 extern (C) void gtk_grab_remove(aGtkWidget *);
14067 extern (C) _GtkWidget * gtk_grab_get_current();
14068 extern (C) void gtk_grab_add(aGtkWidget *);
14069 extern (C) gint gtk_false();
14070 extern (C) gint gtk_true();
14071 extern (C) gint gtk_main_iteration_do(gint);
14072 extern (C) gint gtk_main_iteration();
14073 extern (C) void gtk_main_quit();
14074 extern (C) guint gtk_main_level();
14075 extern (C) void gtk_main();
14076 extern (C) void gtk_main_do_event(_GdkEvent *);
14077 extern (C) gint gtk_events_pending();
14078 extern (C) void * gtk_get_default_language();
14079 extern (C) char * gtk_set_locale();
14080 extern (C) void gtk_disable_setlocale();
14081 extern (C) void gtk_exit(gint);
14082 extern (C) void * gtk_get_option_group(gint);
14083 extern (C) gint gtk_init_with_args(gint *, char * * *, char *, _GOptionEntry *, char *, _GError * *);
14084 extern (C) gint gtk_init_check(gint *, in char * * *);
14085 extern (C) void gtk_init(gint *, char * * *);
14086 extern (C) gint gtk_parse_args(gint *, char * * *);
14087 extern (C) char * gtk_check_version(guint, guint, guint);
14088 mixin(gshared!(
14089 "extern (C) extern guint gtk_interface_age;
14090 extern (C) extern guint gtk_binary_age;
14091 extern (C) extern guint gtk_micro_version;
14092 extern (C) extern guint gtk_minor_version;
14093 extern (C) extern guint gtk_major_version;"
14094 ));
14095 extern (C) void gtk_list_end_drag_selection(aGtkList *);
14096 extern (C) void gtk_list_undo_selection(aGtkList *);
14097 extern (C) void gtk_list_toggle_row(aGtkList *, aGtkWidget *);
14098 extern (C) void gtk_list_toggle_focus_row(aGtkList *);
14099 extern (C) void gtk_list_toggle_add_mode(aGtkList *);
14100 extern (C) void gtk_list_scroll_vertical(aGtkList *, gint, float);
14101 extern (C) void gtk_list_scroll_horizontal(aGtkList *, gint, float);
14102 extern (C) void gtk_list_unselect_all(aGtkList *);
14103 extern (C) void gtk_list_select_all(aGtkList *);
14104 extern (C) void gtk_list_end_selection(aGtkList *);
14105 extern (C) void gtk_list_start_selection(aGtkList *);
14106 extern (C) void gtk_list_extend_selection(aGtkList *, gint, float, gint);
14107 extern (C) void gtk_list_set_selection_mode(aGtkList *, gint);
14108 extern (C) gint gtk_list_child_position(aGtkList *, aGtkWidget *);
14109 extern (C) void gtk_list_unselect_child(aGtkList *, aGtkWidget *);
14110 extern (C) void gtk_list_select_child(aGtkList *, aGtkWidget *);
14111 extern (C) void gtk_list_unselect_item(aGtkList *, gint);
14112 extern (C) void gtk_list_select_item(aGtkList *, gint);
14113 extern (C) void gtk_list_clear_items(aGtkList *, gint, gint);
14114 extern (C) void gtk_list_remove_items_no_unref(aGtkList *, _GList *);
14115 extern (C) void gtk_list_remove_items(aGtkList *, _GList *);
14116 extern (C) void gtk_list_prepend_items(aGtkList *, _GList *);
14117 extern (C) void gtk_list_append_items(aGtkList *, _GList *);
14118 extern (C) void gtk_list_insert_items(aGtkList *, _GList *, gint);
14119 extern (C) _GtkWidget * gtk_list_new();
14120 extern (C) guint gtk_list_get_type();
14121 extern (C) void gtk_list_item_deselect(aGtkListItem *);
14122 extern (C) void gtk_list_item_select(aGtkListItem *);
14123 extern (C) _GtkWidget * gtk_list_item_new_with_label(char *);
14124 extern (C) _GtkWidget * gtk_list_item_new();
14125 extern (C) guint gtk_list_item_get_type();
14126 extern (C) _BCD_func__10158 gtk_link_button_set_uri_hook(_BCD_func__10158, void *, _BCD_func__13158);
14127 extern (C) void gtk_link_button_set_uri(aGtkLinkButton *, char *);
14128 extern (C) char * gtk_link_button_get_uri(aGtkLinkButton *);
14129 extern (C) _GtkWidget * gtk_link_button_new_with_label(char *, char *);
14130 extern (C) _GtkWidget * gtk_link_button_new(char *);
14131 extern (C) GType gtk_link_button_get_type();
14132 extern (C) void gtk_layout_thaw(aGtkLayout *);
14133 extern (C) void gtk_layout_freeze(aGtkLayout *);
14134 extern (C) void gtk_layout_set_vadjustment(aGtkLayout *, aGtkAdjustment *);
14135 extern (C) void gtk_layout_set_hadjustment(aGtkLayout *, aGtkAdjustment *);
14136 extern (C) _GtkAdjustment * gtk_layout_get_vadjustment(aGtkLayout *);
14137 extern (C) _GtkAdjustment * gtk_layout_get_hadjustment(aGtkLayout *);
14138 extern (C) void gtk_layout_get_size(aGtkLayout *, guint *, guint *);
14139 extern (C) void gtk_layout_set_size(aGtkLayout *, guint, guint);
14140 extern (C) void gtk_layout_move(aGtkLayout *, aGtkWidget *, gint, gint);
14141 extern (C) void gtk_layout_put(aGtkLayout *, aGtkWidget *, gint, gint);
14142 extern (C) _GtkWidget * gtk_layout_new(aGtkAdjustment *, aGtkAdjustment *);
14143 extern (C) GType gtk_layout_get_type();
14144 extern (C) _GdkScreen * gtk_invisible_get_screen(aGtkInvisible *);
14145 extern (C) void gtk_invisible_set_screen(aGtkInvisible *, _GdkScreen *);
14146 extern (C) _GtkWidget * gtk_invisible_new_for_screen(_GdkScreen *);
14147 extern (C) _GtkWidget * gtk_invisible_new();
14148 extern (C) GType gtk_invisible_get_type();
14149 extern (C) _GtkWidget * gtk_input_dialog_new();
14150 extern (C) guint gtk_input_dialog_get_type();
14151 extern (C) void gtk_im_multicontext_append_menuitems(aGtkIMMulticontext *, aGtkMenuShell *);
14152 extern (C) _GtkIMContext * gtk_im_multicontext_new();
14153 extern (C) GType gtk_im_multicontext_get_type();
14154 extern (C) void gtk_im_context_simple_add_table(aGtkIMContextSimple *, ushort *, gint, gint);
14155 extern (C) _GtkIMContext * gtk_im_context_simple_new();
14156 extern (C) GType gtk_im_context_simple_get_type();
14157 extern (C) _GtkWidget * gtk_image_menu_item_get_image(aGtkImageMenuItem *);
14158 extern (C) void gtk_image_menu_item_set_image(aGtkImageMenuItem *, aGtkWidget *);
14159 extern (C) _GtkWidget * gtk_image_menu_item_new_from_stock(char *, aGtkAccelGroup *);
14160 extern (C) _GtkWidget * gtk_image_menu_item_new_with_mnemonic(char *);
14161 extern (C) _GtkWidget * gtk_image_menu_item_new_with_label(char *);
14162 extern (C) _GtkWidget * gtk_image_menu_item_new();
14163 extern (C) GType gtk_image_menu_item_get_type();
14164 extern (C) gint gtk_icon_view_get_tooltip_column(aGtkIconView *);
14165 extern (C) void gtk_icon_view_set_tooltip_column(aGtkIconView *, gint);
14166 extern (C) gint gtk_icon_view_get_tooltip_context(aGtkIconView *, gint *, gint *, gint, void * *, void * *, aGtkTreeIter *);
14167 extern (C) void gtk_icon_view_set_tooltip_cell(aGtkIconView *, void *, void *, aGtkCellRenderer *);
14168 extern (C) void gtk_icon_view_set_tooltip_item(aGtkIconView *, void *, void *);
14169 extern (C) void gtk_icon_view_convert_widget_to_bin_window_coords(aGtkIconView *, gint, gint, gint *, gint *);
14170 extern (C) _GdkDrawable * gtk_icon_view_create_drag_icon(aGtkIconView *, void *);
14171 extern (C) gint gtk_icon_view_get_dest_item_at_pos(aGtkIconView *, gint, gint, void * *, gint *);
14172 extern (C) void gtk_icon_view_get_drag_dest_item(aGtkIconView *, void * *, gint *);
14173 extern (C) void gtk_icon_view_set_drag_dest_item(aGtkIconView *, void *, gint);
14174 extern (C) gint gtk_icon_view_get_reorderable(aGtkIconView *);
14175 extern (C) void gtk_icon_view_set_reorderable(aGtkIconView *, gint);
14176 extern (C) void gtk_icon_view_unset_model_drag_dest(aGtkIconView *);
14177 extern (C) void gtk_icon_view_unset_model_drag_source(aGtkIconView *);
14178 extern (C) void gtk_icon_view_enable_model_drag_dest(aGtkIconView *, aGtkTargetEntry *, gint, gint);
14179 extern (C) void gtk_icon_view_enable_model_drag_source(aGtkIconView *, gint, aGtkTargetEntry *, gint, gint);
14180 extern (C) void gtk_icon_view_scroll_to_path(aGtkIconView *, void *, gint, float, float);
14181 extern (C) gint gtk_icon_view_get_cursor(aGtkIconView *, void * *, _GtkCellRenderer * *);
14182 extern (C) void gtk_icon_view_set_cursor(aGtkIconView *, void *, aGtkCellRenderer *, gint);
14183 extern (C) void gtk_icon_view_item_activated(aGtkIconView *, void *);
14184 extern (C) void gtk_icon_view_unselect_all(aGtkIconView *);
14185 extern (C) void gtk_icon_view_select_all(aGtkIconView *);
14186 extern (C) _GList * gtk_icon_view_get_selected_items(aGtkIconView *);
14187 extern (C) gint gtk_icon_view_path_is_selected(aGtkIconView *, void *);
14188 extern (C) void gtk_icon_view_unselect_path(aGtkIconView *, void *);
14189 extern (C) void gtk_icon_view_select_path(aGtkIconView *, void *);
14190 extern (C) gint gtk_icon_view_get_selection_mode(aGtkIconView *);
14191 extern (C) void gtk_icon_view_set_selection_mode(aGtkIconView *, gint);
14192 extern (C) void gtk_icon_view_selected_foreach(aGtkIconView *, _BCD_func__10270, void *);
14193 extern (C) gint gtk_icon_view_get_visible_range(aGtkIconView *, void * *, void * *);
14194 extern (C) gint gtk_icon_view_get_item_at_pos(aGtkIconView *, gint, gint, void * *, _GtkCellRenderer * *);
14195 extern (C) void * gtk_icon_view_get_path_at_pos(aGtkIconView *, gint, gint);
14196 extern (C) gint gtk_icon_view_get_margin(aGtkIconView *);
14197 extern (C) void gtk_icon_view_set_margin(aGtkIconView *, gint);
14198 extern (C) gint gtk_icon_view_get_column_spacing(aGtkIconView *);
14199 extern (C) void gtk_icon_view_set_column_spacing(aGtkIconView *, gint);
14200 extern (C) gint gtk_icon_view_get_row_spacing(aGtkIconView *);
14201 extern (C) void gtk_icon_view_set_row_spacing(aGtkIconView *, gint);
14202 extern (C) gint gtk_icon_view_get_spacing(aGtkIconView *);
14203 extern (C) void gtk_icon_view_set_spacing(aGtkIconView *, gint);
14204 extern (C) gint gtk_icon_view_get_item_width(aGtkIconView *);
14205 extern (C) void gtk_icon_view_set_item_width(aGtkIconView *, gint);
14206 extern (C) gint gtk_icon_view_get_columns(aGtkIconView *);
14207 extern (C) void gtk_icon_view_set_columns(aGtkIconView *, gint);
14208 extern (C) gint gtk_icon_view_get_orientation(aGtkIconView *);
14209 extern (C) void gtk_icon_view_set_orientation(aGtkIconView *, gint);
14210 extern (C) gint gtk_icon_view_get_pixbuf_column(aGtkIconView *);
14211 extern (C) void gtk_icon_view_set_pixbuf_column(aGtkIconView *, gint);
14212 extern (C) gint gtk_icon_view_get_markup_column(aGtkIconView *);
14213 extern (C) void gtk_icon_view_set_markup_column(aGtkIconView *, gint);
14214 extern (C) gint gtk_icon_view_get_text_column(aGtkIconView *);
14215 extern (C) void gtk_icon_view_set_text_column(aGtkIconView *, gint);
14216 extern (C) void * gtk_icon_view_get_model(aGtkIconView *);
14217 extern (C) void gtk_icon_view_set_model(aGtkIconView *, void *);
14218 extern (C) _GtkWidget * gtk_icon_view_new_with_model(void *);
14219 extern (C) _GtkWidget * gtk_icon_view_new();
14220 extern (C) GType gtk_icon_view_get_type();
14221 extern (C) void _gtk_tooltip_hide(aGtkWidget *);
14222 extern (C) void _gtk_tooltip_handle_event(_GdkEvent *);
14223 extern (C) void _gtk_tooltip_toggle_keyboard_mode(aGtkWidget *);
14224 extern (C) void _gtk_tooltip_focus_out(aGtkWidget *);
14225 extern (C) void _gtk_tooltip_focus_in(aGtkWidget *);
14226 extern (C) void gtk_tooltip_trigger_tooltip_query(_GdkDisplay *);
14227 extern (C) void gtk_tooltip_set_tip_area(void *, _GdkRectangle *);
14228 extern (C) void gtk_tooltip_set_custom(void *, aGtkWidget *);
14229 extern (C) void gtk_tooltip_set_icon_from_stock(void *, char *, gint);
14230 extern (C) void gtk_tooltip_set_icon(void *, void *);
14231 extern (C) void gtk_tooltip_set_text(void *, char *);
14232 extern (C) void gtk_tooltip_set_markup(void *, char *);
14233 extern (C) GType gtk_tooltip_get_type();
14234 extern (C) void _gtk_icon_theme_ensure_builtin_cache();
14235 extern (C) void _gtk_icon_theme_check_reload(_GdkDisplay *);
14236 extern (C) char * gtk_icon_info_get_display_name(void *);
14237 extern (C) gint gtk_icon_info_get_attach_points(void *, _GdkPoint * *, gint *);
14238 extern (C) gint gtk_icon_info_get_embedded_rect(void *, _GdkRectangle *);
14239 extern (C) void gtk_icon_info_set_raw_coordinates(void *, gint);
14240 extern (C) void * gtk_icon_info_load_icon(void *, _GError * *);
14241 extern (C) void * gtk_icon_info_get_builtin_pixbuf(void *);
14242 extern (C) char * gtk_icon_info_get_filename(void *);
14243 extern (C) gint gtk_icon_info_get_base_size(void *);
14244 extern (C) void gtk_icon_info_free(void *);
14245 extern (C) void * gtk_icon_info_copy(void *);
14246 extern (C) GType gtk_icon_info_get_type();
14247 extern (C) void gtk_icon_theme_add_builtin_icon(char *, gint, void *);
14248 extern (C) gint gtk_icon_theme_rescan_if_needed(aGtkIconTheme *);
14249 extern (C) char * gtk_icon_theme_get_example_icon_name(aGtkIconTheme *);
14250 extern (C) _GList * gtk_icon_theme_list_contexts(aGtkIconTheme *);
14251 extern (C) _GList * gtk_icon_theme_list_icons(aGtkIconTheme *, char *);
14252 extern (C) void * gtk_icon_theme_load_icon(aGtkIconTheme *, char *, gint, gint, _GError * *);
14253 extern (C) void * gtk_icon_theme_choose_icon(aGtkIconTheme *, char * *, gint, gint);
14254 extern (C) void * gtk_icon_theme_lookup_icon(aGtkIconTheme *, char *, gint, gint);
14255 extern (C) gint * gtk_icon_theme_get_icon_sizes(aGtkIconTheme *, char *);
14256 extern (C) gint gtk_icon_theme_has_icon(aGtkIconTheme *, char *);
14257 extern (C) void gtk_icon_theme_set_custom_theme(aGtkIconTheme *, char *);
14258 extern (C) void gtk_icon_theme_prepend_search_path(aGtkIconTheme *, char *);
14259 extern (C) void gtk_icon_theme_append_search_path(aGtkIconTheme *, char *);
14260 extern (C) void gtk_icon_theme_get_search_path(aGtkIconTheme *, char * * *, gint *);
14261 extern (C) void gtk_icon_theme_set_search_path(aGtkIconTheme *, char * *, gint);
14262 extern (C) void gtk_icon_theme_set_screen(aGtkIconTheme *, _GdkScreen *);
14263 extern (C) _GtkIconTheme * gtk_icon_theme_get_for_screen(_GdkScreen *);
14264 extern (C) _GtkIconTheme * gtk_icon_theme_get_default();
14265 extern (C) _GtkIconTheme * gtk_icon_theme_new();
14266 extern (C) GType gtk_icon_theme_get_type();
14267 extern (C) GQuark gtk_icon_theme_error_quark();
14268 extern (C) void _gtk_icon_factory_ensure_default_icons();
14269 extern (C) _GList * _gtk_icon_factory_list_ids();
14270 extern (C) void _gtk_icon_set_invalidate_caches();
14271 extern (C) gint gtk_icon_source_get_size(void *);
14272 extern (C) gint gtk_icon_source_get_state(void *);
14273 extern (C) gint gtk_icon_source_get_direction(void *);
14274 extern (C) void gtk_icon_source_set_size(void *, gint);
14275 extern (C) void gtk_icon_source_set_state(void *, gint);
14276 extern (C) void gtk_icon_source_set_direction(void *, gint);
14277 extern (C) gint gtk_icon_source_get_direction_wildcarded(void *);
14278 extern (C) gint gtk_icon_source_get_state_wildcarded(void *);
14279 extern (C) gint gtk_icon_source_get_size_wildcarded(void *);
14280 extern (C) void gtk_icon_source_set_size_wildcarded(void *, gint);
14281 extern (C) void gtk_icon_source_set_state_wildcarded(void *, gint);
14282 extern (C) void gtk_icon_source_set_direction_wildcarded(void *, gint);
14283 extern (C) void * gtk_icon_source_get_pixbuf(void *);
14284 extern (C) char * gtk_icon_source_get_icon_name(void *);
14285 extern (C) char * gtk_icon_source_get_filename(void *);
14286 extern (C) void gtk_icon_source_set_pixbuf(void *, void *);
14287 extern (C) void gtk_icon_source_set_icon_name(void *, char *);
14288 extern (C) void gtk_icon_source_set_filename(void *, char *);
14289 extern (C) void gtk_icon_source_free(void *);
14290 extern (C) void * gtk_icon_source_copy(void *);
14291 extern (C) void * gtk_icon_source_new();
14292 extern (C) GType gtk_icon_source_get_type();
14293 extern (C) void gtk_icon_set_get_sizes(void *, gint * *, gint *);
14294 extern (C) void gtk_icon_set_add_source(void *, void *);
14295 extern (C) void * gtk_icon_set_render_icon(void *, aGtkStyle *, gint, gint, gint, aGtkWidget *, char *);
14296 extern (C) void * gtk_icon_set_copy(void *);
14297 extern (C) void gtk_icon_set_unref(void *);
14298 extern (C) void * gtk_icon_set_ref(void *);
14299 extern (C) void * gtk_icon_set_new_from_pixbuf(void *);
14300 extern (C) void * gtk_icon_set_new();
14301 extern (C) GType gtk_icon_set_get_type();
14302 extern (C) char * gtk_icon_size_get_name(gint);
14303 extern (C) gint gtk_icon_size_from_name(char *);
14304 extern (C) void gtk_icon_size_register_alias(char *, gint);
14305 extern (C) gint gtk_icon_size_register(char *, gint, gint);
14306 extern (C) gint gtk_icon_size_lookup_for_settings(aGtkSettings *, gint, gint *, gint *);
14307 extern (C) gint gtk_icon_size_lookup(gint, gint *, gint *);
14308 extern (C) void * gtk_icon_factory_lookup_default(in char *);
14309 extern (C) void gtk_icon_factory_remove_default(aGtkIconFactory *);
14310 extern (C) void gtk_icon_factory_add_default(aGtkIconFactory *);
14311 extern (C) void * gtk_icon_factory_lookup(aGtkIconFactory *, in char *);
14312 extern (C) void gtk_icon_factory_add(aGtkIconFactory *, char *, void *);
14313 extern (C) _GtkIconFactory * gtk_icon_factory_new();
14314 extern (C) GType gtk_icon_factory_get_type();
14315 extern (C) _GtkWidget * gtk_hseparator_new();
14316 extern (C) GType gtk_hseparator_get_type();
14317 extern (C) GType gtk_separator_get_type();
14318 extern (C) _GtkWidget * gtk_hscale_new_with_range(double, double, double);
14319 extern (C) _GtkWidget * gtk_hscale_new(aGtkAdjustment *);
14320 extern (C) GType gtk_hscale_get_type();
14321 extern (C) char * _gtk_scale_format_value(aGtkScale *, double);
14322 extern (C) void _gtk_scale_get_value_size(aGtkScale *, gint *, gint *);
14323 extern (C) void _gtk_scale_clear_layout(aGtkScale *);
14324 extern (C) void gtk_scale_get_layout_offsets(aGtkScale *, gint *, gint *);
14325 extern (C) void * gtk_scale_get_layout(aGtkScale *);
14326 extern (C) gint gtk_scale_get_value_pos(aGtkScale *);
14327 extern (C) void gtk_scale_set_value_pos(aGtkScale *, gint);
14328 extern (C) gint gtk_scale_get_draw_value(aGtkScale *);
14329 extern (C) void gtk_scale_set_draw_value(aGtkScale *, gint);
14330 extern (C) gint gtk_scale_get_digits(aGtkScale *);
14331 extern (C) void gtk_scale_set_digits(aGtkScale *, gint);
14332 extern (C) GType gtk_scale_get_type();
14333 extern (C) _GtkWidget * gtk_hruler_new();
14334 extern (C) guint gtk_hruler_get_type();
14335 extern (C) void gtk_ruler_get_range(aGtkRuler *, double *, double *, double *, double *);
14336 extern (C) gint gtk_ruler_get_metric(aGtkRuler *);
14337 extern (C) void gtk_ruler_draw_pos(aGtkRuler *);
14338 extern (C) void gtk_ruler_draw_ticks(aGtkRuler *);
14339 extern (C) void gtk_ruler_set_range(aGtkRuler *, double, double, double, double);
14340 extern (C) void gtk_ruler_set_metric(aGtkRuler *, gint);
14341 extern (C) guint gtk_ruler_get_type();
14342 extern (C) _GtkWidget * gtk_hpaned_new();
14343 extern (C) GType gtk_hpaned_get_type();
14344 extern (C) void gtk_paned_compute_position(aGtkPaned *, gint, gint, gint);
14345 extern (C) _GtkWidget * gtk_paned_get_child2(aGtkPaned *);
14346 extern (C) _GtkWidget * gtk_paned_get_child1(aGtkPaned *);
14347 extern (C) void gtk_paned_set_position(aGtkPaned *, gint);
14348 extern (C) gint gtk_paned_get_position(aGtkPaned *);
14349 extern (C) void gtk_paned_pack2(aGtkPaned *, aGtkWidget *, gint, gint);
14350 extern (C) void gtk_paned_pack1(aGtkPaned *, aGtkWidget *, gint, gint);
14351 extern (C) void gtk_paned_add2(aGtkPaned *, aGtkWidget *);
14352 extern (C) void gtk_paned_add1(aGtkPaned *, aGtkWidget *);
14353 extern (C) GType gtk_paned_get_type();
14354 extern (C) void gtk_hbutton_box_set_layout_default(gint);
14355 extern (C) void gtk_hbutton_box_set_spacing_default(gint);
14356 extern (C) gint gtk_hbutton_box_get_layout_default();
14357 extern (C) gint gtk_hbutton_box_get_spacing_default();
14358 extern (C) _GtkWidget * gtk_hbutton_box_new();
14359 extern (C) GType gtk_hbutton_box_get_type();
14360 extern (C) gint gtk_handle_box_get_snap_edge(aGtkHandleBox *);
14361 extern (C) void gtk_handle_box_set_snap_edge(aGtkHandleBox *, gint);
14362 extern (C) gint gtk_handle_box_get_handle_position(aGtkHandleBox *);
14363 extern (C) void gtk_handle_box_set_handle_position(aGtkHandleBox *, gint);
14364 extern (C) gint gtk_handle_box_get_shadow_type(aGtkHandleBox *);
14365 extern (C) void gtk_handle_box_set_shadow_type(aGtkHandleBox *, gint);
14366 extern (C) _GtkWidget * gtk_handle_box_new();
14367 extern (C) GType gtk_handle_box_get_type();
14368 extern (C) void gtk_gc_release(_GdkGC *);
14369 extern (C) _GdkGC * gtk_gc_get(gint, _GdkColormap *, _GdkGCValues *, gint);
14370 extern (C) _GtkWidget * gtk_gamma_curve_new();
14371 extern (C) guint gtk_gamma_curve_get_type();
14372 extern (C) void gtk_font_selection_dialog_set_preview_text(aGtkFontSelectionDialog *, char *);
14373 extern (C) char * gtk_font_selection_dialog_get_preview_text(aGtkFontSelectionDialog *);
14374 extern (C) gint gtk_font_selection_dialog_set_font_name(aGtkFontSelectionDialog *, char *);
14375 extern (C) _GdkFont * gtk_font_selection_dialog_get_font(aGtkFontSelectionDialog *);
14376 extern (C) char * gtk_font_selection_dialog_get_font_name(aGtkFontSelectionDialog *);
14377 extern (C) _GtkWidget * gtk_font_selection_dialog_new(char *);
14378 extern (C) GType gtk_font_selection_dialog_get_type();
14379 extern (C) void gtk_font_selection_set_preview_text(aGtkFontSelection *, char *);
14380 extern (C) char * gtk_font_selection_get_preview_text(aGtkFontSelection *);
14381 extern (C) gint gtk_font_selection_set_font_name(aGtkFontSelection *, char *);
14382 extern (C) _GdkFont * gtk_font_selection_get_font(aGtkFontSelection *);
14383 extern (C) char * gtk_font_selection_get_font_name(aGtkFontSelection *);
14384 extern (C) _GtkWidget * gtk_font_selection_new();
14385 extern (C) GType gtk_font_selection_get_type();
14386 extern (C) void gtk_font_button_set_show_size(aGtkFontButton *, gint);
14387 extern (C) gint gtk_font_button_get_show_size(aGtkFontButton *);
14388 extern (C) void gtk_font_button_set_show_style(aGtkFontButton *, gint);
14389 extern (C) gint gtk_font_button_get_show_style(aGtkFontButton *);
14390 extern (C) gint gtk_font_button_set_font_name(aGtkFontButton *, char *);
14391 extern (C) char * gtk_font_button_get_font_name(aGtkFontButton *);
14392 extern (C) void gtk_font_button_set_use_size(aGtkFontButton *, gint);
14393 extern (C) gint gtk_font_button_get_use_size(aGtkFontButton *);
14394 extern (C) void gtk_font_button_set_use_font(aGtkFontButton *, gint);
14395 extern (C) gint gtk_font_button_get_use_font(aGtkFontButton *);
14396 extern (C) void gtk_font_button_set_title(aGtkFontButton *, char *);
14397 extern (C) char * gtk_font_button_get_title(aGtkFontButton *);
14398 extern (C) _GtkWidget * gtk_font_button_new_with_font(char *);
14399 extern (C) _GtkWidget * gtk_font_button_new();
14400 extern (C) GType gtk_font_button_get_type();
14401 extern (C) _GtkWidget * gtk_file_chooser_widget_new_with_backend(gint, char *);
14402 extern (C) _GtkWidget * gtk_file_chooser_widget_new(gint);
14403 extern (C) GType gtk_file_chooser_widget_get_type();
14404 extern (C) _GtkWidget * gtk_file_chooser_dialog_new_with_backend(char *, aGtkWindow *, gint, char *, char *, ...);
14405 extern (C) _GtkWidget * gtk_file_chooser_dialog_new(in char *, aGtkWindow *, gint, in char *, ...);
14406 extern (C) GType gtk_file_chooser_dialog_get_type();
14407 extern (C) void gtk_file_chooser_button_set_focus_on_click(aGtkFileChooserButton *, gint);
14408 extern (C) gint gtk_file_chooser_button_get_focus_on_click(aGtkFileChooserButton *);
14409 extern (C) void gtk_file_chooser_button_set_width_chars(aGtkFileChooserButton *, gint);
14410 extern (C) gint gtk_file_chooser_button_get_width_chars(aGtkFileChooserButton *);
14411 extern (C) void gtk_file_chooser_button_set_title(aGtkFileChooserButton *, char *);
14412 extern (C) char * gtk_file_chooser_button_get_title(aGtkFileChooserButton *);
14413 extern (C) _GtkWidget * gtk_file_chooser_button_new_with_dialog(aGtkWidget *);
14414 extern (C) _GtkWidget * gtk_file_chooser_button_new_with_backend(char *, gint, char *);
14415 extern (C) _GtkWidget * gtk_file_chooser_button_new(char *, gint);
14416 extern (C) GType gtk_file_chooser_button_get_type();
14417 extern (C) _GSList * gtk_file_chooser_list_shortcut_folder_uris(void *);
14418 extern (C) gint gtk_file_chooser_remove_shortcut_folder_uri(void *, char *, _GError * *);
14419 extern (C) gint gtk_file_chooser_add_shortcut_folder_uri(void *, char *, _GError * *);
14420 extern (C) _GSList * gtk_file_chooser_list_shortcut_folders(void *);
14421 extern (C) gint gtk_file_chooser_remove_shortcut_folder(void *, char *, _GError * *);
14422 extern (C) gint gtk_file_chooser_add_shortcut_folder(void *, char *, _GError * *);
14423 extern (C) void * gtk_file_chooser_get_filter(void *);
14424 extern (C) void gtk_file_chooser_set_filter(void *, void *);
14425 extern (C) _GSList * gtk_file_chooser_list_filters(void *);
14426 extern (C) void gtk_file_chooser_remove_filter(void *, void *);
14427 extern (C) void gtk_file_chooser_add_filter(void *, void *);
14428 extern (C) _GtkWidget * gtk_file_chooser_get_extra_widget(void *);
14429 extern (C) void gtk_file_chooser_set_extra_widget(void *, aGtkWidget *);
14430 extern (C) char * gtk_file_chooser_get_preview_uri(void *);
14431 extern (C) char * gtk_file_chooser_get_preview_filename(void *);
14432 extern (C) gint gtk_file_chooser_get_use_preview_label(void *);
14433 extern (C) void gtk_file_chooser_set_use_preview_label(void *, gint);
14434 extern (C) gint gtk_file_chooser_get_preview_widget_active(void *);
14435 extern (C) void gtk_file_chooser_set_preview_widget_active(void *, gint);
14436 extern (C) _GtkWidget * gtk_file_chooser_get_preview_widget(void *);
14437 extern (C) void gtk_file_chooser_set_preview_widget(void *, aGtkWidget *);
14438 extern (C) char * gtk_file_chooser_get_current_folder_uri(void *);
14439 extern (C) gint gtk_file_chooser_set_current_folder_uri(void *, char *);
14440 extern (C) _GSList * gtk_file_chooser_get_uris(void *);
14441 extern (C) void gtk_file_chooser_unselect_uri(void *, char *);
14442 extern (C) gint gtk_file_chooser_select_uri(void *, char *);
14443 extern (C) gint gtk_file_chooser_set_uri(void *, char *);
14444 extern (C) char * gtk_file_chooser_get_uri(void *);
14445 extern (C) char * gtk_file_chooser_get_current_folder(void *);
14446 extern (C) gint gtk_file_chooser_set_current_folder(void *, char *);
14447 extern (C) _GSList * gtk_file_chooser_get_filenames(void *);
14448 extern (C) void gtk_file_chooser_unselect_all(void *);
14449 extern (C) void gtk_file_chooser_select_all(void *);
14450 extern (C) void gtk_file_chooser_unselect_filename(void *, char *);
14451 extern (C) gint gtk_file_chooser_select_filename(void *, char *);
14452 extern (C) gint gtk_file_chooser_set_filename(void *, char *);
14453 extern (C) char * gtk_file_chooser_get_filename(void *);
14454 extern (C) void gtk_file_chooser_set_current_name(void *, char *);
14455 extern (C) gint gtk_file_chooser_get_do_overwrite_confirmation(void *);
14456 extern (C) void gtk_file_chooser_set_do_overwrite_confirmation(void *, gint);
14457 extern (C) gint gtk_file_chooser_get_show_hidden(void *);
14458 extern (C) void gtk_file_chooser_set_show_hidden(void *, gint);
14459 extern (C) gint gtk_file_chooser_get_select_multiple(void *);
14460 extern (C) void gtk_file_chooser_set_select_multiple(void *, gint);
14461 extern (C) gint gtk_file_chooser_get_local_only(void *);
14462 extern (C) void gtk_file_chooser_set_local_only(void *, gint);
14463 extern (C) gint gtk_file_chooser_get_action(void *);
14464 extern (C) void gtk_file_chooser_set_action(void *, gint);
14465 extern (C) GQuark gtk_file_chooser_error_quark();
14466 extern (C) GType gtk_file_chooser_get_type();
14467 extern (C) gint gtk_file_filter_filter(void *, aGtkFileFilterInfo *);
14468 extern (C) gint gtk_file_filter_get_needed(void *);
14469 extern (C) void gtk_file_filter_add_custom(void *, gint, _BCD_func__10568, void *, _BCD_func__13158);
14470 extern (C) void gtk_file_filter_add_pixbuf_formats(void *);
14471 extern (C) void gtk_file_filter_add_pattern(void *, char *);
14472 extern (C) void gtk_file_filter_add_mime_type(void *, char *);
14473 extern (C) char * gtk_file_filter_get_name(void *);
14474 extern (C) void gtk_file_filter_set_name(void *, char *);
14475 extern (C) void * gtk_file_filter_new();
14476 extern (C) GType gtk_file_filter_get_type();
14477 extern (C) gint gtk_fixed_get_has_window(aGtkFixed *);
14478 extern (C) void gtk_fixed_set_has_window(aGtkFixed *, gint);
14479 extern (C) void gtk_fixed_move(aGtkFixed *, aGtkWidget *, gint, gint);
14480 extern (C) void gtk_fixed_put(aGtkFixed *, aGtkWidget *, gint, gint);
14481 extern (C) _GtkWidget * gtk_fixed_new();
14482 extern (C) GType gtk_fixed_get_type();
14483 extern (C) gint gtk_file_selection_get_select_multiple(aGtkFileSelection *);
14484 extern (C) void gtk_file_selection_set_select_multiple(aGtkFileSelection *, gint);
14485 extern (C) char * * gtk_file_selection_get_selections(aGtkFileSelection *);
14486 extern (C) void gtk_file_selection_hide_fileop_buttons(aGtkFileSelection *);
14487 extern (C) void gtk_file_selection_show_fileop_buttons(aGtkFileSelection *);
14488 extern (C) void gtk_file_selection_complete(aGtkFileSelection *, char *);
14489 extern (C) char * gtk_file_selection_get_filename(aGtkFileSelection *);
14490 extern (C) void gtk_file_selection_set_filename(aGtkFileSelection *, char *);
14491 extern (C) _GtkWidget * gtk_file_selection_new(char *);
14492 extern (C) guint gtk_file_selection_get_type();
14493 extern (C) _GtkWidget * gtk_expander_get_label_widget(aGtkExpander *);
14494 extern (C) void gtk_expander_set_label_widget(aGtkExpander *, aGtkWidget *);
14495 extern (C) gint gtk_expander_get_use_markup(aGtkExpander *);
14496 extern (C) void gtk_expander_set_use_markup(aGtkExpander *, gint);
14497 extern (C) gint gtk_expander_get_use_underline(aGtkExpander *);
14498 extern (C) void gtk_expander_set_use_underline(aGtkExpander *, gint);
14499 extern (C) char * gtk_expander_get_label(aGtkExpander *);
14500 extern (C) void gtk_expander_set_label(aGtkExpander *, char *);
14501 extern (C) gint gtk_expander_get_spacing(aGtkExpander *);
14502 extern (C) void gtk_expander_set_spacing(aGtkExpander *, gint);
14503 extern (C) gint gtk_expander_get_expanded(aGtkExpander *);
14504 extern (C) void gtk_expander_set_expanded(aGtkExpander *, gint);
14505 extern (C) _GtkWidget * gtk_expander_new_with_mnemonic(char *);
14506 extern (C) _GtkWidget * gtk_expander_new(char *);
14507 extern (C) GType gtk_expander_get_type();
14508 extern (C) void gtk_event_box_set_above_child(aGtkEventBox *, gint);
14509 extern (C) gint gtk_event_box_get_above_child(aGtkEventBox *);
14510 extern (C) void gtk_event_box_set_visible_window(aGtkEventBox *, gint);
14511 extern (C) gint gtk_event_box_get_visible_window(aGtkEventBox *);
14512 extern (C) _GtkWidget * gtk_event_box_new();
14513 extern (C) GType gtk_event_box_get_type();
14514 extern (C) void gtk_curve_set_curve_type(aGtkCurve *, gint);
14515 extern (C) void gtk_curve_set_vector(aGtkCurve *, gint, float *);
14516 extern (C) void gtk_curve_get_vector(aGtkCurve *, gint, float *);
14517 extern (C) void gtk_curve_set_range(aGtkCurve *, float, float, float, float);
14518 extern (C) void gtk_curve_set_gamma(aGtkCurve *, float);
14519 extern (C) void gtk_curve_reset(aGtkCurve *);
14520 extern (C) _GtkWidget * gtk_curve_new();
14521 extern (C) guint gtk_curve_get_type();
14522 extern (C) void gtk_drawing_area_size(aGtkDrawingArea *, gint, gint);
14523 extern (C) _GtkWidget * gtk_drawing_area_new();
14524 extern (C) GType gtk_drawing_area_get_type();
14525 extern (C) guint gtk_ctree_node_get_type();
14526 extern (C) void gtk_ctree_sort_recursive(aGtkCTree *, aGtkCTreeNode *);
14527 extern (C) void gtk_ctree_sort_node(aGtkCTree *, aGtkCTreeNode *);
14528 extern (C) void gtk_ctree_set_drag_compare_func(aGtkCTree *, _BCD_func__10682);
14529 extern (C) void gtk_ctree_set_expander_style(aGtkCTree *, gint);
14530 extern (C) void gtk_ctree_set_line_style(aGtkCTree *, gint);
14531 extern (C) void gtk_ctree_set_show_stub(aGtkCTree *, gint);
14532 extern (C) void gtk_ctree_set_spacing(aGtkCTree *, gint);
14533 extern (C) void gtk_ctree_set_indent(aGtkCTree *, gint);
14534 extern (C) gint gtk_ctree_node_is_visible(aGtkCTree *, aGtkCTreeNode *);
14535 extern (C) void gtk_ctree_node_moveto(aGtkCTree *, aGtkCTreeNode *, gint, float, float);
14536 extern (C) void * gtk_ctree_node_get_row_data(aGtkCTree *, aGtkCTreeNode *);
14537 extern (C) void gtk_ctree_node_set_row_data_full(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__13158);
14538 extern (C) void gtk_ctree_node_set_row_data(aGtkCTree *, aGtkCTreeNode *, void *);
14539 extern (C) void gtk_ctree_node_set_background(aGtkCTree *, aGtkCTreeNode *, _GdkColor *);
14540 extern (C) void gtk_ctree_node_set_foreground(aGtkCTree *, aGtkCTreeNode *, _GdkColor *);
14541 extern (C) _GtkStyle * gtk_ctree_node_get_cell_style(aGtkCTree *, aGtkCTreeNode *, gint);
14542 extern (C) void gtk_ctree_node_set_cell_style(aGtkCTree *, aGtkCTreeNode *, gint, aGtkStyle *);
14543 extern (C) _GtkStyle * gtk_ctree_node_get_row_style(aGtkCTree *, aGtkCTreeNode *);
14544 extern (C) void gtk_ctree_node_set_row_style(aGtkCTree *, aGtkCTreeNode *, aGtkStyle *);
14545 extern (C) gint gtk_ctree_get_node_info(aGtkCTree *, aGtkCTreeNode *, char * *, char *, _GdkDrawable * *, _GdkDrawable * *, _GdkDrawable * *, _GdkDrawable * *, gint *, gint *);
14546 extern (C) gint gtk_ctree_node_get_pixtext(aGtkCTree *, aGtkCTreeNode *, gint, char * *, char *, _GdkDrawable * *, _GdkDrawable * *);
14547 extern (C) gint gtk_ctree_node_get_pixmap(aGtkCTree *, aGtkCTreeNode *, gint, _GdkDrawable * *, _GdkDrawable * *);
14548 extern (C) gint gtk_ctree_node_get_text(aGtkCTree *, aGtkCTreeNode *, gint, char * *);
14549 extern (C) gint gtk_ctree_node_get_cell_type(aGtkCTree *, aGtkCTreeNode *, gint);
14550 extern (C) gint gtk_ctree_node_get_selectable(aGtkCTree *, aGtkCTreeNode *);
14551 extern (C) void gtk_ctree_node_set_selectable(aGtkCTree *, aGtkCTreeNode *, gint);
14552 extern (C) void gtk_ctree_node_set_shift(aGtkCTree *, aGtkCTreeNode *, gint, gint, gint);
14553 extern (C) void gtk_ctree_set_node_info(aGtkCTree *, aGtkCTreeNode *, char *, char, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, gint, gint);
14554 extern (C) void gtk_ctree_node_set_pixtext(aGtkCTree *, aGtkCTreeNode *, gint, char *, char, _GdkDrawable *, _GdkDrawable *);
14555 extern (C) void gtk_ctree_node_set_pixmap(aGtkCTree *, aGtkCTreeNode *, gint, _GdkDrawable *, _GdkDrawable *);
14556 extern (C) void gtk_ctree_node_set_text(aGtkCTree *, aGtkCTreeNode *, gint, char *);
14557 extern (C) void gtk_ctree_real_select_recursive(aGtkCTree *, aGtkCTreeNode *, gint);
14558 extern (C) void gtk_ctree_unselect_recursive(aGtkCTree *, aGtkCTreeNode *);
14559 extern (C) void gtk_ctree_unselect(aGtkCTree *, aGtkCTreeNode *);
14560 extern (C) void gtk_ctree_select_recursive(aGtkCTree *, aGtkCTreeNode *);
14561 extern (C) void gtk_ctree_select(aGtkCTree *, aGtkCTreeNode *);
14562 extern (C) void gtk_ctree_toggle_expansion_recursive(aGtkCTree *, aGtkCTreeNode *);
14563 extern (C) void gtk_ctree_toggle_expansion(aGtkCTree *, aGtkCTreeNode *);
14564 extern (C) void gtk_ctree_collapse_to_depth(aGtkCTree *, aGtkCTreeNode *, gint);
14565 extern (C) void gtk_ctree_collapse_recursive(aGtkCTree *, aGtkCTreeNode *);
14566 extern (C) void gtk_ctree_collapse(aGtkCTree *, aGtkCTreeNode *);
14567 extern (C) void gtk_ctree_expand_to_depth(aGtkCTree *, aGtkCTreeNode *, gint);
14568 extern (C) void gtk_ctree_expand_recursive(aGtkCTree *, aGtkCTreeNode *);
14569 extern (C) void gtk_ctree_expand(aGtkCTree *, aGtkCTreeNode *);
14570 extern (C) void gtk_ctree_move(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, aGtkCTreeNode *);
14571 extern (C) gint gtk_ctree_is_hot_spot(aGtkCTree *, gint, gint);
14572 extern (C) _GList * gtk_ctree_find_all_by_row_data_custom(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__14970);
14573 extern (C) _GtkCTreeNode * gtk_ctree_find_by_row_data_custom(aGtkCTree *, aGtkCTreeNode *, void *, _BCD_func__14970);
14574 extern (C) _GList * gtk_ctree_find_all_by_row_data(aGtkCTree *, aGtkCTreeNode *, void *);
14575 extern (C) _GtkCTreeNode * gtk_ctree_find_by_row_data(aGtkCTree *, aGtkCTreeNode *, void *);
14576 extern (C) gint gtk_ctree_is_ancestor(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *);
14577 extern (C) gint gtk_ctree_find(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *);
14578 extern (C) _GtkCTreeNode * gtk_ctree_node_nth(aGtkCTree *, guint);
14579 extern (C) _GtkCTreeNode * gtk_ctree_find_node_ptr(aGtkCTree *, aGtkCTreeRow *);
14580 extern (C) _GtkCTreeNode * gtk_ctree_last(aGtkCTree *, aGtkCTreeNode *);
14581 extern (C) gint gtk_ctree_is_viewable(aGtkCTree *, aGtkCTreeNode *);
14582 extern (C) void gtk_ctree_pre_recursive_to_depth(aGtkCTree *, aGtkCTreeNode *, gint, _BCD_func__10684, void *);
14583 extern (C) void gtk_ctree_pre_recursive(aGtkCTree *, aGtkCTreeNode *, _BCD_func__10684, void *);
14584 extern (C) void gtk_ctree_post_recursive_to_depth(aGtkCTree *, aGtkCTreeNode *, gint, _BCD_func__10684, void *);
14585 extern (C) void gtk_ctree_post_recursive(aGtkCTree *, aGtkCTreeNode *, _BCD_func__10684, void *);
14586 extern (C) _GNode * gtk_ctree_export_to_gnode(aGtkCTree *, _GNode *, _GNode *, aGtkCTreeNode *, _BCD_func__10683, void *);
14587 extern (C) _GtkCTreeNode * gtk_ctree_insert_gnode(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, _GNode *, _BCD_func__10683, void *);
14588 extern (C) void gtk_ctree_remove_node(aGtkCTree *, aGtkCTreeNode *);
14589 extern (C) _GtkCTreeNode * gtk_ctree_insert_node(aGtkCTree *, aGtkCTreeNode *, aGtkCTreeNode *, char * *, char, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, _GdkDrawable *, gint, gint);
14590 extern (C) _GtkWidget * gtk_ctree_new(gint, gint);
14591 extern (C) _GtkWidget * gtk_ctree_new_with_titles(gint, gint, char * *);
14592 extern (C) guint gtk_ctree_get_type();
14593 extern (C) _GtkWidget * gtk_combo_box_entry_new_text();
14594 extern (C) gint gtk_combo_box_entry_get_text_column(aGtkComboBoxEntry *);
14595 extern (C) void gtk_combo_box_entry_set_text_column(aGtkComboBoxEntry *, gint);
14596 extern (C) _GtkWidget * gtk_combo_box_entry_new_with_model(void *, gint);
14597 extern (C) _GtkWidget * gtk_combo_box_entry_new();
14598 extern (C) guint gtk_combo_box_entry_get_type();
14599 extern (C) gint _gtk_combo_box_editing_canceled(aGtkComboBox *);
14600 extern (C) _AtkObject * gtk_combo_box_get_popup_accessible(aGtkComboBox *);
14601 extern (C) void gtk_combo_box_popdown(aGtkComboBox *);
14602 extern (C) void gtk_combo_box_popup(aGtkComboBox *);
14603 extern (C) char * gtk_combo_box_get_active_text(aGtkComboBox *);
14604 extern (C) void gtk_combo_box_remove_text(aGtkComboBox *, gint);
14605 extern (C) void gtk_combo_box_prepend_text(aGtkComboBox *, char *);
14606 extern (C) void gtk_combo_box_insert_text(aGtkComboBox *, gint, char *);
14607 extern (C) void gtk_combo_box_append_text(aGtkComboBox *, char *);
14608 extern (C) _GtkWidget * gtk_combo_box_new_text();
14609 extern (C) void gtk_combo_box_set_row_separator_func(aGtkComboBox *, _BCD_func__10753, void *, _BCD_func__13158);
14610 extern (C) _BCD_func__10753 gtk_combo_box_get_row_separator_func(aGtkComboBox *);
14611 extern (C) void * gtk_combo_box_get_model(aGtkComboBox *);
14612 extern (C) void gtk_combo_box_set_model(aGtkComboBox *, void *);
14613 extern (C) void gtk_combo_box_set_active_iter(aGtkComboBox *, aGtkTreeIter *);
14614 extern (C) gint gtk_combo_box_get_active_iter(aGtkComboBox *, aGtkTreeIter *);
14615 extern (C) void gtk_combo_box_set_active(aGtkComboBox *, gint);
14616 extern (C) gint gtk_combo_box_get_active(aGtkComboBox *);
14617 extern (C) void gtk_combo_box_set_focus_on_click(aGtkComboBox *, gint);
14618 extern (C) gint gtk_combo_box_get_focus_on_click(aGtkComboBox *);
14619 extern (C) void gtk_combo_box_set_title(aGtkComboBox *, char *);
14620 extern (C) char * gtk_combo_box_get_title(aGtkComboBox *);
14621 extern (C) void gtk_combo_box_set_add_tearoffs(aGtkComboBox *, gint);
14622 extern (C) gint gtk_combo_box_get_add_tearoffs(aGtkComboBox *);
14623 extern (C) void gtk_combo_box_set_column_span_column(aGtkComboBox *, gint);
14624 extern (C) gint gtk_combo_box_get_column_span_column(aGtkComboBox *);
14625 extern (C) void gtk_combo_box_set_row_span_column(aGtkComboBox *, gint);
14626 extern (C) gint gtk_combo_box_get_row_span_column(aGtkComboBox *);
14627 extern (C) void gtk_combo_box_set_wrap_width(aGtkComboBox *, gint);
14628 extern (C) gint gtk_combo_box_get_wrap_width(aGtkComboBox *);
14629 extern (C) _GtkWidget * gtk_combo_box_new_with_model(void *);
14630 extern (C) _GtkWidget * gtk_combo_box_new();
14631 extern (C) GType gtk_combo_box_get_type();
14632 extern (C) gint gtk_tree_view_get_tooltip_column(aGtkTreeView *);
14633 extern (C) void gtk_tree_view_set_tooltip_column(aGtkTreeView *, gint);
14634 extern (C) gint gtk_tree_view_get_tooltip_context(aGtkTreeView *, gint *, gint *, gint, void * *, void * *, aGtkTreeIter *);
14635 extern (C) void gtk_tree_view_set_tooltip_cell(aGtkTreeView *, void *, void *, aGtkTreeViewColumn *, aGtkCellRenderer *);
14636 extern (C) void gtk_tree_view_set_tooltip_row(aGtkTreeView *, void *, void *);
14637 extern (C) gint gtk_tree_view_get_level_indentation(aGtkTreeView *);
14638 extern (C) void gtk_tree_view_set_level_indentation(aGtkTreeView *, gint);
14639 extern (C) gint gtk_tree_view_get_show_expanders(aGtkTreeView *);
14640 extern (C) void gtk_tree_view_set_show_expanders(aGtkTreeView *, gint);
14641 extern (C) void gtk_tree_view_set_enable_tree_lines(aGtkTreeView *, gint);
14642 extern (C) gint gtk_tree_view_get_enable_tree_lines(aGtkTreeView *);
14643 extern (C) void gtk_tree_view_set_grid_lines(aGtkTreeView *, gint);
14644 extern (C) gint gtk_tree_view_get_grid_lines(aGtkTreeView *);
14645 extern (C) void gtk_tree_view_set_row_separator_func(aGtkTreeView *, _BCD_func__10753, void *, _BCD_func__13158);
14646 extern (C) _BCD_func__10753 gtk_tree_view_get_row_separator_func(aGtkTreeView *);
14647 extern (C) gint gtk_tree_view_is_rubber_banding_active(aGtkTreeView *);
14648 extern (C) gint gtk_tree_view_get_rubber_banding(aGtkTreeView *);
14649 extern (C) void gtk_tree_view_set_rubber_banding(aGtkTreeView *, gint);
14650 extern (C) gint gtk_tree_view_get_hover_expand(aGtkTreeView *);
14651 extern (C) void gtk_tree_view_set_hover_expand(aGtkTreeView *, gint);
14652 extern (C) gint gtk_tree_view_get_hover_selection(aGtkTreeView *);
14653 extern (C) void gtk_tree_view_set_hover_selection(aGtkTreeView *, gint);
14654 extern (C) gint gtk_tree_view_get_fixed_height_mode(aGtkTreeView *);
14655 extern (C) void gtk_tree_view_set_fixed_height_mode(aGtkTreeView *, gint);
14656 extern (C) void gtk_tree_view_set_destroy_count_func(aGtkTreeView *, _BCD_func__10748, void *, _BCD_func__13158);
14657 extern (C) void gtk_tree_view_convert_bin_window_to_tree_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14658 extern (C) void gtk_tree_view_convert_tree_to_bin_window_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14659 extern (C) void gtk_tree_view_convert_bin_window_to_widget_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14660 extern (C) void gtk_tree_view_convert_widget_to_bin_window_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14661 extern (C) void gtk_tree_view_convert_tree_to_widget_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14662 extern (C) void gtk_tree_view_convert_widget_to_tree_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14663 extern (C) void gtk_tree_view_set_search_position_func(aGtkTreeView *, _BCD_func__10752, void *, _BCD_func__13158);
14664 extern (C) _BCD_func__10752 gtk_tree_view_get_search_position_func(aGtkTreeView *);
14665 extern (C) void gtk_tree_view_set_search_entry(aGtkTreeView *, aGtkEntry *);
14666 extern (C) _GtkEntry * gtk_tree_view_get_search_entry(aGtkTreeView *);
14667 extern (C) void gtk_tree_view_set_search_equal_func(aGtkTreeView *, _BCD_func__10754, void *, _BCD_func__13158);
14668 extern (C) _BCD_func__10754 gtk_tree_view_get_search_equal_func(aGtkTreeView *);
14669 extern (C) void gtk_tree_view_set_search_column(aGtkTreeView *, gint);
14670 extern (C) gint gtk_tree_view_get_search_column(aGtkTreeView *);
14671 extern (C) gint gtk_tree_view_get_enable_search(aGtkTreeView *);
14672 extern (C) void gtk_tree_view_set_enable_search(aGtkTreeView *, gint);
14673 extern (C) _GdkDrawable * gtk_tree_view_create_row_drag_icon(aGtkTreeView *, void *);
14674 extern (C) gint gtk_tree_view_get_dest_row_at_pos(aGtkTreeView *, gint, gint, void * *, gint *);
14675 extern (C) void gtk_tree_view_get_drag_dest_row(aGtkTreeView *, void * *, gint *);
14676 extern (C) void gtk_tree_view_set_drag_dest_row(aGtkTreeView *, void *, gint);
14677 extern (C) void gtk_tree_view_unset_rows_drag_dest(aGtkTreeView *);
14678 extern (C) void gtk_tree_view_unset_rows_drag_source(aGtkTreeView *);
14679 extern (C) void gtk_tree_view_enable_model_drag_dest(aGtkTreeView *, aGtkTargetEntry *, gint, gint);
14680 extern (C) void gtk_tree_view_enable_model_drag_source(aGtkTreeView *, gint, aGtkTargetEntry *, gint, gint);
14681 extern (C) gint gtk_tree_view_get_visible_range(aGtkTreeView *, void * *, void * *);
14682 extern (C) void gtk_tree_view_tree_to_widget_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14683 extern (C) void gtk_tree_view_widget_to_tree_coords(aGtkTreeView *, gint, gint, gint *, gint *);
14684 extern (C) void gtk_tree_view_get_visible_rect(aGtkTreeView *, _GdkRectangle *);
14685 extern (C) void gtk_tree_view_get_background_area(aGtkTreeView *, void *, aGtkTreeViewColumn *, _GdkRectangle *);
14686 extern (C) void gtk_tree_view_get_cell_area(aGtkTreeView *, void *, aGtkTreeViewColumn *, _GdkRectangle *);
14687 extern (C) gint gtk_tree_view_get_path_at_pos(aGtkTreeView *, gint, gint, void * *, _GtkTreeViewColumn * *, gint *, gint *);
14688 extern (C) _GdkDrawable * gtk_tree_view_get_bin_window(aGtkTreeView *);
14689 extern (C) void gtk_tree_view_get_cursor(aGtkTreeView *, void * *, _GtkTreeViewColumn * *);
14690 extern (C) void gtk_tree_view_set_cursor_on_cell(aGtkTreeView *, void *, aGtkTreeViewColumn *, aGtkCellRenderer *, gint);
14691 extern (C) void gtk_tree_view_set_cursor(aGtkTreeView *, void *, aGtkTreeViewColumn *, gint);
14692 extern (C) gint gtk_tree_view_get_reorderable(aGtkTreeView *);
14693 extern (C) void gtk_tree_view_set_reorderable(aGtkTreeView *, gint);
14694 extern (C) gint gtk_tree_view_row_expanded(aGtkTreeView *, void *);
14695 extern (C) void gtk_tree_view_map_expanded_rows(aGtkTreeView *, _BCD_func__10755, void *);
14696 extern (C) gint gtk_tree_view_collapse_row(aGtkTreeView *, void *);
14697 extern (C) gint gtk_tree_view_expand_row(aGtkTreeView *, void *, gint);
14698 extern (C) void gtk_tree_view_expand_to_path(aGtkTreeView *, void *);
14699 extern (C) void gtk_tree_view_collapse_all(aGtkTreeView *);
14700 extern (C) void gtk_tree_view_expand_all(aGtkTreeView *);
14701 extern (C) void gtk_tree_view_row_activated(aGtkTreeView *, void *, aGtkTreeViewColumn *);
14702 extern (C) void gtk_tree_view_scroll_to_cell(aGtkTreeView *, void *, aGtkTreeViewColumn *, gint, float, float);
14703 extern (C) void gtk_tree_view_scroll_to_point(aGtkTreeView *, gint, gint);
14704 extern (C) void gtk_tree_view_set_column_drag_function(aGtkTreeView *, _BCD_func__10756, void *, _BCD_func__13158);
14705 extern (C) _GtkTreeViewColumn * gtk_tree_view_get_expander_column(aGtkTreeView *);
14706 extern (C) void gtk_tree_view_set_expander_column(aGtkTreeView *, aGtkTreeViewColumn *);
14707 extern (C) void gtk_tree_view_move_column_after(aGtkTreeView *, aGtkTreeViewColumn *, aGtkTreeViewColumn *);
14708 extern (C) _GList * gtk_tree_view_get_columns(aGtkTreeView *);
14709 extern (C) _GtkTreeViewColumn * gtk_tree_view_get_column(aGtkTreeView *, gint);
14710 extern (C) gint gtk_tree_view_insert_column_with_data_func(aGtkTreeView *, gint, char *, aGtkCellRenderer *, _BCD_func__11636, void *, _BCD_func__13158);
14711 extern (C) gint gtk_tree_view_insert_column_with_attributes(aGtkTreeView *, gint, char *, aGtkCellRenderer *, ...);
14712 extern (C) gint gtk_tree_view_insert_column(aGtkTreeView *, aGtkTreeViewColumn *, gint);
14713 extern (C) gint gtk_tree_view_remove_column(aGtkTreeView *, aGtkTreeViewColumn *);
14714 extern (C) gint gtk_tree_view_append_column(aGtkTreeView *, aGtkTreeViewColumn *);
14715 extern (C) gint gtk_tree_view_get_rules_hint(aGtkTreeView *);
14716 extern (C) void gtk_tree_view_set_rules_hint(aGtkTreeView *, gint);
14717 extern (C) void gtk_tree_view_set_headers_clickable(aGtkTreeView *, gint);
14718 extern (C) gint gtk_tree_view_get_headers_clickable(aGtkTreeView *);
14719 extern (C) void gtk_tree_view_columns_autosize(aGtkTreeView *);
14720 extern (C) void gtk_tree_view_set_headers_visible(aGtkTreeView *, gint);
14721 extern (C) gint gtk_tree_view_get_headers_visible(aGtkTreeView *);
14722 extern (C) void gtk_tree_view_set_vadjustment(aGtkTreeView *, aGtkAdjustment *);
14723 extern (C) _GtkAdjustment * gtk_tree_view_get_vadjustment(aGtkTreeView *);
14724 extern (C) void gtk_tree_view_set_hadjustment(aGtkTreeView *, aGtkAdjustment *);
14725 extern (C) _GtkAdjustment * gtk_tree_view_get_hadjustment(aGtkTreeView *);
14726 extern (C) _GtkTreeSelection * gtk_tree_view_get_selection(aGtkTreeView *);
14727 extern (C) void gtk_tree_view_set_model(aGtkTreeView *, void *);
14728 extern (C) void * gtk_tree_view_get_model(aGtkTreeView *);
14729 extern (C) _GtkWidget * gtk_tree_view_new_with_model(void *);
14730 extern (C) _GtkWidget * gtk_tree_view_new();
14731 extern (C) GType gtk_tree_view_get_type();
14732 extern (C) void gtk_entry_set_editable(aGtkEntry *, gint);
14733 extern (C) void gtk_entry_select_region(aGtkEntry *, gint, gint);
14734 extern (C) void gtk_entry_set_position(aGtkEntry *, gint);
14735 extern (C) void gtk_entry_prepend_text(aGtkEntry *, char *);
14736 extern (C) void gtk_entry_append_text(aGtkEntry *, char *);
14737 extern (C) _GtkWidget * gtk_entry_new_with_max_length(gint);
14738 extern (C) _GtkAdjustment * gtk_entry_get_cursor_hadjustment(aGtkEntry *);
14739 extern (C) void gtk_entry_set_cursor_hadjustment(aGtkEntry *, aGtkAdjustment *);
14740 extern (C) gint gtk_entry_text_index_to_layout_index(aGtkEntry *, gint);
14741 extern (C) gint gtk_entry_layout_index_to_text_index(aGtkEntry *, gint);
14742 extern (C) _GtkEntryCompletion * gtk_entry_get_completion(aGtkEntry *);
14743 extern (C) void gtk_entry_set_completion(aGtkEntry *, aGtkEntryCompletion *);
14744 extern (C) float gtk_entry_get_alignment(aGtkEntry *);
14745 extern (C) void gtk_entry_set_alignment(aGtkEntry *, float);
14746 extern (C) void gtk_entry_get_layout_offsets(aGtkEntry *, gint *, gint *);
14747 extern (C) void * gtk_entry_get_layout(aGtkEntry *);
14748 extern (C) char * gtk_entry_get_text(aGtkEntry *);
14749 extern (C) void gtk_entry_set_text(aGtkEntry *, in char *);
14750 extern (C) gint gtk_entry_get_width_chars(aGtkEntry *);
14751 extern (C) void gtk_entry_set_width_chars(aGtkEntry *, gint);
14752 extern (C) gint gtk_entry_get_activates_default(aGtkEntry *);
14753 extern (C) void gtk_entry_set_activates_default(aGtkEntry *, gint);
14754 extern (C) gint gtk_entry_get_max_length(aGtkEntry *);
14755 extern (C) void gtk_entry_set_max_length(aGtkEntry *, gint);
14756 extern (C) _GtkBorder * gtk_entry_get_inner_border(aGtkEntry *);
14757 extern (C) void gtk_entry_set_inner_border(aGtkEntry *, aGtkBorder *);
14758 extern (C) gint gtk_entry_get_has_frame(aGtkEntry *);
14759 extern (C) void gtk_entry_set_has_frame(aGtkEntry *, gint);
14760 extern (C) gunichar gtk_entry_get_invisible_char(aGtkEntry *);
14761 extern (C) void gtk_entry_set_invisible_char(aGtkEntry *, gunichar);
14762 extern (C) gint gtk_entry_get_visibility(aGtkEntry *);
14763 extern (C) void gtk_entry_set_visibility(aGtkEntry *, gint);
14764 extern (C) _GtkWidget * gtk_entry_new();
14765 extern (C) GType gtk_entry_get_type();
14766 extern (C) gint gtk_entry_completion_get_text_column(aGtkEntryCompletion *);
14767 extern (C) void gtk_entry_completion_set_text_column(aGtkEntryCompletion *, gint);
14768 extern (C) char * gtk_entry_completion_get_completion_prefix(aGtkEntryCompletion *);
14769 extern (C) gint gtk_entry_completion_get_popup_single_match(aGtkEntryCompletion *);
14770 extern (C) void gtk_entry_completion_set_popup_single_match(aGtkEntryCompletion *, gint);
14771 extern (C) gint gtk_entry_completion_get_popup_set_width(aGtkEntryCompletion *);
14772 extern (C) void gtk_entry_completion_set_popup_set_width(aGtkEntryCompletion *, gint);
14773 extern (C) gint gtk_entry_completion_get_popup_completion(aGtkEntryCompletion *);
14774 extern (C) void gtk_entry_completion_set_popup_completion(aGtkEntryCompletion *, gint);
14775 extern (C) gint gtk_entry_completion_get_inline_selection(aGtkEntryCompletion *);
14776 extern (C) void gtk_entry_completion_set_inline_selection(aGtkEntryCompletion *, gint);
14777 extern (C) gint gtk_entry_completion_get_inline_completion(aGtkEntryCompletion *);
14778 extern (C) void gtk_entry_completion_set_inline_completion(aGtkEntryCompletion *, gint);
14779 extern (C) void gtk_entry_completion_delete_action(aGtkEntryCompletion *, gint);
14780 extern (C) void gtk_entry_completion_insert_action_markup(aGtkEntryCompletion *, gint, char *);
14781 extern (C) void gtk_entry_completion_insert_action_text(aGtkEntryCompletion *, gint, char *);
14782 extern (C) void gtk_entry_completion_insert_prefix(aGtkEntryCompletion *);
14783 extern (C) void gtk_entry_completion_complete(aGtkEntryCompletion *);
14784 extern (C) gint gtk_entry_completion_get_minimum_key_length(aGtkEntryCompletion *);
14785 extern (C) void gtk_entry_completion_set_minimum_key_length(aGtkEntryCompletion *, gint);
14786 extern (C) void gtk_entry_completion_set_match_func(aGtkEntryCompletion *, _BCD_func__10863, void *, _BCD_func__13158);
14787 extern (C) void * gtk_entry_completion_get_model(aGtkEntryCompletion *);
14788 extern (C) void gtk_entry_completion_set_model(aGtkEntryCompletion *, void *);
14789 extern (C) _GtkWidget * gtk_entry_completion_get_entry(aGtkEntryCompletion *);
14790 extern (C) _GtkEntryCompletion * gtk_entry_completion_new();
14791 extern (C) GType gtk_entry_completion_get_type();
14792 extern (C) void gtk_tree_model_filter_clear_cache(aGtkTreeModelFilter *);
14793 extern (C) void gtk_tree_model_filter_refilter(aGtkTreeModelFilter *);
14794 extern (C) void * gtk_tree_model_filter_convert_path_to_child_path(aGtkTreeModelFilter *, void *);
14795 extern (C) void * gtk_tree_model_filter_convert_child_path_to_path(aGtkTreeModelFilter *, void *);
14796 extern (C) void gtk_tree_model_filter_convert_iter_to_child_iter(aGtkTreeModelFilter *, aGtkTreeIter *, aGtkTreeIter *);
14797 extern (C) gint gtk_tree_model_filter_convert_child_iter_to_iter(aGtkTreeModelFilter *, aGtkTreeIter *, aGtkTreeIter *);
14798 extern (C) void * gtk_tree_model_filter_get_model(aGtkTreeModelFilter *);
14799 extern (C) void gtk_tree_model_filter_set_visible_column(aGtkTreeModelFilter *, gint);
14800 extern (C) void gtk_tree_model_filter_set_modify_func(aGtkTreeModelFilter *, gint, GType *, _BCD_func__10889, void *, _BCD_func__13158);
14801 extern (C) void gtk_tree_model_filter_set_visible_func(aGtkTreeModelFilter *, _BCD_func__10753, void *, _BCD_func__13158);
14802 extern (C) void * gtk_tree_model_filter_new(void *, void *);
14803 extern (C) GType gtk_tree_model_filter_get_type();
14804 extern (C) void gtk_list_store_move_before(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *);
14805 extern (C) void gtk_list_store_move_after(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *);
14806 extern (C) void gtk_list_store_swap(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *);
14807 extern (C) void gtk_list_store_reorder(aGtkListStore *, gint *);
14808 extern (C) gint gtk_list_store_iter_is_valid(aGtkListStore *, aGtkTreeIter *);
14809 extern (C) void gtk_list_store_clear(aGtkListStore *);
14810 extern (C) void gtk_list_store_append(aGtkListStore *, aGtkTreeIter *);
14811 extern (C) void gtk_list_store_prepend(aGtkListStore *, aGtkTreeIter *);
14812 extern (C) void gtk_list_store_insert_with_valuesv(aGtkListStore *, aGtkTreeIter *, gint, gint *, _GValue *, gint);
14813 extern (C) void gtk_list_store_insert_with_values(aGtkListStore *, aGtkTreeIter *, gint, ...);
14814 extern (C) void gtk_list_store_insert_after(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *);
14815 extern (C) void gtk_list_store_insert_before(aGtkListStore *, aGtkTreeIter *, aGtkTreeIter *);
14816 extern (C) void gtk_list_store_insert(aGtkListStore *, aGtkTreeIter *, gint);
14817 extern (C) gint gtk_list_store_remove(aGtkListStore *, aGtkTreeIter *);
14818 extern (C) void gtk_list_store_set_valist(aGtkListStore *, aGtkTreeIter *, char *);
14819 extern (C) void gtk_list_store_set_valuesv(aGtkListStore *, aGtkTreeIter *, gint *, _GValue *, gint);
14820 extern (C) void gtk_list_store_set(aGtkListStore *, aGtkTreeIter *, ...);
14821 extern (C) void gtk_list_store_set_value(aGtkListStore *, aGtkTreeIter *, gint, _GValue *);
14822 extern (C) void gtk_list_store_set_column_types(aGtkListStore *, gint, GType *);
14823 extern (C) _GtkListStore * gtk_list_store_newv(gint, GType *);
14824 extern (C) _GtkListStore * gtk_list_store_new(gint, ...);
14825 extern (C) GType gtk_list_store_get_type();
14826 extern (C) gint gtk_im_context_delete_surrounding(aGtkIMContext *, gint, gint);
14827 extern (C) gint gtk_im_context_get_surrounding(aGtkIMContext *, char * *, gint *);
14828 extern (C) void gtk_im_context_set_surrounding(aGtkIMContext *, char *, gint, gint);
14829 extern (C) void gtk_im_context_set_use_preedit(aGtkIMContext *, gint);
14830 extern (C) void gtk_im_context_set_cursor_location(aGtkIMContext *, _GdkRectangle *);
14831 extern (C) void gtk_im_context_reset(aGtkIMContext *);
14832 extern (C) void gtk_im_context_focus_out(aGtkIMContext *);
14833 extern (C) void gtk_im_context_focus_in(aGtkIMContext *);
14834 extern (C) gint gtk_im_context_filter_keypress(aGtkIMContext *, _GdkEventKey *);
14835 extern (C) void gtk_im_context_get_preedit_string(aGtkIMContext *, char * *, void * *, gint *);
14836 extern (C) void gtk_im_context_set_client_window(aGtkIMContext *, _GdkDrawable *);
14837 extern (C) GType gtk_im_context_get_type();
14838 extern (C) gint gtk_editable_get_editable(void *);
14839 extern (C) void gtk_editable_set_editable(void *, gint);
14840 extern (C) gint gtk_editable_get_position(void *);
14841 extern (C) void gtk_editable_set_position(void *, gint);
14842 extern (C) void gtk_editable_delete_selection(void *);
14843 extern (C) void gtk_editable_paste_clipboard(void *);
14844 extern (C) void gtk_editable_copy_clipboard(void *);
14845 extern (C) void gtk_editable_cut_clipboard(void *);
14846 extern (C) char * gtk_editable_get_chars(void *, gint, gint);
14847 extern (C) void gtk_editable_delete_text(void *, gint, gint);
14848 extern (C) void gtk_editable_insert_text(void *, in char *, gint, gint *);
14849 extern (C) gint gtk_editable_get_selection_bounds(void *, gint *, gint *);
14850 extern (C) void gtk_editable_select_region(void *, gint, gint);
14851 extern (C) GType gtk_editable_get_type();
14852 extern (C) void gtk_drag_set_default_icon(_GdkColormap *, _GdkDrawable *, _GdkDrawable *, gint, gint);
14853 extern (C) void _gtk_drag_dest_handle_event(aGtkWidget *, _GdkEvent *);
14854 extern (C) void _gtk_drag_source_handle_event(aGtkWidget *, _GdkEvent *);
14855 extern (C) gint gtk_drag_check_threshold(aGtkWidget *, gint, gint, gint, gint);
14856 extern (C) void gtk_drag_set_icon_default(_GdkDragContext *);
14857 extern (C) void gtk_drag_set_icon_name(_GdkDragContext *, char *, gint, gint);
14858 extern (C) void gtk_drag_set_icon_stock(_GdkDragContext *, char *, gint, gint);
14859 extern (C) void gtk_drag_set_icon_pixbuf(_GdkDragContext *, void *, gint, gint);
14860 extern (C) void gtk_drag_set_icon_pixmap(_GdkDragContext *, _GdkColormap *, _GdkDrawable *, _GdkDrawable *, gint, gint);
14861 extern (C) void gtk_drag_set_icon_widget(_GdkDragContext *, aGtkWidget *, gint, gint);
14862 extern (C) _GdkDragContext * gtk_drag_begin(aGtkWidget *, aGtkTargetList *, gint, gint, _GdkEvent *);
14863 extern (C) void gtk_drag_source_set_icon_name(aGtkWidget *, char *);
14864 extern (C) void gtk_drag_source_set_icon_stock(aGtkWidget *, char *);
14865 extern (C) void gtk_drag_source_set_icon_pixbuf(aGtkWidget *, void *);
14866 extern (C) void gtk_drag_source_set_icon(aGtkWidget *, _GdkColormap *, _GdkDrawable *, _GdkDrawable *);
14867 extern (C) void gtk_drag_source_add_uri_targets(aGtkWidget *);
14868 extern (C) void gtk_drag_source_add_image_targets(aGtkWidget *);
14869 extern (C) void gtk_drag_source_add_text_targets(aGtkWidget *);
14870 extern (C) void gtk_drag_source_set_target_list(aGtkWidget *, aGtkTargetList *);
14871 extern (C) _GtkTargetList * gtk_drag_source_get_target_list(aGtkWidget *);
14872 extern (C) void gtk_drag_source_unset(aGtkWidget *);
14873 extern (C) void gtk_drag_source_set(aGtkWidget *, gint, aGtkTargetEntry *, gint, gint);
14874 extern (C) gint gtk_drag_dest_get_track_motion(aGtkWidget *);
14875 extern (C) void gtk_drag_dest_set_track_motion(aGtkWidget *, gint);
14876 extern (C) void gtk_drag_dest_add_uri_targets(aGtkWidget *);
14877 extern (C) void gtk_drag_dest_add_image_targets(aGtkWidget *);
14878 extern (C) void gtk_drag_dest_add_text_targets(aGtkWidget *);
14879 extern (C) void gtk_drag_dest_set_target_list(aGtkWidget *, aGtkTargetList *);
14880 extern (C) _GtkTargetList * gtk_drag_dest_get_target_list(aGtkWidget *);
14881 extern (C) void * gtk_drag_dest_find_target(aGtkWidget *, _GdkDragContext *, aGtkTargetList *);
14882 extern (C) void gtk_drag_dest_unset(aGtkWidget *);
14883 extern (C) void gtk_drag_dest_set_proxy(aGtkWidget *, _GdkDrawable *, gint, gint);
14884 extern (C) void gtk_drag_dest_set(aGtkWidget *, gint, aGtkTargetEntry *, gint, gint);
14885 extern (C) void gtk_drag_unhighlight(aGtkWidget *);
14886 extern (C) void gtk_drag_highlight(aGtkWidget *);
14887 extern (C) _GtkWidget * gtk_drag_get_source_widget(_GdkDragContext *);
14888 extern (C) void gtk_drag_finish(_GdkDragContext *, gint, gint, guint32);
14889 extern (C) void gtk_drag_get_data(aGtkWidget *, _GdkDragContext *, void *, guint32);
14890 extern (C) void gtk_combo_disable_activate(aGtkCombo *);
14891 extern (C) void gtk_combo_set_popdown_strings(aGtkCombo *, _GList *);
14892 extern (C) void gtk_combo_set_item_string(aGtkCombo *, aGtkItem *, char *);
14893 extern (C) void gtk_combo_set_case_sensitive(aGtkCombo *, gint);
14894 extern (C) void gtk_combo_set_use_arrows_always(aGtkCombo *, gint);
14895 extern (C) void gtk_combo_set_use_arrows(aGtkCombo *, gint);
14896 extern (C) void gtk_combo_set_value_in_list(aGtkCombo *, gint, gint);
14897 extern (C) _GtkWidget * gtk_combo_new();
14898 extern (C) guint gtk_combo_get_type();
14899 extern (C) _GtkWidget * gtk_hbox_new(gint, gint);
14900 extern (C) GType gtk_hbox_get_type();
14901 extern (C) _GtkWidget * gtk_color_selection_dialog_new(char *);
14902 extern (C) GType gtk_color_selection_dialog_get_type();
14903 extern (C) void gtk_color_selection_set_update_policy(aGtkColorSelection *, gint);
14904 extern (C) void gtk_color_selection_get_color(aGtkColorSelection *, double *);
14905 extern (C) void gtk_color_selection_set_color(aGtkColorSelection *, double *);
14906 extern (C) _BCD_func__11008 gtk_color_selection_set_change_palette_with_screen_hook(_BCD_func__11008);
14907 extern (C) _BCD_func__11009 gtk_color_selection_set_change_palette_hook(_BCD_func__11009);
14908 extern (C) char * gtk_color_selection_palette_to_string(_GdkColor *, gint);
14909 extern (C) gint gtk_color_selection_palette_from_string(char *, _GdkColor * *, gint *);
14910 extern (C) gint gtk_color_selection_is_adjusting(aGtkColorSelection *);
14911 extern (C) ushort gtk_color_selection_get_previous_alpha(aGtkColorSelection *);
14912 extern (C) void gtk_color_selection_get_previous_color(aGtkColorSelection *, _GdkColor *);
14913 extern (C) void gtk_color_selection_set_previous_alpha(aGtkColorSelection *, ushort);
14914 extern (C) void gtk_color_selection_set_previous_color(aGtkColorSelection *, _GdkColor *);
14915 extern (C) ushort gtk_color_selection_get_current_alpha(aGtkColorSelection *);
14916 extern (C) void gtk_color_selection_get_current_color(aGtkColorSelection *, _GdkColor *);
14917 extern (C) void gtk_color_selection_set_current_alpha(aGtkColorSelection *, ushort);
14918 extern (C) void gtk_color_selection_set_current_color(aGtkColorSelection *, _GdkColor *);
14919 extern (C) void gtk_color_selection_set_has_palette(aGtkColorSelection *, gint);
14920 extern (C) gint gtk_color_selection_get_has_palette(aGtkColorSelection *);
14921 extern (C) void gtk_color_selection_set_has_opacity_control(aGtkColorSelection *, gint);
14922 extern (C) gint gtk_color_selection_get_has_opacity_control(aGtkColorSelection *);
14923 extern (C) _GtkWidget * gtk_color_selection_new();
14924 extern (C) GType gtk_color_selection_get_type();
14925 extern (C) _GtkWidget * gtk_vbox_new(gint, gint);
14926 extern (C) GType gtk_vbox_get_type();
14927 extern (C) char * gtk_color_button_get_title(aGtkColorButton *);
14928 extern (C) void gtk_color_button_set_title(aGtkColorButton *, char *);
14929 extern (C) gint gtk_color_button_get_use_alpha(aGtkColorButton *);
14930 extern (C) void gtk_color_button_set_use_alpha(aGtkColorButton *, gint);
14931 extern (C) ushort gtk_color_button_get_alpha(aGtkColorButton *);
14932 extern (C) void gtk_color_button_get_color(aGtkColorButton *, _GdkColor *);
14933 extern (C) void gtk_color_button_set_alpha(aGtkColorButton *, ushort);
14934 extern (C) void gtk_color_button_set_color(aGtkColorButton *, _GdkColor *);
14935 extern (C) _GtkWidget * gtk_color_button_new_with_color(_GdkColor *);
14936 extern (C) _GtkWidget * gtk_color_button_new();
14937 extern (C) GType gtk_color_button_get_type();
14938 extern (C) void * _gtk_clist_create_cell_layout(aGtkCList *, aGtkCListRow *, gint);
14939 extern (C) void gtk_clist_set_auto_sort(aGtkCList *, gint);
14940 extern (C) void gtk_clist_sort(aGtkCList *);
14941 extern (C) void gtk_clist_set_sort_type(aGtkCList *, gint);
14942 extern (C) void gtk_clist_set_sort_column(aGtkCList *, gint);
14943 extern (C) void gtk_clist_set_compare_func(aGtkCList *, _BCD_func__11051);
14944 extern (C) void gtk_clist_row_move(aGtkCList *, gint, gint);
14945 extern (C) void gtk_clist_swap_rows(aGtkCList *, gint, gint);
14946 extern (C) void gtk_clist_unselect_all(aGtkCList *);
14947 extern (C) void gtk_clist_select_all(aGtkCList *);
14948 extern (C) gint gtk_clist_get_selection_info(aGtkCList *, gint, gint, gint *, gint *);
14949 extern (C) void gtk_clist_clear(aGtkCList *);
14950 extern (C) void gtk_clist_undo_selection(aGtkCList *);
14951 extern (C) void gtk_clist_unselect_row(aGtkCList *, gint, gint);
14952 extern (C) void gtk_clist_select_row(aGtkCList *, gint, gint);
14953 extern (C) gint gtk_clist_find_row_from_data(aGtkCList *, void *);
14954 extern (C) void * gtk_clist_get_row_data(aGtkCList *, gint);
14955 extern (C) void gtk_clist_set_row_data_full(aGtkCList *, gint, void *, _BCD_func__13158);
14956 extern (C) void gtk_clist_set_row_data(aGtkCList *, gint, void *);
14957 extern (C) void gtk_clist_remove(aGtkCList *, gint);
14958 extern (C) gint gtk_clist_insert(aGtkCList *, gint, char * *);
14959 extern (C) gint gtk_clist_append(aGtkCList *, char * *);
14960 extern (C) gint gtk_clist_prepend(aGtkCList *, char * *);
14961 extern (C) gint gtk_clist_get_selectable(aGtkCList *, gint);
14962 extern (C) void gtk_clist_set_selectable(aGtkCList *, gint, gint);
14963 extern (C) void gtk_clist_set_shift(aGtkCList *, gint, gint, gint, gint);
14964 extern (C) _GtkStyle * gtk_clist_get_row_style(aGtkCList *, gint);
14965 extern (C) void gtk_clist_set_row_style(aGtkCList *, gint, aGtkStyle *);
14966 extern (C) _GtkStyle * gtk_clist_get_cell_style(aGtkCList *, gint, gint);
14967 extern (C) void gtk_clist_set_cell_style(aGtkCList *, gint, gint, aGtkStyle *);
14968 extern (C) void gtk_clist_set_background(aGtkCList *, gint, _GdkColor *);
14969 extern (C) void gtk_clist_set_foreground(aGtkCList *, gint, _GdkColor *);
14970 extern (C) gint gtk_clist_get_pixtext(aGtkCList *, gint, gint, char * *, char *, _GdkDrawable * *, _GdkDrawable * *);
14971 extern (C) void gtk_clist_set_pixtext(aGtkCList *, gint, gint, char *, char, _GdkDrawable *, _GdkDrawable *);
14972 extern (C) gint gtk_clist_get_pixmap(aGtkCList *, gint, gint, _GdkDrawable * *, _GdkDrawable * *);
14973 extern (C) void gtk_clist_set_pixmap(aGtkCList *, gint, gint, _GdkDrawable *, _GdkDrawable *);
14974 extern (C) gint gtk_clist_get_text(aGtkCList *, gint, gint, char * *);
14975 extern (C) void gtk_clist_set_text(aGtkCList *, gint, gint, char *);
14976 extern (C) gint gtk_clist_get_cell_type(aGtkCList *, gint, gint);
14977 extern (C) gint gtk_clist_row_is_visible(aGtkCList *, gint);
14978 extern (C) void gtk_clist_moveto(aGtkCList *, gint, gint, float, float);
14979 extern (C) void gtk_clist_set_row_height(aGtkCList *, guint);
14980 extern (C) void gtk_clist_set_column_max_width(aGtkCList *, gint, gint);
14981 extern (C) void gtk_clist_set_column_min_width(aGtkCList *, gint, gint);
14982 extern (C) void gtk_clist_set_column_width(aGtkCList *, gint, gint);
14983 extern (C) gint gtk_clist_optimal_column_width(aGtkCList *, gint);
14984 extern (C) gint gtk_clist_columns_autosize(aGtkCList *);
14985 extern (C) void gtk_clist_set_column_auto_resize(aGtkCList *, gint, gint);
14986 extern (C) void gtk_clist_set_column_resizeable(aGtkCList *, gint, gint);
14987 extern (C) void gtk_clist_set_column_visibility(aGtkCList *, gint, gint);
14988 extern (C) void gtk_clist_set_column_justification(aGtkCList *, gint, gint);
14989 extern (C) _GtkWidget * gtk_clist_get_column_widget(aGtkCList *, gint);
14990 extern (C) void gtk_clist_set_column_widget(aGtkCList *, gint, aGtkWidget *);
14991 extern (C) char * gtk_clist_get_column_title(aGtkCList *, gint);
14992 extern (C) void gtk_clist_set_column_title(aGtkCList *, gint, char *);
14993 extern (C) void gtk_clist_column_titles_passive(aGtkCList *);
14994 extern (C) void gtk_clist_column_titles_active(aGtkCList *);
14995 extern (C) void gtk_clist_column_title_passive(aGtkCList *, gint);
14996 extern (C) void gtk_clist_column_title_active(aGtkCList *, gint);
14997 extern (C) void gtk_clist_column_titles_hide(aGtkCList *);
14998 extern (C) void gtk_clist_column_titles_show(aGtkCList *);
14999 extern (C) void gtk_clist_thaw(aGtkCList *);
15000 extern (C) void gtk_clist_freeze(aGtkCList *);
15001 extern (C) void gtk_clist_set_button_actions(aGtkCList *, guint, char);
15002 extern (C) void gtk_clist_set_use_drag_icons(aGtkCList *, gint);
15003 extern (C) void gtk_clist_set_reorderable(aGtkCList *, gint);
15004 extern (C) void gtk_clist_set_selection_mode(aGtkCList *, gint);
15005 extern (C) void gtk_clist_set_shadow_type(aGtkCList *, gint);
15006 extern (C) _GtkAdjustment * gtk_clist_get_vadjustment(aGtkCList *);
15007 extern (C) _GtkAdjustment * gtk_clist_get_hadjustment(aGtkCList *);
15008 extern (C) void gtk_clist_set_vadjustment(aGtkCList *, aGtkAdjustment *);
15009 extern (C) void gtk_clist_set_hadjustment(aGtkCList *, aGtkAdjustment *);
15010 extern (C) _GtkWidget * gtk_clist_new_with_titles(gint, char * *);
15011 extern (C) _GtkWidget * gtk_clist_new(gint);
15012 extern (C) guint gtk_clist_get_type();
15013 extern (C) _GtkWidget * gtk_vscrollbar_new(aGtkAdjustment *);
15014 extern (C) GType gtk_vscrollbar_get_type();
15015 extern (C) _GtkWidget * gtk_hscrollbar_new(aGtkAdjustment *);
15016 extern (C) GType gtk_hscrollbar_get_type();
15017 extern (C) GType gtk_scrollbar_get_type();
15018 extern (C) double _gtk_range_get_wheel_delta(aGtkRange *, gint);
15019 extern (C) double gtk_range_get_fill_level(aGtkRange *);
15020 extern (C) void gtk_range_set_fill_level(aGtkRange *, double);
15021 extern (C) gint gtk_range_get_restrict_to_fill_level(aGtkRange *);
15022 extern (C) void gtk_range_set_restrict_to_fill_level(aGtkRange *, gint);
15023 extern (C) gint gtk_range_get_show_fill_level(aGtkRange *);
15024 extern (C) void gtk_range_set_show_fill_level(aGtkRange *, gint);
15025 extern (C) double gtk_range_get_value(aGtkRange *);
15026 extern (C) void gtk_range_set_value(aGtkRange *, double);
15027 extern (C) void gtk_range_set_range(aGtkRange *, double, double);
15028 extern (C) void gtk_range_set_increments(aGtkRange *, double, double);
15029 extern (C) gint gtk_range_get_upper_stepper_sensitivity(aGtkRange *);
15030 extern (C) void gtk_range_set_upper_stepper_sensitivity(aGtkRange *, gint);
15031 extern (C) gint gtk_range_get_lower_stepper_sensitivity(aGtkRange *);
15032 extern (C) void gtk_range_set_lower_stepper_sensitivity(aGtkRange *, gint);
15033 extern (C) gint gtk_range_get_inverted(aGtkRange *);
15034 extern (C) void gtk_range_set_inverted(aGtkRange *, gint);
15035 extern (C) _GtkAdjustment * gtk_range_get_adjustment(aGtkRange *);
15036 extern (C) void gtk_range_set_adjustment(aGtkRange *, aGtkAdjustment *);
15037 extern (C) gint gtk_range_get_update_policy(aGtkRange *);
15038 extern (C) void gtk_range_set_update_policy(aGtkRange *, gint);
15039 extern (C) GType gtk_range_get_type();
15040 extern (C) void _gtk_clipboard_store_all();
15041 extern (C) void _gtk_clipboard_handle_event(_GdkEventOwnerChange *);
15042 extern (C) void gtk_clipboard_store(void *);
15043 extern (C) void gtk_clipboard_set_can_store(void *, aGtkTargetEntry *, gint);
15044 extern (C) gint gtk_clipboard_wait_is_target_available(void *, void *);
15045 extern (C) gint gtk_clipboard_wait_is_image_available(void *);
15046 extern (C) gint gtk_clipboard_wait_is_rich_text_available(void *, aGtkTextBuffer *);
15047 extern (C) gint gtk_clipboard_wait_is_text_available(void *);
15048 extern (C) gint gtk_clipboard_wait_for_targets(void *, void * * *, gint *);
15049 extern (C) void * gtk_clipboard_wait_for_image(void *);
15050 extern (C) char * gtk_clipboard_wait_for_rich_text(void *, aGtkTextBuffer *, void * *, gsize *);
15051 extern (C) char * gtk_clipboard_wait_for_text(void *);
15052 extern (C) _GtkSelectionData * gtk_clipboard_wait_for_contents(void *, void *);
15053 extern (C) void gtk_clipboard_request_targets(void *, _BCD_func__11269, void *);
15054 extern (C) void gtk_clipboard_request_image(void *, _BCD_func__11270, void *);
15055 extern (C) void gtk_clipboard_request_rich_text(void *, aGtkTextBuffer *, _BCD_func__11271, void *);
15056 extern (C) void gtk_clipboard_request_text(void *, _BCD_func__11272, void *);
15057 extern (C) void gtk_clipboard_request_contents(void *, void *, _BCD_func__11273, void *);
15058 extern (C) void gtk_clipboard_set_image(void *, void *);
15059 extern (C) void gtk_clipboard_set_text(void *, char *, gint);
15060 extern (C) void gtk_clipboard_clear(void *);
15061 extern (C) _GObject * gtk_clipboard_get_owner(void *);
15062 extern (C) gint gtk_clipboard_set_with_owner(void *, aGtkTargetEntry *, guint, _BCD_func__11268, _BCD_func__11267, _GObject *);
15063 extern (C) gint gtk_clipboard_set_with_data(void *, aGtkTargetEntry *, guint, _BCD_func__11268, _BCD_func__11267, void *);
15064 extern (C) _GdkDisplay * gtk_clipboard_get_display(void *);
15065 extern (C) void * gtk_clipboard_get(void *);
15066 extern (C) void * gtk_clipboard_get_for_display(_GdkDisplay *, void *);
15067 extern (C) GType gtk_clipboard_get_type();
15068 extern (C) GType gtk_target_list_get_type();
15069 extern (C) void gtk_selection_data_free(aGtkSelectionData *);
15070 extern (C) _GtkSelectionData * gtk_selection_data_copy(aGtkSelectionData *);
15071 extern (C) GType gtk_selection_data_get_type();
15072 extern (C) gint _gtk_selection_property_notify(aGtkWidget *, _GdkEventProperty *);
15073 extern (C) gint _gtk_selection_notify(aGtkWidget *, _GdkEventSelection *);
15074 extern (C) gint _gtk_selection_incr_event(_GdkDrawable *, _GdkEventProperty *);
15075 extern (C) gint _gtk_selection_request(aGtkWidget *, _GdkEventSelection *);
15076 extern (C) gint gtk_selection_clear(aGtkWidget *, _GdkEventSelection *);
15077 extern (C) void gtk_selection_remove_all(aGtkWidget *);
15078 extern (C) gint gtk_targets_include_uri(void * *, gint);
15079 extern (C) gint gtk_targets_include_image(void * *, gint, gint);
15080 extern (C) gint gtk_targets_include_rich_text(void * *, gint, aGtkTextBuffer *);
15081 extern (C) gint gtk_targets_include_text(void * *, gint);
15082 extern (C) gint gtk_selection_data_targets_include_uri(aGtkSelectionData *);
15083 extern (C) gint gtk_selection_data_targets_include_image(aGtkSelectionData *, gint);
15084 extern (C) gint gtk_selection_data_targets_include_rich_text(aGtkSelectionData *, aGtkTextBuffer *);
15085 extern (C) gint gtk_selection_data_targets_include_text(aGtkSelectionData *);
15086 extern (C) gint gtk_selection_data_get_targets(aGtkSelectionData *, void * * *, gint *);
15087 extern (C) char * * gtk_selection_data_get_uris(aGtkSelectionData *);
15088 extern (C) gint gtk_selection_data_set_uris(aGtkSelectionData *, char * *);
15089 extern (C) void * gtk_selection_data_get_pixbuf(aGtkSelectionData *);
15090 extern (C) gint gtk_selection_data_set_pixbuf(aGtkSelectionData *, void *);
15091 extern (C) char * gtk_selection_data_get_text(aGtkSelectionData *);
15092 extern (C) gint gtk_selection_data_set_text(aGtkSelectionData *, char *, gint);
15093 extern (C) void gtk_selection_data_set(aGtkSelectionData *, void *, gint, char *, gint);
15094 extern (C) gint gtk_selection_convert(aGtkWidget *, void *, void *, guint32);
15095 extern (C) void gtk_selection_clear_targets(aGtkWidget *, void *);
15096 extern (C) void gtk_selection_add_targets(aGtkWidget *, void *, aGtkTargetEntry *, guint);
15097 extern (C) void gtk_selection_add_target(aGtkWidget *, void *, void *, guint);
15098 extern (C) gint gtk_selection_owner_set_for_display(_GdkDisplay *, aGtkWidget *, void *, guint32);
15099 extern (C) gint gtk_selection_owner_set(aGtkWidget *, void *, guint32);
15100 extern (C) void gtk_target_table_free(aGtkTargetEntry *, gint);
15101 extern (C) _GtkTargetEntry * gtk_target_table_new_from_list(aGtkTargetList *, gint *);
15102 extern (C) gint gtk_target_list_find(aGtkTargetList *, void *, guint *);
15103 extern (C) void gtk_target_list_remove(aGtkTargetList *, void *);
15104 extern (C) void gtk_target_list_add_table(aGtkTargetList *, aGtkTargetEntry *, guint);
15105 extern (C) void gtk_target_list_add_uri_targets(aGtkTargetList *, guint);
15106 extern (C) void gtk_target_list_add_image_targets(aGtkTargetList *, guint, gint);
15107 extern (C) void gtk_target_list_add_rich_text_targets(aGtkTargetList *, guint, gint, aGtkTextBuffer *);
15108 extern (C) void gtk_target_list_add_text_targets(aGtkTargetList *, guint);
15109 extern (C) void gtk_target_list_add(aGtkTargetList *, void *, guint, guint);
15110 extern (C) void gtk_target_list_unref(aGtkTargetList *);
15111 extern (C) _GtkTargetList * gtk_target_list_ref(aGtkTargetList *);
15112 extern (C) _GtkTargetList * gtk_target_list_new(aGtkTargetEntry *, guint);
15113 extern (C) void gtk_text_iter_order(aGtkTextIter *, aGtkTextIter *);
15114 extern (C) gint gtk_text_iter_in_range(aGtkTextIter *, aGtkTextIter *, aGtkTextIter *);
15115 extern (C) gint gtk_text_iter_compare(aGtkTextIter *, aGtkTextIter *);
15116 extern (C) gint gtk_text_iter_equal(aGtkTextIter *, aGtkTextIter *);
15117 extern (C) gint gtk_text_iter_backward_search(aGtkTextIter *, char *, gint, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *);
15118 extern (C) gint gtk_text_iter_forward_search(aGtkTextIter *, char *, gint, aGtkTextIter *, aGtkTextIter *, aGtkTextIter *);
15119 extern (C) gint gtk_text_iter_backward_find_char(aGtkTextIter *, _BCD_func__11292, void *, aGtkTextIter *);
15120 extern (C) gint gtk_text_iter_forward_find_char(aGtkTextIter *, _BCD_func__11292, void *, aGtkTextIter *);
15121 extern (C) gint gtk_text_iter_backward_to_tag_toggle(aGtkTextIter *, aGtkTextTag *);
15122 extern (C) gint gtk_text_iter_forward_to_tag_toggle(aGtkTextIter *, aGtkTextTag *);
15123 extern (C) void gtk_text_iter_set_visible_line_index(aGtkTextIter *, gint);
15124 extern (C) void gtk_text_iter_set_visible_line_offset(aGtkTextIter *, gint);
15125 extern (C) gint gtk_text_iter_forward_to_line_end(aGtkTextIter *);
15126 extern (C) void gtk_text_iter_forward_to_end(aGtkTextIter *);
15127 extern (C) void gtk_text_iter_set_line_index(aGtkTextIter *, gint);
15128 extern (C) void gtk_text_iter_set_line_offset(aGtkTextIter *, gint);
15129 extern (C) void gtk_text_iter_set_line(aGtkTextIter *, gint);
15130 extern (C) void gtk_text_iter_set_offset(aGtkTextIter *, gint);
15131 extern (C) gint gtk_text_iter_backward_visible_cursor_positions(aGtkTextIter *, gint);
15132 extern (C) gint gtk_text_iter_forward_visible_cursor_positions(aGtkTextIter *, gint);
15133 extern (C) gint gtk_text_iter_backward_visible_cursor_position(aGtkTextIter *);
15134 extern (C) gint gtk_text_iter_forward_visible_cursor_position(aGtkTextIter *);
15135 extern (C) gint gtk_text_iter_backward_cursor_positions(aGtkTextIter *, gint);
15136 extern (C) gint gtk_text_iter_forward_cursor_positions(aGtkTextIter *, gint);
15137 extern (C) gint gtk_text_iter_backward_cursor_position(aGtkTextIter *);
15138 extern (C) gint gtk_text_iter_forward_cursor_position(aGtkTextIter *);
15139 extern (C) gint gtk_text_iter_backward_sentence_starts(aGtkTextIter *, gint);
15140 extern (C) gint gtk_text_iter_forward_sentence_ends(aGtkTextIter *, gint);
15141 extern (C) gint gtk_text_iter_backward_sentence_start(aGtkTextIter *);
15142 extern (C) gint gtk_text_iter_forward_sentence_end(aGtkTextIter *);
15143 extern (C) gint gtk_text_iter_backward_visible_word_starts(aGtkTextIter *, gint);
15144 extern (C) gint gtk_text_iter_forward_visible_word_ends(aGtkTextIter *, gint);
15145 extern (C) gint gtk_text_iter_backward_visible_word_start(aGtkTextIter *);
15146 extern (C) gint gtk_text_iter_forward_visible_word_end(aGtkTextIter *);
15147 extern (C) gint gtk_text_iter_backward_visible_lines(aGtkTextIter *, gint);
15148 extern (C) gint gtk_text_iter_forward_visible_lines(aGtkTextIter *, gint);
15149 extern (C) gint gtk_text_iter_backward_visible_line(aGtkTextIter *);
15150 extern (C) gint gtk_text_iter_forward_visible_line(aGtkTextIter *);
15151 extern (C) gint gtk_text_iter_backward_word_starts(aGtkTextIter *, gint);
15152 extern (C) gint gtk_text_iter_forward_word_ends(aGtkTextIter *, gint);
15153 extern (C) gint gtk_text_iter_backward_word_start(aGtkTextIter *);
15154 extern (C) gint gtk_text_iter_forward_word_end(aGtkTextIter *);
15155 extern (C) gint gtk_text_iter_backward_lines(aGtkTextIter *, gint);
15156 extern (C) gint gtk_text_iter_forward_lines(aGtkTextIter *, gint);
15157 extern (C) gint gtk_text_iter_backward_line(aGtkTextIter *);
15158 extern (C) gint gtk_text_iter_forward_line(aGtkTextIter *);
15159 extern (C) gint gtk_text_iter_backward_chars(aGtkTextIter *, gint);
15160 extern (C) gint gtk_text_iter_forward_chars(aGtkTextIter *, gint);
15161 extern (C) gint gtk_text_iter_backward_char(aGtkTextIter *);
15162 extern (C) gint gtk_text_iter_forward_char(aGtkTextIter *);
15163 extern (C) gint gtk_text_iter_is_start(aGtkTextIter *);
15164 extern (C) gint gtk_text_iter_is_end(aGtkTextIter *);
15165 extern (C) void * gtk_text_iter_get_language(aGtkTextIter *);
15166 extern (C) gint gtk_text_iter_get_attributes(aGtkTextIter *, aGtkTextAttributes *);
15167 extern (C) gint gtk_text_iter_get_bytes_in_line(aGtkTextIter *);
15168 extern (C) gint gtk_text_iter_get_chars_in_line(aGtkTextIter *);
15169 extern (C) gint gtk_text_iter_is_cursor_position(aGtkTextIter *);
15170 extern (C) gint gtk_text_iter_ends_line(aGtkTextIter *);
15171 extern (C) gint gtk_text_iter_starts_line(aGtkTextIter *);
15172 extern (C) gint gtk_text_iter_inside_sentence(aGtkTextIter *);
15173 extern (C) gint gtk_text_iter_ends_sentence(aGtkTextIter *);
15174 extern (C) gint gtk_text_iter_starts_sentence(aGtkTextIter *);
15175 extern (C) gint gtk_text_iter_inside_word(aGtkTextIter *);
15176 extern (C) gint gtk_text_iter_ends_word(aGtkTextIter *);
15177 extern (C) gint gtk_text_iter_starts_word(aGtkTextIter *);
15178 extern (C) gint gtk_text_iter_can_insert(aGtkTextIter *, gint);
15179 extern (C) gint gtk_text_iter_editable(aGtkTextIter *, gint);
15180 extern (C) _GSList * gtk_text_iter_get_tags(aGtkTextIter *);
15181 extern (C) gint gtk_text_iter_has_tag(aGtkTextIter *, aGtkTextTag *);
15182 extern (C) gint gtk_text_iter_toggles_tag(aGtkTextIter *, aGtkTextTag *);
15183 extern (C) gint gtk_text_iter_ends_tag(aGtkTextIter *, aGtkTextTag *);
15184 extern (C) gint gtk_text_iter_begins_tag(aGtkTextIter *, aGtkTextTag *);
15185 extern (C) _GSList * gtk_text_iter_get_toggled_tags(aGtkTextIter *, gint);
15186 extern (C) _GtkTextChildAnchor * gtk_text_iter_get_child_anchor(aGtkTextIter *);
15187 extern (C) _GSList * gtk_text_iter_get_marks(aGtkTextIter *);
15188 extern (C) void * gtk_text_iter_get_pixbuf(aGtkTextIter *);
15189 extern (C) char * gtk_text_iter_get_visible_text(aGtkTextIter *, aGtkTextIter *);
15190 extern (C) char * gtk_text_iter_get_visible_slice(aGtkTextIter *, aGtkTextIter *);
15191 extern (C) char * gtk_text_iter_get_text(aGtkTextIter *, aGtkTextIter *);
15192 extern (C) char * gtk_text_iter_get_slice(aGtkTextIter *, aGtkTextIter *);
15193 extern (C) gunichar gtk_text_iter_get_char(aGtkTextIter *);
15194 extern (C) gint gtk_text_iter_get_visible_line_index(aGtkTextIter *);
15195 extern (C) gint gtk_text_iter_get_visible_line_offset(aGtkTextIter *);
15196 extern (C) gint gtk_text_iter_get_line_index(aGtkTextIter *);
15197 extern (C) gint gtk_text_iter_get_line_offset(aGtkTextIter *);
15198 extern (C) gint gtk_text_iter_get_line(aGtkTextIter *);
15199 extern (C) gint gtk_text_iter_get_offset(aGtkTextIter *);
15200 extern (C) GType gtk_text_iter_get_type();
15201 extern (C) void gtk_text_iter_free(aGtkTextIter *);
15202 extern (C) _GtkTextIter * gtk_text_iter_copy(aGtkTextIter *);
15203 extern (C) _GtkTextBuffer * gtk_text_iter_get_buffer(aGtkTextIter *);
15204 extern (C) gint gtk_text_child_anchor_get_deleted(aGtkTextChildAnchor *);
15205 extern (C) _GList * gtk_text_child_anchor_get_widgets(aGtkTextChildAnchor *);
15206 extern (C) _GtkTextChildAnchor * gtk_text_child_anchor_new();
15207 extern (C) GType gtk_text_child_anchor_get_type();
15208 extern (C) GType gtk_text_attributes_get_type();
15209 extern (C) _GtkTextAttributes * gtk_text_attributes_ref(aGtkTextAttributes *);
15210 extern (C) void gtk_text_attributes_unref(aGtkTextAttributes *);
15211 extern (C) void gtk_text_attributes_copy_values(aGtkTextAttributes *, aGtkTextAttributes *);
15212 extern (C) _GtkTextAttributes * gtk_text_attributes_copy(aGtkTextAttributes *);
15213 extern (C) _GtkTextAttributes * gtk_text_attributes_new();
15214 extern (C) gint gtk_text_tag_event(aGtkTextTag *, _GObject *, _GdkEvent *, aGtkTextIter *);
15215 extern (C) void gtk_text_tag_set_priority(aGtkTextTag *, gint);
15216 extern (C) gint gtk_text_tag_get_priority(aGtkTextTag *);
15217 extern (C) _GtkTextTag * gtk_text_tag_new(char *);
15218 extern (C) GType gtk_text_tag_get_type();
15219 extern (C) void gtk_check_menu_item_set_show_toggle(aGtkCheckMenuItem *, gint);
15220 extern (C) gint gtk_check_menu_item_get_draw_as_radio(aGtkCheckMenuItem *);
15221 extern (C) void gtk_check_menu_item_set_draw_as_radio(aGtkCheckMenuItem *, gint);
15222 extern (C) gint gtk_check_menu_item_get_inconsistent(aGtkCheckMenuItem *);
15223 extern (C) void gtk_check_menu_item_set_inconsistent(aGtkCheckMenuItem *, gint);
15224 extern (C) void gtk_check_menu_item_toggled(aGtkCheckMenuItem *);
15225 extern (C) gint gtk_check_menu_item_get_active(aGtkCheckMenuItem *);
15226 extern (C) void gtk_check_menu_item_set_active(aGtkCheckMenuItem *, gint);
15227 extern (C) _GtkWidget * gtk_check_menu_item_new_with_mnemonic(char *);
15228 extern (C) _GtkWidget * gtk_check_menu_item_new_with_label(char *);
15229 extern (C) _GtkWidget * gtk_check_menu_item_new();
15230 extern (C) GType gtk_check_menu_item_get_type();
15231 extern (C) void gtk_menu_item_remove_submenu(aGtkMenuItem *);
15232 extern (C) void _gtk_menu_item_popdown_submenu(aGtkWidget *);
15233 extern (C) void _gtk_menu_item_popup_submenu(aGtkWidget *, gint);
15234 extern (C) gint _gtk_menu_item_is_selectable(aGtkWidget *);
15235 extern (C) void _gtk_menu_item_refresh_accel_path(aGtkMenuItem *, char *, aGtkAccelGroup *, gint);
15236 extern (C) void gtk_menu_item_set_accel_path(aGtkMenuItem *, char *);
15237 extern (C) gint gtk_menu_item_get_right_justified(aGtkMenuItem *);
15238 extern (C) void gtk_menu_item_set_right_justified(aGtkMenuItem *, gint);
15239 extern (C) void gtk_menu_item_toggle_size_allocate(aGtkMenuItem *, gint);
15240 extern (C) void gtk_menu_item_toggle_size_request(aGtkMenuItem *, gint *);
15241 extern (C) void gtk_menu_item_activate(aGtkMenuItem *);
15242 extern (C) void gtk_menu_item_deselect(aGtkMenuItem *);
15243 extern (C) void gtk_menu_item_select(aGtkMenuItem *);
15244 extern (C) _GtkWidget * gtk_menu_item_get_submenu(aGtkMenuItem *);
15245 extern (C) void gtk_menu_item_set_submenu(aGtkMenuItem *, aGtkWidget *);
15246 extern (C) _GtkWidget * gtk_menu_item_new_with_mnemonic(char *);
15247 extern (C) _GtkWidget * gtk_menu_item_new_with_label(char *);
15248 extern (C) _GtkWidget * gtk_menu_item_new();
15249 extern (C) GType gtk_menu_item_get_type();
15250 extern (C) void gtk_item_toggle(aGtkItem *);
15251 extern (C) void gtk_item_deselect(aGtkItem *);
15252 extern (C) void gtk_item_select(aGtkItem *);
15253 extern (C) guint gtk_item_get_type();
15254 extern (C) void _gtk_check_button_get_props(aGtkCheckButton *, gint *, gint *);
15255 extern (C) _GtkWidget * gtk_check_button_new_with_mnemonic(char *);
15256 extern (C) _GtkWidget * gtk_check_button_new_with_label(char *);
15257 extern (C) _GtkWidget * gtk_check_button_new();
15258 extern (C) GType gtk_check_button_get_type();
15259 extern (C) gint gtk_toggle_button_get_inconsistent(aGtkToggleButton *);
15260 extern (C) void gtk_toggle_button_set_inconsistent(aGtkToggleButton *, gint);
15261 extern (C) void gtk_toggle_button_toggled(aGtkToggleButton *);
15262 extern (C) gint gtk_toggle_button_get_active(aGtkToggleButton *);
15263 extern (C) void gtk_toggle_button_set_active(aGtkToggleButton *, gint);
15264 extern (C) gint gtk_toggle_button_get_mode(aGtkToggleButton *);
15265 extern (C) void gtk_toggle_button_set_mode(aGtkToggleButton *, gint);
15266 extern (C) _GtkWidget * gtk_toggle_button_new_with_mnemonic(char *);
15267 extern (C) _GtkWidget * gtk_toggle_button_new_with_label(char *);
15268 extern (C) _GtkWidget * gtk_toggle_button_new();
15269 extern (C) GType gtk_toggle_button_get_type();
15270 extern (C) _GList * gtk_cell_view_get_cell_renderers(aGtkCellView *);
15271 extern (C) void gtk_cell_view_set_background_color(aGtkCellView *, _GdkColor *);
15272 extern (C) gint gtk_cell_view_get_size_of_row(aGtkCellView *, void *, aGtkRequisition *);
15273 extern (C) void * gtk_cell_view_get_displayed_row(aGtkCellView *);
15274 extern (C) void gtk_cell_view_set_displayed_row(aGtkCellView *, void *);
15275 extern (C) void gtk_cell_view_set_model(aGtkCellView *, void *);
15276 extern (C) _GtkWidget * gtk_cell_view_new_with_pixbuf(void *);
15277 extern (C) _GtkWidget * gtk_cell_view_new_with_markup(char *);
15278 extern (C) _GtkWidget * gtk_cell_view_new_with_text(char *);
15279 extern (C) _GtkWidget * gtk_cell_view_new();
15280 extern (C) GType gtk_cell_view_get_type();
15281 extern (C) void gtk_cell_renderer_toggle_set_active(aGtkCellRendererToggle *, gint);
15282 extern (C) gint gtk_cell_renderer_toggle_get_active(aGtkCellRendererToggle *);
15283 extern (C) void gtk_cell_renderer_toggle_set_radio(aGtkCellRendererToggle *, gint);
15284 extern (C) gint gtk_cell_renderer_toggle_get_radio(aGtkCellRendererToggle *);
15285 extern (C) _GtkCellRenderer * gtk_cell_renderer_toggle_new();
15286 extern (C) GType gtk_cell_renderer_toggle_get_type();
15287 extern (C) _GtkCellRenderer * gtk_cell_renderer_spin_new();
15288 extern (C) GType gtk_cell_renderer_spin_get_type();
15289 extern (C) _GtkCellRenderer * gtk_cell_renderer_progress_new();
15290 extern (C) GType gtk_cell_renderer_progress_get_type();
15291 extern (C) _GtkCellRenderer * gtk_cell_renderer_pixbuf_new();
15292 extern (C) GType gtk_cell_renderer_pixbuf_get_type();
15293 extern (C) _GtkCellRenderer * gtk_cell_renderer_combo_new();
15294 extern (C) GType gtk_cell_renderer_combo_get_type();
15295 extern (C) _GtkCellRenderer * gtk_cell_renderer_accel_new();
15296 extern (C) GType gtk_cell_renderer_accel_get_type();
15297 extern (C) void gtk_cell_renderer_text_set_fixed_height_from_font(aGtkCellRendererText *, gint);
15298 extern (C) _GtkCellRenderer * gtk_cell_renderer_text_new();
15299 extern (C) GType gtk_cell_renderer_text_get_type();
15300 extern (C) void _gtk_cell_layout_buildable_add_child(void *, aGtkBuilder *, _GObject *, char *);
15301 extern (C) void _gtk_cell_layout_buildable_custom_tag_end(void *, aGtkBuilder *, _GObject *, char *, void * *);
15302 extern (C) gint _gtk_cell_layout_buildable_custom_tag_start(void *, aGtkBuilder *, _GObject *, char *, _GMarkupParser *, void * *);
15303 extern (C) void gtk_cell_layout_reorder(void *, aGtkCellRenderer *, gint);
15304 extern (C) void gtk_cell_layout_clear_attributes(void *, aGtkCellRenderer *);
15305 extern (C) void gtk_cell_layout_set_cell_data_func(void *, aGtkCellRenderer *, _BCD_func__11624, void *, _BCD_func__13158);
15306 extern (C) void gtk_cell_layout_add_attribute(void *, aGtkCellRenderer *, char *, gint);
15307 extern (C) void gtk_cell_layout_set_attributes(void *, aGtkCellRenderer *, ...);
15308 extern (C) void gtk_cell_layout_clear(void *);
15309 extern (C) _GList * gtk_cell_layout_get_cells(void *);
15310 extern (C) void gtk_cell_layout_pack_end(void *, aGtkCellRenderer *, gint);
15311 extern (C) void gtk_cell_layout_pack_start(void *, aGtkCellRenderer *, gint);
15312 extern (C) GType gtk_cell_layout_get_type();
15313 extern (C) _GtkWidget * gtk_tree_view_column_get_tree_view(aGtkTreeViewColumn *);
15314 extern (C) void gtk_tree_view_column_queue_resize(aGtkTreeViewColumn *);
15315 extern (C) gint gtk_tree_view_column_cell_get_position(aGtkTreeViewColumn *, aGtkCellRenderer *, gint *, gint *);
15316 extern (C) void gtk_tree_view_column_focus_cell(aGtkTreeViewColumn *, aGtkCellRenderer *);
15317 extern (C) gint gtk_tree_view_column_cell_is_visible(aGtkTreeViewColumn *);
15318 extern (C) void gtk_tree_view_column_cell_get_size(aGtkTreeViewColumn *, _GdkRectangle *, gint *, gint *, gint *, gint *);
15319 extern (C) void gtk_tree_view_column_cell_set_cell_data(aGtkTreeViewColumn *, void *, aGtkTreeIter *, gint, gint);
15320 extern (C) gint gtk_tree_view_column_get_sort_order(aGtkTreeViewColumn *);
15321 extern (C) void gtk_tree_view_column_set_sort_order(aGtkTreeViewColumn *, gint);
15322 extern (C) gint gtk_tree_view_column_get_sort_indicator(aGtkTreeViewColumn *);
15323 extern (C) void gtk_tree_view_column_set_sort_indicator(aGtkTreeViewColumn *, gint);
15324 extern (C) gint gtk_tree_view_column_get_sort_column_id(aGtkTreeViewColumn *);
15325 extern (C) void gtk_tree_view_column_set_sort_column_id(aGtkTreeViewColumn *, gint);
15326 extern (C) gint gtk_tree_view_column_get_reorderable(aGtkTreeViewColumn *);
15327 extern (C) void gtk_tree_view_column_set_reorderable(aGtkTreeViewColumn *, gint);
15328 extern (C) float gtk_tree_view_column_get_alignment(aGtkTreeViewColumn *);
15329 extern (C) void gtk_tree_view_column_set_alignment(aGtkTreeViewColumn *, float);
15330 extern (C) _GtkWidget * gtk_tree_view_column_get_widget(aGtkTreeViewColumn *);
15331 extern (C) void gtk_tree_view_column_set_widget(aGtkTreeViewColumn *, aGtkWidget *);
15332 extern (C) gint gtk_tree_view_column_get_clickable(aGtkTreeViewColumn *);
15333 extern (C) void gtk_tree_view_column_set_clickable(aGtkTreeViewColumn *, gint);
15334 extern (C) gint gtk_tree_view_column_get_expand(aGtkTreeViewColumn *);
15335 extern (C) void gtk_tree_view_column_set_expand(aGtkTreeViewColumn *, gint);
15336 extern (C) char * gtk_tree_view_column_get_title(aGtkTreeViewColumn *);
15337 extern (C) void gtk_tree_view_column_set_title(aGtkTreeViewColumn *, char *);
15338 extern (C) void gtk_tree_view_column_clicked(aGtkTreeViewColumn *);
15339 extern (C) gint gtk_tree_view_column_get_max_width(aGtkTreeViewColumn *);
15340 extern (C) void gtk_tree_view_column_set_max_width(aGtkTreeViewColumn *, gint);
15341 extern (C) gint gtk_tree_view_column_get_min_width(aGtkTreeViewColumn *);
15342 extern (C) void gtk_tree_view_column_set_min_width(aGtkTreeViewColumn *, gint);
15343 extern (C) void gtk_tree_view_column_set_fixed_width(aGtkTreeViewColumn *, gint);
15344 extern (C) gint gtk_tree_view_column_get_fixed_width(aGtkTreeViewColumn *);
15345 extern (C) gint gtk_tree_view_column_get_width(aGtkTreeViewColumn *);
15346 extern (C) gint gtk_tree_view_column_get_sizing(aGtkTreeViewColumn *);
15347 extern (C) void gtk_tree_view_column_set_sizing(aGtkTreeViewColumn *, gint);
15348 extern (C) gint gtk_tree_view_column_get_resizable(aGtkTreeViewColumn *);
15349 extern (C) void gtk_tree_view_column_set_resizable(aGtkTreeViewColumn *, gint);
15350 extern (C) gint gtk_tree_view_column_get_visible(aGtkTreeViewColumn *);
15351 extern (C) void gtk_tree_view_column_set_visible(aGtkTreeViewColumn *, gint);
15352 extern (C) gint gtk_tree_view_column_get_spacing(aGtkTreeViewColumn *);
15353 extern (C) void gtk_tree_view_column_set_spacing(aGtkTreeViewColumn *, gint);
15354 extern (C) void gtk_tree_view_column_clear_attributes(aGtkTreeViewColumn *, aGtkCellRenderer *);
15355 extern (C) void gtk_tree_view_column_set_cell_data_func(aGtkTreeViewColumn *, aGtkCellRenderer *, _BCD_func__11636, void *, _BCD_func__13158);
15356 extern (C) void gtk_tree_view_column_set_attributes(aGtkTreeViewColumn *, aGtkCellRenderer *, ...);
15357 extern (C) void gtk_tree_view_column_add_attribute(aGtkTreeViewColumn *, aGtkCellRenderer *, char *, gint);
15358 extern (C) _GList * gtk_tree_view_column_get_cell_renderers(aGtkTreeViewColumn *);
15359 extern (C) void gtk_tree_view_column_clear(aGtkTreeViewColumn *);
15360 extern (C) void gtk_tree_view_column_pack_end(aGtkTreeViewColumn *, aGtkCellRenderer *, gint);
15361 extern (C) void gtk_tree_view_column_pack_start(aGtkTreeViewColumn *, aGtkCellRenderer *, gint);
15362 extern (C) _GtkTreeViewColumn * gtk_tree_view_column_new_with_attributes(char *, aGtkCellRenderer *, ...);
15363 extern (C) _GtkTreeViewColumn * gtk_tree_view_column_new();
15364 extern (C) GType gtk_tree_view_column_get_type();
15365 extern (C) gint gtk_tree_sortable_has_default_sort_func(void *);
15366 extern (C) void gtk_tree_sortable_set_default_sort_func(void *, _BCD_func__11685, void *, _BCD_func__13158);
15367 extern (C) void gtk_tree_sortable_set_sort_func(void *, gint, _BCD_func__11685, void *, _BCD_func__13158);
15368 extern (C) void gtk_tree_sortable_set_sort_column_id(void *, gint, gint);
15369 extern (C) gint gtk_tree_sortable_get_sort_column_id(void *, gint *, gint *);
15370 extern (C) void gtk_tree_sortable_sort_column_changed(void *);
15371 extern (C) GType gtk_tree_sortable_get_type();
15372 extern (C) void gtk_tree_model_rows_reordered(void *, void *, aGtkTreeIter *, gint *);
15373 extern (C) void gtk_tree_model_row_deleted(void *, void *);
15374 extern (C) void gtk_tree_model_row_has_child_toggled(void *, void *, aGtkTreeIter *);
15375 extern (C) void gtk_tree_model_row_inserted(void *, void *, aGtkTreeIter *);
15376 extern (C) void gtk_tree_model_row_changed(void *, void *, aGtkTreeIter *);
15377 extern (C) void gtk_tree_model_foreach(void *, _BCD_func__11697, void *);
15378 extern (C) void gtk_tree_model_get_valist(void *, aGtkTreeIter *, char *);
15379 extern (C) void gtk_tree_model_get(void *, aGtkTreeIter *, ...);
15380 extern (C) void gtk_tree_model_unref_node(void *, aGtkTreeIter *);
15381 extern (C) void gtk_tree_model_ref_node(void *, aGtkTreeIter *);
15382 extern (C) gint gtk_tree_model_iter_parent(void *, aGtkTreeIter *, aGtkTreeIter *);
15383 extern (C) gint gtk_tree_model_iter_nth_child(void *, aGtkTreeIter *, aGtkTreeIter *, gint);
15384 extern (C) gint gtk_tree_model_iter_n_children(void *, aGtkTreeIter *);
15385 extern (C) gint gtk_tree_model_iter_has_child(void *, aGtkTreeIter *);
15386 extern (C) gint gtk_tree_model_iter_children(void *, aGtkTreeIter *, aGtkTreeIter *);
15387 extern (C) gint gtk_tree_model_iter_next(void *, aGtkTreeIter *);
15388 extern (C) void gtk_tree_model_get_value(void *, aGtkTreeIter *, gint, _GValue *);
15389 extern (C) void * gtk_tree_model_get_path(void *, aGtkTreeIter *);
15390 extern (C) gint gtk_tree_model_get_iter_first(void *, aGtkTreeIter *);
15391 extern (C) char * gtk_tree_model_get_string_from_iter(void *, aGtkTreeIter *);
15392 extern (C) gint gtk_tree_model_get_iter_from_string(void *, aGtkTreeIter *, char *);
15393 extern (C) gint gtk_tree_model_get_iter(void *, aGtkTreeIter *, void *);
15394 extern (C) GType gtk_tree_model_get_column_type(void *, gint);
15395 extern (C) gint gtk_tree_model_get_n_columns(void *);
15396 extern (C) gint gtk_tree_model_get_flags(void *);
15397 extern (C) GType gtk_tree_model_get_type();
15398 extern (C) GType gtk_tree_iter_get_type();
15399 extern (C) void gtk_tree_iter_free(aGtkTreeIter *);
15400 extern (C) _GtkTreeIter * gtk_tree_iter_copy(aGtkTreeIter *);
15401 extern (C) void gtk_tree_row_reference_reordered(_GObject *, void *, aGtkTreeIter *, gint *);
15402 extern (C) void gtk_tree_row_reference_deleted(_GObject *, void *);
15403 extern (C) void gtk_tree_row_reference_inserted(_GObject *, void *);
15404 extern (C) void gtk_tree_row_reference_free(void *);
15405 extern (C) void * gtk_tree_row_reference_copy(void *);
15406 extern (C) gint gtk_tree_row_reference_valid(void *);
15407 extern (C) void * gtk_tree_row_reference_get_model(void *);
15408 extern (C) void * gtk_tree_row_reference_get_path(void *);
15409 extern (C) void * gtk_tree_row_reference_new_proxy(_GObject *, void *, void *);
15410 extern (C) void * gtk_tree_row_reference_new(void *, void *);
15411 extern (C) GType gtk_tree_row_reference_get_type();
15412 extern (C) gint gtk_tree_path_is_descendant(void *, void *);
15413 extern (C) gint gtk_tree_path_is_ancestor(void *, void *);
15414 extern (C) void gtk_tree_path_down(void *);
15415 extern (C) gint gtk_tree_path_up(void *);
15416 extern (C) gint gtk_tree_path_prev(void *);
15417 extern (C) void gtk_tree_path_next(void *);
15418 extern (C) gint gtk_tree_path_compare(void *, void *);
15419 extern (C) GType gtk_tree_path_get_type();
15420 extern (C) void * gtk_tree_path_copy(void *);
15421 extern (C) void gtk_tree_path_free(void *);
15422 extern (C) gint * gtk_tree_path_get_indices(void *);
15423 extern (C) gint gtk_tree_path_get_depth(void *);
15424 extern (C) void gtk_tree_path_prepend_index(void *, gint);
15425 extern (C) void gtk_tree_path_append_index(void *, gint);
15426 extern (C) void * gtk_tree_path_new_first();
15427 extern (C) char * gtk_tree_path_to_string(void *);
15428 extern (C) void * gtk_tree_path_new_from_indices(gint, ...);
15429 extern (C) void * gtk_tree_path_new_from_string(char *);
15430 extern (C) void * gtk_tree_path_new();
15431 extern (C) void gtk_cell_renderer_stop_editing(aGtkCellRenderer *, gint);
15432 extern (C) void gtk_cell_renderer_editing_canceled(aGtkCellRenderer *);
15433 extern (C) void gtk_cell_renderer_get_fixed_size(aGtkCellRenderer *, gint *, gint *);
15434 extern (C) void gtk_cell_renderer_set_fixed_size(aGtkCellRenderer *, gint, gint);
15435 extern (C) void * gtk_cell_renderer_start_editing(aGtkCellRenderer *, _GdkEvent *, aGtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint);
15436 extern (C) gint gtk_cell_renderer_activate(aGtkCellRenderer *, _GdkEvent *, aGtkWidget *, char *, _GdkRectangle *, _GdkRectangle *, gint);
15437 extern (C) void gtk_cell_renderer_render(aGtkCellRenderer *, _GdkDrawable *, aGtkWidget *, _GdkRectangle *, _GdkRectangle *, _GdkRectangle *, gint);
15438 extern (C) void gtk_cell_renderer_get_size(aGtkCellRenderer *, aGtkWidget *, _GdkRectangle *, gint *, gint *, gint *, gint *);
15439 extern (C) GType gtk_cell_renderer_get_type();
15440 extern (C) void gtk_cell_editable_remove_widget(void *);
15441 extern (C) void gtk_cell_editable_editing_done(void *);
15442 extern (C) void gtk_cell_editable_start_editing(void *, _GdkEvent *);
15443 extern (C) GType gtk_cell_editable_get_type();
15444 extern (C) void gtk_calendar_thaw(aGtkCalendar *);
15445 extern (C) void gtk_calendar_freeze(aGtkCalendar *);
15446 extern (C) void gtk_calendar_get_date(aGtkCalendar *, guint *, guint *, guint *);
15447 extern (C) void gtk_calendar_display_options(aGtkCalendar *, gint);
15448 extern (C) gint gtk_calendar_get_display_options(aGtkCalendar *);
15449 extern (C) void gtk_calendar_set_display_options(aGtkCalendar *, gint);
15450 extern (C) void gtk_calendar_clear_marks(aGtkCalendar *);
15451 extern (C) gint gtk_calendar_unmark_day(aGtkCalendar *, guint);
15452 extern (C) gint gtk_calendar_mark_day(aGtkCalendar *, guint);
15453 extern (C) void gtk_calendar_select_day(aGtkCalendar *, guint);
15454 extern (C) gint gtk_calendar_select_month(aGtkCalendar *, guint, guint);
15455 extern (C) _GtkWidget * gtk_calendar_new();
15456 extern (C) GType gtk_calendar_get_type();
15457 extern (C) void gtk_signal_compat_matched(aGtkObject *, _BCD_func__12122, void *, gint, guint);
15458 extern (C) void gtk_signal_emitv_by_name(aGtkObject *, char *, aGtkArg *);
15459 extern (C) void gtk_signal_emit_by_name(aGtkObject *, char *, ...);
15460 extern (C) void gtk_signal_emit(aGtkObject *, guint, ...);
15461 extern (C) void gtk_signal_emitv(aGtkObject *, guint, aGtkArg *);
15462 extern (C) guint gtk_signal_connect_full(aGtkObject *, char *, _BCD_func__12122, _BCD_func__13157, void *, _BCD_func__13158, gint, gint);
15463 extern (C) void gtk_signal_connect_while_alive(aGtkObject *, char *, _BCD_func__12122, void *, aGtkObject *);
15464 extern (C) void gtk_signal_connect_object_while_alive(aGtkObject *, char *, _BCD_func__12122, aGtkObject *);
15465 extern (C) void gtk_signal_emit_stop_by_name(aGtkObject *, char *);
15466 extern (C) guint gtk_signal_new(char *, gint, guint, guint, _BCD_func__13146, guint, guint, ...);
15467 extern (C) guint gtk_signal_newv(char *, gint, guint, guint, _BCD_func__13146, guint, guint, guint *);
15468 extern (C) void gtk_marshal_VOID__UINT_STRING(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15469 extern (C) void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15470 extern (C) void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15471 extern (C) void gtk_marshal_VOID__STRING_INT_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15472 extern (C) void gtk_marshal_VOID__POINTER_UINT_UINT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15473 extern (C) void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15474 extern (C) void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15475 extern (C) void gtk_marshal_VOID__POINTER_UINT_ENUM(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15476 extern (C) void gtk_marshal_VOID__POINTER_UINT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15477 extern (C) void gtk_marshal_VOID__POINTER_STRING_STRING(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15478 extern (C) void gtk_marshal_VOID__POINTER_POINTER_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15479 extern (C) void gtk_marshal_VOID__POINTER_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15480 extern (C) void gtk_marshal_VOID__POINTER_INT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15481 extern (C) void gtk_marshal_VOID__INT_INT_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15482 extern (C) void gtk_marshal_VOID__INT_INT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15483 extern (C) void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15484 extern (C) void gtk_marshal_VOID__ENUM_FLOAT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15485 extern (C) void gtk_marshal_INT__POINTER_CHAR_CHAR(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15486 extern (C) void gtk_marshal_INT__POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15487 extern (C) void gtk_marshal_ENUM__ENUM(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15488 extern (C) void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15489 extern (C) void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15490 extern (C) void gtk_marshal_BOOLEAN__POINTER_INT_INT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15491 extern (C) void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15492 extern (C) void gtk_marshal_BOOLEAN__POINTER(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15493 extern (C) void gtk_marshal_BOOLEAN__VOID(_GClosure *, _GValue *, guint, _GValue *, void *, void *);
15494 extern (C) void _gtk_button_paint(aGtkButton *, _GdkRectangle *, gint, gint, char *, char *);
15495 extern (C) void _gtk_button_set_depressed(aGtkButton *, gint);
15496 extern (C) gint gtk_button_get_image_position(aGtkButton *);
15497 extern (C) void gtk_button_set_image_position(aGtkButton *, gint);
15498 extern (C) _GtkWidget * gtk_button_get_image(aGtkButton *);
15499 extern (C) void gtk_button_set_image(aGtkButton *, aGtkWidget *);
15500 extern (C) void gtk_button_get_alignment(aGtkButton *, float *, float *);
15501 extern (C) void gtk_button_set_alignment(aGtkButton *, float, float);
15502 extern (C) gint gtk_button_get_focus_on_click(aGtkButton *);
15503 extern (C) void gtk_button_set_focus_on_click(aGtkButton *, gint);
15504 extern (C) gint gtk_button_get_use_stock(aGtkButton *);
15505 extern (C) void gtk_button_set_use_stock(aGtkButton *, gint);
15506 extern (C) gint gtk_button_get_use_underline(aGtkButton *);
15507 extern (C) void gtk_button_set_use_underline(aGtkButton *, gint);
15508 extern (C) char * gtk_button_get_label(aGtkButton *);
15509 extern (C) void gtk_button_set_label(aGtkButton *, char *);
15510 extern (C) gint gtk_button_get_relief(aGtkButton *);
15511 extern (C) void gtk_button_set_relief(aGtkButton *, gint);
15512 extern (C) void gtk_button_leave(aGtkButton *);
15513 extern (C) void gtk_button_enter(aGtkButton *);
15514 extern (C) void gtk_button_clicked(aGtkButton *);
15515 extern (C) void gtk_button_released(aGtkButton *);
15516 extern (C) void gtk_button_pressed(aGtkButton *);
15517 extern (C) _GtkWidget * gtk_button_new_with_mnemonic(char *);
15518 extern (C) _GtkWidget * gtk_button_new_from_stock(char *);
15519 extern (C) _GtkWidget * gtk_button_new_with_label(char *);
15520 extern (C) _GtkWidget * gtk_button_new();
15521 extern (C) GType gtk_button_get_type();
15522 extern (C) void gtk_image_get(aGtkImage *, _GdkImage * *, _GdkDrawable * *);
15523 extern (C) void gtk_image_set(aGtkImage *, _GdkImage *, _GdkDrawable *);
15524 extern (C) gint gtk_image_get_pixel_size(aGtkImage *);
15525 extern (C) void gtk_image_get_icon_name(aGtkImage *, char * *, gint *);
15526 extern (C) void * gtk_image_get_animation(aGtkImage *);
15527 extern (C) void gtk_image_get_icon_set(aGtkImage *, void * *, gint *);
15528 extern (C) void gtk_image_get_stock(aGtkImage *, char * *, gint *);
15529 extern (C) void * gtk_image_get_pixbuf(aGtkImage *);
15530 extern (C) void gtk_image_get_image(aGtkImage *, _GdkImage * *, _GdkDrawable * *);
15531 extern (C) void gtk_image_get_pixmap(aGtkImage *, _GdkDrawable * *, _GdkDrawable * *);
15532 extern (C) gint gtk_image_get_storage_type(aGtkImage *);
15533 extern (C) void gtk_image_set_pixel_size(aGtkImage *, gint);
15534 extern (C) void gtk_image_set_from_icon_name(aGtkImage *, char *, gint);
15535 extern (C) void gtk_image_set_from_animation(aGtkImage *, void *);
15536 extern (C) void gtk_image_set_from_icon_set(aGtkImage *, void *, gint);
15537 extern (C) void gtk_image_set_from_stock(aGtkImage *, char *, gint);
15538 extern (C) void gtk_image_set_from_pixbuf(aGtkImage *, void *);
15539 extern (C) void gtk_image_set_from_file(aGtkImage *, char *);
15540 extern (C) void gtk_image_set_from_image(aGtkImage *, _GdkImage *, _GdkDrawable *);
15541 extern (C) void gtk_image_set_from_pixmap(aGtkImage *, _GdkDrawable *, _GdkDrawable *);
15542 extern (C) void gtk_image_clear(aGtkImage *);
15543 extern (C) _GtkWidget * gtk_image_new_from_icon_name(char *, gint);
15544 extern (C) _GtkWidget * gtk_image_new_from_animation(void *);
15545 extern (C) _GtkWidget * gtk_image_new_from_icon_set(void *, gint);
15546 extern (C) _GtkWidget * gtk_image_new_from_stock(char *, gint);
15547 extern (C) _GtkWidget * gtk_image_new_from_pixbuf(void *);
15548 extern (C) _GtkWidget * gtk_image_new_from_file(char *);
15549 extern (C) _GtkWidget * gtk_image_new_from_image(_GdkImage *, _GdkDrawable *);
15550 extern (C) _GtkWidget * gtk_image_new_from_pixmap(_GdkDrawable *, _GdkDrawable *);
15551 extern (C) _GtkWidget * gtk_image_new();
15552 extern (C) GType gtk_image_get_type();
15553 extern (C) _GObject * gtk_buildable_get_internal_child(void *, aGtkBuilder *, char *);
15554 extern (C) void gtk_buildable_parser_finished(void *, aGtkBuilder *);
15555 extern (C) void gtk_buildable_custom_finished(void *, aGtkBuilder *, _GObject *, char *, void *);
15556 extern (C) void gtk_buildable_custom_tag_end(void *, aGtkBuilder *, _GObject *, char *, void * *);
15557 extern (C) gint gtk_buildable_custom_tag_start(void *, aGtkBuilder *, _GObject *, char *, _GMarkupParser *, void * *);
15558 extern (C) _GObject * gtk_buildable_construct_child(void *, aGtkBuilder *, char *);
15559 extern (C) void gtk_buildable_set_buildable_property(void *, aGtkBuilder *, char *, _GValue *);
15560 extern (C) void gtk_buildable_add_child(void *, aGtkBuilder *, _GObject *, char *);
15561 extern (C) char * gtk_buildable_get_name(void *);
15562 extern (C) void gtk_buildable_set_name(void *, char *);
15563 extern (C) GType gtk_buildable_get_type();
15564 extern (C) gint gtk_builder_value_from_string_type(aGtkBuilder *, GType, char *, _GValue *, _GError * *);
15565 extern (C) gint gtk_builder_value_from_string(aGtkBuilder *, _GParamSpec *, char *, _GValue *, _GError * *);
15566 extern (C) GType gtk_builder_get_type_from_name(aGtkBuilder *, char *);
15567 extern (C) char * gtk_builder_get_translation_domain(aGtkBuilder *);
15568 extern (C) void gtk_builder_set_translation_domain(aGtkBuilder *, char *);
15569 extern (C) void gtk_builder_connect_signals_full(aGtkBuilder *, _BCD_func__11889, void *);
15570 extern (C) void gtk_builder_connect_signals(aGtkBuilder *, void *);
15571 extern (C) _GSList * gtk_builder_get_objects(aGtkBuilder *);
15572 extern (C) _GObject * gtk_builder_get_object(aGtkBuilder *, char *);
15573 extern (C) guint gtk_builder_add_from_string(aGtkBuilder *, char *, gsize, _GError * *);
15574 extern (C) guint gtk_builder_add_from_file(aGtkBuilder *, char *, _GError * *);
15575 extern (C) _GtkBuilder * gtk_builder_new();
15576 extern (C) GType gtk_builder_get_type();
15577 extern (C) GQuark gtk_builder_error_quark();
15578 extern (C) guint _gtk_binding_signal_new(char *, guint, gint, _BCD_func__12122, _BCD_func__14366, void *, _BCD_func__13146, guint, guint, ...);
15579 extern (C) void _gtk_binding_entry_add_signall(aGtkBindingSet *, guint, gint, char *, _GSList *);
15580 extern (C) void _gtk_binding_reset_parsed();
15581 extern (C) guint _gtk_binding_parse_binding(_GScanner *);
15582 extern (C) void gtk_binding_set_add_path(aGtkBindingSet *, gint, char *, gint);
15583 extern (C) void gtk_binding_entry_remove(aGtkBindingSet *, guint, gint);
15584 extern (C) void gtk_binding_entry_add_signal(aGtkBindingSet *, guint, gint, char *, guint, ...);
15585 extern (C) void gtk_binding_entry_skip(aGtkBindingSet *, guint, gint);
15586 extern (C) guint gtk_binding_parse_binding(_GScanner *);
15587 extern (C) void gtk_binding_entry_add_signall(aGtkBindingSet *, guint, gint, char *, _GSList *);
15588 extern (C) void gtk_binding_entry_clear(aGtkBindingSet *, guint, gint);
15589 extern (C) gint gtk_binding_set_activate(aGtkBindingSet *, guint, gint, aGtkObject *);
15590 extern (C) gint gtk_bindings_activate_event(aGtkObject *, _GdkEventKey *);
15591 extern (C) gint gtk_bindings_activate(aGtkObject *, guint, gint);
15592 extern (C) _GtkBindingSet * gtk_binding_set_find(char *);
15593 extern (C) _GtkBindingSet * gtk_binding_set_by_class(void *);
15594 extern (C) _GtkBindingSet * gtk_binding_set_new(char *);
15595 extern (C) void _gtk_button_box_child_requisition(aGtkWidget *, gint *, gint *, gint *, gint *);
15596 extern (C) void gtk_button_box_get_child_ipadding(aGtkButtonBox *, gint *, gint *);
15597 extern (C) void gtk_button_box_get_child_size(aGtkButtonBox *, gint *, gint *);
15598 extern (C) void gtk_button_box_set_child_ipadding(aGtkButtonBox *, gint, gint);
15599 extern (C) void gtk_button_box_set_child_size(aGtkButtonBox *, gint, gint);
15600 extern (C) void gtk_button_box_set_child_secondary(aGtkButtonBox *, aGtkWidget *, gint);
15601 extern (C) gint gtk_button_box_get_child_secondary(aGtkButtonBox *, aGtkWidget *);
15602 extern (C) void gtk_button_box_set_layout(aGtkButtonBox *, gint);
15603 extern (C) gint gtk_button_box_get_layout(aGtkButtonBox *);
15604 extern (C) GType gtk_button_box_get_type();
15605 extern (C) void gtk_box_set_child_packing(aGtkBox *, aGtkWidget *, gint, gint, guint, gint);
15606 extern (C) void gtk_box_query_child_packing(aGtkBox *, aGtkWidget *, gint *, gint *, guint *, gint *);
15607 extern (C) void gtk_box_reorder_child(aGtkBox *, aGtkWidget *, gint);
15608 extern (C) gint gtk_box_get_spacing(aGtkBox *);
15609 extern (C) void gtk_box_set_spacing(aGtkBox *, gint);
15610 extern (C) gint gtk_box_get_homogeneous(aGtkBox *);
15611 extern (C) void gtk_box_set_homogeneous(aGtkBox *, gint);
15612 extern (C) void gtk_box_pack_end_defaults(aGtkBox *, aGtkWidget *);
15613 extern (C) void gtk_box_pack_start_defaults(aGtkBox *, aGtkWidget *);
15614 extern (C) void gtk_box_pack_end(aGtkBox *, aGtkWidget *, gint, gint, guint);
15615 extern (C) void gtk_box_pack_start(aGtkBox *, aGtkWidget *, gint, gint, guint);
15616 extern (C) GType gtk_box_get_type();
15617 extern (C) void gtk_assistant_update_buttons_state(aGtkAssistant *);
15618 extern (C) void gtk_assistant_remove_action_widget(aGtkAssistant *, aGtkWidget *);
15619 extern (C) void gtk_assistant_add_action_widget(aGtkAssistant *, aGtkWidget *);
15620 extern (C) gint gtk_assistant_get_page_complete(aGtkAssistant *, aGtkWidget *);
15621 extern (C) void gtk_assistant_set_page_complete(aGtkAssistant *, aGtkWidget *, gint);
15622 extern (C) void * gtk_assistant_get_page_side_image(aGtkAssistant *, aGtkWidget *);
15623 extern (C) void gtk_assistant_set_page_side_image(aGtkAssistant *, aGtkWidget *, void *);
15624 extern (C) void * gtk_assistant_get_page_header_image(aGtkAssistant *, aGtkWidget *);
15625 extern (C) void gtk_assistant_set_page_header_image(aGtkAssistant *, aGtkWidget *, void *);
15626 extern (C) char * gtk_assistant_get_page_title(aGtkAssistant *, aGtkWidget *);
15627 extern (C) void gtk_assistant_set_page_title(aGtkAssistant *, aGtkWidget *, char *);
15628 extern (C) gint gtk_assistant_get_page_type(aGtkAssistant *, aGtkWidget *);
15629 extern (C) void gtk_assistant_set_page_type(aGtkAssistant *, aGtkWidget *, gint);
15630 extern (C) void gtk_assistant_set_forward_page_func(aGtkAssistant *, _BCD_func__11971, void *, _BCD_func__13158);
15631 extern (C) gint gtk_assistant_insert_page(aGtkAssistant *, aGtkWidget *, gint);
15632 extern (C) gint gtk_assistant_append_page(aGtkAssistant *, aGtkWidget *);
15633 extern (C) gint gtk_assistant_prepend_page(aGtkAssistant *, aGtkWidget *);
15634 extern (C) _GtkWidget * gtk_assistant_get_nth_page(aGtkAssistant *, gint);
15635 extern (C) gint gtk_assistant_get_n_pages(aGtkAssistant *);
15636 extern (C) void gtk_assistant_set_current_page(aGtkAssistant *, gint);
15637 extern (C) gint gtk_assistant_get_current_page(aGtkAssistant *);
15638 extern (C) _GtkWidget * gtk_assistant_new();
15639 extern (C) GType gtk_assistant_get_type();
15640 extern (C) void gtk_aspect_frame_set(aGtkAspectFrame *, float, float, float, gint);
15641 extern (C) _GtkWidget * gtk_aspect_frame_new(char *, float, float, float, gint);
15642 extern (C) GType gtk_aspect_frame_get_type();
15643 extern (C) gint gtk_frame_get_shadow_type(aGtkFrame *);
15644 extern (C) void gtk_frame_set_shadow_type(aGtkFrame *, gint);
15645 extern (C) void gtk_frame_get_label_align(aGtkFrame *, float *, float *);
15646 extern (C) void gtk_frame_set_label_align(aGtkFrame *, float, float);
15647 extern (C) _GtkWidget * gtk_frame_get_label_widget(aGtkFrame *);
15648 extern (C) void gtk_frame_set_label_widget(aGtkFrame *, aGtkWidget *);
15649 extern (C) char * gtk_frame_get_label(aGtkFrame *);
15650 extern (C) void gtk_frame_set_label(aGtkFrame *, char *);
15651 extern (C) _GtkWidget * gtk_frame_new(char *);
15652 extern (C) GType gtk_frame_get_type();
15653 extern (C) void gtk_arrow_set(aGtkArrow *, gint, gint);
15654 extern (C) _GtkWidget * gtk_arrow_new(gint, gint);
15655 extern (C) GType gtk_arrow_get_type();
15656 extern (C) void gtk_alignment_get_padding(aGtkAlignment *, guint *, guint *, guint *, guint *);
15657 extern (C) void gtk_alignment_set_padding(aGtkAlignment *, guint, guint, guint, guint);
15658 extern (C) void gtk_alignment_set(aGtkAlignment *, float, float, float, float);
15659 extern (C) _GtkWidget * gtk_alignment_new(float, float, float, float);
15660 extern (C) GType gtk_alignment_get_type();
15661 extern (C) void _gtk_action_group_emit_post_activate(aGtkActionGroup *, aGtkAction *);
15662 extern (C) void _gtk_action_group_emit_pre_activate(aGtkActionGroup *, aGtkAction *);
15663 extern (C) void _gtk_action_group_emit_disconnect_proxy(aGtkActionGroup *, aGtkAction *, aGtkWidget *);
15664 extern (C) void _gtk_action_group_emit_connect_proxy(aGtkActionGroup *, aGtkAction *, aGtkWidget *);
15665 extern (C) char * gtk_action_group_translate_string(aGtkActionGroup *, char *);
15666 extern (C) void gtk_action_group_set_translation_domain(aGtkActionGroup *, char *);
15667 extern (C) void gtk_action_group_set_translate_func(aGtkActionGroup *, _BCD_func__12124, void *, _BCD_func__13158);
15668 extern (C) void gtk_action_group_add_radio_actions_full(aGtkActionGroup *, aGtkRadioActionEntry *, guint, gint, _BCD_func__12122, void *, _BCD_func__13158);
15669 extern (C) void gtk_action_group_add_toggle_actions_full(aGtkActionGroup *, aGtkToggleActionEntry *, guint, void *, _BCD_func__13158);
15670 extern (C) void gtk_action_group_add_actions_full(aGtkActionGroup *, aGtkActionEntry *, guint, void *, _BCD_func__13158);
15671 extern (C) void gtk_action_group_add_radio_actions(aGtkActionGroup *, aGtkRadioActionEntry *, guint, gint, _BCD_func__12122, void *);
15672 extern (C) void gtk_action_group_add_toggle_actions(aGtkActionGroup *, aGtkToggleActionEntry *, guint, void *);
15673 extern (C) void gtk_action_group_add_actions(aGtkActionGroup *, aGtkActionEntry *, guint, void *);
15674 extern (C) void gtk_action_group_remove_action(aGtkActionGroup *, aGtkAction *);
15675 extern (C) void gtk_action_group_add_action_with_accel(aGtkActionGroup *, aGtkAction *, char *);
15676 extern (C) void gtk_action_group_add_action(aGtkActionGroup *, aGtkAction *);
15677 extern (C) _GList * gtk_action_group_list_actions(aGtkActionGroup *);
15678 extern (C) _GtkAction * gtk_action_group_get_action(aGtkActionGroup *, char *);
15679 extern (C) void gtk_action_group_set_visible(aGtkActionGroup *, gint);
15680 extern (C) gint gtk_action_group_get_visible(aGtkActionGroup *);
15681 extern (C) void gtk_action_group_set_sensitive(aGtkActionGroup *, gint);
15682 extern (C) gint gtk_action_group_get_sensitive(aGtkActionGroup *);
15683 extern (C) char * gtk_action_group_get_name(aGtkActionGroup *);
15684 extern (C) _GtkActionGroup * gtk_action_group_new(char *);
15685 extern (C) GType gtk_action_group_get_type();
15686 extern (C) void gtk_item_factories_path_delete(char *, char *);
15687 extern (C) void gtk_item_factory_create_menu_entries(guint, GtkMenuEntry *);
15688 extern (C) _GtkItemFactory * gtk_item_factory_from_path(char *);
15689 extern (C) void gtk_item_factory_create_items_ac(aGtkItemFactory *, guint, aGtkItemFactoryEntry *, void *, guint);
15690 extern (C) void gtk_item_factory_set_translate_func(aGtkItemFactory *, _BCD_func__12124, void *, _BCD_func__13158);
15691 extern (C) void * gtk_item_factory_popup_data_from_widget(aGtkWidget *);
15692 extern (C) void * gtk_item_factory_popup_data(aGtkItemFactory *);
15693 extern (C) void gtk_item_factory_popup_with_data(aGtkItemFactory *, void *, _BCD_func__13158, guint, guint, guint, guint);
15694 extern (C) void gtk_item_factory_popup(aGtkItemFactory *, guint, guint, guint, guint);
15695 extern (C) void gtk_item_factory_delete_entries(aGtkItemFactory *, guint, aGtkItemFactoryEntry *);
15696 extern (C) void gtk_item_factory_delete_entry(aGtkItemFactory *, aGtkItemFactoryEntry *);
15697 extern (C) void gtk_item_factory_delete_item(aGtkItemFactory *, char *);
15698 extern (C) void gtk_item_factory_create_items(aGtkItemFactory *, guint, aGtkItemFactoryEntry *, void *);
15699 extern (C) void gtk_item_factory_create_item(aGtkItemFactory *, aGtkItemFactoryEntry *, void *, guint);
15700 extern (C) _GtkWidget * gtk_item_factory_get_item_by_action(aGtkItemFactory *, guint);
15701 extern (C) _GtkWidget * gtk_item_factory_get_widget_by_action(aGtkItemFactory *, guint);
15702 extern (C) _GtkWidget * gtk_item_factory_get_widget(aGtkItemFactory *, char *);
15703 extern (C) _GtkWidget * gtk_item_factory_get_item(aGtkItemFactory *, char *);
15704 extern (C) char * gtk_item_factory_path_from_widget(aGtkWidget *);
15705 extern (C) _GtkItemFactory * gtk_item_factory_from_widget(aGtkWidget *);
15706 extern (C) void gtk_item_factory_add_foreign(aGtkWidget *, char *, aGtkAccelGroup *, guint, gint);
15707 extern (C) void gtk_item_factory_construct(aGtkItemFactory *, guint, char *, aGtkAccelGroup *);
15708 extern (C) _GtkItemFactory * gtk_item_factory_new(guint, char *, aGtkAccelGroup *);
15709 extern (C) guint gtk_item_factory_get_type();
15710 extern (C) void _gtk_action_sync_menu_visible(aGtkAction *, aGtkWidget *, gint);
15711 extern (C) void _gtk_action_sync_visible(aGtkAction *);
15712 extern (C) void _gtk_action_sync_sensitive(aGtkAction *);
15713 extern (C) void gtk_action_set_accel_group(aGtkAction *, aGtkAccelGroup *);
15714 extern (C) void gtk_action_set_accel_path(aGtkAction *, char *);
15715 extern (C) void _gtk_action_emit_activate(aGtkAction *);
15716 extern (C) void gtk_action_unblock_activate_from(aGtkAction *, aGtkWidget *);
15717 extern (C) void gtk_action_block_activate_from(aGtkAction *, aGtkWidget *);
15718 extern (C) _GClosure * gtk_action_get_accel_closure(aGtkAction *);
15719 extern (C) char * gtk_action_get_accel_path(aGtkAction *);
15720 extern (C) void gtk_action_disconnect_accelerator(aGtkAction *);
15721 extern (C) void gtk_action_connect_accelerator(aGtkAction *);
15722 extern (C) _GtkAction * gtk_widget_get_action(aGtkWidget *);
15723 extern (C) _GSList * gtk_action_get_proxies(aGtkAction *);
15724 extern (C) void gtk_action_disconnect_proxy(aGtkAction *, aGtkWidget *);
15725 extern (C) void gtk_action_connect_proxy(aGtkAction *, aGtkWidget *);
15726 extern (C) _GtkWidget * gtk_action_create_menu(aGtkAction *);
15727 extern (C) _GtkWidget * gtk_action_create_tool_item(aGtkAction *);
15728 extern (C) _GtkWidget * gtk_action_create_menu_item(aGtkAction *);
15729 extern (C) _GtkWidget * gtk_action_create_icon(aGtkAction *, gint);
15730 extern (C) void gtk_action_activate(aGtkAction *);
15731 extern (C) void gtk_action_set_visible(aGtkAction *, gint);
15732 extern (C) gint gtk_action_get_visible(aGtkAction *);
15733 extern (C) gint gtk_action_is_visible(aGtkAction *);
15734 extern (C) void gtk_action_set_sensitive(aGtkAction *, gint);
15735 extern (C) gint gtk_action_get_sensitive(aGtkAction *);
15736 extern (C) gint gtk_action_is_sensitive(aGtkAction *);
15737 extern (C) char * gtk_action_get_name(aGtkAction *);
15738 extern (C) _GtkAction * gtk_action_new(char *, char *, char *, char *);
15739 extern (C) GType gtk_action_get_type();
15740 extern (C) void gtk_accessible_connect_widget_destroyed(aGtkAccessible *);
15741 extern (C) GType gtk_accessible_get_type();
15742 extern (C) gint _gtk_accel_path_is_valid(char *);
15743 extern (C) void _gtk_accel_map_remove_group(char *, aGtkAccelGroup *);
15744 extern (C) void _gtk_accel_map_add_group(char *, aGtkAccelGroup *);
15745 extern (C) void _gtk_accel_map_init();
15746 extern (C) void * gtk_accel_map_get();
15747 extern (C) GType gtk_accel_map_get_type();
15748 extern (C) void gtk_accel_map_foreach_unfiltered(void *, _BCD_func__12490);
15749 extern (C) void gtk_accel_map_add_filter(char *);
15750 extern (C) void gtk_accel_map_unlock_path(char *);
15751 extern (C) void gtk_accel_map_lock_path(char *);
15752 extern (C) void gtk_accel_map_save_fd(gint);
15753 extern (C) void gtk_accel_map_load_scanner(_GScanner *);
15754 extern (C) void gtk_accel_map_load_fd(gint);
15755 extern (C) void gtk_accel_map_foreach(void *, _BCD_func__12490);
15756 extern (C) void gtk_accel_map_save(char *);
15757 extern (C) void gtk_accel_map_load(char *);
15758 extern (C) gint gtk_accel_map_change_entry(char *, guint, gint, gint);
15759 extern (C) gint gtk_accel_map_lookup_entry(char *, aGtkAccelKey *);
15760 extern (C) void gtk_accel_map_add_entry(char *, guint, gint);
15761 extern (C) char * _gtk_accel_label_class_get_accelerator_label(aGtkAccelLabelClass *, guint, gint);
15762 extern (C) gint gtk_accel_label_refetch(aGtkAccelLabel *);
15763 extern (C) void gtk_accel_label_set_accel_closure(aGtkAccelLabel *, _GClosure *);
15764 extern (C) void gtk_accel_label_set_accel_widget(aGtkAccelLabel *, aGtkWidget *);
15765 extern (C) guint gtk_accel_label_get_accel_width(aGtkAccelLabel *);
15766 extern (C) _GtkWidget * gtk_accel_label_get_accel_widget(aGtkAccelLabel *);
15767 extern (C) _GtkWidget * gtk_accel_label_new(char *);
15768 extern (C) GType gtk_accel_label_get_type();
15769 extern (C) guint gtk_label_parse_uline(aGtkLabel *, char *);
15770 extern (C) void gtk_label_get(aGtkLabel *, char * *);
15771 extern (C) gint gtk_label_get_single_line_mode(aGtkLabel *);
15772 extern (C) void gtk_label_set_single_line_mode(aGtkLabel *, gint);
15773 extern (C) void gtk_label_get_layout_offsets(aGtkLabel *, gint *, gint *);
15774 extern (C) void * gtk_label_get_layout(aGtkLabel *);
15775 extern (C) gint gtk_label_get_selection_bounds(aGtkLabel *, gint *, gint *);
15776 extern (C) void gtk_label_select_region(aGtkLabel *, gint, gint);
15777 extern (C) double gtk_label_get_angle(aGtkLabel *);
15778 extern (C) void gtk_label_set_angle(aGtkLabel *, double);
15779 extern (C) gint gtk_label_get_selectable(aGtkLabel *);
15780 extern (C) void gtk_label_set_selectable(aGtkLabel *, gint);
15781 extern (C) gint gtk_label_get_line_wrap_mode(aGtkLabel *);
15782 extern (C) void gtk_label_set_line_wrap_mode(aGtkLabel *, gint);
15783 extern (C) gint gtk_label_get_line_wrap(aGtkLabel *);
15784 extern (C) void gtk_label_set_line_wrap(aGtkLabel *, gint);
15785 extern (C) void gtk_label_set_pattern(aGtkLabel *, char *);
15786 extern (C) gint gtk_label_get_max_width_chars(aGtkLabel *);
15787 extern (C) void gtk_label_set_max_width_chars(aGtkLabel *, gint);
15788 extern (C) gint gtk_label_get_width_chars(aGtkLabel *);
15789 extern (C) void gtk_label_set_width_chars(aGtkLabel *, gint);
15790 extern (C) gint gtk_label_get_ellipsize(aGtkLabel *);
15791 extern (C) void gtk_label_set_ellipsize(aGtkLabel *, gint);
15792 extern (C) gint gtk_label_get_justify(aGtkLabel *);
15793 extern (C) void gtk_label_set_justify(aGtkLabel *, gint);
15794 extern (C) void gtk_label_set_text_with_mnemonic(aGtkLabel *, in char *);
15795 extern (C) _GtkWidget * gtk_label_get_mnemonic_widget(aGtkLabel *);
15796 extern (C) void gtk_label_set_mnemonic_widget(aGtkLabel *, aGtkWidget *);
15797 extern (C) guint gtk_label_get_mnemonic_keyval(aGtkLabel *);
15798 extern (C) void gtk_label_set_markup_with_mnemonic(aGtkLabel *, char *);
15799 extern (C) gint gtk_label_get_use_underline(aGtkLabel *);
15800 extern (C) void gtk_label_set_use_underline(aGtkLabel *, gint);
15801 extern (C) gint gtk_label_get_use_markup(aGtkLabel *);
15802 extern (C) void gtk_label_set_use_markup(aGtkLabel *, gint);
15803 extern (C) void gtk_label_set_markup(aGtkLabel *, char *);
15804 extern (C) char * gtk_label_get_label(aGtkLabel *);
15805 extern (C) void gtk_label_set_label(aGtkLabel *, char *);
15806 extern (C) void * gtk_label_get_attributes(aGtkLabel *);
15807 extern (C) void gtk_label_set_attributes(aGtkLabel *, void *);
15808 extern (C) char * gtk_label_get_text(aGtkLabel *);
15809 extern (C) void gtk_label_set_text(aGtkLabel *, char *);
15810 extern (C) _GtkWidget * gtk_label_new_with_mnemonic(char *);
15811 extern (C) _GtkWidget * gtk_label_new(char *);
15812 extern (C) GType gtk_label_get_type();
15813 extern (C) _GList * gtk_menu_get_for_attach_widget(aGtkWidget *);
15814 extern (C) void gtk_menu_set_monitor(aGtkMenu *, gint);
15815 extern (C) void gtk_menu_attach(aGtkMenu *, aGtkWidget *, guint, guint, guint, guint);
15816 extern (C) void gtk_menu_set_screen(aGtkMenu *, _GdkScreen *);
15817 extern (C) void gtk_menu_reorder_child(aGtkMenu *, aGtkWidget *, gint);
15818 extern (C) char * gtk_menu_get_title(aGtkMenu *);
15819 extern (C) void gtk_menu_set_title(aGtkMenu *, char *);
15820 extern (C) gint gtk_menu_get_tearoff_state(aGtkMenu *);
15821 extern (C) void gtk_menu_set_tearoff_state(aGtkMenu *, gint);
15822 extern (C) _GtkWidget * gtk_menu_get_attach_widget(aGtkMenu *);
15823 extern (C) void gtk_menu_detach(aGtkMenu *);
15824 extern (C) void gtk_menu_attach_to_widget(aGtkMenu *, aGtkWidget *, _BCD_func__12552);
15825 extern (C) void gtk_menu_set_accel_path(aGtkMenu *, char *);
15826 extern (C) _GtkAccelGroup * gtk_menu_get_accel_group(aGtkMenu *);
15827 extern (C) void gtk_menu_set_accel_group(aGtkMenu *, aGtkAccelGroup *);
15828 extern (C) void gtk_menu_set_active(aGtkMenu *, guint);
15829 extern (C) _GtkWidget * gtk_menu_get_active(aGtkMenu *);
15830 extern (C) void gtk_menu_popdown(aGtkMenu *);
15831 extern (C) void gtk_menu_reposition(aGtkMenu *);
15832 extern (C) void gtk_menu_popup(aGtkMenu *, aGtkWidget *, aGtkWidget *, _BCD_func__12553, void *, guint, guint32);
15833 extern (C) _GtkWidget * gtk_menu_new();
15834 extern (C) GType gtk_menu_get_type();
15835 extern (C) void gtk_menu_shell_set_take_focus(aGtkMenuShell *, gint);
15836 extern (C) gint gtk_menu_shell_get_take_focus(aGtkMenuShell *);
15837 extern (C) void _gtk_menu_shell_remove_mnemonic(aGtkMenuShell *, guint, aGtkWidget *);
15838 extern (C) void _gtk_menu_shell_add_mnemonic(aGtkMenuShell *, guint, aGtkWidget *);
15839 extern (C) void gtk_menu_shell_cancel(aGtkMenuShell *);
15840 extern (C) gint _gtk_menu_shell_get_popup_delay(aGtkMenuShell *);
15841 extern (C) void _gtk_menu_shell_activate(aGtkMenuShell *);
15842 extern (C) void _gtk_menu_shell_select_last(aGtkMenuShell *, gint);
15843 extern (C) void gtk_menu_shell_select_first(aGtkMenuShell *, gint);
15844 extern (C) void gtk_menu_shell_activate_item(aGtkMenuShell *, aGtkWidget *, gint);
15845 extern (C) void gtk_menu_shell_deselect(aGtkMenuShell *);
15846 extern (C) void gtk_menu_shell_select_item(aGtkMenuShell *, aGtkWidget *);
15847 extern (C) void gtk_menu_shell_deactivate(aGtkMenuShell *);
15848 extern (C) void gtk_menu_shell_insert(aGtkMenuShell *, aGtkWidget *, gint);
15849 extern (C) void gtk_menu_shell_prepend(aGtkMenuShell *, aGtkWidget *);
15850 extern (C) void gtk_menu_shell_append(aGtkMenuShell *, aGtkWidget *);
15851 extern (C) GType gtk_menu_shell_get_type();
15852 extern (C) void gtk_misc_get_padding(aGtkMisc *, gint *, gint *);
15853 extern (C) void gtk_misc_set_padding(aGtkMisc *, gint, gint);
15854 extern (C) void gtk_misc_get_alignment(aGtkMisc *, float *, float *);
15855 extern (C) void gtk_misc_set_alignment(aGtkMisc *, float, float);
15856 extern (C) GType gtk_misc_get_type();
15857 extern (C) _BCD_func__12632 gtk_about_dialog_set_url_hook(_BCD_func__12632, void *, _BCD_func__13158);
15858 extern (C) _BCD_func__12632 gtk_about_dialog_set_email_hook(_BCD_func__12632, void *, _BCD_func__13158);
15859 extern (C) void gtk_about_dialog_set_logo_icon_name(aGtkAboutDialog *, char *);
15860 extern (C) char * gtk_about_dialog_get_logo_icon_name(aGtkAboutDialog *);
15861 extern (C) void gtk_about_dialog_set_logo(aGtkAboutDialog *, void *);
15862 extern (C) void * gtk_about_dialog_get_logo(aGtkAboutDialog *);
15863 extern (C) void gtk_about_dialog_set_translator_credits(aGtkAboutDialog *, char *);
15864 extern (C) char * gtk_about_dialog_get_translator_credits(aGtkAboutDialog *);
15865 extern (C) void gtk_about_dialog_set_artists(aGtkAboutDialog *, char * *);
15866 extern (C) char * * gtk_about_dialog_get_artists(aGtkAboutDialog *);
15867 extern (C) void gtk_about_dialog_set_documenters(aGtkAboutDialog *, char * *);
15868 extern (C) char * * gtk_about_dialog_get_documenters(aGtkAboutDialog *);
15869 extern (C) void gtk_about_dialog_set_authors(aGtkAboutDialog *, char * *);
15870 extern (C) char * * gtk_about_dialog_get_authors(aGtkAboutDialog *);
15871 extern (C) void gtk_about_dialog_set_website_label(aGtkAboutDialog *, char *);
15872 extern (C) char * gtk_about_dialog_get_website_label(aGtkAboutDialog *);
15873 extern (C) void gtk_about_dialog_set_website(aGtkAboutDialog *, char *);
15874 extern (C) char * gtk_about_dialog_get_website(aGtkAboutDialog *);
15875 extern (C) void gtk_about_dialog_set_wrap_license(aGtkAboutDialog *, gint);
15876 extern (C) gint gtk_about_dialog_get_wrap_license(aGtkAboutDialog *);
15877 extern (C) void gtk_about_dialog_set_license(aGtkAboutDialog *, char *);
15878 extern (C) char * gtk_about_dialog_get_license(aGtkAboutDialog *);
15879 extern (C) void gtk_about_dialog_set_comments(aGtkAboutDialog *, char *);
15880 extern (C) char * gtk_about_dialog_get_comments(aGtkAboutDialog *);
15881 extern (C) void gtk_about_dialog_set_copyright(aGtkAboutDialog *, char *);
15882 extern (C) char * gtk_about_dialog_get_copyright(aGtkAboutDialog *);
15883 extern (C) void gtk_about_dialog_set_version(aGtkAboutDialog *, char *);
15884 extern (C) char * gtk_about_dialog_get_version(aGtkAboutDialog *);
15885 extern (C) void gtk_about_dialog_set_program_name(aGtkAboutDialog *, char *);
15886 extern (C) char * gtk_about_dialog_get_program_name(aGtkAboutDialog *);
15887 extern (C) void gtk_about_dialog_set_name(aGtkAboutDialog *, char *);
15888 extern (C) char * gtk_about_dialog_get_name(aGtkAboutDialog *);
15889 extern (C) void gtk_show_about_dialog(aGtkWindow *, char *, ...);
15890 extern (C) _GtkWidget * gtk_about_dialog_new();
15891 extern (C) GType gtk_about_dialog_get_type();
15892 extern (C) void _gtk_dialog_set_ignore_separator(aGtkDialog *, gint);
15893 extern (C) gint gtk_dialog_run(aGtkDialog *);
15894 extern (C) void gtk_dialog_response(aGtkDialog *, gint);
15895 extern (C) void gtk_dialog_set_alternative_button_order_from_array(aGtkDialog *, gint, gint *);
15896 extern (C) void gtk_dialog_set_alternative_button_order(aGtkDialog *, gint, ...);
15897 extern (C) gint gtk_alternative_dialog_button_order(_GdkScreen *);
15898 extern (C) gint gtk_dialog_get_has_separator(aGtkDialog *);
15899 extern (C) void gtk_dialog_set_has_separator(aGtkDialog *, gint);
15900 extern (C) gint gtk_dialog_get_response_for_widget(aGtkDialog *, aGtkWidget *);
15901 extern (C) void gtk_dialog_set_default_response(aGtkDialog *, gint);
15902 extern (C) void gtk_dialog_set_response_sensitive(aGtkDialog *, gint, gint);
15903 extern (C) void gtk_dialog_add_buttons(aGtkDialog *, char *, ...);
15904 extern (C) _GtkWidget * gtk_dialog_add_button(aGtkDialog *, char *, gint);
15905 extern (C) void gtk_dialog_add_action_widget(aGtkDialog *, aGtkWidget *, gint);
15906 extern (C) _GtkWidget * gtk_dialog_new_with_buttons(char *, aGtkWindow *, gint, char *, ...);
15907 extern (C) _GtkWidget * gtk_dialog_new();
15908 extern (C) GType gtk_dialog_get_type();
15909 extern (C) gint _gtk_window_query_nonaccels(aGtkWindow *, guint, gint);
15910 extern (C) void _gtk_window_keys_foreach(aGtkWindow *, _BCD_func__12662, void *);
15911 extern (C) void _gtk_window_set_is_active(aGtkWindow *, gint);
15912 extern (C) void _gtk_window_unset_focus_and_default(aGtkWindow *, aGtkWidget *);
15913 extern (C) void _gtk_window_set_has_toplevel_focus(aGtkWindow *, gint);
15914 extern (C) _GtkWidget * _gtk_window_group_get_current_grab(aGtkWindowGroup *);
15915 extern (C) void _gtk_window_constrain_size(aGtkWindow *, gint, gint, gint *, gint *);
15916 extern (C) void _gtk_window_reposition(aGtkWindow *, gint, gint);
15917 extern (C) void gtk_window_add_embedded_xid(aGtkWindow *, guint);
15918 extern (C) void gtk_window_remove_embedded_xid(aGtkWindow *, guint);
15919 extern (C) void _gtk_window_internal_set_focus(aGtkWindow *, aGtkWidget *);
15920 extern (C) void gtk_window_group_remove_window(aGtkWindowGroup *, aGtkWindow *);
15921 extern (C) void gtk_window_group_add_window(aGtkWindowGroup *, aGtkWindow *);
15922 extern (C) _GtkWindowGroup * gtk_window_group_new();
15923 extern (C) GType gtk_window_group_get_type();
15924 extern (C) void gtk_window_reshow_with_initial_size(aGtkWindow *);
15925 extern (C) _GtkWindowGroup * gtk_window_get_group(aGtkWindow *);
15926 extern (C) gint gtk_window_parse_geometry(aGtkWindow *, char *);
15927 extern (C) void gtk_window_get_position(aGtkWindow *, gint *, gint *);
15928 extern (C) void gtk_window_move(aGtkWindow *, gint, gint);
15929 extern (C) void gtk_window_get_size(aGtkWindow *, gint *, gint *);
15930 extern (C) void gtk_window_resize(aGtkWindow *, gint, gint);
15931 extern (C) void gtk_window_get_default_size(aGtkWindow *, gint *, gint *);
15932 extern (C) void gtk_window_set_default_size(aGtkWindow *, gint, gint);
15933 extern (C) void gtk_window_set_policy(aGtkWindow *, gint, gint, gint);
15934 extern (C) void gtk_window_begin_move_drag(aGtkWindow *, gint, gint, gint, guint32);
15935 extern (C) void gtk_window_begin_resize_drag(aGtkWindow *, gint, gint, gint, gint, guint32);
15936 extern (C) void gtk_window_set_keep_below(aGtkWindow *, gint);
15937 extern (C) void gtk_window_set_keep_above(aGtkWindow *, gint);
15938 extern (C) void gtk_window_unfullscreen(aGtkWindow *);
15939 extern (C) void gtk_window_fullscreen(aGtkWindow *);
15940 extern (C) void gtk_window_unmaximize(aGtkWindow *);
15941 extern (C) void gtk_window_maximize(aGtkWindow *);
15942 extern (C) void gtk_window_unstick(aGtkWindow *);
15943 extern (C) void gtk_window_stick(aGtkWindow *);
15944 extern (C) void gtk_window_deiconify(aGtkWindow *);
15945 extern (C) void gtk_window_iconify(aGtkWindow *);
15946 extern (C) void gtk_window_present_with_time(aGtkWindow *, guint32);
15947 extern (C) void gtk_window_present(aGtkWindow *);
15948 extern (C) gint gtk_window_propagate_key_event(aGtkWindow *, _GdkEventKey *);
15949 extern (C) gint gtk_window_activate_key(aGtkWindow *, _GdkEventKey *);
15950 extern (C) gint gtk_window_get_mnemonic_modifier(aGtkWindow *);
15951 extern (C) void gtk_window_set_mnemonic_modifier(aGtkWindow *, gint);
15952 extern (C) gint gtk_window_mnemonic_activate(aGtkWindow *, guint, gint);
15953 extern (C) void gtk_window_remove_mnemonic(aGtkWindow *, guint, aGtkWidget *);
15954 extern (C) void gtk_window_add_mnemonic(aGtkWindow *, guint, aGtkWidget *);
15955 extern (C) _GList * gtk_window_list_toplevels();
15956 extern (C) gint gtk_window_get_modal(aGtkWindow *);
15957 extern (C) void gtk_window_set_modal(aGtkWindow *, gint);
15958 extern (C) void gtk_window_set_auto_startup_notification(gint);
15959 extern (C) gint gtk_window_set_default_icon_from_file(char *, _GError * *);
15960 extern (C) void gtk_window_set_default_icon_name(char *);
15961 extern (C) void gtk_window_set_default_icon(void *);
15962 extern (C) _GList * gtk_window_get_default_icon_list();
15963 extern (C) void gtk_window_set_default_icon_list(_GList *);
15964 extern (C) char * gtk_window_get_icon_name(aGtkWindow *);
15965 extern (C) void * gtk_window_get_icon(aGtkWindow *);
15966 extern (C) gint gtk_window_set_icon_from_file(aGtkWindow *, char *, _GError * *);
15967 extern (C) void gtk_window_set_icon_name(aGtkWindow *, char *);
15968 extern (C) void gtk_window_set_icon(aGtkWindow *, void *);
15969 extern (C) _GList * gtk_window_get_icon_list(aGtkWindow *);
15970 extern (C) void gtk_window_set_icon_list(aGtkWindow *, _GList *);
15971 extern (C) gint gtk_window_get_deletable(aGtkWindow *);
15972 extern (C) void gtk_window_set_deletable(aGtkWindow *, gint);
15973 extern (C) gint gtk_window_get_decorated(aGtkWindow *);
15974 extern (C) void gtk_window_set_decorated(aGtkWindow *, gint);
15975 extern (C) void gtk_window_get_frame_dimensions(aGtkWindow *, gint *, gint *, gint *, gint *);
15976 extern (C) void gtk_window_set_frame_dimensions(aGtkWindow *, gint, gint, gint, gint);
15977 extern (C) gint gtk_window_get_has_frame(aGtkWindow *);
15978 extern (C) void gtk_window_set_has_frame(aGtkWindow *, gint);
15979 extern (C) gint gtk_window_has_toplevel_focus(aGtkWindow *);
15980 extern (C) gint gtk_window_is_active(aGtkWindow *);
15981 extern (C) _GdkScreen * gtk_window_get_screen(aGtkWindow *);
15982 extern (C) void gtk_window_set_screen(aGtkWindow *, _GdkScreen *);
15983 extern (C) void gtk_window_set_geometry_hints(aGtkWindow *, aGtkWidget *, _GdkGeometry *, gint);
15984 extern (C) gint gtk_window_get_gravity(aGtkWindow *);
15985 extern (C) void gtk_window_set_gravity(aGtkWindow *, gint);
15986 extern (C) gint gtk_window_get_resizable(aGtkWindow *);
15987 extern (C) void gtk_window_set_resizable(aGtkWindow *, gint);
15988 extern (C) gint gtk_window_get_destroy_with_parent(aGtkWindow *);
15989 extern (C) void gtk_window_set_destroy_with_parent(aGtkWindow *, gint);
15990 extern (C) gint gtk_window_get_focus_on_map(aGtkWindow *);
15991 extern (C) void gtk_window_set_focus_on_map(aGtkWindow *, gint);
15992 extern (C) gint gtk_window_get_accept_focus(aGtkWindow *);
15993 extern (C) void gtk_window_set_accept_focus(aGtkWindow *, gint);
15994 extern (C) gint gtk_window_get_urgency_hint(aGtkWindow *);
15995 extern (C) void gtk_window_set_urgency_hint(aGtkWindow *, gint);
15996 extern (C) gint gtk_window_get_skip_pager_hint(aGtkWindow *);
15997 extern (C) void gtk_window_set_skip_pager_hint(aGtkWindow *, gint);
15998 extern (C) gint gtk_window_get_skip_taskbar_hint(aGtkWindow *);
15999 extern (C) void gtk_window_set_skip_taskbar_hint(aGtkWindow *, gint);
16000 extern (C) gint gtk_window_get_type_hint(aGtkWindow *);
16001 extern (C) void gtk_window_set_type_hint(aGtkWindow *, gint);
16002 extern (C) double gtk_window_get_opacity(aGtkWindow *);
16003 extern (C) void gtk_window_set_opacity(aGtkWindow *, double);
16004 extern (C) _GtkWindow * gtk_window_get_transient_for(aGtkWindow *);
16005 extern (C) void gtk_window_set_transient_for(aGtkWindow *, aGtkWindow *);
16006 extern (C) gint gtk_window_activate_default(aGtkWindow *);
16007 extern (C) void gtk_window_set_default(aGtkWindow *, aGtkWidget *);
16008 extern (C) _GtkWidget * gtk_window_get_focus(aGtkWindow *);
16009 extern (C) void gtk_window_set_focus(aGtkWindow *, aGtkWidget *);
16010 extern (C) gint gtk_window_activate_focus(aGtkWindow *);
16011 extern (C) void gtk_window_set_position(aGtkWindow *, gint);
16012 extern (C) void gtk_window_remove_accel_group(aGtkWindow *, aGtkAccelGroup *);
16013 extern (C) void gtk_window_add_accel_group(aGtkWindow *, aGtkAccelGroup *);
16014 extern (C) char * gtk_window_get_role(aGtkWindow *);
16015 extern (C) void gtk_window_set_startup_id(aGtkWindow *, char *);
16016 extern (C) void gtk_window_set_role(aGtkWindow *, char *);
16017 extern (C) void gtk_window_set_wmclass(aGtkWindow *, char *, char *);
16018 extern (C) char * gtk_window_get_title(aGtkWindow *);
16019 extern (C) void gtk_window_set_title(aGtkWindow *, char *);
16020 extern (C) _GtkWidget * gtk_window_new(gint);
16021 extern (C) GType gtk_window_get_type();
16022 extern (C) _GtkWidget * gtk_bin_get_child(aGtkBin *);
16023 extern (C) GType gtk_bin_get_type();
16024 extern (C) _GList * _gtk_container_focus_sort(aGtkContainer *, _GList *, gint, aGtkWidget *);
16025 extern (C) void _gtk_container_dequeue_resize_handler(aGtkContainer *);
16026 extern (C) char * _gtk_container_child_composite_name(aGtkContainer *, aGtkWidget *);
16027 extern (C) void _gtk_container_clear_resize_widgets(aGtkContainer *);
16028 extern (C) void _gtk_container_queue_resize(aGtkContainer *);
16029 extern (C) void gtk_container_forall(aGtkContainer *, _BCD_func__12090, void *);
16030 extern (C) void gtk_container_child_get_property(aGtkContainer *, aGtkWidget *, char *, _GValue *);
16031 extern (C) void gtk_container_child_set_property(aGtkContainer *, aGtkWidget *, char *, _GValue *);
16032 extern (C) void gtk_container_child_get_valist(aGtkContainer *, aGtkWidget *, char *, char *);
16033 extern (C) void gtk_container_child_set_valist(aGtkContainer *, aGtkWidget *, char *, char *);
16034 extern (C) void gtk_container_child_get(aGtkContainer *, aGtkWidget *, char *, ...);
16035 extern (C) void gtk_container_child_set(aGtkContainer *, aGtkWidget *, char *, ...);
16036 extern (C) void gtk_container_add_with_properties(aGtkContainer *, aGtkWidget *, char *, ...);
16037 extern (C) _GParamSpec * * gtk_container_class_list_child_properties(_GObjectClass *, guint *);
16038 extern (C) _GParamSpec * gtk_container_class_find_child_property(_GObjectClass *, char *);
16039 extern (C) void gtk_container_class_install_child_property(aGtkContainerClass *, guint, _GParamSpec *);
16040 extern (C) GType gtk_container_child_type(aGtkContainer *);
16041 extern (C) void gtk_container_resize_children(aGtkContainer *);
16042 extern (C) _GtkAdjustment * gtk_container_get_focus_hadjustment(aGtkContainer *);
16043 extern (C) void gtk_container_set_focus_hadjustment(aGtkContainer *, aGtkAdjustment *);
16044 extern (C) _GtkAdjustment * gtk_container_get_focus_vadjustment(aGtkContainer *);
16045 extern (C) void gtk_container_set_focus_vadjustment(aGtkContainer *, aGtkAdjustment *);
16046 extern (C) void gtk_container_set_focus_child(aGtkContainer *, aGtkWidget *);
16047 extern (C) void gtk_container_set_reallocate_redraws(aGtkContainer *, gint);
16048 extern (C) void gtk_container_unset_focus_chain(aGtkContainer *);
16049 extern (C) gint gtk_container_get_focus_chain(aGtkContainer *, _GList * *);
16050 extern (C) void gtk_container_set_focus_chain(aGtkContainer *, _GList *);
16051 extern (C) void gtk_container_propagate_expose(aGtkContainer *, aGtkWidget *, _GdkEventExpose *);
16052 extern (C) _GList * gtk_container_get_children(aGtkContainer *);
16053 extern (C) void gtk_container_foreach_full(aGtkContainer *, _BCD_func__12090, _BCD_func__13157, void *, _BCD_func__13158);
16054 extern (C) void gtk_container_foreach(aGtkContainer *, _BCD_func__12090, void *);
16055 extern (C) void gtk_container_check_resize(aGtkContainer *);
16056 extern (C) gint gtk_container_get_resize_mode(aGtkContainer *);
16057 extern (C) void gtk_container_set_resize_mode(aGtkContainer *, gint);
16058 extern (C) void gtk_container_remove(aGtkContainer *, aGtkWidget *);
16059 extern (C) void gtk_container_add(aGtkContainer *, aGtkWidget *);
16060 extern (C) guint gtk_container_get_border_width(aGtkContainer *);
16061 extern (C) void gtk_container_set_border_width(aGtkContainer *, guint);
16062 extern (C) GType gtk_container_get_type();
16063 extern (C) _GdkColormap * _gtk_widget_peek_colormap();
16064 extern (C) void _gtk_widget_propagate_composited_changed(aGtkWidget *);
16065 extern (C) void _gtk_widget_propagate_screen_changed(aGtkWidget *, _GdkScreen *);
16066 extern (C) void _gtk_widget_propagate_hierarchy_changed(aGtkWidget *, aGtkWidget *);
16067 extern (C) _GtkWidgetAuxInfo * _gtk_widget_get_aux_info(aGtkWidget *, gint);
16068 extern (C) void _gtk_widget_grab_notify(aGtkWidget *, gint);
16069 extern (C) void gtk_requisition_free(aGtkRequisition *);
16070 extern (C) _GtkRequisition * gtk_requisition_copy(aGtkRequisition *);
16071 extern (C) GType gtk_requisition_get_type();
16072 extern (C) gint gtk_widget_get_has_tooltip(aGtkWidget *);
16073 extern (C) void gtk_widget_set_has_tooltip(aGtkWidget *, gint);
16074 extern (C) char * gtk_widget_get_tooltip_markup(aGtkWidget *);
16075 extern (C) void gtk_widget_set_tooltip_markup(aGtkWidget *, char *);
16076 extern (C) char * gtk_widget_get_tooltip_text(aGtkWidget *);
16077 extern (C) void gtk_widget_set_tooltip_text(aGtkWidget *, char *);
16078 extern (C) void gtk_widget_trigger_tooltip_query(aGtkWidget *);
16079 extern (C) _GtkWindow * gtk_widget_get_tooltip_window(aGtkWidget *);
16080 extern (C) void gtk_widget_set_tooltip_window(aGtkWidget *, aGtkWindow *);
16081 extern (C) void gtk_widget_remove_mnemonic_label(aGtkWidget *, aGtkWidget *);
16082 extern (C) void gtk_widget_add_mnemonic_label(aGtkWidget *, aGtkWidget *);
16083 extern (C) _GList * gtk_widget_list_mnemonic_labels(aGtkWidget *);
16084 extern (C) void gtk_widget_class_path(aGtkWidget *, guint *, char * *, char * *);
16085 extern (C) void gtk_widget_path(aGtkWidget *, guint *, char * *, char * *);
16086 extern (C) void gtk_widget_reset_shapes(aGtkWidget *);
16087 extern (C) void gtk_widget_input_shape_combine_mask(aGtkWidget *, _GdkDrawable *, gint, gint);
16088 extern (C) void gtk_widget_shape_combine_mask(aGtkWidget *, _GdkDrawable *, gint, gint);
16089 extern (C) gint gtk_widget_is_composited(aGtkWidget *);
16090 extern (C) gint gtk_widget_get_default_direction();
16091 extern (C) void gtk_widget_set_default_direction(gint);
16092 extern (C) gint gtk_widget_get_direction(aGtkWidget *);
16093 extern (C) void gtk_widget_set_direction(aGtkWidget *, gint);
16094 extern (C) _GdkVisual * gtk_widget_get_default_visual();
16095 extern (C) _GdkColormap * gtk_widget_get_default_colormap();
16096 extern (C) _GtkStyle * gtk_widget_get_default_style();
16097 extern (C) void gtk_widget_set_default_colormap(_GdkColormap *);
16098 extern (C) void gtk_widget_style_get(aGtkWidget *, in char *, ...);
16099 extern (C) void gtk_widget_style_get_valist(aGtkWidget *, char *, char *);
16100 extern (C) void gtk_widget_style_get_property(aGtkWidget *, char *, _GValue *);
16101 extern (C) _GParamSpec * * gtk_widget_class_list_style_properties(aGtkWidgetClass *, guint *);
16102 extern (C) _GParamSpec * gtk_widget_class_find_style_property(aGtkWidgetClass *, char *);
16103 extern (C) void gtk_widget_class_install_style_property_parser(aGtkWidgetClass *, _GParamSpec *, _BCD_func__12993);
16104 extern (C) void gtk_widget_class_install_style_property(aGtkWidgetClass *, _GParamSpec *);
16105 extern (C) void gtk_widget_pop_colormap();
16106 extern (C) void gtk_widget_pop_composite_child();
16107 extern (C) void gtk_widget_push_composite_child();
16108 extern (C) void gtk_widget_push_colormap(_GdkColormap *);
16109 extern (C) void gtk_widget_reset_rc_styles(aGtkWidget *);
16110 extern (C) char * gtk_widget_get_composite_name(aGtkWidget *);
16111 extern (C) void gtk_widget_set_composite_name(aGtkWidget *, char *);
16112 extern (C) void * gtk_widget_render_icon(aGtkWidget *, char *, gint, char *);
16113 extern (C) void * gtk_widget_create_pango_layout(aGtkWidget *, char *);
16114 extern (C) void * gtk_widget_get_pango_context(aGtkWidget *);
16115 extern (C) void * gtk_widget_create_pango_context(aGtkWidget *);
16116 extern (C) void gtk_widget_modify_font(aGtkWidget *, void *);
16117 extern (C) void gtk_widget_modify_cursor(aGtkWidget *, _GdkColor *, _GdkColor *);
16118 extern (C) void gtk_widget_modify_base(aGtkWidget *, gint, _GdkColor *);
16119 extern (C) void gtk_widget_modify_text(aGtkWidget *, gint, _GdkColor *);
16120 extern (C) void gtk_widget_modify_bg(aGtkWidget *, gint, _GdkColor *);
16121 extern (C) void gtk_widget_modify_fg(aGtkWidget *, gint, _GdkColor *);
16122 extern (C) _GtkRcStyle * gtk_widget_get_modifier_style(aGtkWidget *);
16123 extern (C) void gtk_widget_modify_style(aGtkWidget *, aGtkRcStyle *);
16124 extern (C) _GtkStyle * gtk_widget_get_style(aGtkWidget *);
16125 extern (C) void gtk_widget_ensure_style(aGtkWidget *);
16126 extern (C) void gtk_widget_set_style(aGtkWidget *, aGtkStyle *);
16127 extern (C) gint gtk_widget_hide_on_delete(aGtkWidget *);
16128 extern (C) gint gtk_widget_translate_coordinates(aGtkWidget *, aGtkWidget *, gint, gint, gint *, gint *);
16129 extern (C) gint gtk_widget_is_ancestor(aGtkWidget *, aGtkWidget *);
16130 extern (C) void gtk_widget_get_pointer(aGtkWidget *, gint *, gint *);
16131 extern (C) gint gtk_widget_get_events(aGtkWidget *);
16132 extern (C) void gtk_widget_set_colormap(aGtkWidget *, _GdkColormap *);
16133 extern (C) _AtkObject * gtk_widget_get_accessible(aGtkWidget *);
16134 extern (C) void * gtk_widget_get_clipboard(aGtkWidget *, void *);
16135 extern (C) _GtkSettings * gtk_widget_get_settings(aGtkWidget *);
16136 extern (C) _GdkDrawable * gtk_widget_get_root_window(aGtkWidget *);
16137 extern (C) _GdkDisplay * gtk_widget_get_display(aGtkWidget *);
16138 extern (C) gint gtk_widget_has_screen(aGtkWidget *);
16139 extern (C) _GdkScreen * gtk_widget_get_screen(aGtkWidget *);
16140 extern (C) _GdkVisual * gtk_widget_get_visual(aGtkWidget *);
16141 extern (C) _GdkColormap * gtk_widget_get_colormap(aGtkWidget *);
16142 extern (C) _GtkWidget * gtk_widget_get_ancestor(aGtkWidget *, GType);
16143 extern (C) _GtkWidget * gtk_widget_get_toplevel(aGtkWidget *);
16144 extern (C) gint gtk_widget_get_extension_events(aGtkWidget *);
16145 extern (C) void gtk_widget_set_extension_events(aGtkWidget *, gint);
16146 extern (C) void gtk_widget_add_events(aGtkWidget *, gint);
16147 extern (C) void gtk_widget_set_events(aGtkWidget *, gint);
16148 extern (C) void gtk_widget_set_usize(aGtkWidget *, gint, gint);
16149 extern (C) void gtk_widget_set_uposition(aGtkWidget *, gint, gint);
16150 extern (C) void gtk_widget_get_size_request(aGtkWidget *, gint *, gint *);
16151 extern (C) void gtk_widget_set_size_request(aGtkWidget *, gint, gint);
16152 extern (C) void gtk_widget_error_bell(aGtkWidget *);
16153 extern (C) gint gtk_widget_keynav_failed(aGtkWidget *, gint);
16154 extern (C) gint gtk_widget_child_focus(aGtkWidget *, gint);
16155 extern (C) _GdkDrawable * gtk_widget_get_parent_window(aGtkWidget *);
16156 extern (C) _GtkWidget * gtk_widget_get_parent(aGtkWidget *);
16157 extern (C) gint gtk_widget_get_child_visible(aGtkWidget *);
16158 extern (C) void gtk_widget_set_child_visible(aGtkWidget *, gint);
16159 extern (C) void gtk_widget_set_parent_window(aGtkWidget *, _GdkDrawable *);
16160 extern (C) void gtk_widget_set_parent(aGtkWidget *, aGtkWidget *);
16161 extern (C) void gtk_widget_set_redraw_on_allocate(aGtkWidget *, gint);
16162 extern (C) void gtk_widget_set_double_buffered(aGtkWidget *, gint);
16163 extern (C) void gtk_widget_set_app_paintable(aGtkWidget *, gint);
16164 extern (C) void gtk_widget_set_sensitive(aGtkWidget *, gint);
16165 extern (C) void gtk_widget_set_state(aGtkWidget *, gint);
16166 extern (C) char * gtk_widget_get_name(aGtkWidget *);
16167 extern (C) void gtk_widget_set_name(aGtkWidget *, char *);
16168 extern (C) void gtk_widget_grab_default(aGtkWidget *);
16169 extern (C) void gtk_widget_grab_focus(aGtkWidget *);
16170 extern (C) gint gtk_widget_is_focus(aGtkWidget *);
16171 extern (C) void gtk_widget_thaw_child_notify(aGtkWidget *);
16172 extern (C) void gtk_widget_child_notify(aGtkWidget *, char *);
16173 extern (C) void gtk_widget_freeze_child_notify(aGtkWidget *);
16174 extern (C) void * gtk_widget_region_intersect(aGtkWidget *, void *);
16175 extern (C) gint gtk_widget_intersect(aGtkWidget *, _GdkRectangle *, _GdkRectangle *);
16176 extern (C) void gtk_widget_reparent(aGtkWidget *, aGtkWidget *);
16177 extern (C) gint gtk_widget_set_scroll_adjustments(aGtkWidget *, aGtkAdjustment *, aGtkAdjustment *);
16178 extern (C) gint gtk_widget_activate(aGtkWidget *);
16179 extern (C) gint gtk_widget_send_expose(aGtkWidget *, _GdkEvent *);
16180 extern (C) gint gtk_widget_event(aGtkWidget *, _GdkEvent *);
16181 extern (C) gint gtk_widget_mnemonic_activate(aGtkWidget *, gint);
16182 extern (C) gint gtk_widget_can_activate_accel(aGtkWidget *, guint);
16183 extern (C) _GList * gtk_widget_list_accel_closures(aGtkWidget *);
16184 extern (C) char * _gtk_widget_get_accel_path(aGtkWidget *, gint *);
16185 extern (C) void gtk_widget_set_accel_path(aGtkWidget *, char *, aGtkAccelGroup *);
16186 extern (C) gint gtk_widget_remove_accelerator(aGtkWidget *, aGtkAccelGroup *, guint, gint);
16187 extern (C) void gtk_widget_add_accelerator(aGtkWidget *, char *, aGtkAccelGroup *, guint, gint, gint);
16188 extern (C) void gtk_widget_get_child_requisition(aGtkWidget *, aGtkRequisition *);
16189 extern (C) void gtk_widget_size_allocate(aGtkWidget *, _GdkRectangle *);
16190 extern (C) void gtk_widget_size_request(aGtkWidget *, aGtkRequisition *);
16191 extern (C) void gtk_widget_draw(aGtkWidget *, _GdkRectangle *);
16192 extern (C) void gtk_widget_queue_resize_no_redraw(aGtkWidget *);
16193 extern (C) void gtk_widget_queue_resize(aGtkWidget *);
16194 extern (C) void gtk_widget_queue_clear_area(aGtkWidget *, gint, gint, gint, gint);
16195 extern (C) void gtk_widget_queue_clear(aGtkWidget *);
16196 extern (C) void gtk_widget_queue_draw_area(aGtkWidget *, gint, gint, gint, gint);
16197 extern (C) void gtk_widget_queue_draw(aGtkWidget *);
16198 extern (C) void gtk_widget_unrealize(aGtkWidget *);
16199 extern (C) void gtk_widget_realize(aGtkWidget *);
16200 extern (C) void gtk_widget_unmap(aGtkWidget *);
16201 extern (C) void gtk_widget_map(aGtkWidget *);
16202 extern (C) gint gtk_widget_get_no_show_all(aGtkWidget *);
16203 extern (C) void gtk_widget_set_no_show_all(aGtkWidget *, gint);
16204 extern (C) void gtk_widget_hide_all(aGtkWidget *);
16205 extern (C) void gtk_widget_show_all(aGtkWidget *);
16206 extern (C) void gtk_widget_hide(aGtkWidget *);
16207 extern (C) void gtk_widget_show_now(aGtkWidget *);
16208 extern (C) void gtk_widget_show(aGtkWidget *);
16209 extern (C) void gtk_widget_unparent(aGtkWidget *);
16210 extern (C) void gtk_widget_set(aGtkWidget *, char *, ...);
16211 extern (C) void gtk_widget_unref(aGtkWidget *);
16212 extern (C) _GtkWidget * gtk_widget_ref(aGtkWidget *);
16213 extern (C) void gtk_widget_destroyed(aGtkWidget *, _GtkWidget * *);
16214 extern (C) void gtk_widget_destroy(aGtkWidget *);
16215 extern (C) _GtkWidget * gtk_widget_new(GType, char *, ...);
16216 extern (C) GType gtk_widget_get_type();
16217 extern (C) gint _gtk_settings_parse_convert(_BCD_func__12993, _GValue *, _GParamSpec *, _GValue *);
16218 extern (C) _BCD_func__12993 _gtk_rc_property_parser_from_type(GType);
16219 extern (C) void _gtk_settings_handle_event(_GdkEventSetting *);
16220 extern (C) void _gtk_settings_reset_rc_values(aGtkSettings *);
16221 extern (C) void _gtk_settings_set_property_value_from_rc(aGtkSettings *, char *, aGtkSettingsValue *);
16222 extern (C) void gtk_settings_set_double_property(aGtkSettings *, char *, double, char *);
16223 extern (C) void gtk_settings_set_long_property(aGtkSettings *, char *, glong, char *);
16224 extern (C) void gtk_settings_set_string_property(aGtkSettings *, char *, char *, char *);
16225 extern (C) void gtk_settings_set_property_value(aGtkSettings *, char *, aGtkSettingsValue *);
16226 extern (C) gint gtk_rc_property_parse_border(_GParamSpec *, _GString *, _GValue *);
16227 extern (C) gint gtk_rc_property_parse_requisition(_GParamSpec *, _GString *, _GValue *);
16228 extern (C) gint gtk_rc_property_parse_flags(_GParamSpec *, _GString *, _GValue *);
16229 extern (C) gint gtk_rc_property_parse_enum(_GParamSpec *, _GString *, _GValue *);
16230 extern (C) gint gtk_rc_property_parse_color(_GParamSpec *, _GString *, _GValue *);
16231 extern (C) void gtk_settings_install_property_parser(_GParamSpec *, _BCD_func__12993);
16232 extern (C) void gtk_settings_install_property(_GParamSpec *);
16233 extern (C) _GtkSettings * gtk_settings_get_for_screen(_GdkScreen *);
16234 extern (C) _GtkSettings * gtk_settings_get_default();
16235 extern (C) GType gtk_settings_get_type();
16236 extern (C) void _gtk_rc_context_destroy(aGtkSettings *);
16237 extern (C) char * _gtk_rc_context_get_default_font_name(aGtkSettings *);
16238 extern (C) _GSList * _gtk_rc_style_get_color_hashes(aGtkRcStyle *);
16239 extern (C) void _gtk_rc_style_unset_rc_property(aGtkRcStyle *, guint, guint);
16240 extern (C) void _gtk_rc_style_set_rc_property(aGtkRcStyle *, aGtkRcProperty *);
16241 extern (C) _GtkRcProperty * _gtk_rc_style_lookup_rc_property(aGtkRcStyle *, guint, guint);
16242 extern (C) guint gtk_rc_parse_priority(_GScanner *, gint *);
16243 extern (C) guint gtk_rc_parse_state(_GScanner *, gint *);
16244 extern (C) guint gtk_rc_parse_color_full(_GScanner *, aGtkRcStyle *, _GdkColor *);
16245 extern (C) guint gtk_rc_parse_color(_GScanner *, _GdkColor *);
16246 extern (C) _GScanner * gtk_rc_scanner_new();
16247 extern (C) char * gtk_rc_get_im_module_file();
16248 extern (C) char * gtk_rc_get_im_module_path();
16249 extern (C) char * gtk_rc_get_module_dir();
16250 extern (C) char * gtk_rc_get_theme_dir();
16251 extern (C) char * gtk_rc_find_module_in_path(char *);
16252 extern (C) void gtk_rc_style_unref(aGtkRcStyle *);
16253 extern (C) void gtk_rc_style_ref(aGtkRcStyle *);
16254 extern (C) _GtkRcStyle * gtk_rc_style_copy(aGtkRcStyle *);
16255 extern (C) _GtkRcStyle * gtk_rc_style_new();
16256 extern (C) GType gtk_rc_style_get_type();
16257 extern (C) void gtk_rc_add_class_style(aGtkRcStyle *, char *);
16258 extern (C) void gtk_rc_add_widget_class_style(aGtkRcStyle *, char *);
16259 extern (C) void gtk_rc_add_widget_name_style(aGtkRcStyle *, char *);
16260 extern (C) gint gtk_rc_reparse_all();
16261 extern (C) void gtk_rc_parse_string(char *);
16262 extern (C) void gtk_rc_parse(char *);
16263 extern (C) char * gtk_rc_find_pixmap_in_path(aGtkSettings *, _GScanner *, char *);
16264 extern (C) void gtk_rc_reset_styles(aGtkSettings *);
16265 extern (C) gint gtk_rc_reparse_all_for_settings(aGtkSettings *, gint);
16266 extern (C) _GtkStyle * gtk_rc_get_style_by_paths(aGtkSettings *, char *, char *, GType);
16267 extern (C) _GtkStyle * gtk_rc_get_style(aGtkWidget *);
16268 extern (C) char * * gtk_rc_get_default_files();
16269 extern (C) void gtk_rc_set_default_files(char * *);
16270 extern (C) void gtk_rc_add_default_file(char *);
16271 extern (C) gint _gtk_rc_match_widget_class(_GSList *, gint, char *, char *);
16272 extern (C) void _gtk_rc_free_widget_class_path(_GSList *);
16273 extern (C) _GSList * _gtk_rc_parse_widget_class_path(char *);
16274 extern (C) void _gtk_rc_init();
16275 extern (C) void _gtk_widget_get_cursor_color(aGtkWidget *, _GdkColor *);
16276 extern (C) _GdkGC * _gtk_widget_get_cursor_gc(aGtkWidget *);
16277 extern (C) void gtk_draw_insertion_cursor(aGtkWidget *, _GdkDrawable *, _GdkRectangle *, _GdkRectangle *, gint, gint, gint);
16278 extern (C) void gtk_paint_string(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, char *);
16279 extern (C) void gtk_draw_string(aGtkStyle *, _GdkDrawable *, gint, gint, gint, char *);
16280 extern (C) void _gtk_style_shade(_GdkColor *, _GdkColor *, double);
16281 extern (C) void _gtk_style_init_for_settings(aGtkStyle *, aGtkSettings *);
16282 extern (C) _GValue * _gtk_style_peek_property_value(aGtkStyle *, guint, _GParamSpec *, _BCD_func__12993);
16283 extern (C) void gtk_border_free(aGtkBorder *);
16284 extern (C) _GtkBorder * gtk_border_copy(aGtkBorder *);
16285 extern (C) GType gtk_border_get_type();
16286 extern (C) void gtk_paint_resize_grip(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint);
16287 extern (C) void gtk_paint_layout(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, void *);
16288 extern (C) void gtk_paint_expander(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint);
16289 extern (C) void gtk_paint_handle(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint);
16290 extern (C) void gtk_paint_slider(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint);
16291 extern (C) void gtk_paint_focus(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16292 extern (C) void gtk_paint_extension(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint);
16293 extern (C) void gtk_paint_box_gap(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint, gint, gint);
16294 extern (C) void gtk_paint_shadow_gap(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint, gint, gint);
16295 extern (C) void gtk_paint_tab(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16296 extern (C) void gtk_paint_option(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16297 extern (C) void gtk_paint_check(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16298 extern (C) void gtk_paint_flat_box(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16299 extern (C) void gtk_paint_box(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16300 extern (C) void gtk_paint_diamond(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16301 extern (C) void gtk_paint_arrow(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint, gint, gint);
16302 extern (C) void gtk_paint_polygon(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, _GdkPoint *, gint, gint);
16303 extern (C) void gtk_paint_shadow(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint, gint);
16304 extern (C) void gtk_paint_vline(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint);
16305 extern (C) void gtk_paint_hline(aGtkStyle *, _GdkDrawable *, gint, _GdkRectangle *, aGtkWidget *, char *, gint, gint, gint);
16306 extern (C) void gtk_draw_resize_grip(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16307 extern (C) void gtk_draw_layout(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, void *);
16308 extern (C) void gtk_draw_expander(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint);
16309 extern (C) void gtk_draw_handle(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint);
16310 extern (C) void gtk_draw_slider(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint);
16311 extern (C) void gtk_draw_focus(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint);
16312 extern (C) void gtk_draw_extension(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint);
16313 extern (C) void gtk_draw_box_gap(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint, gint);
16314 extern (C) void gtk_draw_shadow_gap(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint, gint);
16315 extern (C) void gtk_draw_tab(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16316 extern (C) void gtk_draw_option(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16317 extern (C) void gtk_draw_check(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16318 extern (C) void gtk_draw_flat_box(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16319 extern (C) void gtk_draw_box(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16320 extern (C) void gtk_draw_diamond(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16321 extern (C) void gtk_draw_arrow(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint, gint, gint);
16322 extern (C) void gtk_draw_polygon(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkPoint *, gint, gint);
16323 extern (C) void gtk_draw_shadow(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint, gint, gint);
16324 extern (C) void gtk_draw_vline(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint);
16325 extern (C) void gtk_draw_hline(aGtkStyle *, _GdkDrawable *, gint, gint, gint, gint);
16326 extern (C) void * gtk_style_render_icon(aGtkStyle *, void *, gint, gint, gint, aGtkWidget *, char *);
16327 extern (C) gint gtk_style_lookup_color(aGtkStyle *, char *, _GdkColor *);
16328 extern (C) void * gtk_style_lookup_icon_set(aGtkStyle *, char *);
16329 extern (C) void gtk_style_apply_default_background(aGtkStyle *, _GdkDrawable *, gint, gint, _GdkRectangle *, gint, gint, gint, gint);
16330 extern (C) void gtk_style_set_background(aGtkStyle *, _GdkDrawable *, gint);
16331 extern (C) void gtk_style_set_font(aGtkStyle *, _GdkFont *);
16332 extern (C) _GdkFont * gtk_style_get_font(aGtkStyle *);
16333 extern (C) void gtk_style_unref(aGtkStyle *);
16334 extern (C) _GtkStyle * gtk_style_ref(aGtkStyle *);
16335 extern (C) void gtk_style_detach(aGtkStyle *);
16336 extern (C) _GtkStyle * gtk_style_attach(aGtkStyle *, _GdkDrawable *);
16337 extern (C) _GtkStyle * gtk_style_copy(aGtkStyle *);
16338 extern (C) _GtkStyle * gtk_style_new();
16339 extern (C) GType gtk_style_get_type();
16340 extern (C) void gtk_adjustment_set_value(aGtkAdjustment *, double);
16341 extern (C) double gtk_adjustment_get_value(aGtkAdjustment *);
16342 extern (C) void gtk_adjustment_clamp_page(aGtkAdjustment *, double, double);
16343 extern (C) void gtk_adjustment_value_changed(aGtkAdjustment *);
16344 extern (C) void gtk_adjustment_changed(aGtkAdjustment *);
16345 extern (C) _GtkObject * gtk_adjustment_new(double, double, double, double, double, double);
16346 extern (C) GType gtk_adjustment_get_type();
16347 extern (C) void gtk_object_add_arg_type(char *, guint, guint, guint);
16348 extern (C) void gtk_object_set(aGtkObject *, char *, ...);
16349 extern (C) void gtk_object_get(aGtkObject *, char *, ...);
16350 extern (C) void gtk_object_remove_no_notify_by_id(aGtkObject *, guint);
16351 extern (C) void gtk_object_remove_data_by_id(aGtkObject *, guint);
16352 extern (C) void * gtk_object_get_data_by_id(aGtkObject *, guint);
16353 extern (C) void gtk_object_set_data_by_id_full(aGtkObject *, guint, void *, _BCD_func__13158);
16354 extern (C) void gtk_object_set_data_by_id(aGtkObject *, guint, void *);
16355 extern (C) void * gtk_object_get_user_data(aGtkObject *);
16356 extern (C) void gtk_object_set_user_data(aGtkObject *, void *);
16357 extern (C) void gtk_object_remove_no_notify(aGtkObject *, char *);
16358 extern (C) void * gtk_object_get_data(aGtkObject *, char *);
16359 extern (C) void gtk_object_remove_data(aGtkObject *, char *);
16360 extern (C) void gtk_object_set_data_full(aGtkObject *, char *, void *, _BCD_func__13158);
16361 extern (C) void gtk_object_set_data(aGtkObject *, char *, void *);
16362 extern (C) void gtk_object_weakunref(aGtkObject *, _BCD_func__13158, void *);
16363 extern (C) void gtk_object_weakref(aGtkObject *, _BCD_func__13158, void *);
16364 extern (C) void gtk_object_unref(aGtkObject *);
16365 extern (C) _GtkObject * gtk_object_ref(aGtkObject *);
16366 extern (C) _GtkObject * gtk_object_new(guint, char *, ...);
16367 extern (C) void gtk_object_destroy(aGtkObject *);
16368 extern (C) void gtk_object_sink(aGtkObject *);
16369 extern (C) guint gtk_object_get_type();
16370 extern (C) extern guint gtk_debug_flags;
16371 extern (C) void gtk_type_init(gint);
16372 extern (C) _GFlagsValue * gtk_type_flags_find_value(guint, char *);
16373 extern (C) _GEnumValue * gtk_type_enum_find_value(guint, char *);
16374 extern (C) _GFlagsValue * gtk_type_flags_get_values(guint);
16375 extern (C) _GEnumValue * gtk_type_enum_get_values(guint);
16376 extern (C) void * gtk_type_new(guint);
16377 extern (C) guint gtk_type_unique(guint, aGtkTypeInfo *);
16378 extern (C) void * gtk_type_class(guint);
16379 extern (C) guint gtk_identifier_get_type();
16380 extern (C) guint gtk_widget_help_type_get_type();
16381 extern (C) guint gtk_widget_flags_get_type();
16382 extern (C) guint gtk_ui_manager_item_type_get_type();
16383 extern (C) guint gtk_tree_view_column_sizing_get_type();
16384 extern (C) guint gtk_tree_view_drop_position_get_type();
16385 extern (C) guint gtk_tree_model_flags_get_type();
16386 extern (C) guint gtk_tree_view_mode_get_type();
16387 extern (C) guint gtk_toolbar_space_style_get_type();
16388 extern (C) guint gtk_toolbar_child_type_get_type();
16389 extern (C) guint gtk_text_window_type_get_type();
16390 extern (C) guint gtk_text_search_flags_get_type();
16391 extern (C) guint gtk_text_buffer_target_info_get_type();
16392 extern (C) guint gtk_spin_type_get_type();
16393 extern (C) guint gtk_spin_button_update_policy_get_type();
16394 extern (C) guint gtk_size_group_mode_get_type();
16395 extern (C) guint gtk_recent_manager_error_get_type();
16396 extern (C) guint gtk_recent_filter_flags_get_type();
16397 extern (C) guint gtk_recent_chooser_error_get_type();
16398 extern (C) guint gtk_recent_sort_type_get_type();
16399 extern (C) guint gtk_rc_token_type_get_type();
16400 extern (C) guint gtk_rc_flags_get_type();
16401 extern (C) guint gtk_progress_bar_orientation_get_type();
16402 extern (C) guint gtk_progress_bar_style_get_type();
16403 extern (C) guint gtk_private_flags_get_type();
16404 extern (C) guint gtk_print_error_get_type();
16405 extern (C) guint gtk_print_operation_action_get_type();
16406 extern (C) guint gtk_print_operation_result_get_type();
16407 extern (C) guint gtk_print_status_get_type();
16408 extern (C) guint gtk_arg_flags_get_type();
16409 extern (C) guint gtk_object_flags_get_type();
16410 extern (C) guint gtk_notebook_tab_get_type();
16411 extern (C) guint gtk_buttons_type_get_type();
16412 extern (C) guint gtk_message_type_get_type();
16413 extern (C) guint gtk_image_type_get_type();
16414 extern (C) guint gtk_icon_view_drop_position_get_type();
16415 extern (C) guint gtk_icon_theme_error_get_type();
16416 extern (C) guint gtk_icon_lookup_flags_get_type();
16417 extern (C) guint gtk_file_filter_flags_get_type();
16418 extern (C) guint gtk_file_chooser_error_get_type();
16419 extern (C) guint gtk_file_chooser_confirmation_get_type();
16420 extern (C) guint gtk_file_chooser_action_get_type();
16421 extern (C) guint gtk_drag_result_get_type();
16422 extern (C) guint gtk_tree_view_grid_lines_get_type();
16423 extern (C) guint gtk_unit_get_type();
16424 extern (C) guint gtk_print_duplex_get_type();
16425 extern (C) guint gtk_print_quality_get_type();
16426 extern (C) guint gtk_page_orientation_get_type();
16427 extern (C) guint gtk_page_set_get_type();
16428 extern (C) guint gtk_print_pages_get_type();
16429 extern (C) guint gtk_pack_direction_get_type();
16430 extern (C) guint gtk_im_status_style_get_type();
16431 extern (C) guint gtk_im_preedit_style_get_type();
16432 extern (C) guint gtk_sort_type_get_type();
16433 extern (C) guint gtk_wrap_mode_get_type();
16434 extern (C) guint gtk_window_type_get_type();
16435 extern (C) guint gtk_window_position_get_type();
16436 extern (C) guint gtk_visibility_get_type();
16437 extern (C) guint gtk_update_type_get_type();
16438 extern (C) guint gtk_toolbar_style_get_type();
16439 extern (C) guint gtk_submenu_placement_get_type();
16440 extern (C) guint gtk_submenu_direction_get_type();
16441 extern (C) guint gtk_state_type_get_type();
16442 extern (C) guint gtk_shadow_type_get_type();
16443 extern (C) guint gtk_selection_mode_get_type();
16444 extern (C) guint gtk_scroll_type_get_type();
16445 extern (C) guint gtk_signal_run_type_get_type();
16446 extern (C) guint gtk_resize_mode_get_type();
16447 extern (C) guint gtk_relief_style_get_type();
16448 extern (C) guint gtk_preview_type_get_type();
16449 extern (C) guint gtk_position_type_get_type();
16450 extern (C) guint gtk_policy_type_get_type();
16451 extern (C) guint gtk_path_type_get_type();
16452 extern (C) guint gtk_path_priority_type_get_type();
16453 extern (C) guint gtk_pack_type_get_type();
16454 extern (C) guint gtk_corner_type_get_type();
16455 extern (C) guint gtk_orientation_get_type();
16456 extern (C) guint gtk_scroll_step_get_type();
16457 extern (C) guint gtk_movement_step_get_type();
16458 extern (C) guint gtk_metric_type_get_type();
16459 extern (C) guint gtk_menu_direction_type_get_type();
16460 extern (C) guint gtk_match_type_get_type();
16461 extern (C) guint gtk_justification_get_type();
16462 extern (C) guint gtk_text_direction_get_type();
16463 extern (C) guint gtk_side_type_get_type();
16464 extern (C) guint gtk_sensitivity_type_get_type();
16465 extern (C) guint gtk_icon_size_get_type();
16466 extern (C) guint gtk_expander_style_get_type();
16467 extern (C) guint gtk_direction_type_get_type();
16468 extern (C) guint gtk_delete_type_get_type();
16469 extern (C) guint gtk_curve_type_get_type();
16470 extern (C) guint gtk_button_box_style_get_type();
16471 extern (C) guint gtk_attach_options_get_type();
16472 extern (C) guint gtk_arrow_type_get_type();
16473 extern (C) guint gtk_anchor_type_get_type();
16474 extern (C) guint gtk_target_flags_get_type();
16475 extern (C) guint gtk_dest_defaults_get_type();
16476 extern (C) guint gtk_response_type_get_type();
16477 extern (C) guint gtk_dialog_flags_get_type();
16478 extern (C) guint gtk_debug_flag_get_type();
16479 extern (C) guint gtk_ctree_expansion_type_get_type();
16480 extern (C) guint gtk_ctree_expander_style_get_type();
16481 extern (C) guint gtk_ctree_line_style_get_type();
16482 extern (C) guint gtk_ctree_pos_get_type();
16483 extern (C) guint gtk_button_action_get_type();
16484 extern (C) guint gtk_clist_drag_pos_get_type();
16485 extern (C) guint gtk_cell_type_get_type();
16486 extern (C) guint gtk_cell_renderer_accel_mode_get_type();
16487 extern (C) guint gtk_cell_renderer_mode_get_type();
16488 extern (C) guint gtk_cell_renderer_state_get_type();
16489 extern (C) guint gtk_calendar_display_options_get_type();
16490 extern (C) guint gtk_builder_error_get_type();
16491 extern (C) guint gtk_assistant_page_type_get_type();
16492 extern (C) guint gtk_accel_flags_get_type();
16493 extern (C) void _gtk_accel_group_reconnect(aGtkAccelGroup *, GQuark);
16494 extern (C) _GtkAccelGroupEntry * gtk_accel_group_query(aGtkAccelGroup *, guint, gint, guint *);
16495 extern (C) guint gtk_accelerator_get_default_mod_mask();
16496 extern (C) void gtk_accelerator_set_default_mod_mask(gint);
16497 extern (C) char * gtk_accelerator_get_label(guint, gint);
16498 extern (C) char * gtk_accelerator_name(guint, gint);
16499 extern (C) void gtk_accelerator_parse(char *, guint *, gint *);
16500 extern (C) gint gtk_accelerator_valid(guint, gint);
16501 extern (C) _GtkAccelGroup * gtk_accel_group_from_accel_closure(_GClosure *);
16502 extern (C) _GtkAccelKey * gtk_accel_group_find(aGtkAccelGroup *, _BCD_func__13177, void *);
16503 extern (C) _GSList * gtk_accel_groups_from_object(_GObject *);
16504 extern (C) gint gtk_accel_groups_activate(_GObject *, guint, gint);
16505 extern (C) void _gtk_accel_group_detach(aGtkAccelGroup *, _GObject *);
16506 extern (C) void _gtk_accel_group_attach(aGtkAccelGroup *, _GObject *);
16507 extern (C) gint gtk_accel_group_activate(aGtkAccelGroup *, GQuark, _GObject *, guint, gint);
16508 extern (C) gint gtk_accel_group_disconnect_key(aGtkAccelGroup *, guint, gint);
16509 extern (C) gint gtk_accel_group_disconnect(aGtkAccelGroup *, _GClosure *);
16510 extern (C) void gtk_accel_group_connect_by_path(aGtkAccelGroup *, char *, _GClosure *);
16511 extern (C) void gtk_accel_group_connect(aGtkAccelGroup *, guint, gint, gint, _GClosure *);
16512 extern (C) void gtk_accel_group_unlock(aGtkAccelGroup *);
16513 extern (C) void gtk_accel_group_lock(aGtkAccelGroup *);
16514 extern (C) _GtkAccelGroup * gtk_accel_group_new();
16515 extern (C) GType gtk_accel_group_get_type();
16516 extern (C) GdkWindow* gtk_widget_get_window(GtkWidget *);
16517 extern (C) void gtk_widget_get_allocation(GtkWidget *, GtkAllocation *);
16518 extern (C) void gtk_widget_set_allocation(GtkWidget *, const GtkAllocation *);
16519 extern (C) GtkWidget * gtk_scrolled_window_get_hscrollbar(GtkScrolledWindow *);
16520 extern (C) GtkWidget * gtk_scrolled_window_get_vscrollbar(GtkScrolledWindow *);
16521 extern (C) void gtk_widget_set_tooltip_window(GtkWidget *, GtkWindow *);
16522 } // version(DYNLINK)
16523