gtk.h __PARAMETERS__(){}; -f __FOLDERS__(){}; gtk+-3.4.4/gtk gtk+-3.4.4 __HEADERS__(){}; gdk/gdk.h>gtk/gdk.bi glib.h>glib.bi gio/gio.h>gio/gio.bi pango/pango.h>pango/pango.bi glib-object.h>glib-object.bi cairo.h>cairo.bi gdk-pixbuf/gdk-pixbuf.h>gtk/gdk-pixbuf/gdk-pixbuf.bi atk/atk.h>atk/atk.bi __TYPES__(){}; __MACROS__(){}; #define G_BEGIN_DECLS #define G_END_DECLS #define G_GNUC_CONST #define G_GNUC_MALLOC #define G_GNUC_PRINTF( format_idx, arg_idx ) #define GDK_AVAILABLE_IN_3_2 #define GDK_AVAILABLE_IN_3_4 #define GDK_DEPRECATED #define GDK_DEPRECATED_IN_3_0 #define GDK_DEPRECATED_IN_3_0_FOR(x) #define GDK_DEPRECATED_IN_3_2 #define GDK_DEPRECATED_IN_3_2_FOR(x) #define GDK_DEPRECATED_IN_3_4 #define GDK_DEPRECATED_IN_3_4_FOR(x) __POST_REPS__(){}; GTK_STOCK_ADD& gtk_major_version& gtk_minor_version& gtk_micro_version& gtk_binary_age& gtk_interface_age& gtk_check_version&_ ALIAS "gtk_check_version" rgba& __START_BI__(){}; ' This is file gtk-3.4.bi ' (FreeBasic binding for GTK - The GIMP Toolkit version 3.4.4) ' ' translated with help of h_2_bi.bas by ' Thomas[ dot ]Freiherr[ at ]gmx[ dot ]net. ' ' Licence: ' (C) 2011-2012 Thomas[ dot ]Freiherr[ at ]gmx[ dot ]net ' ' This library binding is free software; you can redistribute it ' and/or modify it under the terms of the GNU Lesser General Public ' License as published by the Free Software Foundation; either ' version 2 of the License, or (at your option) ANY later version. ' ' This binding is distributed in the hope that it will be useful, ' but WITHOUT ANY WARRANTY; without even the implied warranty of ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ' Lesser General Public License for more details, refer to: ' http://www.gnu.org/licenses/lgpl.html ' ' ' Original license text: ' '/* GTK - The GIMP Toolkit '* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald '* '* This library is free software; you can redistribute it and/or '* modify it under the terms of the GNU Lesser General Public '* License as published by the Free Software Foundation; either '* version 2 of the License, or (at your option) any later version. '* '* This library is distributed in the hope that it will be useful, '* but WITHOUT ANY WARRANTY; without even the implied warranty of '* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU '* Lesser General Public License for more details. '* '* You should have received a copy of the GNU Lesser General Public '* License along with this library. If not, see . '*/ '/* '* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS '* file for a list of people on the GTK+ Team. See the ChangeLog '* files for a list of changes. These files are distributed with '* GTK+ at ftp://ftp.gtk.org/pub/gtk/. '*/ #IFNDEF __GTK_TJF__ #DEFINE __GTK_TJF__ #IF NOT __FB_MIN_VERSION__(0, 20, 0) #ERROR fbc version must NOT be less than 0.20.0 to compile this header #ENDIF #IFDEF __FB_WIN32__ #PRAGMA push(msbitfields) #ELSEIF NOT DEFINED(__FB_UNIX__) #ERROR "Platform not supported!" #ENDIF #INCLIB "gtk-3" __END_BI__(){}; #IFDEF __FB_WIN32__ #PRAGMA pop(msbitfields) #ENDIF #ENDIF ' __GTK_TJF__