import "glib/glib" import "glib/glib-object" import "gdk/gdk" import "gtk/gtkobject" import "gtk/gtkenums" import "gtk/gtkwidget" import "gtk/gtkcontainer" public [name="c"] struct GtkFixed : local GtkContainer; end struct GtkFixedClass : local GtkContainerClass; end struct GtkFixedChild : local GtkWidget; end import func gtk_fixed_get_type: GtkType import func gtk_fixed_new: GtkWidget import func gtk_fixed_put (GtkFixed,GtkWidget,gint,gint) import func gtk_fixed_move (GtkFixed,GtkWidget,gint,gint) import func gtk_fixed_set_has_window (GtkFixed,gboolean) import func gtk_fixed_get_has_window (GtkFixed): gboolean end