I've no idea here...
[gtkD.git] / srcgl / glgtk / glgtktypes.d
blob14df55b245d8413c782de6f74cdf88b175c94b56
1 /*
2 * This file is part of duit.
4 * duit is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License as published by
6 * the Free Software Foundation; either version 2.1 of the License, or
7 * (at your option) any later version.
9 * duit is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with duit; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 // generated automatically - do not change
20 // find conversion definition on APILookup.txt
21 // implement new conversion functionalities on the wrap.utils pakage
23 module glgtk.glgtktypes;
26 public import glib.glibtypes;
27 public import glgdk.glgdktypes;
28 public import gtk.gtktypes;
32 * Returns the GdkGLDrawable owned by the widget. In fact, this is
33 * macro that casts the result of gtk_widget_get_gl_window to GdkGLDrawable.
34 * widget :a GtkWidget.
35 * Returns :the GdkGLDrawable.
36 * << InitializationVersion Information >>
38 // TODO
39 // #define gtk_widget_get_gl_drawable(widget)
42 * major :
43 * minor :
44 * micro :
46 // TODO
47 // #define GTKGLEXT_CHECK_VERSION(major, minor, micro)