changeset 7:c40dbdf92a95

started gtk/OS
author Frank Benoit <benoit@tionex.de>
date Sat, 05 Jan 2008 17:24:18 +0100
parents 640e6456a9ff
children a1f832ca7d17
files org/eclipse/swt/internal/gtk/OS.d
diffstat 1 files changed, 2851 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org/eclipse/swt/internal/gtk/OS.d	Sat Jan 05 17:24:18 2008 +0100
@@ -0,0 +1,2851 @@
+/*******************************************************************************
+ * Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.
+ * The contents of this file are made available under the terms
+ * of the GNU Lesser General Public License (LGPL) Version 2.1 that
+ * accompanies this distribution (lgpl-v21.txt).  The LGPL is also
+ * available at http://www.gnu.org/licenses/lgpl.html.  If the version
+ * of the LGPL at http://www.gnu.org is different to the version of
+ * the LGPL accompanying this distribution and there is any conflict
+ * between the two license versions, the terms of the LGPL accompanying
+ * this distribution shall govern.
+ *
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
+module org.eclipse.swt.internal.gtk.OS;
+
+import org.eclipse.swt.internal.Platform;
+import tango.core.Traits;
+
+template NameOfFunc(alias f) {
+    // Note: highly dependent on the .stringof formatting
+    // the value begins with "& " which is why the first two chars are cut off
+    const char[] NameOfFunc = (&f).stringof[2 .. $];
+}
+
+template Forward( alias cFunc ) {
+    alias ParameterTupleOf!(cFunc) P;
+    alias ReturnTypeOf!(cFunc) R;
+    mixin("public static R " ~ NameOfFunc!(cFunc) ~ "( P p ){
+        lock.lock();
+        scope(exit) lock.unlock();
+        return cFunc(p);
+    }");
+}
+
+//import org.eclipse.swt.internal.*;
+
+// opaque structs used in the parameters
+// they do not have a separated module
+public {
+    struct GtkEntry{}
+    struct GtkWidget{}
+    struct PangoLayout{}
+}
+
+private extern(C){
+//  int /*long*/ localeconv_decimal_point();
+//  int /*long*/ realpath(byte[] path, byte[] realPath);
+//  int GTK_WIDGET_HEIGHT(int /*long*/ widget);
+//  int GTK_WIDGET_WIDTH(int /*long*/ widget);
+//  int /*long*/ GTK_WIDGET_WINDOW(int /*long*/ widget);
+//  int GTK_WIDGET_X(int /*long*/ widget);
+//  int GTK_WIDGET_Y(int /*long*/ widget);
+//  int /*long*/ GTK_SCROLLED_WINDOW_HSCROLLBAR(int /*long*/ widget);
+//  int /*long*/ GTK_SCROLLED_WINDOW_VSCROLLBAR(int /*long*/ widget);
+//  int GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING(int /*long*/ widget);
+//  void GTK_ACCEL_LABEL_SET_ACCEL_STRING(int /*long*/ acce_label, int /*long*/ string);
+//  int /*long*/ GTK_ACCEL_LABEL_GET_ACCEL_STRING(int /*long*/ acce_label);
+//  int /*long*/ GTK_ENTRY_IM_CONTEXT(int /*long*/ widget);
+//  int /*long*/ GTK_TEXTVIEW_IM_CONTEXT(int /*long*/ widget);
+//  int /*long*/ GTK_TOOLTIPS_TIP_WINDOW(int /*long*/ widget);
+//  void GTK_TOOLTIPS_SET_ACTIVE(int /*long*/ widget, int /*long*/ data);
+//  void GTK_WIDGET_SET_HEIGHT(int /*long*/ widget, int height);
+//  void GTK_WIDGET_SET_WIDTH(int /*long*/ widget, int width);
+//  void GTK_WIDGET_SET_X(int /*long*/ widget, int x);
+//  void GTK_WIDGET_SET_Y(int /*long*/ widget, int y);
+//  int GTK_WIDGET_REQUISITION_WIDTH(int /*long*/ widget);
+//  int GTK_WIDGET_REQUISITION_HEIGHT(int /*long*/ widget);
+//  int GDK_EVENT_TYPE(int /*long*/ event);
+//  int /*long*/ GDK_EVENT_WINDOW(int /*long*/ event);
+//  int X_EVENT_TYPE(int /*long*/ xevent);
+//  int /*long*/ X_EVENT_WINDOW(int /*long*/ xevent);
+//  int _Call(int /*long*/ proc, int /*long*/ arg1, int /*long*/ arg2);
+//  int /*long*/ _call (int /*long*/ function, int /*long*/ arg0, int /*long*/ arg1, int /*long*/ arg2, int /*long*/ arg3, int /*long*/ arg4, int /*long*/ arg5, int /*long*/ arg6);
+//  bool GDK_WINDOWING_X11();
+//  int /*long*/ _GDK_PIXMAP_XID(int /*long*/ pixmap);
+//  bool _XCheckMaskEvent(int /*long*/ display, int /*long*/ event_mask, int /*long*/ event_return);
+//  bool _XCheckWindowEvent(int /*long*/ display, int /*long*/ window, int /*long*/ event_mask, int /*long*/ event_return);
+//  bool _XCheckIfEvent(int /*long*/ display, int /*long*/ event_return, int /*long*/ predicate, int /*long*/ arg);
+//  int _XDefaultScreen(int /*long*/ display);
+//  int /*long*/ _XDefaultRootWindow(int /*long*/ display);
+//  void _XFlush(int /*long*/ display);
+//  void _XFree(int /*long*/ address);
+//  int /*long*/ _XGetSelectionOwner(int /*long*/ display, int /*long*/ selection);
+//  int /*long*/ _XInternAtom(int /*long*/ display, byte[] name, bool ifExists);
+//  int _XQueryTree(int /*long*/ display, int /*long*/ w, int /*long*/[] root_return, int /*long*/[] parent_return, int /*long*/[] children_return, int[] nchildren_return);
+//  int _XKeysymToKeycode(int /*long*/ display, int /*long*/ keysym);
+//  int /*long*/ _XListProperties(int /*long*/ display, int /*long*/ window, int[] num_prop_return);
+//  int _XReconfigureWMWindow(int /*long*/ display, int /*long*/ window, int screen, int valueMask, XWindowChanges values);
+//  int _XSendEvent(int /*long*/ display, int /*long*/ w, bool propogate, int /*long*/ event_mask, int /*long*/ event_send);
+//  int /*long*/ _XSetIOErrorHandler(int /*long*/ handler);
+//  int /*long*/ _XSetErrorHandler(int /*long*/ handler);
+//  int _XSetInputFocus(int /*long*/ display, int /*long*/ window, int revert, int time);
+//  int /*long*/ _XSynchronize(int /*long*/ display, bool onoff);
+//  void _XTestFakeButtonEvent(int /*long*/ display, int button, bool is_press, int /*long*/ delay);
+//  void _XTestFakeKeyEvent(int /*long*/ display, int keycode, bool is_press, int /*long*/ delay);
+//  void _XTestFakeMotionEvent(int /*long*/ display, int screen_number, int x, int y, int /*long*/ delay);
+//  int _XWarpPointer(int /*long*/ display, int /*long*/ sourceWindow, int /*long*/ destWindow, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int destX, int destY);
+//  int /*long*/ _gdk_x11_atom_to_xatom(int /*long*/ atom);
+//  int /*long*/ _gdk_x11_colormap_get_xcolormap(int /*long*/ colormap);
+//  int /*long*/ _gdk_x11_drawable_get_xdisplay(int /*long*/ drawable);
+//  int /*long*/ _gdk_x11_drawable_get_xid(int /*long*/ drawable);
+//  int /*long*/ _gdk_x11_screen_lookup_visual(int /*long*/ screen, int xvisualid);
+//  int /*long*/ _gdk_x11_screen_get_window_manager_name(int /*long*/ screen);
+//  int /*long*/ _gdk_x11_visual_get_xvisual(int /*long*/ visual);
+//  int /*long*/ _gdk_pixmap_foreign_new(int /*long*/ anid);
+//  int /*long*/ _gdk_window_lookup(int /*long*/ xid);
+//  void _gdk_window_add_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data);
+//  void _gdk_window_remove_filter(int /*long*/ window, int /*long*/ function, int /*long*/ data);
+// /** X render natives and constants */
+//  int XRenderPictureAttributes_sizeof();
+//  bool _XRenderQueryExtension(int /*long*/ display, int[] event_basep, int[] error_basep);
+//  int _XRenderQueryVersion(int /*long*/ display, int[] major_versionp, int[] minor_versionp);
+//  int /*long*/ _XRenderCreatePicture(int /*long*/ display, int /*long*/ drawable, int /*long*/ format, int /*long*/ valuemask, XRenderPictureAttributes attributes);
+//  void _XRenderSetPictureClipRectangles(int /*long*/ display, int /*long*/ picture, int xOrigin, int yOrigin, short[] rects, int count);
+//  void _XRenderSetPictureTransform(int /*long*/ display, int /*long*/ picture, int[] transform);
+//  void _XRenderFreePicture(int /*long*/ display, int /*long*/ picture);
+//  void _XRenderComposite(int /*long*/ display, int op, int /*long*/ src, int /*long*/ mask, int /*long*/ dst, int src_x, int src_y, int mask_x, int mask_y, int dst_x, int dst_y, int width, int height);
+//  int /*long*/ _XRenderFindStandardFormat(int /*long*/ display, int format);
+//  int /*long*/ _XRenderFindVisualFormat(int /*long*/ display, int /*long*/ visual);
+//  int Call (int /*long*/ func, int /*long*/ arg0, int arg1, int arg2);
+//  int /*long*/ _GDK_DISPLAY();
+//  int /*long*/ _GDK_ROOT_PARENT();
+//  int /*long*/ _GDK_TYPE_COLOR();
+//  int /*long*/ _GDK_TYPE_PIXBUF();
+//  bool _GTK_IS_BUTTON(int /*long*/ obj);
+//  bool _GTK_IS_WINDOW(int /*long*/ obj);
+//  bool _GTK_IS_CELL_RENDERER_PIXBUF(int /*long*/ obj);
+//  bool _GTK_IS_CELL_RENDERER_TEXT(int /*long*/ obj);
+//  bool _GTK_IS_CELL_RENDERER_TOGGLE(int /*long*/ obj);
+//  bool _GTK_IS_CONTAINER(int /*long*/ obj);
+//  bool _GTK_IS_IMAGE_MENU_ITEM(int /*long*/ obj);
+//  bool _GTK_IS_PLUG(int /*long*/ obj);
+//  int /*long*/ _GTK_STOCK_CANCEL();
+//  int /*long*/ _GTK_STOCK_OK();
+//  int /*long*/ _GTK_TYPE_CELL_RENDERER_TEXT();
+//  int /*long*/ _GTK_TYPE_CELL_RENDERER_PIXBUF();
+//  int /*long*/ _GTK_TYPE_CELL_RENDERER_TOGGLE();
+//  int /*long*/ _GTK_TYPE_FIXED();
+//  int /*long*/ _GTK_TYPE_MENU();
+//  int /*long*/ _GTK_TYPE_WIDGET();
+//  int _GTK_WIDGET_FLAGS(int /*long*/ wid);
+//  int _GTK_WIDGET_STATE(int /*long*/ wid);
+//  bool _GTK_WIDGET_HAS_DEFAULT(int /*long*/ wid);
+//  bool _GTK_WIDGET_HAS_FOCUS(int /*long*/ wid);
+//  bool _GTK_WIDGET_IS_SENSITIVE(int /*long*/ wid);
+//  bool _GTK_WIDGET_MAPPED(int /*long*/ wid);
+//  bool _GTK_WIDGET_SENSITIVE(int /*long*/ wid);
+//  void _GTK_WIDGET_SET_FLAGS(int /*long*/ wid, int flag);
+//  void _GTK_WIDGET_UNSET_FLAGS(int /*long*/ wid, int flag);
+//  bool _GTK_WIDGET_VISIBLE(int /*long*/ wid);
+//  int /*long*/ _G_OBJECT_CLASS (int /*long*/ klass);
+//  int /*long*/ _G_OBJECT_GET_CLASS (int /*long*/ object);
+//  int /*long*/ _G_OBJECT_TYPE_NAME (int /*long*/ object);
+//  int /*long*/ _G_TYPE_BOOLEAN();
+//  int /*long*/ _G_TYPE_INT();
+//  int /*long*/ _G_OBJECT_TYPE (int /*long*/ instance);
+//  int /*long*/ _G_TYPE_STRING();
+//  int _PANGO_PIXELS(int dimension);
+//  int /*long*/ _PANGO_TYPE_FONT_DESCRIPTION();
+//  int /*long*/ _g_cclosure_new(int /*long*/ callback_func, int /*long*/ user_data, int /*long*/ destroy_data);
+//  int /*long*/ _g_closure_ref(int /*long*/ closure);
+//  void _g_closure_unref(int /*long*/ closure);
+//  bool _g_main_context_acquire(int /*long*/ context);
+//  int _g_main_context_check(int /*long*/ context, int max_priority, int /*long*/ fds, int n_fds);
+//  int /*long*/ _g_main_context_default();
+//  bool _g_main_context_iteration(int /*long*/ context, bool may_block);
+//  bool _g_main_context_pending(int /*long*/ context);
+//  int /*long*/ _g_main_context_get_poll_func(int /*long*/ context);
+//  bool _g_main_context_prepare(int /*long*/ context, int[] priority);
+//  int _g_main_context_query(int /*long*/ context, int max_priority, int[] timeout_, int /*long*/ fds, int n_fds);
+//  void _g_main_context_release(int /*long*/ context);
+//  void g_main_context_wakeup(int /*long*/ context);
+//  int /*long*/ _g_filename_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
+//  int /*long*/ _g_filename_to_uri(int /*long*/ filename, int /*long*/ hostname, int /*long*/[] error);
+//  int /*long*/ _g_filename_from_utf8(int /*long*/ opsysstring, int /*long*/ len,  int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
+//  int /*long*/ _g_filename_from_uri(int /*long*/ uri, int /*long*/[] hostname, int /*long*/[] error);
+//  void _g_free(int /*long*/ mem);
+//  int _g_idle_add(int /*long*/ function, int /*long*/ data);
+//  int /*long*/ _g_list_append(int /*long*/ list, int /*long*/ data);
+//  int /*long*/ _g_list_data(int /*long*/ list);
+//  void _g_list_free(int /*long*/ list);
+//  void _g_list_free_1(int /*long*/ list);
+//  int _g_list_length(int /*long*/ list);
+//  void _g_list_set_next(int /*long*/ list, int /*long*/ llist);
+//  int /*long*/ _g_list_next(int /*long*/ list);
+//  int /*long*/ _g_list_nth(int /*long*/ list, int n);
+//  int /*long*/ _g_list_nth_data(int /*long*/ list, int n);
+//  int /*long*/ _g_list_prepend(int /*long*/ list, int /*long*/ data);
+//  void _g_list_set_previous(int /*long*/ list, int /*long*/ llist);
+//  int /*long*/ _g_list_previous(int /*long*/ list);
+//  int /*long*/ _g_list_remove_link(int /*long*/ list, int /*long*/ link);
+//  int /*long*/ _g_list_reverse(int /*long*/ list);
+//  int /*long*/ _g_locale_from_utf8(int /*long*/ utf8string, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
+//  int /*long*/ _g_locale_to_utf8(int /*long*/ opsysstring, int /*long*/ len, int /*long*/[] bytes_read, int /*long*/[] bytes_written, int /*long*/[] error);
+//  void _g_log_default_handler(int /*long*/ log_domain, int log_levels, int /*long*/ message, int /*long*/ unused_data);
+//  void _g_log_remove_handler(byte[] log_domain, int handler_id);
+//  int _g_log_set_handler(byte[] log_domain, int log_levels, int /*long*/ log_func, int /*long*/ user_data);
+//  int /*long*/ _g_malloc(int /*long*/ size);
+//  void _g_object_get(int /*long*/ object, byte[] first_property_name, int[] value, int /*long*/ terminator);
+//  int /*long*/ _g_object_get_qdata(int /*long*/ object, int quark);
+//  int /*long*/ _g_object_new (int /*long*/ type, int /*long*/ first_property_name);
+//  int /*long*/ _g_object_ref(int /*long*/ object);
+//  void _g_object_set(int /*long*/ object, byte[] first_property_name, bool data, int /*long*/ terminator);
+//  void _g_object_set(int /*long*/ object, byte[] first_property_name, GdkColor data, int /*long*/ terminator);
+//  void _g_object_set(int /*long*/ object, byte[] first_property_name, int data, int /*long*/ terminator);
+//  void _g_object_set(int /*long*/ object, byte[] first_property_name, float data, int /*long*/ terminator);
+//  void _g_object_set(int /*long*/ object, byte[] first_property_name, long data, int /*long*/ terminator);
+//  void _g_object_set_qdata(int /*long*/ object, int quark, int /*long*/ data);
+//  void _g_object_unref(int /*long*/ object);
+//  int _g_quark_from_string(byte[] string);
+//  void _g_set_prgname(byte[] prgname);
+//  int _g_signal_connect(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data);
+//  int _g_signal_connect_closure(int /*long*/ instance, byte[] detailed_signal, int /*long*/ closure, bool after);
+//  int _g_signal_connect_closure_by_id(int /*long*/ instance, int signal_id, int detail, int /*long*/ closure, bool after);
+//  int _g_signal_connect_after(int /*long*/ instance, byte[] detailed_signal, int /*long*/ proc, int /*long*/ data);
+//  void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal);
+//  void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data);
+//  void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, int /*long*/ data1, int /*long*/ data2);
+//  void _g_signal_emit_by_name(int /*long*/ instance, byte[] detailed_signal, byte [] data);
+//  void _g_signal_handler_disconnect(int /*long*/ instance, int handler_id);
+//  int _g_signal_handlers_block_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
+//  int _g_signal_handlers_disconnect_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
+//  int _g_signal_handlers_unblock_matched(int /*long*/ instance, int mask, int signal_id, int detail, int /*long*/ closure, int /*long*/ func, int /*long*/ data);
+//  int _g_signal_lookup (byte[] name, int /*long*/ itype);
+//  void _g_signal_stop_emission_by_name(int /*long*/ instance, byte[] detailed_signal);
+//  bool /*long*/ _g_source_remove (int /*long*/ tag);
+//  int /*long*/ _g_slist_data (int /*long*/ list);
+//  void _g_slist_free (int /*long*/ list);
+//  int /*long*/ _g_slist_next (int /*long*/ list);
+//  int _g_slist_length (int /*long*/ list);
+//  void _g_strfreev(int /*long*/ string_array);
+//  double _g_strtod(int /*long*/ str, int /*long*/[] endptr);
+//  void _g_type_add_interface_static (int /*long*/ instance_type, int /*long*/ interface_type, int /*long*/ info);
+//  int /*long*/ _g_type_class_peek (int /*long*/ g_class);
+//  int /*long*/ _g_type_class_peek_parent (int /*long*/ g_class);
+//  int /*long*/ _g_type_from_name (byte[] name);
+//  int /*long*/ _g_type_interface_peek_parent (int /*long*/ iface);
+//  bool _g_type_is_a (int /*long*/ type, int /*long*/ is_a_type);
+//  int /*long*/ _g_type_name (int /*long*/ handle);
+//  int /*long*/ _g_type_parent (int /*long*/ type);
+//  void _g_type_query (int /*long*/ type, int /*long*/ query);
+//  int /*long*/ _g_type_register_static (int /*long*/ parent_type, byte[] type_name, int /*long*/ info, int flags);
+//  void _g_thread_init(int /*long*/ vtable);
+//  bool _g_thread_supported();
+//  int /*long*/ _g_utf16_to_utf8(char[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
+//  int /*long*/ _g_utf8_offset_to_pointer(int /*long*/ str, int /*long*/ offset);
+//  int /*long*/ _g_utf8_pointer_to_offset(int /*long*/ str, int /*long*/ pos);
+//  int /*long*/ _g_utf8_strlen(int /*long*/ str, int /*long*/ max);
+//  int /*long*/ _g_utf8_to_utf16(byte[] str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
+//  int /*long*/ _g_utf8_to_utf16(int /*long*/ str, int /*long*/ len, int /*long*/[] items_read, int /*long*/[] items_written, int /*long*/[] error);
+//  int /*long*/ _gdk_atom_intern(byte[] atom_name, bool only_if_exists);
+//  int /*long*/ _gdk_atom_name(int /*long*/ atom);
+//  void _gdk_beep();
+//  int /*long*/ _gdk_bitmap_create_from_data(int /*long*/ window, byte[] data, int width, int height);
+//  void _gdk_cairo_region(int /*long*/ cairo, int /*long*/ region);
+//  void _gdk_cairo_set_source_color(int /*long*/ cairo, GdkColor color);
+//  bool _gdk_color_white(int /*long*/ colormap, GdkColor color);
+//  bool _gdk_colormap_alloc_color(int /*long*/ colormap, GdkColor color, bool writeable, bool best_match);
+//  void _gdk_colormap_free_colors(int /*long*/ colormap, GdkColor colors, int ncolors);
+//  int /*long*/ _gdk_colormap_get_system();
+//  void _gdk_colormap_query_color(int /*long*/ colormap, int /*long*/ pixel, GdkColor result);
+//  void _gdk_cursor_destroy(int /*long*/ cursor);
+//  int /*long*/ _gdk_cursor_new(int /*long*/ cursor_type);
+//  int /*long*/ _gdk_cursor_new_from_pixmap(int /*long*/ source, int /*long*/ mask, GdkColor fg, GdkColor bg, int x, int y);
+//  int /*long*/ _gdk_cursor_new_from_pixbuf(int /*long*/ display, int /*long*/ pixbuf, int x, int y);
+//  int /*long*/ _gdk_display_get_default();
+//  bool _gdk_display_supports_cursor_color(int /*long*/ display);
+//  void _gdk_drag_status(int /*long*/ context, int action, int time);
+//  void _gdk_draw_arc(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height, int angle1, int angle2);
+//  void _gdk_draw_drawable(int /*long*/ drawable, int /*long*/ gc, int /*long*/ src, int xsrc, int ysrc, int xdest, int ydest, int width, int height);
+//  void _gdk_draw_image(int /*long*/ drawable, int /*long*/ gc, int /*long*/ image, int xsrc, int ysrc, int xdest, int ydest, int width, int height);
+//  void _gdk_draw_layout(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout);
+//  void _gdk_draw_layout_with_colors(int /*long*/ drawable, int /*long*/ gc, int x, int y, int /*long*/ layout, GdkColor foreground, GdkColor background);
+//  void _gdk_draw_line(int /*long*/ drawable, int /*long*/ gc, int x1, int y1, int x2, int y2);
+//  void _gdk_draw_lines(int /*long*/ drawable, int /*long*/ gc, int[] points, int npoints);
+//  void _gdk_draw_pixbuf(int /*long*/ drawable, int /*long*/ gc, int /*long*/ pixbuf, int xsrc, int ysrc, int xdest, int ydest, int width, int height, int dither, int x_dither, int y_dither);
+//  void _gdk_draw_point(int /*long*/ drawable, int /*long*/ gc, int x, int y);
+//  void _gdk_draw_polygon(int /*long*/ drawable, int /*long*/ gc, int filled, int[] points, int npoints);
+//  void _gdk_draw_rectangle(int /*long*/ drawable, int /*long*/ gc, int filled, int x, int y, int width, int height);
+//  int _gdk_drawable_get_depth(int /*long*/ drawable);
+//  int /*long*/ _gdk_drawable_get_image(int /*long*/ drawable, int x, int y, int width, int height);
+//  void _gdk_drawable_get_size(int /*long*/ drawable, int[] width, int[] height);
+//  int /*long*/ _gdk_drawable_get_visible_region(int /*long*/ drawable);
+//  int /*long*/ _gdk_event_copy(int /*long*/ event);
+//  void _gdk_event_free(int /*long*/ event);
+//  int /*long*/ _gdk_event_get();
+//  bool _gdk_event_get_root_coords(int /*long*/ event, double[] px, double[] py);
+//  bool _gdk_event_get_coords(int /*long*/ event, double[] px, double[] py);
+//  int /*long*/ _gdk_event_get_graphics_expose(int /*long*/ window);
+//  bool _gdk_event_get_state(int /*long*/ event, int[] pmod);
+//  int _gdk_event_get_time(int /*long*/ event);
+//  void _gdk_event_handler_set(int /*long*/ func, int /*long*/ data, int /*long*/ notify);
+//  int /*long*/ _gdk_event_peek();
+//  void _gdk_event_put(int /*long*/ event);
+//  void _gdk_error_trap_push();
+//  int _gdk_error_trap_pop();
+//  void _gdk_flush();
+//  void _gdk_free_text_list(int /*long*/ list);
+//  void _gdk_gc_get_values(int /*long*/ gc, GdkGCValues values);
+//  int /*long*/ _gdk_gc_new(int /*long*/ window);
+//  void _gdk_gc_set_background(int /*long*/ gc, GdkColor color);
+//  void _gdk_gc_set_clip_mask(int /*long*/ gc, int /*long*/ mask);
+//  void _gdk_gc_set_clip_origin(int /*long*/ gc, int x, int y);
+//  void _gdk_gc_set_clip_rectangle(int /*long*/ gc, GdkRectangle rectangle);
+//  void _gdk_gc_set_clip_region(int /*long*/ gc, int /*long*/ region);
+//  void _gdk_gc_set_dashes(int /*long*/ gc, int dash_offset, byte[] dash_list, int n);
+//  void _gdk_gc_set_exposures(int /*long*/ gc, bool exposures);
+//  void _gdk_gc_set_fill(int /*long*/ gc, int fill);
+//  void _gdk_gc_set_foreground(int /*long*/ gc, GdkColor color);
+//  void _gdk_gc_set_function(int /*long*/ gc, int /*long*/ function);
+//  void _gdk_gc_set_line_attributes(int /*long*/ gc, int line_width, int line_style, int cap_style, int join_style);
+//  void _gdk_gc_set_stipple(int /*long*/ gc, int /*long*/ stipple);
+//  void _gdk_gc_set_subwindow(int /*long*/ gc, int /*long*/ mode);
+//  void _gdk_gc_set_tile(int /*long*/ gc, int /*long*/ tile);
+//  void _gdk_gc_set_ts_origin(int /*long*/ gc, int x, int y);
+//  void _gdk_gc_set_values(int /*long*/ gc, GdkGCValues values, int values_mask);
+//  void _gdk_keyboard_ungrab(int time);
+//  int /*long*/ _gdk_keymap_get_default();
+//  bool _gdk_keymap_translate_keyboard_state (int /*long*/ keymap, int hardware_keycode, int state, int group, int[] keyval, int[] effective_group, int[] level,  int[] consumed_modifiers);
+//  int _gdk_keyval_to_lower(int keyval);
+//  int _gdk_keyval_to_unicode(int keyval);
+//  int /*long*/ _gdk_pango_context_get();
+//  void _gdk_pango_context_set_colormap(int /*long*/ context, int /*long*/ colormap);
+//  int /*long*/ _gdk_pango_layout_get_clip_region(int /*long*/ layout, int x_origin, int y_origin, int[] index_ranges, int n_ranges);
+//  void _gdk_pixbuf_copy_area(int /*long*/ src_pixbuf, int src_x, int src_y, int width, int height, int /*long*/ dest_pixbuf, int dest_x, int dest_y);
+//  int /*long*/ _gdk_pixbuf_get_from_drawable(int /*long*/ dest, int /*long*/ src, int /*long*/ cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height);
+//  bool _gdk_pixbuf_get_has_alpha(int /*long*/ pixbuf);
+//  int _gdk_pixbuf_get_height(int /*long*/ pixbuf);
+//  int /*long*/ _gdk_pixbuf_get_pixels(int /*long*/ pixbuf);
+//  int _gdk_pixbuf_get_rowstride(int /*long*/ pixbuf);
+//  int _gdk_pixbuf_get_width(int /*long*/ pixbuf);
+//  int /*long*/ _gdk_pixbuf_new(int colorspace, bool has_alpha, int bits_per_sample, int width, int height);
+//  int /*long*/ _gdk_pixbuf_new_from_file(byte[] filename, int /*long*/ [] error);
+//  void _gdk_pixbuf_render_to_drawable(int /*long*/ pixbuf, int /*long*/ drawable, int /*long*/ gc, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int dither, int x_dither, int y_dither);
+//  void _gdk_pixbuf_render_to_drawable_alpha(int /*long*/ pixbuf, int /*long*/ drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int alpha_mode, int alpha_threshold, int dither, int x_dither, int y_dither);
+//  void _gdk_pixbuf_render_pixmap_and_mask(int /*long*/ pixbuf, int /*long*/[] pixmap_return, int /*long*/[] mask_return, int alpha_threshold);
+//  void _gdk_pixbuf_scale(int /*long*/ src, int /*long*/ dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, int interp_type);
+//  int /*long*/ _gdk_pixbuf_scale_simple(int /*long*/ src, int dest_width, int dest_height, int interp_type);
+//  int /*long*/ _gdk_pixmap_new(int /*long*/ window, int width, int height, int depth);
+//  int _gdk_pointer_grab(int /*long*/ window, bool owner_events, int event_mask, int /*long*/ confine_to, int /*long*/ cursor, int time);
+//  bool _gdk_pointer_is_grabbed();
+//  void _gdk_pointer_ungrab(int time);
+//  bool _gdk_property_get(int /*long*/ window, int /*long*/ property, int /*long*/ type, int /*long*/ offset, int /*long*/ length, int pdelete, int /*long*/[] actual_property_type, int[] actual_format, int[] actual_length, int /*long*/[] data);
+//  void _gdk_region_destroy(int /*long*/ region);
+//  bool _gdk_region_empty(int /*long*/ region);
+//  void _gdk_region_get_clipbox(int /*long*/ region, GdkRectangle rectangle);
+//  void _gdk_region_get_rectangles(int /*long*/ region, int /*long*/[] rectangles, int[] n_rectangles);
+//  void _gdk_region_intersect(int /*long*/ source1, int /*long*/ source2);
+//  int /*long*/ _gdk_region_new();
+//  void _gdk_region_offset(int /*long*/ region, int dx, int dy);
+//  bool _gdk_region_point_in(int /*long*/ region, int x, int y);
+//  int /*long*/ _gdk_region_polygon(int[] points, int npoints, int fill_rule);
+//  int /*long*/ _gdk_region_rectangle(GdkRectangle rectangle);
+//  int /*long*/ _gdk_region_rect_in(int /*long*/ region, GdkRectangle rect);
+//  void _gdk_region_subtract(int /*long*/ source1, int /*long*/ source2);
+//  void _gdk_region_union(int /*long*/ source1, int /*long*/ source2);
+//  void _gdk_region_union_with_rect(int /*long*/ region, GdkRectangle rect);
+//  void _gdk_rgb_init();
+//  int /*long*/ _gdk_screen_get_default();
+//  int _gdk_screen_get_monitor_at_point (int /*long*/ screen, int x, int y);
+//  int _gdk_screen_get_monitor_at_window(int /*long*/ screen, int /*long*/ window);
+//  void _gdk_screen_get_monitor_geometry (int /*long*/ screen, int monitor_num, GdkRectangle dest);
+//  int _gdk_screen_get_n_monitors(int /*long*/ screen);
+//  int _gdk_screen_get_number(int /*long*/ screen);
+//  int _gdk_screen_height();
+//  int _gdk_screen_width();
+//  int _gdk_screen_width_mm();
+//  void _gdk_set_program_class(byte[] program_class);
+//  bool _gdk_utf8_to_compound_text(byte[] str, int /*long*/[] encoding, int[] format, int /*long*/[] ctext, int[] length);
+//  int /*long*/ _gdk_utf8_to_string_target(byte[] str);
+//  int _gdk_text_property_to_utf8_list  (int /*long*/ encoding, int format, int /*long*/ text, int length,  int /*long*/[] list);
+//   int _gdk_unicode_to_keyval(int wc);
+//  int /*long*/ _gdk_visual_get_system();
+//  int /*long*/ _gdk_window_at_pointer(int[] win_x, int[] win_y);
+//  void _gdk_window_begin_paint_rect(int /*long*/ window, GdkRectangle rectangle);
+//  void _gdk_window_clear_area(int /*long*/ window, int x, int y, int width, int height);
+//  void _gdk_window_destroy(int /*long*/ window);
+//  void _gdk_window_end_paint(int /*long*/ window);
+//  int /*long*/ _gdk_window_get_children(int /*long*/ window);
+//  int _gdk_window_get_events(int /*long*/ window);
+//  void _gdk_window_focus(int /*long*/ window, int timestamp);
+//  void _gdk_window_freeze_updates(int /*long*/ window);
+//  void _gdk_window_get_frame_extents(int /*long*/ window, GdkRectangle rect);
+//  void _gdk_window_get_internal_paint_info(int /*long*/ window, int /*long*/ [] real_drawable, int[] x_offset, int[] y_offset);
+//  int _gdk_window_get_origin(int /*long*/ window, int[] x, int[] y);
+//  int /*long*/ _gdk_window_get_parent(int /*long*/ window);
+//  int /*long*/ _gdk_window_get_pointer(int /*long*/ window, int[] x, int[] y, int[] mask);
+//  void _gdk_window_get_position(int /*long*/ window, int[] x, int[] y);
+//  void _gdk_window_get_user_data(int /*long*/ window, int /*long*/[] data);
+//  void _gdk_window_hide(int /*long*/ window);
+//  void _gdk_window_invalidate_rect(int /*long*/ window, GdkRectangle rectangle, bool invalidate_children);
+//  void _gdk_window_invalidate_region(int /*long*/ window, int /*long*/ region, bool invalidate_children);
+//  void _gdk_window_move(int /*long*/ window, int x, int y);
+//  int /*long*/ _gdk_window_new(int /*long*/ parent, GdkWindowAttr attributes, int attributes_mask);
+//  void _gdk_window_lower(int /*long*/ window);
+//  void _gdk_window_process_all_updates();
+//  void _gdk_window_process_updates(int /*long*/ window, bool update_children);
+//  void _gdk_window_raise(int /*long*/ window);
+//  void _gdk_window_resize(int /*long*/ window, int width, int height);
+//  void _gdk_window_scroll(int /*long*/ window, int dx, int dy);
+//  void _gdk_window_set_accept_focus(int /*long*/ window, bool accept_focus);
+//  void _gdk_window_set_back_pixmap(int /*long*/ window, int /*long*/ pixmap, bool parent_relative);
+//  void _gdk_window_set_cursor(int /*long*/ window, int /*long*/ cursor);
+//  void _gdk_window_set_debug_updates(bool setting);
+//  void _gdk_window_set_decorations(int /*long*/ window, int decorations);
+//  void _gdk_window_set_events(int /*long*/ window, int event_mask);
+//  void _gdk_window_set_icon(int /*long*/ window, int /*long*/ icon_window, int /*long*/ pixmap, int /*long*/ mask);
+//  void _gdk_window_set_icon_list(int /*long*/ window, int /*long*/ pixbufs);
+//  void _gdk_window_set_keep_above(int /*long*/ window, bool setting);
+//  void _gdk_window_set_override_redirect(int /*long*/ window, bool override_redirect);
+//  void _gdk_window_set_user_data(int /*long*/ window, int /*long*/ user_data);
+//  void _gdk_window_shape_combine_region (int /*long*/ window, int /*long*/  shape_region, int offset_x,  int offset_y);
+//  void _gdk_window_show(int /*long*/ window);
+//  void _gdk_window_show_unraised(int /*long*/ window);
+//  void _gdk_window_thaw_updates(int /*long*/ window);
+//  int /*long*/ _gtk_accel_group_new();
+//  bool _gtk_accel_groups_activate(int /*long*/ accelGroup, int accelKey, int accelMods);
+//  void _gtk_accel_label_set_accel_widget(int /*long*/ accel_label, int /*long*/ accel_widget);
+//  void _gtk_adjustment_changed(int /*long*/ adjustment);
+//  int /*long*/ _gtk_adjustment_new(double value, double lower, double upper, double step_increment, double page_increment, double page_size);
+//  void _gtk_adjustment_set_value(int /*long*/ adjustment, double value);
+//  void _gtk_adjustment_value_changed(int /*long*/ adjustment);
+//  int /*long*/ _gtk_arrow_new(int arrow_type, int shadow_type);
+//  void _gtk_arrow_set(int /*long*/ arrow, int arrow_type, int shadow_type);
+//  int /*long*/ _gtk_bin_get_child(int /*long*/ bin);
+//  void _gtk_box_set_spacing(int /*long*/ box, int spacing);
+//  void _gtk_box_set_child_packing(int /*long*/ box, int /*long*/ child, bool expand, bool fill, int padding, int pack_type);
+//  void _gtk_button_clicked(int /*long*/ button);
+//  int _gtk_button_get_relief(int /*long*/ button);
+//  int /*long*/ _gtk_button_new();
+//  void _gtk_button_set_relief(int /*long*/ button, int newstyle);
+//  int /*long*/ _gtk_calendar_new();
+//  bool /*long*/ _gtk_calendar_select_month(int /*long*/ calendar, int month, int year);
+//  void _gtk_calendar_select_day(int /*long*/ calendar, int day);
+//  void _gtk_calendar_set_display_options(int /*long*/ calendar, int flags);
+//  void _gtk_calendar_display_options(int /*long*/ calendar, int flags);
+//  void _gtk_calendar_get_date(int /*long*/ calendar, int[] year, int[] month, int[] day);
+//  void _gtk_cell_layout_clear(int /*long*/ cell_layout);
+//  void _gtk_cell_layout_set_attributes(int /*long*/ cell_layout, int /*long*/ cell, byte[] attribute, int column, int /*long*/ sentinel);
+//  void _gtk_cell_layout_pack_start(int /*long*/ cell_layout, int /*long*/ cell, bool expand);
+//  void _gtk_cell_renderer_get_size(int /*long*/ cell, int /*long*/ widget, GdkRectangle area, int[] x_offset, int[] y_offset, int[] width, int[] height);
+//  int /*long*/ _gtk_cell_renderer_pixbuf_new();
+//  int /*long*/ _gtk_cell_renderer_text_new();
+//  int /*long*/ _gtk_cell_renderer_toggle_new();
+//  int /*long*/ _gtk_check_button_new();
+//  bool _gtk_check_menu_item_get_active(int /*long*/ check_menu_item);
+//  int /*long*/ _gtk_check_menu_item_new_with_label(byte[] label);
+//  void _gtk_check_menu_item_set_active(int /*long*/ wid, bool active);
+//  int /*long*/ _gtk_check_version(int required_major, int required_minor, int required_micro);
+//  void _gtk_clipboard_clear(int /*long*/ clipboard);
+//  int /*long*/ _gtk_clipboard_get(int /*long*/ selection);
+//  bool _gtk_clipboard_set_with_data(int /*long*/ clipboard, int /*long*/ target, int n_targets, int /*long*/ get_func, int /*long*/ clear_func, int /*long*/ user_data);
+//  int /*long*/ _gtk_clipboard_wait_for_contents(int /*long*/ clipboard, int /*long*/ target);
+//  int /*long*/ _gtk_color_selection_dialog_new(byte[] title);
+//  void _gtk_color_selection_get_current_color(int /*long*/ colorsel, GdkColor color);
+//  void _gtk_color_selection_set_current_color(int /*long*/ colorsel, GdkColor color);
+//  void _gtk_color_selection_set_has_palette(int /*long*/ colorsel, bool has_palette);
+//  void _gtk_combo_disable_activate(int /*long*/ combo);
+//  int /*long*/ _gtk_combo_new();
+//  void _gtk_combo_set_case_sensitive(int /*long*/ combo, bool val);
+//  void _gtk_combo_set_popdown_strings(int /*long*/ combo, int /*long*/ strings);
+//  int /*long*/ _gtk_combo_box_entry_new_text();
+//  int /*long*/ _gtk_combo_box_new_text();
+//  void _gtk_combo_box_insert_text(int /*long*/ combo_box, int position, byte[] text);
+//  void _gtk_combo_box_remove_text(int /*long*/ combo_box, int position);
+//  int _gtk_combo_box_get_active(int /*long*/ combo_box);
+//  int /*long*/ _gtk_combo_box_get_model(int /*long*/ combo_box);
+//  void _gtk_combo_box_set_active(int /*long*/ combo_box, int index);
+//  void _gtk_combo_box_popup(int /*long*/ combo_box);
+//  void _gtk_combo_box_popdown(int /*long*/ combo_box);
+//  void _gtk_container_add(int /*long*/ container, int /*long*/ widget);
+//  void _gtk_container_forall(int /*long*/ container, int /*long*/ callback, int /*long*/ callback_data);
+//  int _gtk_container_get_border_width(int /*long*/ container);
+//  int /*long*/ _gtk_container_get_children(int /*long*/ container);
+//  void _gtk_container_remove(int /*long*/ container, int /*long*/ widget);
+//  void _gtk_container_resize_children(int /*long*/ container);
+//  void _gtk_container_set_border_width(int /*long*/ container, int border_width);
+//  int /*long*/ _gtk_dialog_add_button(int /*long*/ dialog, byte[]  button_text, int response_id);
+//  int _gtk_dialog_run(int /*long*/ dialog);
+//  int /*long*/ _gtk_drag_begin(int /*long*/ widget, int /*long*/ targets, int actions, int button, int /*long*/ event);
+//  bool _gtk_drag_check_threshold(int /*long*/ widget, int start_x, int start_y, int current_x, int current_y);
+//  int /*long*/ _gtk_drag_dest_find_target(int /*long*/ widget, int /*long*/ context, int /*long*/ target_list);
+//  void _gtk_drag_dest_set(int /*long*/ widget, int flags, int /*long*/ targets, int n_targets, int actions);
+//  void _gtk_drag_dest_unset(int /*long*/ widget);
+//  void _gtk_drag_finish(int /*long*/ context, bool success, bool delete, int time);
+//  void _gtk_drag_get_data(int /*long*/ widget, int /*long*/ context, int /*long*/ target, int time);
+//  void _gtk_drag_set_icon_pixbuf(int /*long*/ context, int /*long*/ pixbuf, int hot_x, int hot_y);
+//  int /*long*/ _gtk_drawing_area_new();
+//  void _gtk_editable_copy_clipboard(int /*long*/ editable);
+//  void _gtk_editable_cut_clipboard(int /*long*/ editable);
+//  void _gtk_editable_delete_selection(int /*long*/ editable);
+//  void _gtk_editable_delete_text(int /*long*/ editable, int start_pos, int end_pos);
+//  int /*long*/ _gtk_editable_get_chars(int /*long*/ editable, int start_pos, int end_pos);
+//  bool _gtk_editable_get_editable(int /*long*/ editable);
+//  int _gtk_editable_get_position(int /*long*/ editable);
+//  bool _gtk_editable_get_selection_bounds(int /*long*/ editable, int[] start, int[] end);
+//  void _gtk_editable_insert_text(int /*long*/ editable, byte[] new_text, int new_text_length, int[] position);
+//  void _gtk_editable_paste_clipboard(int /*long*/ editable);
+//  void _gtk_editable_select_region(int /*long*/ editable, int start, int end);
+//  void _gtk_editable_set_editable(int /*long*/ entry, bool editable);
+//  void _gtk_editable_set_position(int /*long*/ editable, int position);
+  char gtk_entry_get_invisible_char(GtkEntry* entry);
+  PangoLayout* gtk_entry_get_layout (GtkEntry* entry);
+  void gtk_entry_get_layout_offsets (GtkEntry* layout, int* x, int* y);
+  int gtk_entry_text_index_to_layout_index (GtkEntry* entry, int index);
+  int gtk_entry_get_max_length(GtkEntry* entry);
+  char* gtk_entry_get_text(GtkEntry* entry);
+//  bool _FcConfigAppFontAddFile(int /*long*/ config, byte[] file);
+  bool gtk_entry_get_visibility(GtkEntry* entry);
+  GtkWidget* gtk_entry_new();
+  void gtk_entry_set_activates_default(GtkEntry* entry, bool setting);
+  void gtk_entry_set_alignment(GtkEntry* entry, float xalign);
+  void gtk_entry_set_has_frame(GtkEntry* entry, bool setting);
+  void gtk_entry_set_invisible_char(GtkEntry* entry, char ch);
+  void gtk_entry_set_max_length(GtkEntry* entry, int max);
+  void gtk_entry_set_text(GtkEntry* entry, char* text);
+  void gtk_entry_set_visibility(GtkEntry* entry, bool visible);
+//  int _gtk_events_pending();
+//  bool _gtk_expander_get_expanded(int /*long*/ expander);
+//  int /*long*/ _gtk_expander_get_label_widget(int /*long*/ expander);
+//  int /*long*/ _gtk_expander_new(byte[] label);
+//  void _gtk_expander_set_expanded(int /*long*/ expander, bool expanded);
+//  void _gtk_expander_set_label(int /*long*/ expander, byte[] label);
+//  void _gtk_expander_set_label_widget(int /*long*/ expander, int /*long*/ label_widget);
+//  void _gtk_file_chooser_add_filter(int /*long*/ chooser, int /*long*/ filter);
+//  int /*long*/ _gtk_file_chooser_dialog_new(byte[] title, int /*long*/ parent, int action, int /*long*/ first_button_text, int first_button_id, int /*long*/ second_button_text, int second_button_id, int /*long*/ terminator);
+//  int /*long*/ _gtk_file_chooser_get_current_folder(int /*long*/ chooser);
+//  int /*long*/ _gtk_file_chooser_get_filename(int /*long*/ chooser);
+//  int /*long*/ _gtk_file_chooser_get_filenames(int /*long*/ chooser);
+//  void _gtk_file_chooser_set_current_folder(int /*long*/ chooser, byte[] filename);
+//  void _gtk_file_chooser_set_current_name(int /*long*/ chooser, byte[] name);
+//  void _gtk_file_chooser_set_extra_widget(int /*long*/ chooser, int /*long*/ extra_widget);
+//  void _gtk_file_chooser_set_filename(int /*long*/ chooser, int /*long*/ name);
+//  void _gtk_file_chooser_set_select_multiple(int /*long*/ chooser, bool select_multiple);
+//  void _gtk_file_filter_add_pattern(int /*long*/ filter, byte[] pattern);
+//  int /*long*/ _gtk_file_filter_new();
+//  void _gtk_file_filter_set_name(int /*long*/ filter, byte[] name);
+//  int /*long*/ _gtk_file_selection_get_filename(int /*long*/ filesel);
+//  int /*long*/ _gtk_file_selection_get_selections(int /*long*/ filesel);
+//  void _gtk_file_selection_hide_fileop_buttons(int /*long*/ filesel);
+//  int /*long*/ _gtk_file_selection_new(byte[] title);
+//  void _gtk_file_selection_set_filename(int /*long*/ filesel, int /*long*/ filename);
+//  void _gtk_file_selection_set_select_multiple(int /*long*/ filesel, bool select_multiple);
+//  void _gtk_fixed_move(int /*long*/ fixed, int /*long*/ widget, int x, int y);
+//  int /*long*/ _gtk_fixed_new();
+//  void _gtk_fixed_set_has_window(int /*long*/ fixed, bool has_window);
+//  int /*long*/ _gtk_font_selection_dialog_get_font_name(int /*long*/ fsd);
+//  int /*long*/ _gtk_font_selection_dialog_new(byte[] title);
+//  bool _gtk_font_selection_dialog_set_font_name(int /*long*/ fsd, byte[] fontname);
+//  int /*long*/ _gtk_frame_new(byte[] label);
+//  int /*long*/ _gtk_frame_get_label_widget(int /*long*/ frame);
+//  void _gtk_frame_set_label(int /*long*/ frame, byte[] label);
+//  void _gtk_frame_set_label_widget(int /*long*/ frame, int /*long*/ label_widget);
+//  void _gtk_frame_set_shadow_type(int /*long*/ frame, int type);
+//  int /*long*/ _gtk_get_current_event();
+//  bool _gtk_get_current_event_state (int[] state);
+//  int _gtk_get_current_event_time();
+//  int /*long*/ _gtk_get_default_language();
+//  int /*long*/ _gtk_get_event_widget(int /*long*/ event);
+//  void _gtk_grab_add(int /*long*/ widget);
+//  int /*long*/ _gtk_grab_get_current();
+//  void _gtk_grab_remove(int /*long*/ widget);
+//  int /*long*/ _gtk_hbox_new(bool homogeneous, int spacing);
+//  int /*long*/ _gtk_hscale_new(int /*long*/ adjustment);
+//  int /*long*/ _gtk_hscrollbar_new(int /*long*/ adjustment);
+//  int /*long*/ _gtk_hseparator_new();
+//  int /*long*/ _gtk_icon_factory_lookup_default(byte[] stock_id);
+//  void _gtk_icon_source_free(int /*long*/ source);
+//  int /*long*/ _gtk_icon_source_new();
+//  void _gtk_icon_source_set_pixbuf(int /*long*/ source, int /*long*/ pixbuf);
+//  int /*long*/ _gtk_icon_set_render_icon(int /*long*/ icon_set, int /*long*/ style, int direction, int state, int size, int /*long*/ widget, int /*long*/ detail);
+//  bool _gtk_im_context_filter_keypress(int /*long*/ context, int /*long*/ event);
+//  void _gtk_im_context_focus_in(int /*long*/ context);
+//  void _gtk_im_context_focus_out(int /*long*/ context);
+//  void _gtk_im_context_get_preedit_string(int /*long*/ context, int /*long*/[] str, int /*long*/[] attrs, int[] cursor_pos);
+//  int /*long*/ _gtk_im_context_get_type();
+//  void _gtk_im_context_reset(int /*long*/ context);
+//  void _gtk_im_context_set_client_window(int /*long*/ context, int /*long*/ window);
+//  void _gtk_im_context_set_cursor_location(int /*long*/ context, GdkRectangle area);
+//  void _gtk_im_multicontext_append_menuitems (int /*long*/ context, int /*long*/ menushell);
+//  int /*long*/ _gtk_im_multicontext_new();
+//  int /*long*/ _gtk_image_menu_item_new_with_label(byte[] label);
+//  void _gtk_image_menu_item_set_image(int /*long*/ menu_item, int /*long*/ image);
+//  int /*long*/ _gtk_image_new();
+//  int /*long*/ _gtk_image_new_from_pixbuf(int /*long*/ pixbuf);
+//  int /*long*/ _gtk_image_new_from_pixmap(int /*long*/ pixmap, int /*long*/ mask);
+//  void _gtk_image_set_from_pixbuf(int /*long*/ image, int /*long*/ pixbuf);
+//  void _gtk_image_set_from_pixmap(int /*long*/ image, int /*long*/ pixmap, int /*long*/ mask);
+//  bool _gtk_init_check(int /*long*/[] argc, int /*long*/[] argv);
+//  int /*long*/ _gtk_label_get_layout(int /*long*/ label);
+//  int _gtk_label_get_mnemonic_keyval(int /*long*/ label);
+//  int /*long*/ _gtk_label_new(byte[] label);
+//  int /*long*/ _gtk_label_new_with_mnemonic(byte[] str);
+//  void _gtk_label_set_attributes(int /*long*/ label, int /*long*/ attrs);
+//  void _gtk_label_set_justify(int /*long*/ label, int jtype);
+//  void _gtk_label_set_line_wrap(int /*long*/ label, bool wrap);
+//  void _gtk_label_set_text(int /*long*/ label, int /*long*/ str);
+//  void _gtk_label_set_text(int /*long*/ label, byte[] str);
+//  void _gtk_label_set_text_with_mnemonic(int /*long*/ label, byte[] str);
+//  void _gtk_list_append_items(int /*long*/ list, int /*long*/ items);
+//  void _gtk_list_clear_items(int /*long*/ list, int start, int end);
+//  void _gtk_list_insert_items(int /*long*/ list, int /*long*/ items, int position);
+//  int /*long*/ _gtk_list_item_new_with_label(byte[] label);
+//  void _gtk_list_remove_items(int /*long*/ list, int /*long*/ items);
+//  void _gtk_list_select_item(int /*long*/ list, int item);
+//  void _gtk_list_unselect_all(int /*long*/ list);
+//  void _gtk_list_unselect_item(int /*long*/ list, int item);
+//  void _gtk_list_store_append(int /*long*/ list_store, int /*long*/ iter);
+//  void _gtk_list_store_clear(int /*long*/ store);
+//  void _gtk_list_store_insert(int /*long*/ list_store, int /*long*/ iter, int position);
+//  int /*long*/ _gtk_list_store_newv(int numColumns, int /*long*/[] types);
+//  void _gtk_list_store_remove(int /*long*/ list_store, int /*long*/ iter);
+//  void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator);
+//  void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator);
+//  void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator);
+//  void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator);
+//  void _gtk_list_store_set(int /*long*/ store, int /*long*/ iter, int column, bool value, int /*long*/ terminator);
+//  int _gtk_major_version();
+//  int _gtk_minor_version();
+//  int _gtk_micro_version();
+//  void _gtk_main();
+//  int _gtk_main_iteration();
+//  void _gtk_main_do_event(int /*long*/ event);
+//  int /*long*/ _gtk_menu_bar_new();
+//  void _gtk_menu_item_remove_submenu(int /*long*/ menu_item);
+//  void _gtk_menu_item_set_submenu(int /*long*/ menu_item, int /*long*/ submenu);
+//  int /*long*/ _gtk_menu_new();
+//  void _gtk_menu_popdown(int /*long*/ menu);
+//  void _gtk_menu_popup(int /*long*/ menu, int /*long*/ parent_menu_shell, int /*long*/ parent_menu_item, int /*long*/ func, int /*long*/ data, int button, int activate_time);
+//  void _gtk_menu_shell_deactivate(int /*long*/ menu_shell);
+//  void _gtk_menu_shell_insert(int /*long*/ menu_shell, int /*long*/ child, int position);
+//  void _gtk_menu_shell_select_item(int /*long*/ menu_shell, int /*long*/ menu_item);
+//  void _gtk_menu_shell_set_take_focus(int /*long*/ menu_shell, bool take_focus);
+//  int /*long*/ _gtk_message_dialog_new(int /*long*/ parent, int flags, int type, int buttons, byte[] message_format);
+//  void _gtk_misc_set_alignment(int /*long*/ misc, float xalign, float yalign);
+//  int _gtk_notebook_get_current_page(int /*long*/ notebook);
+//  bool _gtk_notebook_get_scrollable(int /*long*/ notebook);
+//  void _gtk_notebook_insert_page(int /*long*/ notebook, int /*long*/ child, int /*long*/ tab_label, int position);
+//  int /*long*/ _gtk_notebook_new();
+//  void _gtk_notebook_next_page(int /*long*/ notebook);
+//  void _gtk_notebook_prev_page(int /*long*/ notebook);
+//  void _gtk_notebook_remove_page(int /*long*/ notebook, int page_num);
+//  void _gtk_notebook_set_current_page(int /*long*/ notebook, int page_num);
+//  void _gtk_notebook_set_scrollable(int /*long*/ notebook, bool scrollable);
+//  void _gtk_notebook_set_show_tabs(int /*long*/ notebook, bool show_tabs);
+//  void _gtk_notebook_set_tab_pos(int /*long*/ notebook, int pos);
+//  void _gtk_object_sink(int /*long*/ object);
+//  int /*long*/ _gtk_page_setup_new ();
+//  int _gtk_page_setup_get_orientation(int /*long*/ setup);
+//  void _gtk_page_setup_set_orientation(int /*long*/ setup, int orientation);
+//  int /*long*/ _gtk_page_setup_get_paper_size(int /*long*/ setup);
+//  void _gtk_page_setup_set_paper_size(int /*long*/ setup, int /*long*/ size);
+//  double _gtk_page_setup_get_top_margin(int /*long*/ setup, int unit);
+//  void _gtk_page_setup_set_top_margin(int /*long*/ setup, double margin, int unit);
+//  double _gtk_page_setup_get_bottom_margin(int /*long*/ setup, int unit);
+//  void _gtk_page_setup_set_bottom_margin(int /*long*/ setup, double margin, int unit);
+//  double _gtk_page_setup_get_left_margin(int /*long*/ setup, int unit);
+//  void _gtk_page_setup_set_left_margin(int /*long*/ setup, double margin, int unit);
+//  double _gtk_page_setup_get_right_margin(int /*long*/ setup, int unit);
+//  void _gtk_page_setup_set_right_margin(int /*long*/ setup, double margin, int unit);
+//  double _gtk_page_setup_get_paper_width(int /*long*/ setup, int unit);
+//  double _gtk_page_setup_get_paper_height(int /*long*/ setup, int unit);
+//  double _gtk_page_setup_get_page_width(int /*long*/ setup, int unit);
+//  double _gtk_page_setup_get_page_height(int /*long*/ setup, int unit);
+//  void _gtk_paint_handle(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation);
+//  void _gtk_paint_flat_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_focus(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_option(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_slider(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int orientation);
+//  void _gtk_paint_tab(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_arrow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int arrow_type, bool fill, int x, int y, int width, int height);
+//  void _gtk_paint_box(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_box_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width);
+//  void _gtk_paint_check(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_expander(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int expander_style);
+//  void _gtk_paint_extension(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side);
+//  void _gtk_paint_hline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x1 , int x2, int y);
+//  void _gtk_paint_layout(int /*long*/ style, int /*long*/ window, int state_type, bool use_text, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int /*long*/ layout);
+//  void _gtk_paint_shadow_gap(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height, int gap_side, int gap_x, int gap_width);
+//  void _gtk_paint_shadow(int /*long*/ style, int /*long*/ window, int state_type, int shadow_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int x , int y, int width, int height);
+//  void _gtk_paint_vline(int /*long*/ style, int /*long*/ window, int state_type, GdkRectangle area, int /*long*/ widget, byte[] detail, int y1 , int y2, int x);
+//  int /*long*/ _gtk_paper_size_new(byte [] name);
+//  int /*long*/ _gtk_paper_size_new_from_ppd(byte [] ppd_name, byte [] ppd_display_name, double width, double height);
+//  int /*long*/ _gtk_paper_size_new_custom(byte [] name, byte [] display_name, double width, double height, int unit);
+//  int /*long*/ _gtk_paper_size_get_name(int /*long*/ size);
+//  int /*long*/ _gtk_paper_size_get_display_name(int /*long*/ size);
+//  int /*long*/ _gtk_paper_size_get_ppd_name(int /*long*/ size);
+//  double _gtk_paper_size_get_width(int /*long*/ size, int unit);
+//  double _gtk_paper_size_get_height(int /*long*/ size, int unit);
+//  bool _gtk_paper_size_is_custom(int /*long*/ size);
+//  int /*long*/ _gtk_plug_get_id(int /*long*/ plug);
+//  int /*long*/ _gtk_plug_new(int /*long*/ socket_id);
+//  int /*long*/ _gtk_printer_get_backend(int /*long*/ printer);
+//  int /*long*/ _gtk_printer_get_name(int /*long*/ printer);
+//  bool _gtk_printer_is_default(int /*long*/ printer);
+//  void _gtk_enumerate_printers(int /*long*/ func, int /*long*/data, int /*long*/ destroy, bool wait);
+//  int /*long*/ _gtk_print_job_new(byte[] title, int /*long*/ printer, int /*long*/ settings, int /*long*/ page_setup);
+//  int /*long*/ _gtk_print_job_get_settings(int /*long*/ job);
+//  int /*long*/ _gtk_print_job_get_printer(int /*long*/ job);
+//  int /*long*/ _gtk_print_job_get_title(int /*long*/ job);
+//  int _gtk_print_job_get_status(int /*long*/ job);
+//  bool _gtk_print_job_set_source_file(int /*long*/ job, byte[] filename, int /*long*/ error[]);
+//  int /*long*/ _gtk_print_job_get_surface(int /*long*/ job, int /*long*/ error[]);
+//  void _gtk_print_job_send(int /*long*/ job, int /*long*/ callback, int /*long*/ user_data, int /*long*/ dnotify);
+//  int /*long*/ _gtk_print_settings_new();
+//  void _gtk_print_settings_foreach(int /*long*/ settings, int /*long*/ func, int /*long*/ data);
+//  int /*long*/ _gtk_print_settings_get(int /*long*/ settings, byte [] key);
+//  void _gtk_print_settings_set(int /*long*/ settings, byte [] key, byte [] value);
+//  int /*long*/ _gtk_print_settings_get_printer(int /*long*/ settings);
+//  void _gtk_print_settings_set_printer(int /*long*/ settings, byte[] printer);
+//  int _gtk_print_settings_get_orientation(int /*long*/ settings);
+//  void _gtk_print_settings_set_orientation(int /*long*/ settings, int orientation);
+//  bool _gtk_print_settings_get_collate(int /*long*/ settings);
+//  void _gtk_print_settings_set_collate(int /*long*/ settings, bool collate);
+//  int _gtk_print_settings_get_n_copies(int /*long*/ settings);
+//  void _gtk_print_settings_set_n_copies(int /*long*/ settings, int num_copies);
+//  int _gtk_print_settings_get_print_pages(int /*long*/ settings);
+//  void _gtk_print_settings_set_print_pages(int /*long*/ settings, int pages);
+//  int /*long*/ _gtk_print_settings_get_page_ranges(int /*long*/ settings, int[] num_ranges);
+//  void _gtk_print_settings_set_page_ranges(int /*long*/ settings, int[] page_ranges, int num_ranges);
+//  double _gtk_print_settings_get_paper_width(int /*long*/ settings, int unit);
+//  double _gtk_print_settings_get_paper_height(int /*long*/ settings, int unit);
+//  int _gtk_print_settings_get_resolution(int /*long*/ settings);
+//  int /*long*/ _gtk_print_unix_dialog_new(byte[] title, int /*long*/ parent);
+//  void _gtk_print_unix_dialog_set_page_setup(int /*long*/ dialog, int /*long*/ page_setup);
+//  int /*long*/ _gtk_print_unix_dialog_get_page_setup(int /*long*/ dialog);
+//  void _gtk_print_unix_dialog_set_current_page(int /*long*/ dialog, int current_page);
+//  int _gtk_print_unix_dialog_get_current_page(int /*long*/ dialog);
+//  void _gtk_print_unix_dialog_set_settings(int /*long*/ dialog, int /*long*/ settings);
+//  int /*long*/ _gtk_print_unix_dialog_get_settings(int /*long*/ dialog);
+//  int /*long*/ _gtk_print_unix_dialog_get_selected_printer(int /*long*/ dialog);
+//  void _gtk_print_unix_dialog_set_manual_capabilities(int /*long*/ dialog, int /*long*/ capabilities);
+//  int /*long*/ _gtk_progress_bar_new();
+//  void _gtk_progress_bar_pulse(int /*long*/ pbar);
+//  void _gtk_progress_bar_set_fraction(int /*long*/ pbar, double fraction);
+//  void _gtk_progress_bar_set_orientation(int /*long*/ pbar, int orientation);
+//  int /*long*/ _gtk_radio_button_get_group(int /*long*/ radio_button);
+//  int /*long*/ _gtk_radio_button_new(int /*long*/ group);
+//  int /*long*/ _gtk_radio_menu_item_get_group(int /*long*/ radio_menu_item);
+//  int /*long*/ _gtk_radio_menu_item_new(int /*long*/ group);
+//  int /*long*/ _gtk_radio_menu_item_new_with_label(int /*long*/ group, byte[] label);
+//  int /*long*/ _gtk_range_get_adjustment(int /*long*/ range);
+//  void _gtk_range_set_increments(int /*long*/ range, double step, double page);
+//  void _gtk_range_set_inverted(int /*long*/ range, bool setting);
+//  void _gtk_range_set_range(int /*long*/ range, double min, double max);
+//  void _gtk_range_set_value(int /*long*/ range, double value);
+//  void _gtk_rc_parse_string(byte[] rc_string);
+//  int /*long*/ _gtk_rc_style_get_bg_pixmap_name(int /*long*/ style, int index);
+//  int _gtk_rc_style_get_color_flags(int /*long*/ style, int index);
+//  void _gtk_rc_style_set_bg(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_rc_style_set_bg_pixmap_name(int /*long*/ style, int index, int /*long*/ name);
+//  void _gtk_rc_style_set_color_flags(int /*long*/ style, int index, int flag);
+//  void _gtk_scale_set_digits(int /*long*/ scale, int digits);
+//  void _gtk_scale_set_draw_value(int /*long*/ scale, bool draw_value);
+//  void _gtk_rc_style_set_fg(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_rc_style_set_text(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_scrolled_window_add_with_viewport(int /*long*/ scrolled_window, int /*long*/ child);
+//  int /*long*/ _gtk_scrolled_window_get_hadjustment(int /*long*/ scrolled_window);
+//  void _gtk_scrolled_window_get_policy(int /*long*/ scrolled_window, int[] hscrollbar_policy, int[] vscrollbar_policy);
+//  int _gtk_scrolled_window_get_shadow_type(int /*long*/ scrolled_window);
+//  int /*long*/ _gtk_scrolled_window_get_vadjustment(int /*long*/ scrolled_window);
+//  int /*long*/ _gtk_scrolled_window_new(int /*long*/ hadjustment, int /*long*/ vadjustment);
+//  void _gtk_scrolled_window_set_placement(int /*long*/ scrolled_window, int placement);
+//  void _gtk_scrolled_window_set_policy(int /*long*/ scrolled_window, int hscrollbar_policy, int vscrollbar_policy);
+//  void _gtk_scrolled_window_set_shadow_type(int /*long*/ scrolled_window, int type);
+//  int /*long*/ _gtk_settings_get_default();
+//  void _gtk_selection_data_free(int /*long*/ selection_data);
+//  void _gtk_selection_data_set(int /*long*/ selection_data, int /*long*/ type, int format, int /*long*/ data, int length);
+//  int /*long*/ _gtk_separator_menu_item_new();
+//  int /*long*/ _gtk_set_locale();
+//  int /*long*/ _gtk_socket_get_id(int /*long*/ socket);
+//  int /*long*/ _gtk_socket_new();
+//  int /*long*/ _gtk_spin_button_new(int /*long*/ adjustment, double climb_rate, int digits);
+//  int /*long*/ _gtk_spin_button_get_adjustment(int /*long*/ spin_button);
+//  int _gtk_spin_button_get_digits(int /*long*/ spin_button);
+//  void _gtk_spin_button_set_digits(int /*long*/ spin_button, int digits);
+//  void _gtk_spin_button_set_increments(int /*long*/ spin_button, double step, double page);
+//  void _gtk_spin_button_set_range(int /*long*/ spin_button, double max, double min);
+//  void _gtk_spin_button_set_value(int /*long*/ spin_button, double value);
+//  void _gtk_spin_button_set_wrap(int /*long*/ spin_button, bool wrap);
+//  void _gtk_spin_button_update(int /*long*/ spin_button);
+//  void _gtk_style_get_base(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_style_get_black(int /*long*/ style, GdkColor color);
+//  void _gtk_style_get_bg(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_style_get_dark(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_style_get_fg(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_style_get_fg_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_bg_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_light_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_dark_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_mid_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_text_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_text_aa_gc(int /*long*/ style, int index, int /*long*/[] gc);
+//  void _gtk_style_get_black_gc(int /*long*/ style, int /*long*/[] gc);
+//  void _gtk_style_get_white_gc(int /*long*/ style, int /*long*/[] gc);
+//  int /*long*/ _gtk_style_get_font_desc(int /*long*/ style);
+//  void _gtk_style_get_light(int /*long*/ style, int index, GdkColor color);
+//  void _gtk_style_get_text(int /*long*/ style, int index, GdkColor color);
+//  int _gtk_style_get_xthickness(int /*long*/ style);
+//  int _gtk_style_get_ythickness(int /*long*/ style);
+//  int /*long*/ _gtk_style_render_icon(int /*long*/ style, int /*long*/ source, int direction, int state, int size, int /*long*/ widget, byte[] detail);
+//  int /*long*/ _gtk_target_list_new(int /*long*/ targets, int ntargets);
+//  void _gtk_target_list_unref(int /*long*/ list);
+//  void _gtk_text_buffer_copy_clipboard(int /*long*/ buffer, int /*long*/ clipboard);
+//  void _gtk_text_buffer_cut_clipboard(int /*long*/ buffer, int /*long*/ clipboard, bool default_editable);
+//  void _gtk_text_buffer_delete(int /*long*/ buffer, byte[] start, byte[] end);
+//  void _gtk_text_buffer_get_bounds(int /*long*/ buffer, byte[] start, byte[] end);
+//  int _gtk_text_buffer_get_char_count(int /*long*/ buffer);
+//  void _gtk_text_buffer_get_end_iter(int /*long*/ buffer, byte[] iter);
+//  int /*long*/ _gtk_text_buffer_get_insert(int /*long*/ buffer);
+//  void _gtk_text_buffer_get_iter_at_line(int /*long*/ buffer, byte[] iter, int line_number);
+//  void _gtk_text_buffer_get_iter_at_mark(int /*long*/ buffer, byte[] iter, int /*long*/ mark);
+//  void _gtk_text_buffer_get_iter_at_offset(int /*long*/ buffer, byte[] iter, int char_offset);
+//  int _gtk_text_buffer_get_line_count(int /*long*/ buffer);
+//  int /*long*/ _gtk_text_buffer_get_selection_bound(int /*long*/ buffer);
+//  bool _gtk_text_buffer_get_selection_bounds(int /*long*/ buffer, byte[] start, byte[] end);
+//  int /*long*/ _gtk_text_buffer_get_text(int /*long*/ buffer, byte[] start, byte[] end, bool include_hidden_chars);
+//  void _gtk_text_buffer_insert(int /*long*/ buffer, byte[] iter, byte[] text, int len);
+//  void _gtk_text_buffer_insert(int /*long*/ buffer, int /*long*/ iter, byte[] text, int len);
+//  void _gtk_text_buffer_move_mark(int /*long*/ buffer, int /*long*/ mark, byte[] where);
+//  void _gtk_text_buffer_paste_clipboard(int /*long*/ buffer, int /*long*/ clipboard, byte[] override_location, bool default_editable);
+//  void _gtk_text_buffer_place_cursor(int /*long*/ buffer, byte[] where);
+//  void _gtk_text_buffer_set_text(int /*long*/ buffer, byte[] text, int len);
+//  int _gtk_text_iter_get_line(byte[] iter);
+//  int _gtk_text_iter_get_offset(byte[] iter);
+//  void _gtk_text_view_buffer_to_window_coords(int /*long*/ text_view, int win, int buffer_x, int buffer_y, int[] window_x, int[] window_y);
+//  int /*long*/ _gtk_text_view_get_buffer(int /*long*/ text_view);
+//  bool _gtk_text_view_get_editable(int /*long*/ text_view);
+//  void _gtk_text_view_get_iter_at_location(int /*long*/ text_view, byte[] iter, int x, int y);
+//  void _gtk_text_view_get_iter_location(int /*long*/ text_view, byte[] iter, GdkRectangle location);
+//  void _gtk_text_view_get_line_at_y(int /*long*/ text_view, byte[] target_iter, int y, int[] line_top);
+//  void _gtk_text_view_get_visible_rect(int /*long*/ text_view, GdkRectangle visible_rect);
+//  int /*long*/ _gtk_text_view_get_window(int /*long*/ text_view, int win);
+//  int /*long*/ _gtk_text_view_new();
+//  void _gtk_text_view_scroll_mark_onscreen(int /*long*/ text_view, int /*long*/ mark);
+//  bool _gtk_text_view_scroll_to_iter(int /*long*/ text_view, byte[] iter, double within_margin, bool use_align, double xalign, double yalign);
+//  void _gtk_text_view_set_editable(int /*long*/ text_view, bool setting);
+//  void _gtk_text_view_set_justification(int /*long*/ text_view, int justification);
+//  void _gtk_text_view_set_tabs(int /*long*/ text_view, int /*long*/ tabs);
+//  void _gtk_text_view_set_wrap_mode(int /*long*/ text_view, int wrap_mode);
+//  void _gtk_text_view_window_to_buffer_coords(int /*long*/ text_view, int win, int window_x, int window_y, int[] buffer_x, int[] buffer_y);
+//  int _gtk_timeout_add(int interval, int /*long*/ function, int /*long*/ data);
+//  void _gtk_timeout_remove(int timeout_handler_id);
+//  bool _gtk_toggle_button_get_active(int /*long*/ toggle_button);
+//  int /*long*/ _gtk_toggle_button_new();
+//  void _gtk_toggle_button_set_active(int /*long*/ toggle_button, bool is_active);
+//  void _gtk_toggle_button_set_mode(int /*long*/ toggle_button, bool draw_indicator);
+//  void _gtk_toolbar_insert_widget(int /*long*/ toolbar, int /*long*/ widget, byte[] tooltip_text, byte[] tooltip_private_text, int position);
+//  int /*long*/ _gtk_toolbar_new();
+//  void _gtk_toolbar_set_orientation(int /*long*/ toolbar, int orientation);
+//  int /*long*/ _gtk_tooltips_data_get(int /*long*/ widget);
+//  void _gtk_tooltips_disable(int /*long*/ tooltips);
+//  void _gtk_tooltips_enable(int /*long*/ tooltips);
+//  int /*long*/ _gtk_tooltips_new();
+//  void _gtk_tooltips_force_window(int /*long*/ tooltips);
+//  void _gtk_tooltips_set_tip(int /*long*/ tooltips, int /*long*/ widget, byte[] tip_text, byte[] tip_private);
+//  void _gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, int[] value, int /*long*/ terminator);
+//  void _gtk_tree_model_get(int /*long*/ tree_model, int /*long*/ iter, int column, long[] value, int /*long*/ terminator);
+//  bool _gtk_tree_model_get_iter(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ path);
+//  bool _gtk_tree_model_get_iter_first(int /*long*/ tree_model, int /*long*/ iter);
+//  int _gtk_tree_model_get_n_columns(int /*long*/ tree_model);
+//  int /*long*/ _gtk_tree_model_get_path(int /*long*/ tree_model, int /*long*/ iter);
+//  int /*long*/ _gtk_tree_model_get_type();
+//  bool _gtk_tree_model_iter_children(int /*long*/ model, int /*long*/ iter, int /*long*/ parent);
+//  int _gtk_tree_model_iter_n_children(int /*long*/ model, int /*long*/ iter);
+//  bool _gtk_tree_model_iter_next(int /*long*/ model, int /*long*/ iter);
+//  bool _gtk_tree_model_iter_nth_child(int /*long*/ tree_model, int /*long*/ iter, int /*long*/ parent, int n);
+//  void _gtk_tree_path_append_index(int /*long*/ path, int index);
+//  int /*long*/ _gtk_tree_path_compare(int /*long*/ a, int /*long*/ b);
+//  void _gtk_tree_path_down(int /*long*/ path);
+//  void _gtk_tree_path_free(int /*long*/ path);
+//  int _gtk_tree_path_get_depth(int /*long*/ path);
+//  int /*long*/ _gtk_tree_path_get_indices(int /*long*/ path);
+//  int /*long*/ _gtk_tree_path_new();
+//  int /*long*/ _gtk_tree_path_new_first();
+//  int /*long*/ _gtk_tree_path_new_from_string(byte[] path);
+//  int /*long*/ _gtk_tree_path_new_from_string(int /*long*/ path);
+//  void _gtk_tree_path_next(int /*long*/ path);
+//  bool _gtk_tree_path_prev(int /*long*/ path);
+//  bool _gtk_tree_path_up(int /*long*/ path);
+//  int _gtk_tree_selection_count_selected_rows(int /*long*/ selection);
+//  bool _gtk_tree_selection_get_selected(int /*long*/ selection, int /*long*/[] model, int /*long*/ iter);
+//  int /*long*/ _gtk_tree_selection_get_selected_rows(int /*long*/ selection, int /*long*/[] model);
+//  bool _gtk_tree_selection_path_is_selected(int /*long*/ selection, int /*long*/ path);
+//  void _gtk_tree_selection_select_all(int /*long*/ selection);
+//  void _gtk_tree_selection_select_iter(int /*long*/ selection, int /*long*/ iter);
+//  void _gtk_tree_selection_selected_foreach(int /*long*/ selection, int /*long*/ func, int /*long*/ data);
+//  void _gtk_tree_selection_set_mode(int /*long*/ selection, int mode);
+//  void _gtk_tree_selection_unselect_all(int /*long*/ selection);
+//  void _gtk_tree_selection_unselect_iter(int /*long*/ selection, int /*long*/ iter);
+//  void _gtk_tree_store_append(int /*long*/ store, int /*long*/ iter, int /*long*/ parent);
+//  void _gtk_tree_store_clear(int /*long*/ store);
+//  void _gtk_tree_store_insert(int /*long*/ store, int /*long*/ iter, int /*long*/ parent, int position);
+//  int /*long*/ _gtk_tree_store_newv(int numColumns, int /*long*/[] types);
+//  void _gtk_tree_store_remove(int /*long*/ store, int /*long*/ iter);
+//  void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, byte[] value, int /*long*/ terminator);
+//  void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, int value, int /*long*/ terminator);
+//  void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, long value, int /*long*/ terminator);
+//  void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, GdkColor value, int /*long*/ terminator);
+//  void _gtk_tree_store_set(int /*long*/ store, int /*long*/ iter, int column, bool value, int /*long*/ terminator);
+//  int /*long*/ _gtk_tree_view_create_row_drag_icon(int /*long*/ view, int /*long*/ path);
+//  bool _gtk_tree_view_collapse_row(int /*long*/ view, int /*long*/ path);
+//  void _gtk_tree_view_column_add_attribute(int /*long*/ treeColumn, int /*long*/ cellRenderer, byte[] attribute, int column);
+//  bool _gtk_tree_view_column_cell_get_position(int /*long*/ tree_column, int /*long*/ cell_renderer, int[] start_pos, int[] width);
+//  void _gtk_tree_view_column_cell_get_size(int /*long*/ tree_column, GdkRectangle cell_area, int[] x_offset, int[] y_offset, int[] width, int[] height);
+//  void _gtk_tree_view_column_cell_set_cell_data(int /*long*/ tree_column, int /*long*/ tree_model, int /*long*/ iter, bool is_expander, bool is_expanded);
+//  void _gtk_tree_view_column_clear(int /*long*/ tree_column);
+//  int /*long*/ _gtk_tree_view_column_get_cell_renderers(int /*long*/ tree_column);
+//  int _gtk_tree_view_column_get_fixed_width(int /*long*/ column);
+//  bool _gtk_tree_view_column_get_reorderable(int /*long*/ column);
+//  bool _gtk_tree_view_column_get_resizable(int /*long*/ column);
+//  int _gtk_tree_view_column_get_sizing(int /*long*/ tree_column);
+//  int _gtk_tree_view_column_get_spacing(int /*long*/ tree_column);
+//  bool _gtk_tree_view_column_get_visible(int /*long*/ column);
+//  bool _gtk_tree_view_column_get_sort_indicator(int /*long*/ tree_column);
+//  int _gtk_tree_view_column_get_sort_order(int /*long*/ tree_column);
+//  int _gtk_tree_view_column_get_width(int /*long*/ column);
+//  int /*long*/ _gtk_tree_view_column_new();
+//  void _gtk_tree_view_column_pack_start(int /*long*/ tree_column, int /*long*/ cell_renderer, bool expand);
+//  void _gtk_tree_view_column_pack_end(int /*long*/ tree_column, int /*long*/ cell_renderer, bool expand);
+//  void _gtk_tree_view_column_set_alignment(int /*long*/ tree_column, float xalign);
+//  void _gtk_tree_view_column_set_cell_data_func(int /*long*/ tree_column, int /*long*/ cell_renderer, int /*long*/ func, int /*long*/ func_data, int /*long*/ destroy);
+//  void _gtk_tree_view_column_set_clickable(int /*long*/ column, bool clickable);
+//  void _gtk_tree_view_column_set_fixed_width(int /*long*/ column, int fixed_width);
+//  void _gtk_tree_view_column_set_min_width(int /*long*/ tree_column, int min_width);
+//  void _gtk_tree_view_column_set_reorderable(int /*long*/ column, bool reorderable);
+//  void _gtk_tree_view_column_set_resizable(int /*long*/ column, bool resizable);
+//  void _gtk_tree_view_column_set_sizing(int /*long*/ column, int type);
+//  void _gtk_tree_view_column_set_sort_indicator(int /*long*/ tree_column, bool setting);
+//  void _gtk_tree_view_column_set_sort_order(int /*long*/ tree_column, int order);
+//  void _gtk_tree_view_column_set_title(int /*long*/ tree_column, byte[] title);
+//  void _gtk_tree_view_column_set_visible (int /*long*/ tree_column, bool visible);
+//  void _gtk_tree_view_column_set_widget(int /*long*/ tree_column, int /*long*/ widget);
+//  void _gtk_tree_view_set_drag_dest_row(int /*long*/ view, int /*long*/ path, int pos);
+//  void _gtk_tree_view_set_enable_search (int /*long*/ view, bool enable_search);
+//  bool _gtk_tree_view_expand_row(int /*long*/ view, int /*long*/ path, bool open_all);
+//  void _gtk_tree_view_get_background_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect);
+//  int /*long*/ _gtk_tree_view_get_bin_window(int /*long*/ tree_view);
+//  void _gtk_tree_view_get_cell_area(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, GdkRectangle rect);
+//  int /*long*/_gtk_tree_view_get_expander_column(int /*long*/ tree_view);
+//  int /*long*/ _gtk_tree_view_get_column(int /*long*/ tree_view, int n);
+//  int /*long*/ _gtk_tree_view_get_columns(int /*long*/ tree_view);
+//  void _gtk_tree_view_get_cursor(int /*long*/ tree_view, int /*long*/[] path, int /*long*/[] focus_column);
+//  bool _gtk_tree_view_get_headers_visible(int /*long*/ tree_view);
+//  bool _gtk_tree_view_get_path_at_pos(int /*long*/ tree_view, int x, int y, int /*long*/[] path, int /*long*/[] column, int[] cell_x, int[] cell_y);
+//  bool _gtk_tree_view_get_rules_hint(int /*long*/ tree_view);
+//  int /*long*/ _gtk_tree_view_get_selection(int /*long*/ tree_view);
+//  void _gtk_tree_view_get_visible_rect(int /*long*/ tree_view, GdkRectangle visible_rect);
+//  int _gtk_tree_view_insert_column(int /*long*/ tree_view, int /*long*/ column, int position);
+//  void _gtk_tree_view_move_column_after(int /*long*/ tree_view, int /*long*/ column, int /*long*/ base_column);
+//  int /*long*/ _gtk_tree_view_new_with_model(int /*long*/ model);
+//  void _gtk_tree_view_remove_column(int /*long*/ tree_view, int /*long*/ column);
+//  bool _gtk_tree_view_row_expanded(int /*long*/ view, int /*long*/ path);
+//  void _gtk_tree_view_scroll_to_cell(int /*long*/ tree_view, int /*long*/ path, int /*long*/ column, bool use_align, float row_aligh, float column_align);
+//  void _gtk_tree_view_scroll_to_point (int /*long*/ tree_view, int tree_x, int tree_y);
+//  void _gtk_tree_view_set_cursor(int /*long*/ tree_view, int /*long*/ path, int /*long*/ focus_column, bool start_editing);
+//  void _gtk_tree_view_set_headers_visible(int /*long*/ tree_view, bool visible);
+//  void _gtk_tree_view_set_model(int /*long*/ tree_view, int /*long*/ model);
+//  void _gtk_tree_view_set_rules_hint(int /*long*/ tree_view, bool setting);
+//  void _gtk_tree_view_set_search_column(int /*long*/ tree_view, int column);
+//  void _gtk_tree_view_tree_to_widget_coords(int /*long*/ tree_view, int tx, int ty, int[] wx, int[] wy);
+//  void _gtk_tree_view_unset_rows_drag_dest(int /*long*/ tree_view);
+//  void _gtk_tree_view_widget_to_tree_coords(int /*long*/ tree_view, int wx, int wy, int[] tx, int[] ty);
+//  int /*long*/ _gtk_vbox_new(bool homogeneous, int spacing);
+//  int /*long*/ _gtk_vscale_new(int /*long*/ adjustment);
+//  int /*long*/ _gtk_vscrollbar_new(int /*long*/ adjustment);
+//  int /*long*/ _gtk_vseparator_new();
+//  void _gtk_widget_add_accelerator(int /*long*/ widget, byte[] accel_signal, int /*long*/ accel_group, int accel_key, int accel_mods, int accel_flags);
+//  void _gtk_widget_add_events(int /*long*/ widget, int events);
+//  bool _gtk_widget_child_focus(int /*long*/ widget, int direction);
+//  int /*long*/ _gtk_widget_create_pango_layout(int /*long*/ widget, byte[] text);
+//  int /*long*/ _gtk_widget_create_pango_layout(int /*long*/ widget, int /*long*/ text);
+//  void _gtk_widget_destroy(int /*long*/ widget);
+//  bool _gtk_widget_event(int /*long*/ widget, int /*long*/ event);
+//  int /*long*/ _gtk_widget_get_accessible (int /*long*/ widget);
+//  bool _gtk_widget_get_child_visible (int /*long*/ widget);
+//  int _gtk_widget_get_default_direction();
+//  int /*long*/ _gtk_widget_get_default_style();
+//  int _gtk_widget_get_direction(int /*long*/ widget);
+//  int _gtk_widget_get_events(int /*long*/ widget);
+//  int /*long*/ _gtk_widget_get_modifier_style(int /*long*/ widget);
+//  int /*long*/ _gtk_widget_get_pango_context(int /*long*/ widget);
+//  int /*long*/ _gtk_widget_get_parent(int /*long*/ widget);
+//  int /*long*/ _gtk_widget_get_style(int /*long*/ widget);
+//  void _gtk_widget_get_size_request(int /*long*/ widget, int [] width, int [] height);
+//  int /*long*/ _gtk_widget_get_toplevel (int /*long*/ widget);
+//  void _gtk_widget_grab_focus(int /*long*/ widget);
+//  void _gtk_widget_hide(int /*long*/ widget);
+//  bool _gtk_widget_is_focus(int /*long*/ widget);
+//  void _gtk_widget_map(int /*long*/ widget);
+//  bool _gtk_widget_mnemonic_activate(int /*long*/ widget, bool group_cycling);
+//  void _gtk_widget_modify_base(int /*long*/ widget, int state, GdkColor color);
+//  void _gtk_widget_modify_bg(int /*long*/ widget, int state, GdkColor color);
+//  void _gtk_widget_modify_fg(int /*long*/ widget, int state, GdkColor color);
+//  void _gtk_widget_modify_font(int /*long*/ widget, int /*long*/ pango_font_descr);
+//  void _gtk_widget_modify_style(int /*long*/ widget, int /*long*/ style);
+//  void _gtk_widget_modify_text(int /*long*/ widget, int state, GdkColor color);
+//  void _gtk_widget_queue_resize(int /*long*/ widget);
+//  void _gtk_widget_realize(int /*long*/ widget);
+//  void _gtk_widget_remove_accelerator(int /*long*/ widget, int /*long*/ accel_group, int accel_key, int accel_mods);
+//  void _gtk_widget_reparent(int /*long*/ widget, int /*long*/ new_parent);
+//  void _gtk_widget_set_app_paintable(int /*long*/ widget, bool app_paintable);
+//  void _gtk_widget_set_default_direction(int dir);
+//  void _gtk_widget_set_direction(int /*long*/ widget, int dir);
+//  void _gtk_widget_set_double_buffered(int /*long*/ widget, bool double_buffered);
+//  void _gtk_widget_set_name(int /*long*/ widget, byte[] name);
+//  void _gtk_widget_set_redraw_on_allocate(int /*long*/ widget, bool redraw);
+//  void _gtk_widget_set_sensitive(int /*long*/ widget, bool sensitive);
+//  void _gtk_widget_set_size_request(int /*long*/ widget, int width, int height);
+//  void _gtk_widget_set_state(int /*long*/ widget, int state);
+//  void _gtk_widget_set_style(int /*long*/ widget, int /*long*/ style);
+//  void _gtk_widget_shape_combine_mask(int /*long*/ widget, int /*long*/ shape_mask, int offset_x, int offset_y);
+//  void _gtk_widget_show(int /*long*/ widget);
+//  void _gtk_widget_show_now(int /*long*/ widget);
+//  void _gtk_widget_size_allocate(int /*long*/ widget, GtkAllocation allocation);
+//  void _gtk_widget_size_request(int /*long*/ widget, GtkRequisition requisition);
+//  void _gtk_widget_style_get(int /*long*/ widget, byte[] property_name, int[] value, int /*long*/ terminator);
+//  void _gtk_widget_style_get(int /*long*/ widget, byte[] property_name, long[] value, int /*long*/ terminator);
+//  bool _gtk_widget_translate_coordinates(int /*long*/ src_widget, int /*long*/ dest_widget, int src_x, int src_y, int[] dest_x, int[] dest_y);
+//  void _gtk_widget_unrealize(int /*long*/ widget);
+//  bool _gtk_window_activate_default(int /*long*/ window);
+//  void _gtk_window_add_accel_group(int /*long*/ window, int /*long*/ accel_group);
+//  void _gtk_window_deiconify(int /*long*/ handle);
+//  int /*long*/ _gtk_window_get_focus(int /*long*/ window);
+//  int /*long*/ _gtk_window_get_icon_list(int /*long*/ window);
+//  bool _gtk_window_get_modal(int /*long*/ window);
+//  int _gtk_window_get_mnemonic_modifier(int /*long*/ window);
+//  void _gtk_window_get_position(int /*long*/ handle, int[] x, int[] y);
+//  void _gtk_window_get_size(int /*long*/ handle, int[] x, int[] y);
+//  void _gtk_window_iconify(int /*long*/ handle);
+//  void _gtk_window_maximize(int /*long*/ handle);
+//  void _gtk_window_move(int /*long*/ handle, int x, int y);
+//  int /*long*/ _gtk_window_new(int type);
+//  void _gtk_window_present(int /*long*/ window);
+//  void _gtk_window_remove_accel_group(int /*long*/ window, int /*long*/ accel_group);
+//  void _gtk_window_resize(int /*long*/ handle, int x, int y);
+//  void _gtk_window_set_default(int /*long*/ window, int /*long*/ widget);
+//  void _gtk_window_set_destroy_with_parent(int /*long*/ window, bool setting);
+//  void _gtk_window_set_geometry_hints(int /*long*/ window, int /*long*/ geometry_widget, GdkGeometry geometry, int geom_mask);
+//  void _gtk_window_set_icon_list(int /*long*/ window, int /*long*/ list);
+//  void _gtk_window_set_modal(int /*long*/ window, bool modal);
+//  void _gtk_widget_set_parent_window(int /*long*/ widget, int /*long*/ parent_window);
+//  void _gtk_window_set_resizable(int /*long*/ window, bool resizable);
+//  void _gtk_window_set_title(int /*long*/ window, byte[] title);
+//  void _gtk_window_set_skip_taskbar_hint(int /*long*/ window, bool skips_taskbar);
+//  void _gtk_window_set_type_hint(int /*long*/ window, int hint);
+//  void _gtk_window_set_transient_for(int /*long*/ window, int /*long*/ parent);
+//  void _gtk_window_unmaximize(int /*long*/ handle);
+//
+//  int /*long*/ _pango_attr_background_new (short red, short green, short blue);
+//  int /*long*/ _pango_attr_font_desc_new(int /*long*/ desc);
+//  int /*long*/ _pango_attr_foreground_new (short red, short green, short blue);
+//  int /*long*/ _pango_attr_rise_new(int rise);
+//  int /*long*/ _pango_attr_shape_new(PangoRectangle ink_rect, PangoRectangle logical_rect);
+//  void _pango_attr_list_insert(int /*long*/ list, int /*long*/ attr);
+//  void _pango_attr_list_change(int /*long*/ list, int /*long*/ attr);
+//  int /*long*/ _pango_attr_list_new();
+//  void _pango_attr_list_unref(int /*long*/ list);
+//  int /*long*/ _pango_attr_strikethrough_new(bool strikethrough);
+//  int /*long*/ _pango_attr_underline_new(int underline);
+//  int /*long*/ _pango_attr_weight_new(int weight);
+//  int /*long*/ _pango_cairo_font_map_get_default();
+//  int /*long*/ _pango_cairo_font_map_new();
+//  int /*long*/ _pango_cairo_font_map_create_context(int /*long*/ fontmap);
+//  int /*long*/ _pango_cairo_create_layout(int /*long*/ cairo);
+//  int /*long*/ _pango_cairo_context_get_font_options(int /*long*/ context);
+//  void _pango_cairo_context_set_font_options(int /*long*/ context, int /*long*/ options);
+//  void _pango_cairo_font_map_set_resolution(int /*long*/ fontmap, double dpi);
+//  void _pango_cairo_layout_path(int /*long*/ cairo, int /*long*/ layout);
+//  void _pango_cairo_show_layout(int /*long*/ cairo, int /*long*/ layout);
+//  int _pango_context_get_base_dir(int /*long*/ context);
+//  int /*long*/ _pango_context_get_language(int /*long*/ context);
+//  int /*long*/ _pango_context_get_metrics(int /*long*/ context, int /*long*/ desc, int /*long*/ language);
+//  void _pango_context_list_families(int /*long*/ context, int /*long*/[] families, int[] n_families);
+//  void _pango_context_set_base_dir(int /*long*/ context, int direction);
+//  void _pango_context_set_language(int /*long*/ context, int /*long*/ language);
+//  int /*long*/ _pango_font_description_copy(int /*long*/ desc);
+//  void _pango_font_description_free(int /*long*/ desc);
+//  int /*long*/ _pango_font_description_from_string(byte[] str);
+//  int /*long*/ _pango_font_description_get_family(int /*long*/ desc);
+//  int _pango_font_description_get_size(int /*long*/ desc);
+//  int _pango_font_description_get_style(int /*long*/ desc);
+//  int _pango_font_description_get_weight(int /*long*/ desc);
+//  int /*long*/ _pango_font_description_new();
+//  void _pango_font_description_set_family(int /*long*/ desc, byte[] family);
+//  void _pango_font_description_set_size(int /*long*/ desc, int size);
+//  void _pango_font_description_set_stretch(int /*long*/ desc, int stretch);
+//  void _pango_font_description_set_style(int /*long*/ desc, int weight);
+//  void _pango_font_description_set_weight(int /*long*/ desc, int weight);
+//  int /*long*/ _pango_font_description_to_string(int /*long*/ desc);
+//  int /*long*/ _pango_font_face_describe(int /*long*/ face);
+//  int /*long*/ _pango_font_family_get_name(int /*long*/ family);
+//  void _pango_font_family_list_faces(int /*long*/ family, int /*long*/[] faces, int[] n_faces);
+//  int /*long*/ _pango_font_get_metrics(int /*long*/ font, int /*long*/ language);
+//  int _pango_font_metrics_get_approximate_char_width(int /*long*/ metrics);
+//  int _pango_font_metrics_get_ascent(int /*long*/ metrics);
+//  int _pango_font_metrics_get_descent(int /*long*/ metrics);
+//  void _pango_font_metrics_unref(int /*long*/ metrics);
+//  int /*long*/ _pango_language_from_string(byte[] language);
+//  void _pango_layout_context_changed(int /*long*/ layout);
+//  int _pango_layout_get_alignment(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_context(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_attributes(int /*long*/ layout);
+//  int _pango_layout_get_indent(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_iter(int /*long*/ layout);
+//  bool _pango_layout_get_justify(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_line(int /*long*/ layout, int line);
+//  int _pango_layout_get_line_count(int /*long*/ layout);
+//  void _pango_layout_get_log_attrs(int /*long*/ layout, int /*long*/[] attrs, int[] n_attrs);
+//  void _pango_layout_get_size(int /*long*/ layout, int[] width, int[] height);
+//  int _pango_layout_get_spacing(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_tabs(int /*long*/ layout);
+//  int /*long*/ _pango_layout_get_text(int /*long*/ layout);
+//  int _pango_layout_get_width(int /*long*/ layout);
+//  void _pango_layout_index_to_pos(int /*long*/ layout, int index, PangoRectangle pos);
+//  void _pango_layout_iter_free(int /*long*/ iter);
+//  void _pango_layout_iter_get_line_extents(int /*long*/ iter, PangoRectangle ink_rect, PangoRectangle logical_rect);
+//  int _pango_layout_iter_get_index(int /*long*/ iter);
+//  int /*long*/ _pango_layout_iter_get_run(int /*long*/ iter);
+//  bool _pango_layout_iter_next_line(int /*long*/ iter);
+//  bool _pango_layout_iter_next_run(int /*long*/ iter);
+//  void _pango_layout_line_get_extents(int /*long*/ line, PangoRectangle ink_rect, PangoRectangle logical_rect);
+//  bool _pango_layout_line_x_to_index(int /*long*/ line, int x_pos, int[] index_, int[] trailing);
+//  int /*long*/ _pango_layout_new(int /*long*/ context);
+//  void _pango_layout_set_alignment (int /*long*/ layout, int alignment);
+//  void _pango_layout_set_attributes(int /*long*/ layout, int /*long*/ attrs);
+//  void _pango_layout_set_auto_dir(int /*long*/ layout, bool auto_dir);
+//  void _pango_layout_set_font_description(int /*long*/ context, int /*long*/ descr);
+//  void _pango_layout_set_indent(int /*long*/ layout, int indent);
+//  void _pango_layout_set_justify(int /*long*/ layout, bool justify);
+//  void _pango_layout_set_single_paragraph_mode(int /*long*/ context, bool setting);
+//  void _pango_layout_set_spacing(int /*long*/ layout, int spacing);
+//  void _pango_layout_set_tabs(int /*long*/ layout, int /*long*/ tabs);
+//  void _pango_layout_set_text(int /*long*/ layout, byte[] text, int length);
+//  void _pango_layout_set_width(int /*long*/ layout, int width);
+//  void _pango_layout_set_wrap (int /*long*/ layout, int wrap);
+//  bool _pango_layout_xy_to_index(int /*long*/ layout, int x, int y, int[] index, int[] trailing);
+//  int _pango_tab_array_get_size(int /*long*/ tab_array);
+//  void _pango_tab_array_get_tabs(int /*long*/ tab_array, int /*long*/[] alignments, int /*long*/[] locations);
+//  void _pango_tab_array_free(int /*long*/ tab_array);
+//  int /*long*/ _pango_tab_array_new(int initial_size, bool positions_in_pixels);
+//  void _pango_tab_array_set_tab(int /*long*/ tab_array, int tab_index, int /*long*/ alignment, int location);
+//  bool atk_object_add_relationship (int /*long*/ object, int relationship, int /*long*/ target);
+}
+
+public class OS : Platform {
+
+    /** OS Constants */
+	public static const bool IsAIX, IsSunOS, IsLinux, IsHPUX;
+	static this() {
+		/* Initialize the OS flags and locale constants */
+		char[] osName = "Linux";//System.getProperty ("os.name");
+		bool isAIX = false, isSunOS = false, isLinux = false, isHPUX = false;
+		if (osName == "Linux") isLinux = true;
+		if (osName == "AIX") isAIX = true;
+		if (osName == "Solaris") isSunOS = true;
+		if (osName == "SunOS") isSunOS = true;
+		if (osName == "HP-UX") isHPUX = true;
+		IsAIX = isAIX;  IsSunOS = isSunOS;  IsLinux = isLinux;  IsHPUX = isHPUX;
+        //PORTING_LEFT
+        GTK_VERSION = 0; //buildVERSION(gtk_major_version(), gtk_minor_version(), gtk_micro_version());
+	}
+
+	/** Constants */
+	public static const int ATK_RELATION_LABELLED_BY = 4;
+	public static const int G_SIGNAL_MATCH_DATA = 1 << 4;
+	public static const int G_SIGNAL_MATCH_ID = 1 << 0;
+	public static const int GDK_2BUTTON_PRESS = 0x5;
+	public static const int GDK_3BUTTON_PRESS = 0x6;
+	public static const int GDK_ACTION_COPY = 1 << 1;
+	public static const int GDK_ACTION_MOVE = 1 << 2;
+	public static const int GDK_ACTION_LINK = 1 << 3;
+	public static const int GDK_Alt_L = 0xffe9;
+	public static const int GDK_Alt_R = 0xffea;
+	public static const int GDK_AND = 4;
+	public static const int GDK_BackSpace = 0xff08;
+	public static const int GDK_BOTTOM_LEFT_CORNER = 0xc;
+	public static const int GDK_BOTTOM_RIGHT_CORNER = 0xe;
+	public static const int GDK_BOTTOM_SIDE = 0x10;
+	public static const int GDK_BUTTON1_MASK = 0x100;
+	public static const int GDK_BUTTON2_MASK = 0x200;
+	public static const int GDK_BUTTON3_MASK = 0x400;
+	public static const int GDK_BUTTON_MOTION_MASK	= 1 << 4;
+	public static const int GDK_BUTTON1_MOTION_MASK	= 1 << 5;
+	public static const int GDK_BUTTON2_MOTION_MASK	= 1 << 6;
+	public static const int GDK_BUTTON3_MOTION_MASK	= 1 << 7;
+	public static const int GDK_BUTTON_PRESS = 0x4;
+	public static const int GDK_BUTTON_PRESS_MASK = 0x100;
+	public static const int GDK_BUTTON_RELEASE = 0x7;
+	public static const int GDK_BUTTON_RELEASE_MASK = 0x200;
+	public static const int GDK_CAP_BUTT = 0x1;
+	public static const int GDK_CAP_PROJECTING = 3;
+	public static const int GDK_CAP_ROUND = 0x2;
+	public static const int GDK_COLORSPACE_RGB = 0;
+	public static const int GDK_CONFIGURE = 13;
+	public static const int GDK_CONTROL_MASK = 0x4;
+	public static const int GDK_COPY = 0x0;
+	public static const int GDK_CROSS = 0x1e;
+	public static const int GDK_CROSSING_NORMAL = 0;
+	public static const int GDK_CROSSING_GRAB = 1;
+	public static const int GDK_CROSSING_UNGRAB = 2;
+	public static const int GDK_Break = 0xff6b;
+	public static const int GDK_Cancel = 0xff69;
+	public static const int GDK_Caps_Lock = 0xffE5;
+	public static const int GDK_Clear = 0xff0B;
+	public static const int GDK_Control_L = 0xffe3;
+	public static const int GDK_Control_R = 0xffe4;
+	public static const int GDK_CURRENT_TIME = 0x0;
+	public static const int GDK_DECOR_BORDER = 0x2;
+	public static const int GDK_DECOR_MAXIMIZE = 0x40;
+	public static const int GDK_DECOR_MENU = 0x10;
+	public static const int GDK_DECOR_MINIMIZE = 0x20;
+	public static const int GDK_DECOR_RESIZEH = 0x4;
+	public static const int GDK_DECOR_TITLE = 0x8;
+	public static const int GDK_DOUBLE_ARROW = 0x2a;
+	public static const int GDK_Delete = 0xffff;
+	public static const int GDK_Down = 0xff54;
+	public static const int GDK_ENTER_NOTIFY_MASK = 0x1000;
+	public static const int GDK_ENTER_NOTIFY = 10;
+	public static const int GDK_EVEN_ODD_RULE = 0;
+	public static const int GTK_EXPANDER_COLAPSED = 0;
+	public static const int GTK_EXPANDER_SEMI_COLLAPSED = 1;
+	public static const int GTK_EXPANDER_SEMI_EXPANDED = 2;
+	public static const int GTK_EXPANDER_EXPANDED = 3;
+	public static const int GDK_EXPOSE = 2;
+	public static const int GDK_EXPOSURE_MASK = 0x2;
+	public static const int GDK_End = 0xff57;
+	public static const int GDK_Escape = 0xff1b;
+	public static const int GDK_F1 = 0xffbe;
+	public static const int GDK_F10 = 0xffc7;
+	public static const int GDK_F11 = 0xffc8;
+	public static const int GDK_F12 = 0xffc9;
+	public static const int GDK_F13 = 0xffca;
+	public static const int GDK_F14 = 0xffcb;
+	public static const int GDK_F15 = 0xffcc;
+	public static const int GDK_F2 = 0xffbf;
+	public static const int GDK_F3 = 0xffc0;
+	public static const int GDK_F4 = 0xffc1;
+	public static const int GDK_F5 = 0xffc2;
+	public static const int GDK_F6 = 0xffc3;
+	public static const int GDK_F7 = 0xffc4;
+	public static const int GDK_F8 = 0xffc5;
+	public static const int GDK_F9 = 0xffc6;
+	public static const int GDK_FLEUR = 0x34;
+	public static const int GDK_FOCUS_CHANGE = 0xc;
+	public static const int GDK_FOCUS_CHANGE_MASK = 0x4000;
+	public static const int GDK_GC_CLIP_MASK = 0x80;
+	public static const int GDK_GC_CLIP_X_ORIGIN = 0x800;
+	public static const int GDK_GC_CLIP_Y_ORIGIN = 0x1000;
+	public static const int GDK_GRAB_SUCCESS = 0x0;
+	public static const int GDK_HAND2 = 0x3c;
+	public static const int GDK_Help = 0xFF6A;
+	public static const int GDK_HINT_MIN_SIZE = 1 << 1;
+	public static const int GDK_Home = 0xff50;
+	public static const int GDK_INCLUDE_INFERIORS = 0x1;
+	public static const int GDK_INPUT_ONLY = 1;
+	public static const int GDK_INTERP_BILINEAR = 0x2;
+	public static const int GDK_Insert = 0xff63;
+	public static const int GDK_ISO_Left_Tab = 0xfe20;
+	public static const int GDK_JOIN_MITER = 0x0;
+	public static const int GDK_JOIN_ROUND = 0x1;
+	public static const int GDK_JOIN_BEVEL = 0x2;
+	public static const int GDK_KEY_PRESS = 0x8;
+	public static const int GDK_KEY_PRESS_MASK = 0x400;
+	public static const int GDK_KEY_RELEASE = 0x9;
+	public static const int GDK_KEY_RELEASE_MASK = 0x800;
+	public static const int GDK_KP_0 = 0xffb0;
+	public static const int GDK_KP_1 = 0xffb1;
+	public static const int GDK_KP_2 = 0xffb2;
+	public static const int GDK_KP_3 = 0xffb3;
+	public static const int GDK_KP_4 = 0xffb4;
+	public static const int GDK_KP_5 = 0xffb5;
+	public static const int GDK_KP_6 = 0xffb6;
+	public static const int GDK_KP_7 = 0xffb7;
+	public static const int GDK_KP_8 = 0xffb8;
+	public static const int GDK_KP_9 = 0xffb9;
+	public static const int GDK_KP_Add = 0xffab;
+	public static const int GDK_KP_Decimal = 0xffae;
+	public static const int GDK_KP_Delete = 0xFF9F;
+	public static const int GDK_KP_Divide = 0xffaf;
+	public static const int GDK_KP_Down = 0xFF99;
+	public static const int GDK_KP_End = 0xFF9C;
+	public static const int GDK_KP_Enter = 0xff8d;
+	public static const int GDK_KP_Equal = 0xffbd;
+	public static const int GDK_KP_Home = 0xFF95;
+	public static const int GDK_KP_Insert = 0xFF9E;
+	public static const int GDK_KP_Left = 0xFF96;
+	public static const int GDK_KP_Multiply = 0xffaa;
+	public static const int GDK_KP_Page_Down = 0xFF9B;
+	public static const int GDK_KP_Page_Up = 0xFF9A;
+	public static const int GDK_KP_Right = 0xFF98;
+	public static const int GDK_KP_Subtract = 0xffad;
+	public static const int GDK_KP_Up = 0xFF97;
+	public static const int GDK_LEAVE_NOTIFY = 11;
+	public static const int GDK_LEAVE_NOTIFY_MASK = 0x2000;
+	public static const int GDK_LEFT_PTR = 0x44;
+	public static const int GDK_LEFT_SIDE = 0x46;
+	public static const int GDK_LINE_ON_OFF_DASH = 0x1;
+	public static const int GDK_LINE_SOLID = 0x0;
+	public static const int GDK_Linefeed = 0xff0A;
+	public static const int GDK_LSB_FIRST = 0x0;
+	public static const int GDK_Left = 0xff51;
+	public static const int GDK_Meta_L = 0xFFE7;
+	public static const int GDK_Meta_R = 0xFFE8;
+	public static const int GDK_MAP = 14;
+	public static const int GDK_MOD1_MASK = 0x8;
+	public static const int GDK_MOTION_NOTIFY = 0x3;
+	public static const int GDK_NO_EXPOSE = 30;
+	public static const int GDK_NONE = 0;
+	public static const int GDK_NOTIFY_INFERIOR = 2;
+	public static const int GDK_Num_Lock = 0xFF7F;
+	public static const int GDK_OVERLAP_RECTANGLE_OUT = 0x1;
+	public static const int GDK_PIXBUF_ALPHA_BILEVEL = 0x0;
+	public static const int GDK_POINTER_MOTION_HINT_MASK = 0x8;
+	public static const int GDK_POINTER_MOTION_MASK = 0x4;
+	public static const int GDK_PROPERTY_NOTIFY = 16;
+	public static const int GDK_Page_Down = 0xff56;
+	public static const int GDK_Page_Up = 0xff55;
+	public static const int GDK_Pause = 0xff13;
+	public static const int GDK_Print = 0xff61;
+	public static const int GDK_QUESTION_ARROW = 0x5c;
+	public static const int GDK_RGB_DITHER_NORMAL = 0x1;
+	public static const int GDK_RIGHT_SIDE = 0x60;
+	public static const int GDK_Return = 0xff0d;
+	public static const int GDK_Right = 0xff53;
+	public static const int GDK_space = 0x20;
+	public static const int GDK_SB_H_DOUBLE_ARROW = 0x6c;
+	public static const int GDK_SB_UP_ARROW = 0x72;
+	public static const int GDK_SB_V_DOUBLE_ARROW = 0x74;
+	public static const int GDK_SCROLL_UP = 0;
+	public static const int GDK_SCROLL_DOWN = 1;
+	public static const int GDK_SCROLL_LEFT = 2;
+	public static const int GDK_SCROLL_RIGHT = 3;
+	public static const int GDK_SELECTION_CLEAR = 17;
+	public static const int GDK_SELECTION_NOTIFY = 19;
+	public static const int GDK_SELECTION_REQUEST = 18;
+	public static const int GDK_SHIFT_MASK = 0x1;
+	public static const int GDK_SIZING = 0x78;
+	public static const int GDK_STIPPLED = 0x2;
+	public static const int GDK_TILED = 0x1;
+	public static const int GDK_Shift_L = 0xffe1;
+	public static const int GDK_Shift_R = 0xffe2;
+	public static const int GDK_SCROLL = 31;
+	public static const int GDK_Scroll_Lock = 0xff14;
+	public static const int GDK_TOP_LEFT_CORNER = 0x86;
+	public static const int GDK_TOP_RIGHT_CORNER = 0x88;
+	public static const int GDK_TOP_SIDE = 0x8a;
+	public static const int GDK_Tab = 0xff09;
+	public static const int GDK_Up = 0xff52;
+	public static const int GDK_WATCH = 0x96;
+	public static const int GDK_XOR = 0x2;
+	public static const int GDK_XTERM = 0x98;
+	public static const int GDK_X_CURSOR = 0x0;
+	public static const int GDK_VISIBILITY_FULLY_OBSCURED = 2;
+	public static const int GDK_VISIBILITY_NOTIFY_MASK = 1 << 17;
+	public static const int GDK_WINDOW_CHILD = 2;
+	public static const int GDK_WINDOW_STATE_ICONIFIED  = 1 << 1;
+	public static const int GDK_WINDOW_STATE_MAXIMIZED  = 1 << 2;
+	public static const int GTK_ACCEL_VISIBLE = 0x1;
+	public static const int GTK_ARROW_DOWN = 0x1;
+	public static const int GTK_ARROW_LEFT = 0x2;
+	public static const int GTK_ARROW_RIGHT = 0x3;
+	public static const int GTK_ARROW_UP = 0x0;
+	public static const int GTK_CALENDAR_SHOW_HEADING = 1 << 0;
+	public static const int GTK_CALENDAR_SHOW_DAY_NAMES = 1 << 1;
+	public static const int GTK_CALENDAR_NO_MONTH_CHANGE = 1 << 2;
+	public static const int GTK_CALENDAR_SHOW_WEEK_NUMBERS = 1 << 3;
+	public static const int GTK_CALENDAR_WEEK_START_MONDAY = 1 << 4;
+	public static const int GTK_CAN_DEFAULT = 0x2000;
+	public static const int GTK_CAN_FOCUS = 0x800;
+	public static const int GTK_CELL_RENDERER_MODE_ACTIVATABLE = 1;
+	public static const int GTK_CELL_RENDERER_SELECTED = 1 << 0;
+	public static const int GTK_CELL_RENDERER_FOCUSED = 1 << 4;
+	public static const int GTK_CLIST_SHOW_TITLES = 0x4;
+	public static const int GTK_CORNER_TOP_LEFT = 0x0;
+	public static const int GTK_CORNER_TOP_RIGHT = 0x2;
+	public static const int GTK_DIALOG_DESTROY_WITH_PARENT = 1 << 1;
+	public static const int GTK_DIALOG_MODAL = 1 << 0;
+	public static const int GTK_DIR_TAB_FORWARD = 0;
+	public static const int GTK_DIR_TAB_BACKWARD = 1;
+	public static const int GTK_FILE_CHOOSER_ACTION_OPEN = 0;
+	public static const int GTK_FILE_CHOOSER_ACTION_SAVE = 1;
+	public static const int GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER = 2;
+	public static const int GTK_HAS_FOCUS = 1 << 12;
+	public static const int GTK_ICON_SIZE_MENU = 1;
+	public static const int GTK_ICON_SIZE_SMALL_TOOLBAR = 2;
+	public static const int GTK_ICON_SIZE_LARGE_TOOLBAR = 3;
+	public static const int GTK_ICON_SIZE_DIALOG = 6;
+	public static const int GTK_JUSTIFY_CENTER = 0x2;
+	public static const int GTK_JUSTIFY_LEFT = 0x0;
+	public static const int GTK_JUSTIFY_RIGHT = 0x1;
+	public static const int GTK_MAPPED = 1 << 7;
+	public static const int GTK_MESSAGE_INFO = 0;
+	public static const int GTK_MESSAGE_WARNING = 1;
+	public static const int GTK_MESSAGE_QUESTION = 2;
+	public static const int GTK_MESSAGE_ERROR = 3;
+	public static const int GTK_NO_WINDOW = 1 << 5;
+	public static const int GTK_ORIENTATION_HORIZONTAL = 0x0;
+	public static const int GTK_ORIENTATION_VERTICAL = 0x1;
+	public static const int GTK_PACK_END = 1;
+	public static const int GTK_PACK_START = 0;
+	public static const int GTK_POLICY_ALWAYS = 0x0;
+	public static const int GTK_POLICY_AUTOMATIC = 0x1;
+	public static const int GTK_POLICY_NEVER = 0x2;
+	public static const int GTK_POS_TOP = 0x2;
+	public static const int GTK_POS_BOTTOM = 0x3;
+	public static const int GTK_PRINT_CAPABILITY_PAGE_SET     = 1 << 0;
+	public static const int GTK_PRINT_CAPABILITY_COPIES       = 1 << 1;
+	public static const int GTK_PRINT_CAPABILITY_COLLATE      = 1 << 2;
+	public static const int GTK_PRINT_CAPABILITY_REVERSE      = 1 << 3;
+	public static const int GTK_PRINT_CAPABILITY_SCALE        = 1 << 4;
+	public static const int GTK_PRINT_CAPABILITY_GENERATE_PDF = 1 << 5;
+	public static const int GTK_PRINT_CAPABILITY_GENERATE_PS  = 1 << 6;
+	public static const int GTK_PRINT_CAPABILITY_PREVIEW      = 1 << 7;
+	public static const int GTK_PRINT_PAGES_ALL = 0;
+	public static const int GTK_PRINT_PAGES_CURRENT = 1;
+	public static const int GTK_PRINT_PAGES_RANGES = 2;
+	public static const int GTK_PROGRESS_CONTINUOUS = 0x0;
+	public static const int GTK_PROGRESS_DISCRETE = 0x1;
+	public static const int GTK_PROGRESS_LEFT_TO_RIGHT = 0x0;
+	public static const int GTK_PROGRESS_BOTTOM_TO_TOP = 0x2;
+	public static const int GTK_REALIZED  = 1 << 6;
+	public static const int GTK_RELIEF_NONE = 0x2;
+	public static const int GTK_RELIEF_NORMAL = 0;
+	public static const int GTK_RC_BG = 1 << 1;
+	public static const int GTK_RC_FG = 1 << 0;
+	public static const int GTK_RC_TEXT = 1 << 2;
+	public static const int GTK_RC_BASE = 1 << 3;
+	public static const int GTK_RESPONSE_APPLY = 0xfffffff6;
+	public static const int GTK_RESPONSE_CANCEL = 0xfffffffa;
+	public static const int GTK_RESPONSE_OK = 0xfffffffb;
+	public static const int GTK_SCROLL_NONE = 0;
+	public static const int GTK_SCROLL_JUMP = 1;
+	public static const int GTK_SCROLL_STEP_BACKWARD = 2;
+	public static const int GTK_SCROLL_STEP_FORWARD = 3;
+	public static const int GTK_SCROLL_PAGE_BACKWARD = 4;
+	public static const int GTK_SCROLL_PAGE_FORWARD = 5;
+	public static const int GTK_SCROLL_STEP_UP = 6;
+	public static const int GTK_SCROLL_STEP_DOWN = 7;
+	public static const int GTK_SCROLL_PAGE_UP = 8;
+	public static const int GTK_SCROLL_PAGE_DOWN = 9;
+	public static const int GTK_SCROLL_STEP_LEFT = 10;
+	public static const int GTK_SCROLL_STEP_RIGHT = 11;
+	public static const int GTK_SCROLL_PAGE_LEFT = 12;
+	public static const int GTK_SCROLL_PAGE_RIGHT = 13;
+	public static const int GTK_SCROLL_START = 14;
+	public static const int GTK_SCROLL_END = 15;
+	public static const int GTK_SELECTION_BROWSE = 0x2;
+	public static const int GTK_SELECTION_MULTIPLE = 0x3;
+	public static const int GTK_SENSITIVE = 0x200;
+	public static const int GTK_SHADOW_ETCHED_IN = 0x3;
+	public static const int GTK_SHADOW_ETCHED_OUT = 0x4;
+	public static const int GTK_SHADOW_IN = 0x1;
+	public static const int GTK_SHADOW_NONE = 0x0;
+	public static const int GTK_SHADOW_OUT = 0x2;
+	public static const int GTK_STATE_ACTIVE = 0x1;
+	public static const int GTK_STATE_INSENSITIVE = 0x4;
+	public static const int GTK_STATE_NORMAL = 0x0;
+	public static const int GTK_STATE_PRELIGHT = 0x2;
+	public static const int GTK_STATE_SELECTED = 0x3;
+	public static const int GTK_TEXT_DIR_LTR = 1;
+	public static const int GTK_TEXT_DIR_NONE = 0 ;
+	public static const int GTK_TEXT_DIR_RTL = 2;
+	public static const int GTK_TEXT_WINDOW_TEXT = 2;
+	public static const int GTK_TOOLBAR_CHILD_BUTTON = 0x1;
+	public static const int GTK_TOOLBAR_CHILD_RADIOBUTTON = 0x3;
+	public static const int GTK_TOOLBAR_CHILD_TOGGLEBUTTON = 0x2;
+	public static const int GTK_TREE_VIEW_COLUMN_GROW_ONLY = 0;
+	public static const int GTK_TREE_VIEW_COLUMN_AUTOSIZE = 1;
+	public static const int GTK_TREE_VIEW_COLUMN_FIXED = 2;
+	public static const int GTK_TREE_VIEW_DROP_BEFORE = 0;
+	public static const int GTK_TREE_VIEW_DROP_AFTER = 1;
+	public static const int GTK_TREE_VIEW_DROP_INTO_OR_BEFORE = 2;
+	public static const int GTK_TREE_VIEW_DROP_INTO_OR_AFTER = 3;
+	public static const int GDK_UNMAP = 15;
+	public static const int GTK_UNIT_PIXEL = 0;
+	public static const int GTK_UNIT_POINTS = 1;
+	public static const int GTK_UNIT_INCH = 2;
+	public static const int GTK_UNIT_MM = 3;
+	public static const int GTK_VISIBILITY_FULL = 0x2;
+	public static const int GTK_VISIBILITY_NONE = 0x0;
+	public static const int GTK_VISIBLE = 0x100;
+	public static const int GDK_WA_X = 1 << 2;
+	public static const int GDK_WA_Y = 1 << 3;
+	public static const int GDK_WA_VISUAL = 1 << 6;
+	public static const int GTK_WINDOW_POPUP = 0x1;
+	public static const int GTK_WINDOW_TOPLEVEL = 0x0;
+	public static const int GDK_WINDOW_TYPE_HINT_DIALOG = 1;
+	public static const int GTK_WRAP_NONE = 0;
+	public static const int GTK_WRAP_WORD = 2;
+	public static const int G_LOG_FLAG_FATAL = 0x2;
+	public static const int G_LOG_FLAG_RECURSION = 0x1;
+	public static const int G_LOG_LEVEL_MASK = 0xfffffffc;
+	public static const int None = 0;
+	public static const int PANGO_ALIGN_LEFT = 0;
+	public static const int PANGO_ALIGN_CENTER = 1;
+	public static const int PANGO_ALIGN_RIGHT = 2;
+	public static const int PANGO_DIRECTION_LTR = 0;
+	public static const int PANGO_DIRECTION_RTL = 1;
+	public static const int PANGO_SCALE = 1024;
+	public static const int PANGO_STRETCH_NORMAL = 0x4;
+	public static const int PANGO_STYLE_ITALIC = 0x2;
+	public static const int PANGO_STYLE_NORMAL = 0x0;
+	public static const int PANGO_STYLE_OBLIQUE = 0x1;
+	public static const int PANGO_TAB_LEFT = 0;
+	public static const int PANGO_UNDERLINE_LOW = 3;
+	public static const int PANGO_UNDERLINE_SINGLE = 1;
+	public static const int PANGO_WEIGHT_BOLD = 0x2bc;
+	public static const int PANGO_WEIGHT_NORMAL = 0x190;
+	public static const int PANGO_WRAP_WORD = 0;
+	public static const int PANGO_WRAP_WORD_CHAR = 2;
+	public static const int RTLD_LAZY = 1;
+	public static const int XA_CARDINAL = 6;
+	public static const int XA_WINDOW = 33;
+
+	/** Signals */
+	public static const char[] activate = "activate";
+	public static const char[] button_press_event = "button-press-event";
+	public static const char[] button_release_event = "button-release-event";
+	public static const char[] changed = "changed";
+	public static const char[] change_current_page = "change-current-page";
+	public static const char[] change_value = "change-value";
+	public static const char[] clicked = "clicked";
+	public static const char[] commit = "commit";
+	public static const char[] configure_event = "configure-event";
+	public static const char[] delete_event = "delete-event";
+	public static const char[] day_selected = "day-selected";
+	public static const char[] delete_range = "delete-range";
+	public static const char[] delete_text = "delete-text";
+	public static const char[] drag_data_delete = "drag_data_delete";
+	public static const char[] drag_data_get = "drag_data_get";
+	public static const char[] drag_data_received = "drag_data_received";
+	public static const char[] drag_drop = "drag_drop";
+	public static const char[] drag_end = "drag_end";
+	public static const char[] drag_leave = "drag_leave";
+	public static const char[] drag_motion = "drag_motion";
+	public static const char[] enter_notify_event = "enter-notify-event";
+	public static const char[] event = "event";
+	public static const char[] event_after = "event-after";
+	public static const char[] expand_collapse_cursor_row = "expand-collapse-cursor-row";
+	public static const char[] expose_event = "expose-event";
+	public static const char[] focus = "focus";
+	public static const char[] focus_in_event = "focus-in-event";
+	public static const char[] focus_out_event = "focus-out-event";
+	public static const char[] grab_focus = "grab-focus";
+	public static const char[] hide = "hide";
+	public static const char[] input = "input";
+	public static const char[] insert_text = "insert-text";
+	public static const char[] key_press_event = "key-press-event";
+	public static const char[] key_release_event = "key-release-event";
+	public static const char[] leave_notify_event = "leave-notify-event";
+	public static const char[] map = "map";
+	public static const char[] map_event = "map-event";
+	public static const char[] mnemonic_activate = "mnemonic-activate";
+	public static const char[] month_changed = "month-changed";
+	public static const char[] motion_notify_event = "motion-notify-event";
+	public static const char[] move_focus = "move-focus";
+	public static const char[] output = "output";
+	public static const char[] popup_menu = "popup-menu";
+	public static const char[] preedit_changed = "preedit-changed";
+	public static const char[] realize = "realize";
+	public static const char[] row_activated = "row-activated";
+	public static const char[] row_changed = "row-changed";
+	public static const char[] scroll_child = "scroll-child";
+	public static const char[] scroll_event = "scroll-event";
+	public static const char[] select = "select";
+	public static const char[] show = "show";
+	public static const char[] show_help = "show-help";
+	public static const char[] size_allocate = "size-allocate";
+	public static const char[] size_request = "size-request";
+	public static const char[] style_set = "style-set";
+	public static const char[] switch_page = "switch-page";
+	public static const char[] test_collapse_row = "test-collapse-row";
+	public static const char[] test_expand_row = "test-expand-row";
+	public static const char[] toggled = "toggled";
+	public static const char[] unmap = "unmap";
+	public static const char[] unmap_event = "unmap-event";
+	public static const char[] unrealize = "unrealize";
+	public static const char[] value_changed = "value-changed";
+	public static const char[] visibility_notify_event = "visibility-notify-event";
+	public static const char[] window_state_event = "window-state-event";
+
+	/** Properties */
+	public static const char[] active = "active";
+	public static const char[] background_gdk = "background-gdk";
+	public static const char[] button_relief = "button-relief";
+	public static const char[] cell_background_gdk = "cell-background-gdk";
+	public static const char[] default_border = "default-border";
+	public static const char[] expander_size = "expander-size";
+	public static const char[] fixed_height_mode = "fixed-height-mode";
+	public static const char[] focus_line_width = "focus-line-width";
+	public static const char[] font_desc = "font-desc";
+	public static const char[] foreground_gdk = "foreground-gdk";
+	public static const char[] gtk_cursor_blink = "gtk-cursor-blink";
+	public static const char[] gtk_cursor_blink_time = "gtk-cursor-blink-time";
+	public static const char[] gtk_double_click_time = "gtk-double-click-time";
+	public static const char[] gtk_entry_select_on_focus = "gtk-entry-select-on-focus";
+	public static const char[] horizontal_separator = "horizontal-separator";
+	public static const char[] inconsistent = "inconsistent";
+	public static const char[] interior_focus = "interior-focus";
+	public static const char[] mode = "mode";
+	public static const char[] pixbuf = "pixbuf";
+	public static const char[] text = "text";
+	public static const char[] xalign = "xalign";
+	public static const char[] ypad = "ypad";
+	public static const char[] GTK_PRINT_SETTINGS_OUTPUT_URI = "output-uri";
+
+	public static const int GTK_VERSION;// see static ctor = buildVERSION(gtk_major_version(), gtk_minor_version(), gtk_micro_version());
+
+/+
+protected static byte [] ascii (String name) {
+	int length = name.length ();
+	char [] chars = new char [length];
+	name.getChars (0, length, chars, 0);
+	byte [] buffer = new byte [length + 1];
+	for (int i=0; i<length; i++) {
+		buffer [i] = (byte) chars [i];
+	}
+	return buffer;
+}
++/
+
+public static int buildVERSION(int major, int minor, int micro) {
+	return (major << 16) + (minor << 8) + micro;
+}
+
+/++
+/** 64 bit */
+public static final native int GInterfaceInfo_sizeof ();
+public static final native int GPollFD_sizeof ();
+public static final native int GTypeInfo_sizeof ();
+public static final native int GTypeQuery_sizeof ();
+public static final native int GdkColor_sizeof();
+public static final native int GdkDragContext_sizeof();
+public static final native int GdkEvent_sizeof();
+public static final native int GdkEventAny_sizeof();
+public static final native int GdkEventButton_sizeof();
+public static final native int GdkEventCrossing_sizeof();
+public static final native int GdkEventExpose_sizeof();
+public static final native int GdkEventFocus_sizeof();
+public static final native int GdkEventKey_sizeof();
+public static final native int GdkEventMotion_sizeof();
+public static final native int GdkEventScroll_sizeof();
+public static final native int GdkEventVisibility_sizeof();
+public static final native int GdkEventWindowState_sizeof();
+public static final native int GdkGCValues_sizeof();
+public static final native int GdkGeometry_sizeof();
+public static final native int GdkImage_sizeof();
+public static final native int GdkRectangle_sizeof();
+public static final native int GdkVisual_sizeof();
+public static final native int GdkWindowAttr_sizeof();
+public static final native int GtkAdjustment_sizeof();
+public static final native int GtkAllocation_sizeof();
+public static final native int GtkBorder_sizeof();
+public static final native int GtkColorSelectionDialog_sizeof();
+public static final native int GtkCombo_sizeof();
+public static final native int GtkFileSelection_sizeof();
+public static final native int GtkFixed_sizeof();
+public static final native int GtkFixedClass_sizeof();
+public static final native int GtkRequisition_sizeof();
+public static final native int GtkSelectionData_sizeof();
+public static final native int GtkTargetEntry_sizeof();
+public static final native int GtkTargetPair_sizeof();
+public static final native int GtkTextIter_sizeof();
+public static final native int GtkCellRendererText_sizeof();
+public static final native int GtkCellRendererTextClass_sizeof();
+public static final native int GtkCellRendererPixbuf_sizeof();
+public static final native int GtkCellRendererPixbufClass_sizeof();
+public static final native int GtkCellRendererToggle_sizeof();
+public static final native int GtkCellRendererToggleClass_sizeof();
+public static final native int GtkTreeIter_sizeof();
+public static final native int PangoAttribute_sizeof();
+public static final native int PangoItem_sizeof();
+public static final native int PangoLayoutLine_sizeof();
+public static final native int PangoLayoutRun_sizeof();
+public static final native int PangoLogAttr_sizeof();
+public static final native int PangoRectangle_sizeof();
+public static final native int XAnyEvent_sizeof();
+public static final native int XButtonEvent_sizeof();
+public static final native int XClientMessageEvent_sizeof();
+public static final native int XEvent_sizeof();
+public static final native int XCrossingEvent_sizeof();
+public static final native int XExposeEvent_sizeof();
+public static final native int XFocusChangeEvent_sizeof();
+public static final native int XVisibilityEvent_sizeof();
+public static final native int XWindowChanges_sizeof();
+public static final native int /*long*/ localeconv_decimal_point();
+public static final native int /*long*/ realpath(byte[] path, byte[] realPath);
+
+/** Object private fields accessors */
+public static final native int GTK_WIDGET_HEIGHT(int /*long*/ widget);
+public static final native int GTK_WIDGET_WIDTH(int /*long*/ widget);
+public static final native int /*long*/ GTK_WIDGET_WINDOW(int /*long*/ widget);
+public static final native int GTK_WIDGET_X(int /*long*/ widget);
+public static final native int GTK_WIDGET_Y(int /*long*/ widget);
+public static final native int /*long*/ GTK_SCROLLED_WINDOW_HSCROLLBAR(int /*long*/ widget);
+public static final native int /*long*/ GTK_SCROLLED_WINDOW_VSCROLLBAR(int /*long*/ widget);
+public static final native int GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING(int /*long*/ widget);
+public static final native void GTK_ACCEL_LABEL_SET_ACCEL_STRING(int /*long*/ acce_label, int /*long*/ string);
+public static final native int /*long*/ GTK_ACCEL_LABEL_GET_ACCEL_STRING(int /*long*/ acce_label);
+public static final native int /*long*/ GTK_ENTRY_IM_CONTEXT(int /*long*/ widget);
+public static final native int /*long*/ GTK_TEXTVIEW_IM_CONTEXT(int /*long*/ widget);
+public static final native int /*long*/ GTK_TOOLTIPS_TIP_WINDOW(int /*long*/ widget);
+public static final native void GTK_TOOLTIPS_SET_ACTIVE(int /*long*/ widget, int /*long*/ data);
+public static final native void GTK_WIDGET_SET_HEIGHT(int /*long*/ widget, int height);
+public static final native void GTK_WIDGET_SET_WIDTH(int /*long*/ widget, int width);
+public static final native void GTK_WIDGET_SET_X(int /*long*/ widget, int x);
+public static final native void GTK_WIDGET_SET_Y(int /*long*/ widget, int y);
+public static final native int GTK_WIDGET_REQUISITION_WIDTH(int /*long*/ widget);
+public static final native int GTK_WIDGET_REQUISITION_HEIGHT(int /*long*/ widget);
+public static final native int GDK_EVENT_TYPE(int /*long*/ event);
+public static final native int /*long*/ GDK_EVENT_WINDOW(int /*long*/ event);
+public static final native int X_EVENT_TYPE(int /*long*/ xevent);
+public static final native int /*long*/ X_EVENT_WINDOW(int /*long*/ xevent);
+++/
+/** X11 Native methods and constants */
+public static const int Above = 0;
+public static const int Below = 1;
+public static const int ButtonRelease = 5;
+public static const int ClientMessage = 33;
+public static const int CurrentTime = 0;
+public static const int CWSibling = 0x20;
+public static const int CWStackMode = 0x40;
+public static const int EnterNotify = 7;
+public static const int Expose = 12;
+public static const int FocusChangeMask = 1 << 21;
+public static const int FocusIn = 9;
+public static const int FocusOut = 10;
+public static const int GraphicsExpose = 13;
+public static const int NoExpose = 14;
+public static const int ExposureMask = 1 << 15;
+public static const int /*long*/ NoEventMask = 0;
+public static const int NotifyNormal = 0;
+public static const int NotifyGrab = 1;
+public static const int NotifyHint = 1;
+public static const int NotifyUngrab = 2;
+public static const int NotifyWhileGrabbed = 3;
+public static const int NotifyAncestor = 0;
+public static const int NotifyVirtual = 1;
+public static const int NotifyNonlinear = 3;
+public static const int NotifyNonlinearVirtual = 4;
+public static const int NotifyPointer = 5;
+public static const int RevertToParent = 2;
+public static const int VisibilityChangeMask = 1 << 16;
+public static const int VisibilityFullyObscured = 2;
+public static const int VisibilityNotify = 15;
+public static const int SYSTEM_TRAY_REQUEST_DOCK = 0;
+/++
+    mixin Forward!(localeconv_decimal_point);
+    mixin Forward!(realpath);
+    mixin Forward!(GTK_WIDGET_HEIGHT);
+    mixin Forward!(GTK_WIDGET_WIDTH);
+    mixin Forward!(GTK_WIDGET_WINDOW);
+    mixin Forward!(GTK_WIDGET_X);
+    mixin Forward!(GTK_WIDGET_Y);
+    mixin Forward!(GTK_SCROLLED_WINDOW_HSCROLLBAR);
+    mixin Forward!(GTK_SCROLLED_WINDOW_VSCROLLBAR);
+    mixin Forward!(GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING);
+    mixin Forward!(GTK_ACCEL_LABEL_SET_ACCEL_STRING);
+    mixin Forward!(GTK_ACCEL_LABEL_GET_ACCEL_STRING);
+    mixin Forward!(GTK_ENTRY_IM_CONTEXT);
+    mixin Forward!(GTK_TEXTVIEW_IM_CONTEXT);
+    mixin Forward!(GTK_TOOLTIPS_TIP_WINDOW);
+    mixin Forward!(GTK_TOOLTIPS_SET_ACTIVE);
+    mixin Forward!(GTK_WIDGET_SET_HEIGHT);
+    mixin Forward!(GTK_WIDGET_SET_WIDTH);
+    mixin Forward!(GTK_WIDGET_SET_X);
+    mixin Forward!(GTK_WIDGET_SET_Y);
+    mixin Forward!(GTK_WIDGET_REQUISITION_WIDTH);
+    mixin Forward!(GTK_WIDGET_REQUISITION_HEIGHT);
+    mixin Forward!(GDK_EVENT_TYPE);
+    mixin Forward!(GDK_EVENT_WINDOW);
+    mixin Forward!(X_EVENT_TYPE);
+    mixin Forward!(X_EVENT_WINDOW);
+    mixin Forward!(_Call);
+    mixin Forward!(_call );
+    mixin Forward!(GDK_WINDOWING_X11);
+    mixin Forward!(_GDK_PIXMAP_XID);
+    mixin Forward!(_XCheckMaskEvent);
+    mixin Forward!(_XCheckWindowEvent);
+    mixin Forward!(_XCheckIfEvent);
+    mixin Forward!(_XDefaultScreen);
+    mixin Forward!(_XDefaultRootWindow);
+    mixin Forward!(_XFlush);
+    mixin Forward!(_XFree);
+    mixin Forward!(_XGetSelectionOwner);
+    mixin Forward!(_XInternAtom);
+    mixin Forward!(_XQueryTree);
+    mixin Forward!(_XKeysymToKeycode);
+    mixin Forward!(_XListProperties);
+    mixin Forward!(_XReconfigureWMWindow);
+    mixin Forward!(_XSendEvent);
+    mixin Forward!(_XSetIOErrorHandler);
+    mixin Forward!(_XSetErrorHandler);
+    mixin Forward!(_XSetInputFocus);
+    mixin Forward!(_XSynchronize);
+    mixin Forward!(_XTestFakeButtonEvent);
+    mixin Forward!(_XTestFakeKeyEvent);
+    mixin Forward!(_XTestFakeMotionEvent);
+    mixin Forward!(_XWarpPointer);
+    mixin Forward!(_gdk_x11_atom_to_xatom);
+    mixin Forward!(_gdk_x11_colormap_get_xcolormap);
+    mixin Forward!(_gdk_x11_drawable_get_xdisplay);
+    mixin Forward!(_gdk_x11_drawable_get_xid);
+    mixin Forward!(_gdk_x11_screen_lookup_visual);
+    mixin Forward!(_gdk_x11_screen_get_window_manager_name);
+    mixin Forward!(_gdk_x11_visual_get_xvisual);
+    mixin Forward!(_gdk_pixmap_foreign_new);
+    mixin Forward!(_gdk_window_lookup);
+    mixin Forward!(_gdk_window_add_filter);
+    mixin Forward!(_gdk_window_remove_filter);
+/** X render natives and constants */
+    mixin Forward!(XRenderPictureAttributes_sizeof);
+    mixin Forward!(_XRenderQueryExtension);
+    mixin Forward!(_XRenderQueryVersion);
+    mixin Forward!(_XRenderCreatePicture);
+    mixin Forward!(_XRenderSetPictureClipRectangles);
+    mixin Forward!(_XRenderSetPictureTransform);
+    mixin Forward!(_XRenderFreePicture);
+    mixin Forward!(_XRenderComposite);
+    mixin Forward!(_XRenderFindStandardFormat);
+    mixin Forward!(_XRenderFindVisualFormat);
+    mixin Forward!(Call );
+    mixin Forward!(_GDK_DISPLAY);
+    mixin Forward!(_GDK_ROOT_PARENT);
+    mixin Forward!(_GDK_TYPE_COLOR);
+    mixin Forward!(_GDK_TYPE_PIXBUF);
+    mixin Forward!(_GTK_IS_BUTTON);
+    mixin Forward!(_GTK_IS_WINDOW);
+    mixin Forward!(_GTK_IS_CELL_RENDERER_PIXBUF);
+    mixin Forward!(_GTK_IS_CELL_RENDERER_TEXT);
+    mixin Forward!(_GTK_IS_CELL_RENDERER_TOGGLE);
+    mixin Forward!(_GTK_IS_CONTAINER);
+    mixin Forward!(_GTK_IS_IMAGE_MENU_ITEM);
+    mixin Forward!(_GTK_IS_PLUG);
+    mixin Forward!(_GTK_STOCK_CANCEL);
+    mixin Forward!(_GTK_STOCK_OK);
+    mixin Forward!(_GTK_TYPE_CELL_RENDERER_TEXT);
+    mixin Forward!(_GTK_TYPE_CELL_RENDERER_PIXBUF);
+    mixin Forward!(_GTK_TYPE_CELL_RENDERER_TOGGLE);
+    mixin Forward!(_GTK_TYPE_FIXED);
+    mixin Forward!(_GTK_TYPE_MENU);
+    mixin Forward!(_GTK_TYPE_WIDGET);
+    mixin Forward!(_GTK_WIDGET_FLAGS);
+    mixin Forward!(_GTK_WIDGET_STATE);
+    mixin Forward!(_GTK_WIDGET_HAS_DEFAULT);
+    mixin Forward!(_GTK_WIDGET_HAS_FOCUS);
+    mixin Forward!(_GTK_WIDGET_IS_SENSITIVE);
+    mixin Forward!(_GTK_WIDGET_MAPPED);
+    mixin Forward!(_GTK_WIDGET_SENSITIVE);
+    mixin Forward!(_GTK_WIDGET_SET_FLAGS);
+    mixin Forward!(_GTK_WIDGET_UNSET_FLAGS);
+    mixin Forward!(_GTK_WIDGET_VISIBLE);
+    mixin Forward!(_G_OBJECT_CLASS );
+    mixin Forward!(_G_OBJECT_GET_CLASS );
+    mixin Forward!(_G_OBJECT_TYPE_NAME );
+    mixin Forward!(_G_TYPE_BOOLEAN);
+    mixin Forward!(_G_TYPE_INT);
+    mixin Forward!(_G_OBJECT_TYPE );
+    mixin Forward!(_G_TYPE_STRING);
+    mixin Forward!(_PANGO_PIXELS);
+    mixin Forward!(_PANGO_TYPE_FONT_DESCRIPTION);
+    mixin Forward!(_g_cclosure_new);
+    mixin Forward!(_g_closure_ref);
+    mixin Forward!(_g_closure_unref);
+    mixin Forward!(_g_main_context_acquire);
+    mixin Forward!(_g_main_context_check);
+    mixin Forward!(_g_main_context_default);
+    mixin Forward!(_g_main_context_iteration);
+    mixin Forward!(_g_main_context_pending);
+    mixin Forward!(_g_main_context_get_poll_func);
+    mixin Forward!(_g_main_context_prepare);
+    mixin Forward!(_g_main_context_query);
+    mixin Forward!(_g_main_context_release);
+    mixin Forward!(g_main_context_wakeup);
+    mixin Forward!(_g_filename_to_utf8);
+    mixin Forward!(_g_filename_to_uri);
+    mixin Forward!(_g_filename_from_utf8);
+    mixin Forward!(_g_filename_from_uri);
+    mixin Forward!(_g_free);
+    mixin Forward!(_g_idle_add);
+    mixin Forward!(_g_list_append);
+    mixin Forward!(_g_list_data);
+    mixin Forward!(_g_list_free);
+    mixin Forward!(_g_list_free_1);
+    mixin Forward!(_g_list_length);
+    mixin Forward!(_g_list_set_next);
+    mixin Forward!(_g_list_next);
+    mixin Forward!(_g_list_nth);
+    mixin Forward!(_g_list_nth_data);
+    mixin Forward!(_g_list_prepend);
+    mixin Forward!(_g_list_set_previous);
+    mixin Forward!(_g_list_previous);
+    mixin Forward!(_g_list_remove_link);
+    mixin Forward!(_g_list_reverse);
+    mixin Forward!(_g_locale_from_utf8);
+    mixin Forward!(_g_locale_to_utf8);
+    mixin Forward!(_g_log_default_handler);
+    mixin Forward!(_g_log_remove_handler);
+    mixin Forward!(_g_log_set_handler);
+    mixin Forward!(_g_malloc);
+    mixin Forward!(_g_object_get);
+    mixin Forward!(_g_object_get_qdata);
+    mixin Forward!(_g_object_new );
+    mixin Forward!(_g_object_ref);
+    mixin Forward!(_g_object_set);
+    mixin Forward!(_g_object_set);
+    mixin Forward!(_g_object_set);
+    mixin Forward!(_g_object_set);
+    mixin Forward!(_g_object_set);
+    mixin Forward!(_g_object_set_qdata);
+    mixin Forward!(_g_object_unref);
+    mixin Forward!(_g_quark_from_string);
+    mixin Forward!(_g_set_prgname);
+    mixin Forward!(_g_signal_connect);
+    mixin Forward!(_g_signal_connect_closure);
+    mixin Forward!(_g_signal_connect_closure_by_id);
+    mixin Forward!(_g_signal_connect_after);
+    mixin Forward!(_g_signal_emit_by_name);
+    mixin Forward!(_g_signal_emit_by_name);
+    mixin Forward!(_g_signal_emit_by_name);
+    mixin Forward!(_g_signal_emit_by_name);
+    mixin Forward!(_g_signal_handler_disconnect);
+    mixin Forward!(_g_signal_handlers_block_matched);
+    mixin Forward!(_g_signal_handlers_disconnect_matched);
+    mixin Forward!(_g_signal_handlers_unblock_matched);
+    mixin Forward!(_g_signal_lookup );
+    mixin Forward!(_g_signal_stop_emission_by_name);
+    mixin Forward!(_g_source_remove );
+    mixin Forward!(_g_slist_data );
+    mixin Forward!(_g_slist_free );
+    mixin Forward!(_g_slist_next );
+    mixin Forward!(_g_slist_length );
+    mixin Forward!(_g_strfreev);
+    mixin Forward!(_g_strtod);
+    mixin Forward!(_g_type_add_interface_static );
+    mixin Forward!(_g_type_class_peek );
+    mixin Forward!(_g_type_class_peek_parent );
+    mixin Forward!(_g_type_from_name );
+    mixin Forward!(_g_type_interface_peek_parent );
+    mixin Forward!(_g_type_is_a );
+    mixin Forward!(_g_type_name );
+    mixin Forward!(_g_type_parent );
+    mixin Forward!(_g_type_query );
+    mixin Forward!(_g_type_register_static );
+    mixin Forward!(_g_thread_init);
+    mixin Forward!(_g_thread_supported);
+    mixin Forward!(_g_utf16_to_utf8);
+    mixin Forward!(_g_utf8_offset_to_pointer);
+    mixin Forward!(_g_utf8_pointer_to_offset);
+    mixin Forward!(_g_utf8_strlen);
+    mixin Forward!(_g_utf8_to_utf16);
+    mixin Forward!(_g_utf8_to_utf16);
+    mixin Forward!(_gdk_atom_intern);
+    mixin Forward!(_gdk_atom_name);
+    mixin Forward!(_gdk_beep);
+    mixin Forward!(_gdk_bitmap_create_from_data);
+    mixin Forward!(_gdk_cairo_region);
+    mixin Forward!(_gdk_cairo_set_source_color);
+    mixin Forward!(_gdk_color_white);
+    mixin Forward!(_gdk_colormap_alloc_color);
+    mixin Forward!(_gdk_colormap_free_colors);
+    mixin Forward!(_gdk_colormap_get_system);
+    mixin Forward!(_gdk_colormap_query_color);
+    mixin Forward!(_gdk_cursor_destroy);
+    mixin Forward!(_gdk_cursor_new);
+    mixin Forward!(_gdk_cursor_new_from_pixmap);
+    mixin Forward!(_gdk_cursor_new_from_pixbuf);
+    mixin Forward!(_gdk_display_get_default);
+    mixin Forward!(_gdk_display_supports_cursor_color);
+    mixin Forward!(_gdk_drag_status);
+    mixin Forward!(_gdk_draw_arc);
+    mixin Forward!(_gdk_draw_drawable);
+    mixin Forward!(_gdk_draw_image);
+    mixin Forward!(_gdk_draw_layout);
+    mixin Forward!(_gdk_draw_layout_with_colors);
+    mixin Forward!(_gdk_draw_line);
+    mixin Forward!(_gdk_draw_lines);
+    mixin Forward!(_gdk_draw_pixbuf);
+    mixin Forward!(_gdk_draw_point);
+    mixin Forward!(_gdk_draw_polygon);
+    mixin Forward!(_gdk_draw_rectangle);
+    mixin Forward!(_gdk_drawable_get_depth);
+    mixin Forward!(_gdk_drawable_get_image);
+    mixin Forward!(_gdk_drawable_get_size);
+    mixin Forward!(_gdk_drawable_get_visible_region);
+    mixin Forward!(_gdk_event_copy);
+    mixin Forward!(_gdk_event_free);
+    mixin Forward!(_gdk_event_get);
+    mixin Forward!(_gdk_event_get_root_coords);
+    mixin Forward!(_gdk_event_get_coords);
+    mixin Forward!(_gdk_event_get_graphics_expose);
+    mixin Forward!(_gdk_event_get_state);
+    mixin Forward!(_gdk_event_get_time);
+    mixin Forward!(_gdk_event_handler_set);
+    mixin Forward!(_gdk_event_peek);
+    mixin Forward!(_gdk_event_put);
+    mixin Forward!(_gdk_error_trap_push);
+    mixin Forward!(_gdk_error_trap_pop);
+    mixin Forward!(_gdk_flush);
+    mixin Forward!(_gdk_free_text_list);
+    mixin Forward!(_gdk_gc_get_values);
+    mixin Forward!(_gdk_gc_new);
+    mixin Forward!(_gdk_gc_set_background);
+    mixin Forward!(_gdk_gc_set_clip_mask);
+    mixin Forward!(_gdk_gc_set_clip_origin);
+    mixin Forward!(_gdk_gc_set_clip_rectangle);
+    mixin Forward!(_gdk_gc_set_clip_region);
+    mixin Forward!(_gdk_gc_set_dashes);
+    mixin Forward!(_gdk_gc_set_exposures);
+    mixin Forward!(_gdk_gc_set_fill);
+    mixin Forward!(_gdk_gc_set_foreground);
+    mixin Forward!(_gdk_gc_set_function);
+    mixin Forward!(_gdk_gc_set_line_attributes);
+    mixin Forward!(_gdk_gc_set_stipple);
+    mixin Forward!(_gdk_gc_set_subwindow);
+    mixin Forward!(_gdk_gc_set_tile);
+    mixin Forward!(_gdk_gc_set_ts_origin);
+    mixin Forward!(_gdk_gc_set_values);
+    mixin Forward!(_gdk_keyboard_ungrab);
+    mixin Forward!(_gdk_keymap_get_default);
+    mixin Forward!(_gdk_keymap_translate_keyboard_state );
+    mixin Forward!(_gdk_keyval_to_lower);
+    mixin Forward!(_gdk_keyval_to_unicode);
+    mixin Forward!(_gdk_pango_context_get);
+    mixin Forward!(_gdk_pango_context_set_colormap);
+    mixin Forward!(_gdk_pango_layout_get_clip_region);
+    mixin Forward!(_gdk_pixbuf_copy_area);
+    mixin Forward!(_gdk_pixbuf_get_from_drawable);
+    mixin Forward!(_gdk_pixbuf_get_has_alpha);
+    mixin Forward!(_gdk_pixbuf_get_height);
+    mixin Forward!(_gdk_pixbuf_get_pixels);
+    mixin Forward!(_gdk_pixbuf_get_rowstride);
+    mixin Forward!(_gdk_pixbuf_get_width);
+    mixin Forward!(_gdk_pixbuf_new);
+    mixin Forward!(_gdk_pixbuf_new_from_file);
+    mixin Forward!(_gdk_pixbuf_render_to_drawable);
+    mixin Forward!(_gdk_pixbuf_render_to_drawable_alpha);
+    mixin Forward!(_gdk_pixbuf_render_pixmap_and_mask);
+    mixin Forward!(_gdk_pixbuf_scale);
+    mixin Forward!(_gdk_pixbuf_scale_simple);
+    mixin Forward!(_gdk_pixmap_new);
+    mixin Forward!(_gdk_pointer_grab);
+    mixin Forward!(_gdk_pointer_is_grabbed);
+    mixin Forward!(_gdk_pointer_ungrab);
+    mixin Forward!(_gdk_property_get);
+    mixin Forward!(_gdk_region_destroy);
+    mixin Forward!(_gdk_region_empty);
+    mixin Forward!(_gdk_region_get_clipbox);
+    mixin Forward!(_gdk_region_get_rectangles);
+    mixin Forward!(_gdk_region_intersect);
+    mixin Forward!(_gdk_region_new);
+    mixin Forward!(_gdk_region_offset);
+    mixin Forward!(_gdk_region_point_in);
+    mixin Forward!(_gdk_region_polygon);
+    mixin Forward!(_gdk_region_rectangle);
+    mixin Forward!(_gdk_region_rect_in);
+    mixin Forward!(_gdk_region_subtract);
+    mixin Forward!(_gdk_region_union);
+    mixin Forward!(_gdk_region_union_with_rect);
+    mixin Forward!(_gdk_rgb_init);
+    mixin Forward!(_gdk_screen_get_default);
+    mixin Forward!(_gdk_screen_get_monitor_at_point );
+    mixin Forward!(_gdk_screen_get_monitor_at_window);
+    mixin Forward!(_gdk_screen_get_monitor_geometry );
+    mixin Forward!(_gdk_screen_get_n_monitors);
+    mixin Forward!(_gdk_screen_get_number);
+    mixin Forward!(_gdk_screen_height);
+    mixin Forward!(_gdk_screen_width);
+    mixin Forward!(_gdk_screen_width_mm);
+    mixin Forward!(_gdk_set_program_class);
+    mixin Forward!(_gdk_utf8_to_compound_text);
+    mixin Forward!(_gdk_utf8_to_string_target);
+    mixin Forward!(_gdk_text_property_to_utf8_list  );
+    mixin Forward!(_gdk_unicode_to_keyval);
+    mixin Forward!(_gdk_visual_get_system);
+    mixin Forward!(_gdk_window_at_pointer);
+    mixin Forward!(_gdk_window_begin_paint_rect);
+    mixin Forward!(_gdk_window_clear_area);
+    mixin Forward!(_gdk_window_destroy);
+    mixin Forward!(_gdk_window_end_paint);
+    mixin Forward!(_gdk_window_get_children);
+    mixin Forward!(_gdk_window_get_events);
+    mixin Forward!(_gdk_window_focus);
+    mixin Forward!(_gdk_window_freeze_updates);
+    mixin Forward!(_gdk_window_get_frame_extents);
+    mixin Forward!(_gdk_window_get_internal_paint_info);
+    mixin Forward!(_gdk_window_get_origin);
+    mixin Forward!(_gdk_window_get_parent);
+    mixin Forward!(_gdk_window_get_pointer);
+    mixin Forward!(_gdk_window_get_position);
+    mixin Forward!(_gdk_window_get_user_data);
+    mixin Forward!(_gdk_window_hide);
+    mixin Forward!(_gdk_window_invalidate_rect);
+    mixin Forward!(_gdk_window_invalidate_region);
+    mixin Forward!(_gdk_window_move);
+    mixin Forward!(_gdk_window_new);
+    mixin Forward!(_gdk_window_lower);
+    mixin Forward!(_gdk_window_process_all_updates);
+    mixin Forward!(_gdk_window_process_updates);
+    mixin Forward!(_gdk_window_raise);
+    mixin Forward!(_gdk_window_resize);
+    mixin Forward!(_gdk_window_scroll);
+    mixin Forward!(_gdk_window_set_accept_focus);
+    mixin Forward!(_gdk_window_set_back_pixmap);
+    mixin Forward!(_gdk_window_set_cursor);
+    mixin Forward!(_gdk_window_set_debug_updates);
+    mixin Forward!(_gdk_window_set_decorations);
+    mixin Forward!(_gdk_window_set_events);
+    mixin Forward!(_gdk_window_set_icon);
+    mixin Forward!(_gdk_window_set_icon_list);
+    mixin Forward!(_gdk_window_set_keep_above);
+    mixin Forward!(_gdk_window_set_override_redirect);
+    mixin Forward!(_gdk_window_set_user_data);
+    mixin Forward!(_gdk_window_shape_combine_region );
+    mixin Forward!(_gdk_window_show);
+    mixin Forward!(_gdk_window_show_unraised);
+    mixin Forward!(_gdk_window_thaw_updates);
+    mixin Forward!(_gtk_accel_group_new);
+    mixin Forward!(_gtk_accel_groups_activate);
+    mixin Forward!(_gtk_accel_label_set_accel_widget);
+    mixin Forward!(_gtk_adjustment_changed);
+    mixin Forward!(_gtk_adjustment_new);
+    mixin Forward!(_gtk_adjustment_set_value);
+    mixin Forward!(_gtk_adjustment_value_changed);
+    mixin Forward!(_gtk_arrow_new);
+    mixin Forward!(_gtk_arrow_set);
+    mixin Forward!(_gtk_bin_get_child);
+    mixin Forward!(_gtk_box_set_spacing);
+    mixin Forward!(_gtk_box_set_child_packing);
+    mixin Forward!(_gtk_button_clicked);
+    mixin Forward!(_gtk_button_get_relief);
+    mixin Forward!(_gtk_button_new);
+    mixin Forward!(_gtk_button_set_relief);
+    mixin Forward!(_gtk_calendar_new);
+    mixin Forward!(_gtk_calendar_select_month);
+    mixin Forward!(_gtk_calendar_select_day);
+    mixin Forward!(_gtk_calendar_set_display_options);
+    mixin Forward!(_gtk_calendar_display_options);
+    mixin Forward!(_gtk_calendar_get_date);
+    mixin Forward!(_gtk_cell_layout_clear);
+    mixin Forward!(_gtk_cell_layout_set_attributes);
+    mixin Forward!(_gtk_cell_layout_pack_start);
+    mixin Forward!(_gtk_cell_renderer_get_size);
+    mixin Forward!(_gtk_cell_renderer_pixbuf_new);
+    mixin Forward!(_gtk_cell_renderer_text_new);
+    mixin Forward!(_gtk_cell_renderer_toggle_new);
+    mixin Forward!(_gtk_check_button_new);
+    mixin Forward!(_gtk_check_menu_item_get_active);
+    mixin Forward!(_gtk_check_menu_item_new_with_label);
+    mixin Forward!(_gtk_check_menu_item_set_active);
+    mixin Forward!(_gtk_check_version);
+    mixin Forward!(_gtk_clipboard_clear);
+    mixin Forward!(_gtk_clipboard_get);
+    mixin Forward!(_gtk_clipboard_set_with_data);
+    mixin Forward!(_gtk_clipboard_wait_for_contents);
+    mixin Forward!(_gtk_color_selection_dialog_new);
+    mixin Forward!(_gtk_color_selection_get_current_color);
+    mixin Forward!(_gtk_color_selection_set_current_color);
+    mixin Forward!(_gtk_color_selection_set_has_palette);
+    mixin Forward!(_gtk_combo_disable_activate);
+    mixin Forward!(_gtk_combo_new);
+    mixin Forward!(_gtk_combo_set_case_sensitive);
+    mixin Forward!(_gtk_combo_set_popdown_strings);
+    mixin Forward!(_gtk_combo_box_entry_new_text);
+    mixin Forward!(_gtk_combo_box_new_text);
+    mixin Forward!(_gtk_combo_box_insert_text);
+    mixin Forward!(_gtk_combo_box_remove_text);
+    mixin Forward!(_gtk_combo_box_get_active);
+    mixin Forward!(_gtk_combo_box_get_model);
+    mixin Forward!(_gtk_combo_box_set_active);
+    mixin Forward!(_gtk_combo_box_popup);
+    mixin Forward!(_gtk_combo_box_popdown);
+    mixin Forward!(_gtk_container_add);
+    mixin Forward!(_gtk_container_forall);
+    mixin Forward!(_gtk_container_get_border_width);
+    mixin Forward!(_gtk_container_get_children);
+    mixin Forward!(_gtk_container_remove);
+    mixin Forward!(_gtk_container_resize_children);
+    mixin Forward!(_gtk_container_set_border_width);
+    mixin Forward!(_gtk_dialog_add_button);
+    mixin Forward!(_gtk_dialog_run);
+    mixin Forward!(_gtk_drag_begin);
+    mixin Forward!(_gtk_drag_check_threshold);
+    mixin Forward!(_gtk_drag_dest_find_target);
+    mixin Forward!(_gtk_drag_dest_set);
+    mixin Forward!(_gtk_drag_dest_unset);
+    mixin Forward!(_gtk_drag_finish);
+    mixin Forward!(_gtk_drag_get_data);
+    mixin Forward!(_gtk_drag_set_icon_pixbuf);
+    mixin Forward!(_gtk_drawing_area_new);
+    mixin Forward!(_gtk_editable_copy_clipboard);
+    mixin Forward!(_gtk_editable_cut_clipboard);
+    mixin Forward!(_gtk_editable_delete_selection);
+    mixin Forward!(_gtk_editable_delete_text);
+    mixin Forward!(_gtk_editable_get_chars);
+    mixin Forward!(_gtk_editable_get_editable);
+    mixin Forward!(_gtk_editable_get_position);
+    mixin Forward!(_gtk_editable_get_selection_bounds);
+    mixin Forward!(_gtk_editable_insert_text);
+    mixin Forward!(_gtk_editable_paste_clipboard);
+    mixin Forward!(_gtk_editable_select_region);
+    mixin Forward!(_gtk_editable_set_editable);
+    mixin Forward!(_gtk_editable_set_position);
+    ++/
+    mixin Forward!(.gtk_entry_get_invisible_char);
+    mixin Forward!(.gtk_entry_get_layout );
+    mixin Forward!(.gtk_entry_get_layout_offsets );
+    mixin Forward!(.gtk_entry_text_index_to_layout_index );
+    mixin Forward!(.gtk_entry_get_max_length);
+    mixin Forward!(.gtk_entry_get_text);
+    //mixin Forward!(_FcConfigAppFontAddFile);
+    mixin Forward!(.gtk_entry_get_visibility);
+    mixin Forward!(.gtk_entry_new);
+    mixin Forward!(.gtk_entry_set_activates_default);
+    mixin Forward!(.gtk_entry_set_alignment);
+    mixin Forward!(.gtk_entry_set_has_frame);
+    mixin Forward!(.gtk_entry_set_invisible_char);
+    mixin Forward!(.gtk_entry_set_max_length);
+    mixin Forward!(.gtk_entry_set_text);
+    mixin Forward!(.gtk_entry_set_visibility);
+    /++
+    mixin Forward!(_gtk_events_pending);
+    mixin Forward!(_gtk_expander_get_expanded);
+    mixin Forward!(_gtk_expander_get_label_widget);
+    mixin Forward!(_gtk_expander_new);
+    mixin Forward!(_gtk_expander_set_expanded);
+    mixin Forward!(_gtk_expander_set_label);
+    mixin Forward!(_gtk_expander_set_label_widget);
+    mixin Forward!(_gtk_file_chooser_add_filter);
+    mixin Forward!(_gtk_file_chooser_dialog_new);
+    mixin Forward!(_gtk_file_chooser_get_current_folder);
+    mixin Forward!(_gtk_file_chooser_get_filename);
+    mixin Forward!(_gtk_file_chooser_get_filenames);
+    mixin Forward!(_gtk_file_chooser_set_current_folder);
+    mixin Forward!(_gtk_file_chooser_set_current_name);
+    mixin Forward!(_gtk_file_chooser_set_extra_widget);
+    mixin Forward!(_gtk_file_chooser_set_filename);
+    mixin Forward!(_gtk_file_chooser_set_select_multiple);
+    mixin Forward!(_gtk_file_filter_add_pattern);
+    mixin Forward!(_gtk_file_filter_new);
+    mixin Forward!(_gtk_file_filter_set_name);
+    mixin Forward!(_gtk_file_selection_get_filename);
+    mixin Forward!(_gtk_file_selection_get_selections);
+    mixin Forward!(_gtk_file_selection_hide_fileop_buttons);
+    mixin Forward!(_gtk_file_selection_new);
+    mixin Forward!(_gtk_file_selection_set_filename);
+    mixin Forward!(_gtk_file_selection_set_select_multiple);
+    mixin Forward!(_gtk_fixed_move);
+    mixin Forward!(_gtk_fixed_new);
+    mixin Forward!(_gtk_fixed_set_has_window);
+    mixin Forward!(_gtk_font_selection_dialog_get_font_name);
+    mixin Forward!(_gtk_font_selection_dialog_new);
+    mixin Forward!(_gtk_font_selection_dialog_set_font_name);
+    mixin Forward!(_gtk_frame_new);
+    mixin Forward!(_gtk_frame_get_label_widget);
+    mixin Forward!(_gtk_frame_set_label);
+    mixin Forward!(_gtk_frame_set_label_widget);
+    mixin Forward!(_gtk_frame_set_shadow_type);
+    mixin Forward!(_gtk_get_current_event);
+    mixin Forward!(_gtk_get_current_event_state );
+    mixin Forward!(_gtk_get_current_event_time);
+    mixin Forward!(_gtk_get_default_language);
+    mixin Forward!(_gtk_get_event_widget);
+    mixin Forward!(_gtk_grab_add);
+    mixin Forward!(_gtk_grab_get_current);
+    mixin Forward!(_gtk_grab_remove);
+    mixin Forward!(_gtk_hbox_new);
+    mixin Forward!(_gtk_hscale_new);
+    mixin Forward!(_gtk_hscrollbar_new);
+    mixin Forward!(_gtk_hseparator_new);
+    mixin Forward!(_gtk_icon_factory_lookup_default);
+    mixin Forward!(_gtk_icon_source_free);
+    mixin Forward!(_gtk_icon_source_new);
+    mixin Forward!(_gtk_icon_source_set_pixbuf);
+    mixin Forward!(_gtk_icon_set_render_icon);
+    mixin Forward!(_gtk_im_context_filter_keypress);
+    mixin Forward!(_gtk_im_context_focus_in);
+    mixin Forward!(_gtk_im_context_focus_out);
+    mixin Forward!(_gtk_im_context_get_preedit_string);
+    mixin Forward!(_gtk_im_context_get_type);
+    mixin Forward!(_gtk_im_context_reset);
+    mixin Forward!(_gtk_im_context_set_client_window);
+    mixin Forward!(_gtk_im_context_set_cursor_location);
+    mixin Forward!(_gtk_im_multicontext_append_menuitems );
+    mixin Forward!(_gtk_im_multicontext_new);
+    mixin Forward!(_gtk_image_menu_item_new_with_label);
+    mixin Forward!(_gtk_image_menu_item_set_image);
+    mixin Forward!(_gtk_image_new);
+    mixin Forward!(_gtk_image_new_from_pixbuf);
+    mixin Forward!(_gtk_image_new_from_pixmap);
+    mixin Forward!(_gtk_image_set_from_pixbuf);
+    mixin Forward!(_gtk_image_set_from_pixmap);
+    mixin Forward!(_gtk_init_check);
+    mixin Forward!(_gtk_label_get_layout);
+    mixin Forward!(_gtk_label_get_mnemonic_keyval);
+    mixin Forward!(_gtk_label_new);
+    mixin Forward!(_gtk_label_new_with_mnemonic);
+    mixin Forward!(_gtk_label_set_attributes);
+    mixin Forward!(_gtk_label_set_justify);
+    mixin Forward!(_gtk_label_set_line_wrap);
+    mixin Forward!(_gtk_label_set_text);
+    mixin Forward!(_gtk_label_set_text);
+    mixin Forward!(_gtk_label_set_text_with_mnemonic);
+    mixin Forward!(_gtk_list_append_items);
+    mixin Forward!(_gtk_list_clear_items);
+    mixin Forward!(_gtk_list_insert_items);
+    mixin Forward!(_gtk_list_item_new_with_label);
+    mixin Forward!(_gtk_list_remove_items);
+    mixin Forward!(_gtk_list_select_item);
+    mixin Forward!(_gtk_list_unselect_all);
+    mixin Forward!(_gtk_list_unselect_item);
+    mixin Forward!(_gtk_list_store_append);
+    mixin Forward!(_gtk_list_store_clear);
+    mixin Forward!(_gtk_list_store_insert);
+    mixin Forward!(_gtk_list_store_newv);
+    mixin Forward!(_gtk_list_store_remove);
+    mixin Forward!(_gtk_list_store_set);
+    mixin Forward!(_gtk_list_store_set);
+    mixin Forward!(_gtk_list_store_set);
+    mixin Forward!(_gtk_list_store_set);
+    mixin Forward!(_gtk_list_store_set);
+    mixin Forward!(_gtk_major_version);
+    mixin Forward!(_gtk_minor_version);
+    mixin Forward!(_gtk_micro_version);
+    mixin Forward!(_gtk_main);
+    mixin Forward!(_gtk_main_iteration);
+    mixin Forward!(_gtk_main_do_event);
+    mixin Forward!(_gtk_menu_bar_new);
+    mixin Forward!(_gtk_menu_item_remove_submenu);
+    mixin Forward!(_gtk_menu_item_set_submenu);
+    mixin Forward!(_gtk_menu_new);
+    mixin Forward!(_gtk_menu_popdown);
+    mixin Forward!(_gtk_menu_popup);
+    mixin Forward!(_gtk_menu_shell_deactivate);
+    mixin Forward!(_gtk_menu_shell_insert);
+    mixin Forward!(_gtk_menu_shell_select_item);
+    mixin Forward!(_gtk_menu_shell_set_take_focus);
+    mixin Forward!(_gtk_message_dialog_new);
+    mixin Forward!(_gtk_misc_set_alignment);
+    mixin Forward!(_gtk_notebook_get_current_page);
+    mixin Forward!(_gtk_notebook_get_scrollable);
+    mixin Forward!(_gtk_notebook_insert_page);
+    mixin Forward!(_gtk_notebook_new);
+    mixin Forward!(_gtk_notebook_next_page);
+    mixin Forward!(_gtk_notebook_prev_page);
+    mixin Forward!(_gtk_notebook_remove_page);
+    mixin Forward!(_gtk_notebook_set_current_page);
+    mixin Forward!(_gtk_notebook_set_scrollable);
+    mixin Forward!(_gtk_notebook_set_show_tabs);
+    mixin Forward!(_gtk_notebook_set_tab_pos);
+    mixin Forward!(_gtk_object_sink);
+    mixin Forward!(_gtk_page_setup_new );
+    mixin Forward!(_gtk_page_setup_get_orientation);
+    mixin Forward!(_gtk_page_setup_set_orientation);
+    mixin Forward!(_gtk_page_setup_get_paper_size);
+    mixin Forward!(_gtk_page_setup_set_paper_size);
+    mixin Forward!(_gtk_page_setup_get_top_margin);
+    mixin Forward!(_gtk_page_setup_set_top_margin);
+    mixin Forward!(_gtk_page_setup_get_bottom_margin);
+    mixin Forward!(_gtk_page_setup_set_bottom_margin);
+    mixin Forward!(_gtk_page_setup_get_left_margin);
+    mixin Forward!(_gtk_page_setup_set_left_margin);
+    mixin Forward!(_gtk_page_setup_get_right_margin);
+    mixin Forward!(_gtk_page_setup_set_right_margin);
+    mixin Forward!(_gtk_page_setup_get_paper_width);
+    mixin Forward!(_gtk_page_setup_get_paper_height);
+    mixin Forward!(_gtk_page_setup_get_page_width);
+    mixin Forward!(_gtk_page_setup_get_page_height);
+    mixin Forward!(_gtk_paint_handle);
+    mixin Forward!(_gtk_paint_flat_box);
+    mixin Forward!(_gtk_paint_focus);
+    mixin Forward!(_gtk_paint_option);
+    mixin Forward!(_gtk_paint_slider);
+    mixin Forward!(_gtk_paint_tab);
+    mixin Forward!(_gtk_paint_arrow);
+    mixin Forward!(_gtk_paint_box);
+    mixin Forward!(_gtk_paint_box_gap);
+    mixin Forward!(_gtk_paint_check);
+    mixin Forward!(_gtk_paint_expander);
+    mixin Forward!(_gtk_paint_extension);
+    mixin Forward!(_gtk_paint_hline);
+    mixin Forward!(_gtk_paint_layout);
+    mixin Forward!(_gtk_paint_shadow_gap);
+    mixin Forward!(_gtk_paint_shadow);
+    mixin Forward!(_gtk_paint_vline);
+    mixin Forward!(_gtk_paper_size_new);
+    mixin Forward!(_gtk_paper_size_new_from_ppd);
+    mixin Forward!(_gtk_paper_size_new_custom);
+    mixin Forward!(_gtk_paper_size_get_name);
+    mixin Forward!(_gtk_paper_size_get_display_name);
+    mixin Forward!(_gtk_paper_size_get_ppd_name);
+    mixin Forward!(_gtk_paper_size_get_width);
+    mixin Forward!(_gtk_paper_size_get_height);
+    mixin Forward!(_gtk_paper_size_is_custom);
+    mixin Forward!(_gtk_plug_get_id);
+    mixin Forward!(_gtk_plug_new);
+    mixin Forward!(_gtk_printer_get_backend);
+    mixin Forward!(_gtk_printer_get_name);
+    mixin Forward!(_gtk_printer_is_default);
+    mixin Forward!(_gtk_enumerate_printers);
+    mixin Forward!(_gtk_print_job_new);
+    mixin Forward!(_gtk_print_job_get_settings);
+    mixin Forward!(_gtk_print_job_get_printer);
+    mixin Forward!(_gtk_print_job_get_title);
+    mixin Forward!(_gtk_print_job_get_status);
+    mixin Forward!(_gtk_print_job_set_source_file);
+    mixin Forward!(_gtk_print_job_get_surface);
+    mixin Forward!(_gtk_print_job_send);
+    mixin Forward!(_gtk_print_settings_new);
+    mixin Forward!(_gtk_print_settings_foreach);
+    mixin Forward!(_gtk_print_settings_get);
+    mixin Forward!(_gtk_print_settings_set);
+    mixin Forward!(_gtk_print_settings_get_printer);
+    mixin Forward!(_gtk_print_settings_set_printer);
+    mixin Forward!(_gtk_print_settings_get_orientation);
+    mixin Forward!(_gtk_print_settings_set_orientation);
+    mixin Forward!(_gtk_print_settings_get_collate);
+    mixin Forward!(_gtk_print_settings_set_collate);
+    mixin Forward!(_gtk_print_settings_get_n_copies);
+    mixin Forward!(_gtk_print_settings_set_n_copies);
+    mixin Forward!(_gtk_print_settings_get_print_pages);
+    mixin Forward!(_gtk_print_settings_set_print_pages);
+    mixin Forward!(_gtk_print_settings_get_page_ranges);
+    mixin Forward!(_gtk_print_settings_set_page_ranges);
+    mixin Forward!(_gtk_print_settings_get_paper_width);
+    mixin Forward!(_gtk_print_settings_get_paper_height);
+    mixin Forward!(_gtk_print_settings_get_resolution);
+    mixin Forward!(_gtk_print_unix_dialog_new);
+    mixin Forward!(_gtk_print_unix_dialog_set_page_setup);
+    mixin Forward!(_gtk_print_unix_dialog_get_page_setup);
+    mixin Forward!(_gtk_print_unix_dialog_set_current_page);
+    mixin Forward!(_gtk_print_unix_dialog_get_current_page);
+    mixin Forward!(_gtk_print_unix_dialog_set_settings);
+    mixin Forward!(_gtk_print_unix_dialog_get_settings);
+    mixin Forward!(_gtk_print_unix_dialog_get_selected_printer);
+    mixin Forward!(_gtk_print_unix_dialog_set_manual_capabilities);
+    mixin Forward!(_gtk_progress_bar_new);
+    mixin Forward!(_gtk_progress_bar_pulse);
+    mixin Forward!(_gtk_progress_bar_set_fraction);
+    mixin Forward!(_gtk_progress_bar_set_orientation);
+    mixin Forward!(_gtk_radio_button_get_group);
+    mixin Forward!(_gtk_radio_button_new);
+    mixin Forward!(_gtk_radio_menu_item_get_group);
+    mixin Forward!(_gtk_radio_menu_item_new);
+    mixin Forward!(_gtk_radio_menu_item_new_with_label);
+    mixin Forward!(_gtk_range_get_adjustment);
+    mixin Forward!(_gtk_range_set_increments);
+    mixin Forward!(_gtk_range_set_inverted);
+    mixin Forward!(_gtk_range_set_range);
+    mixin Forward!(_gtk_range_set_value);
+    mixin Forward!(_gtk_rc_parse_string);
+    mixin Forward!(_gtk_rc_style_get_bg_pixmap_name);
+    mixin Forward!(_gtk_rc_style_get_color_flags);
+    mixin Forward!(_gtk_rc_style_set_bg);
+    mixin Forward!(_gtk_rc_style_set_bg_pixmap_name);
+    mixin Forward!(_gtk_rc_style_set_color_flags);
+    mixin Forward!(_gtk_scale_set_digits);
+    mixin Forward!(_gtk_scale_set_draw_value);
+    mixin Forward!(_gtk_rc_style_set_fg);
+    mixin Forward!(_gtk_rc_style_set_text);
+    mixin Forward!(_gtk_scrolled_window_add_with_viewport);
+    mixin Forward!(_gtk_scrolled_window_get_hadjustment);
+    mixin Forward!(_gtk_scrolled_window_get_policy);
+    mixin Forward!(_gtk_scrolled_window_get_shadow_type);
+    mixin Forward!(_gtk_scrolled_window_get_vadjustment);
+    mixin Forward!(_gtk_scrolled_window_new);
+    mixin Forward!(_gtk_scrolled_window_set_placement);
+    mixin Forward!(_gtk_scrolled_window_set_policy);
+    mixin Forward!(_gtk_scrolled_window_set_shadow_type);
+    mixin Forward!(_gtk_settings_get_default);
+    mixin Forward!(_gtk_selection_data_free);
+    mixin Forward!(_gtk_selection_data_set);
+    mixin Forward!(_gtk_separator_menu_item_new);
+    mixin Forward!(_gtk_set_locale);
+    mixin Forward!(_gtk_socket_get_id);
+    mixin Forward!(_gtk_socket_new);
+    mixin Forward!(_gtk_spin_button_new);
+    mixin Forward!(_gtk_spin_button_get_adjustment);
+    mixin Forward!(_gtk_spin_button_get_digits);
+    mixin Forward!(_gtk_spin_button_set_digits);
+    mixin Forward!(_gtk_spin_button_set_increments);
+    mixin Forward!(_gtk_spin_button_set_range);
+    mixin Forward!(_gtk_spin_button_set_value);
+    mixin Forward!(_gtk_spin_button_set_wrap);
+    mixin Forward!(_gtk_spin_button_update);
+    mixin Forward!(_gtk_style_get_base);
+    mixin Forward!(_gtk_style_get_black);
+    mixin Forward!(_gtk_style_get_bg);
+    mixin Forward!(_gtk_style_get_dark);
+    mixin Forward!(_gtk_style_get_fg);
+    mixin Forward!(_gtk_style_get_fg_gc);
+    mixin Forward!(_gtk_style_get_bg_gc);
+    mixin Forward!(_gtk_style_get_light_gc);
+    mixin Forward!(_gtk_style_get_dark_gc);
+    mixin Forward!(_gtk_style_get_mid_gc);
+    mixin Forward!(_gtk_style_get_text_gc);
+    mixin Forward!(_gtk_style_get_text_aa_gc);
+    mixin Forward!(_gtk_style_get_black_gc);
+    mixin Forward!(_gtk_style_get_white_gc);
+    mixin Forward!(_gtk_style_get_font_desc);
+    mixin Forward!(_gtk_style_get_light);
+    mixin Forward!(_gtk_style_get_text);
+    mixin Forward!(_gtk_style_get_xthickness);
+    mixin Forward!(_gtk_style_get_ythickness);
+    mixin Forward!(_gtk_style_render_icon);
+    mixin Forward!(_gtk_target_list_new);
+    mixin Forward!(_gtk_target_list_unref);
+    mixin Forward!(_gtk_text_buffer_copy_clipboard);
+    mixin Forward!(_gtk_text_buffer_cut_clipboard);
+    mixin Forward!(_gtk_text_buffer_delete);
+    mixin Forward!(_gtk_text_buffer_get_bounds);
+    mixin Forward!(_gtk_text_buffer_get_char_count);
+    mixin Forward!(_gtk_text_buffer_get_end_iter);
+    mixin Forward!(_gtk_text_buffer_get_insert);
+    mixin Forward!(_gtk_text_buffer_get_iter_at_line);
+    mixin Forward!(_gtk_text_buffer_get_iter_at_mark);
+    mixin Forward!(_gtk_text_buffer_get_iter_at_offset);
+    mixin Forward!(_gtk_text_buffer_get_line_count);
+    mixin Forward!(_gtk_text_buffer_get_selection_bound);
+    mixin Forward!(_gtk_text_buffer_get_selection_bounds);
+    mixin Forward!(_gtk_text_buffer_get_text);
+    mixin Forward!(_gtk_text_buffer_insert);
+    mixin Forward!(_gtk_text_buffer_insert);
+    mixin Forward!(_gtk_text_buffer_move_mark);
+    mixin Forward!(_gtk_text_buffer_paste_clipboard);
+    mixin Forward!(_gtk_text_buffer_place_cursor);
+    mixin Forward!(_gtk_text_buffer_set_text);
+    mixin Forward!(_gtk_text_iter_get_line);
+    mixin Forward!(_gtk_text_iter_get_offset);
+    mixin Forward!(_gtk_text_view_buffer_to_window_coords);
+    mixin Forward!(_gtk_text_view_get_buffer);
+    mixin Forward!(_gtk_text_view_get_editable);
+    mixin Forward!(_gtk_text_view_get_iter_at_location);
+    mixin Forward!(_gtk_text_view_get_iter_location);
+    mixin Forward!(_gtk_text_view_get_line_at_y);
+    mixin Forward!(_gtk_text_view_get_visible_rect);
+    mixin Forward!(_gtk_text_view_get_window);
+    mixin Forward!(_gtk_text_view_new);
+    mixin Forward!(_gtk_text_view_scroll_mark_onscreen);
+    mixin Forward!(_gtk_text_view_scroll_to_iter);
+    mixin Forward!(_gtk_text_view_set_editable);
+    mixin Forward!(_gtk_text_view_set_justification);
+    mixin Forward!(_gtk_text_view_set_tabs);
+    mixin Forward!(_gtk_text_view_set_wrap_mode);
+    mixin Forward!(_gtk_text_view_window_to_buffer_coords);
+    mixin Forward!(_gtk_timeout_add);
+    mixin Forward!(_gtk_timeout_remove);
+    mixin Forward!(_gtk_toggle_button_get_active);
+    mixin Forward!(_gtk_toggle_button_new);
+    mixin Forward!(_gtk_toggle_button_set_active);
+    mixin Forward!(_gtk_toggle_button_set_mode);
+    mixin Forward!(_gtk_toolbar_insert_widget);
+    mixin Forward!(_gtk_toolbar_new);
+    mixin Forward!(_gtk_toolbar_set_orientation);
+    mixin Forward!(_gtk_tooltips_data_get);
+    mixin Forward!(_gtk_tooltips_disable);
+    mixin Forward!(_gtk_tooltips_enable);
+    mixin Forward!(_gtk_tooltips_new);
+    mixin Forward!(_gtk_tooltips_force_window);
+    mixin Forward!(_gtk_tooltips_set_tip);
+    mixin Forward!(_gtk_tree_model_get);
+    mixin Forward!(_gtk_tree_model_get);
+    mixin Forward!(_gtk_tree_model_get_iter);
+    mixin Forward!(_gtk_tree_model_get_iter_first);
+    mixin Forward!(_gtk_tree_model_get_n_columns);
+    mixin Forward!(_gtk_tree_model_get_path);
+    mixin Forward!(_gtk_tree_model_get_type);
+    mixin Forward!(_gtk_tree_model_iter_children);
+    mixin Forward!(_gtk_tree_model_iter_n_children);
+    mixin Forward!(_gtk_tree_model_iter_next);
+    mixin Forward!(_gtk_tree_model_iter_nth_child);
+    mixin Forward!(_gtk_tree_path_append_index);
+    mixin Forward!(_gtk_tree_path_compare);
+    mixin Forward!(_gtk_tree_path_down);
+    mixin Forward!(_gtk_tree_path_free);
+    mixin Forward!(_gtk_tree_path_get_depth);
+    mixin Forward!(_gtk_tree_path_get_indices);
+    mixin Forward!(_gtk_tree_path_new);
+    mixin Forward!(_gtk_tree_path_new_first);
+    mixin Forward!(_gtk_tree_path_new_from_string);
+    mixin Forward!(_gtk_tree_path_new_from_string);
+    mixin Forward!(_gtk_tree_path_next);
+    mixin Forward!(_gtk_tree_path_prev);
+    mixin Forward!(_gtk_tree_path_up);
+    mixin Forward!(_gtk_tree_selection_count_selected_rows);
+    mixin Forward!(_gtk_tree_selection_get_selected);
+    mixin Forward!(_gtk_tree_selection_get_selected_rows);
+    mixin Forward!(_gtk_tree_selection_path_is_selected);
+    mixin Forward!(_gtk_tree_selection_select_all);
+    mixin Forward!(_gtk_tree_selection_select_iter);
+    mixin Forward!(_gtk_tree_selection_selected_foreach);
+    mixin Forward!(_gtk_tree_selection_set_mode);
+    mixin Forward!(_gtk_tree_selection_unselect_all);
+    mixin Forward!(_gtk_tree_selection_unselect_iter);
+    mixin Forward!(_gtk_tree_store_append);
+    mixin Forward!(_gtk_tree_store_clear);
+    mixin Forward!(_gtk_tree_store_insert);
+    mixin Forward!(_gtk_tree_store_newv);
+    mixin Forward!(_gtk_tree_store_remove);
+    mixin Forward!(_gtk_tree_store_set);
+    mixin Forward!(_gtk_tree_store_set);
+    mixin Forward!(_gtk_tree_store_set);
+    mixin Forward!(_gtk_tree_store_set);
+    mixin Forward!(_gtk_tree_store_set);
+    mixin Forward!(_gtk_tree_view_create_row_drag_icon);
+    mixin Forward!(_gtk_tree_view_collapse_row);
+    mixin Forward!(_gtk_tree_view_column_add_attribute);
+    mixin Forward!(_gtk_tree_view_column_cell_get_position);
+    mixin Forward!(_gtk_tree_view_column_cell_get_size);
+    mixin Forward!(_gtk_tree_view_column_cell_set_cell_data);
+    mixin Forward!(_gtk_tree_view_column_clear);
+    mixin Forward!(_gtk_tree_view_column_get_cell_renderers);
+    mixin Forward!(_gtk_tree_view_column_get_fixed_width);
+    mixin Forward!(_gtk_tree_view_column_get_reorderable);
+    mixin Forward!(_gtk_tree_view_column_get_resizable);
+    mixin Forward!(_gtk_tree_view_column_get_sizing);
+    mixin Forward!(_gtk_tree_view_column_get_spacing);
+    mixin Forward!(_gtk_tree_view_column_get_visible);
+    mixin Forward!(_gtk_tree_view_column_get_sort_indicator);
+    mixin Forward!(_gtk_tree_view_column_get_sort_order);
+    mixin Forward!(_gtk_tree_view_column_get_width);
+    mixin Forward!(_gtk_tree_view_column_new);
+    mixin Forward!(_gtk_tree_view_column_pack_start);
+    mixin Forward!(_gtk_tree_view_column_pack_end);
+    mixin Forward!(_gtk_tree_view_column_set_alignment);
+    mixin Forward!(_gtk_tree_view_column_set_cell_data_func);
+    mixin Forward!(_gtk_tree_view_column_set_clickable);
+    mixin Forward!(_gtk_tree_view_column_set_fixed_width);
+    mixin Forward!(_gtk_tree_view_column_set_min_width);
+    mixin Forward!(_gtk_tree_view_column_set_reorderable);
+    mixin Forward!(_gtk_tree_view_column_set_resizable);
+    mixin Forward!(_gtk_tree_view_column_set_sizing);
+    mixin Forward!(_gtk_tree_view_column_set_sort_indicator);
+    mixin Forward!(_gtk_tree_view_column_set_sort_order);
+    mixin Forward!(_gtk_tree_view_column_set_title);
+    mixin Forward!(_gtk_tree_view_column_set_visible );
+    mixin Forward!(_gtk_tree_view_column_set_widget);
+    mixin Forward!(_gtk_tree_view_set_drag_dest_row);
+    mixin Forward!(_gtk_tree_view_set_enable_search );
+    mixin Forward!(_gtk_tree_view_expand_row);
+    mixin Forward!(_gtk_tree_view_get_background_area);
+    mixin Forward!(_gtk_tree_view_get_bin_window);
+    mixin Forward!(_gtk_tree_view_get_cell_area);
+    mixin Forward!(_gtk_tree_view_get_expander_column);
+    mixin Forward!(_gtk_tree_view_get_column);
+    mixin Forward!(_gtk_tree_view_get_columns);
+    mixin Forward!(_gtk_tree_view_get_cursor);
+    mixin Forward!(_gtk_tree_view_get_headers_visible);
+    mixin Forward!(_gtk_tree_view_get_path_at_pos);
+    mixin Forward!(_gtk_tree_view_get_rules_hint);
+    mixin Forward!(_gtk_tree_view_get_selection);
+    mixin Forward!(_gtk_tree_view_get_visible_rect);
+    mixin Forward!(_gtk_tree_view_insert_column);
+    mixin Forward!(_gtk_tree_view_move_column_after);
+    mixin Forward!(_gtk_tree_view_new_with_model);
+    mixin Forward!(_gtk_tree_view_remove_column);
+    mixin Forward!(_gtk_tree_view_row_expanded);
+    mixin Forward!(_gtk_tree_view_scroll_to_cell);
+    mixin Forward!(_gtk_tree_view_scroll_to_point );
+    mixin Forward!(_gtk_tree_view_set_cursor);
+    mixin Forward!(_gtk_tree_view_set_headers_visible);
+    mixin Forward!(_gtk_tree_view_set_model);
+    mixin Forward!(_gtk_tree_view_set_rules_hint);
+    mixin Forward!(_gtk_tree_view_set_search_column);
+    mixin Forward!(_gtk_tree_view_tree_to_widget_coords);
+    mixin Forward!(_gtk_tree_view_unset_rows_drag_dest);
+    mixin Forward!(_gtk_tree_view_widget_to_tree_coords);
+    mixin Forward!(_gtk_vbox_new);
+    mixin Forward!(_gtk_vscale_new);
+    mixin Forward!(_gtk_vscrollbar_new);
+    mixin Forward!(_gtk_vseparator_new);
+    mixin Forward!(_gtk_widget_add_accelerator);
+    mixin Forward!(_gtk_widget_add_events);
+    mixin Forward!(_gtk_widget_child_focus);
+    mixin Forward!(_gtk_widget_create_pango_layout);
+    mixin Forward!(_gtk_widget_create_pango_layout);
+    mixin Forward!(_gtk_widget_destroy);
+    mixin Forward!(_gtk_widget_event);
+    mixin Forward!(_gtk_widget_get_accessible );
+    mixin Forward!(_gtk_widget_get_child_visible );
+    mixin Forward!(_gtk_widget_get_default_direction);
+    mixin Forward!(_gtk_widget_get_default_style);
+    mixin Forward!(_gtk_widget_get_direction);
+    mixin Forward!(_gtk_widget_get_events);
+    mixin Forward!(_gtk_widget_get_modifier_style);
+    mixin Forward!(_gtk_widget_get_pango_context);
+    mixin Forward!(_gtk_widget_get_parent);
+    mixin Forward!(_gtk_widget_get_style);
+    mixin Forward!(_gtk_widget_get_size_request);
+    mixin Forward!(_gtk_widget_get_toplevel );
+    mixin Forward!(_gtk_widget_grab_focus);
+    mixin Forward!(_gtk_widget_hide);
+    mixin Forward!(_gtk_widget_is_focus);
+    mixin Forward!(_gtk_widget_map);
+    mixin Forward!(_gtk_widget_mnemonic_activate);
+    mixin Forward!(_gtk_widget_modify_base);
+    mixin Forward!(_gtk_widget_modify_bg);
+    mixin Forward!(_gtk_widget_modify_fg);
+    mixin Forward!(_gtk_widget_modify_font);
+    mixin Forward!(_gtk_widget_modify_style);
+    mixin Forward!(_gtk_widget_modify_text);
+    mixin Forward!(_gtk_widget_queue_resize);
+    mixin Forward!(_gtk_widget_realize);
+    mixin Forward!(_gtk_widget_remove_accelerator);
+    mixin Forward!(_gtk_widget_reparent);
+    mixin Forward!(_gtk_widget_set_app_paintable);
+    mixin Forward!(_gtk_widget_set_default_direction);
+    mixin Forward!(_gtk_widget_set_direction);
+    mixin Forward!(_gtk_widget_set_double_buffered);
+    mixin Forward!(_gtk_widget_set_name);
+    mixin Forward!(_gtk_widget_set_redraw_on_allocate);
+    mixin Forward!(_gtk_widget_set_sensitive);
+    mixin Forward!(_gtk_widget_set_size_request);
+    mixin Forward!(_gtk_widget_set_state);
+    mixin Forward!(_gtk_widget_set_style);
+    mixin Forward!(_gtk_widget_shape_combine_mask);
+    mixin Forward!(_gtk_widget_show);
+    mixin Forward!(_gtk_widget_show_now);
+    mixin Forward!(_gtk_widget_size_allocate);
+    mixin Forward!(_gtk_widget_size_request);
+    mixin Forward!(_gtk_widget_style_get);
+    mixin Forward!(_gtk_widget_style_get);
+    mixin Forward!(_gtk_widget_translate_coordinates);
+    mixin Forward!(_gtk_widget_unrealize);
+    mixin Forward!(_gtk_window_activate_default);
+    mixin Forward!(_gtk_window_add_accel_group);
+    mixin Forward!(_gtk_window_deiconify);
+    mixin Forward!(_gtk_window_get_focus);
+    mixin Forward!(_gtk_window_get_icon_list);
+    mixin Forward!(_gtk_window_get_modal);
+    mixin Forward!(_gtk_window_get_mnemonic_modifier);
+    mixin Forward!(_gtk_window_get_position);
+    mixin Forward!(_gtk_window_get_size);
+    mixin Forward!(_gtk_window_iconify);
+    mixin Forward!(_gtk_window_maximize);
+    mixin Forward!(_gtk_window_move);
+    mixin Forward!(_gtk_window_new);
+    mixin Forward!(_gtk_window_present);
+    mixin Forward!(_gtk_window_remove_accel_group);
+    mixin Forward!(_gtk_window_resize);
+    mixin Forward!(_gtk_window_set_default);
+    mixin Forward!(_gtk_window_set_destroy_with_parent);
+    mixin Forward!(_gtk_window_set_geometry_hints);
+    mixin Forward!(_gtk_window_set_icon_list);
+    mixin Forward!(_gtk_window_set_modal);
+    mixin Forward!(_gtk_widget_set_parent_window);
+    mixin Forward!(_gtk_window_set_resizable);
+    mixin Forward!(_gtk_window_set_title);
+    mixin Forward!(_gtk_window_set_skip_taskbar_hint);
+    mixin Forward!(_gtk_window_set_type_hint);
+    mixin Forward!(_gtk_window_set_transient_for);
+    mixin Forward!(_gtk_window_unmaximize);
+    mixin Forward!(_pango_attr_background_new );
+    mixin Forward!(_pango_attr_font_desc_new);
+    mixin Forward!(_pango_attr_foreground_new );
+    mixin Forward!(_pango_attr_rise_new);
+    mixin Forward!(_pango_attr_shape_new);
+    mixin Forward!(_pango_attr_list_insert);
+    mixin Forward!(_pango_attr_list_change);
+    mixin Forward!(_pango_attr_list_new);
+    mixin Forward!(_pango_attr_list_unref);
+    mixin Forward!(_pango_attr_strikethrough_new);
+    mixin Forward!(_pango_attr_underline_new);
+    mixin Forward!(_pango_attr_weight_new);
+    mixin Forward!(_pango_cairo_font_map_get_default);
+    mixin Forward!(_pango_cairo_font_map_new);
+    mixin Forward!(_pango_cairo_font_map_create_context);
+    mixin Forward!(_pango_cairo_create_layout);
+    mixin Forward!(_pango_cairo_context_get_font_options);
+    mixin Forward!(_pango_cairo_context_set_font_options);
+    mixin Forward!(_pango_cairo_font_map_set_resolution);
+    mixin Forward!(_pango_cairo_layout_path);
+    mixin Forward!(_pango_cairo_show_layout);
+    mixin Forward!(_pango_context_get_base_dir);
+    mixin Forward!(_pango_context_get_language);
+    mixin Forward!(_pango_context_get_metrics);
+    mixin Forward!(_pango_context_list_families);
+    mixin Forward!(_pango_context_set_base_dir);
+    mixin Forward!(_pango_context_set_language);
+    mixin Forward!(_pango_font_description_copy);
+    mixin Forward!(_pango_font_description_free);
+    mixin Forward!(_pango_font_description_from_string);
+    mixin Forward!(_pango_font_description_get_family);
+    mixin Forward!(_pango_font_description_get_size);
+    mixin Forward!(_pango_font_description_get_style);
+    mixin Forward!(_pango_font_description_get_weight);
+    mixin Forward!(_pango_font_description_new);
+    mixin Forward!(_pango_font_description_set_family);
+    mixin Forward!(_pango_font_description_set_size);
+    mixin Forward!(_pango_font_description_set_stretch);
+    mixin Forward!(_pango_font_description_set_style);
+    mixin Forward!(_pango_font_description_set_weight);
+    mixin Forward!(_pango_font_description_to_string);
+    mixin Forward!(_pango_font_face_describe);
+    mixin Forward!(_pango_font_family_get_name);
+    mixin Forward!(_pango_font_family_list_faces);
+    mixin Forward!(_pango_font_get_metrics);
+    mixin Forward!(_pango_font_metrics_get_approximate_char_width);
+    mixin Forward!(_pango_font_metrics_get_ascent);
+    mixin Forward!(_pango_font_metrics_get_descent);
+    mixin Forward!(_pango_font_metrics_unref);
+    mixin Forward!(_pango_language_from_string);
+    mixin Forward!(_pango_layout_context_changed);
+    mixin Forward!(_pango_layout_get_alignment);
+    mixin Forward!(_pango_layout_get_context);
+    mixin Forward!(_pango_layout_get_attributes);
+    mixin Forward!(_pango_layout_get_indent);
+    mixin Forward!(_pango_layout_get_iter);
+    mixin Forward!(_pango_layout_get_justify);
+    mixin Forward!(_pango_layout_get_line);
+    mixin Forward!(_pango_layout_get_line_count);
+    mixin Forward!(_pango_layout_get_log_attrs);
+    mixin Forward!(_pango_layout_get_size);
+    mixin Forward!(_pango_layout_get_spacing);
+    mixin Forward!(_pango_layout_get_tabs);
+    mixin Forward!(_pango_layout_get_text);
+    mixin Forward!(_pango_layout_get_width);
+    mixin Forward!(_pango_layout_index_to_pos);
+    mixin Forward!(_pango_layout_iter_free);
+    mixin Forward!(_pango_layout_iter_get_line_extents);
+    mixin Forward!(_pango_layout_iter_get_index);
+    mixin Forward!(_pango_layout_iter_get_run);
+    mixin Forward!(_pango_layout_iter_next_line);
+    mixin Forward!(_pango_layout_iter_next_run);
+    mixin Forward!(_pango_layout_line_get_extents);
+    mixin Forward!(_pango_layout_line_x_to_index);
+    mixin Forward!(_pango_layout_new);
+    mixin Forward!(_pango_layout_set_alignment );
+    mixin Forward!(_pango_layout_set_attributes);
+    mixin Forward!(_pango_layout_set_auto_dir);
+    mixin Forward!(_pango_layout_set_font_description);
+    mixin Forward!(_pango_layout_set_indent);
+    mixin Forward!(_pango_layout_set_justify);
+    mixin Forward!(_pango_layout_set_single_paragraph_mode);
+    mixin Forward!(_pango_layout_set_spacing);
+    mixin Forward!(_pango_layout_set_tabs);
+    mixin Forward!(_pango_layout_set_text);
+    mixin Forward!(_pango_layout_set_width);
+    mixin Forward!(_pango_layout_set_wrap );
+    mixin Forward!(_pango_layout_xy_to_index);
+    mixin Forward!(_pango_tab_array_get_size);
+    mixin Forward!(_pango_tab_array_get_tabs);
+    mixin Forward!(_pango_tab_array_free);
+    mixin Forward!(_pango_tab_array_new);
+    mixin Forward!(_pango_tab_array_set_tab);
+    mixin Forward!(_atk_object_add_relationship );
+
+++/
+}