; -*- scheme -*- (method flags (of-object Object (Gtk)) (c-name GTK_OBJECT_FLAGS) (return-type guint) ) (method set_flags (of-object Object (Gtk)) (c-name GTK_OBJECT_SET_FLAGS) (return-type none) (parameter (type-and-name guint flags)) ) (method unset_flags (of-object Object (Gtk)) (c-name GTK_OBJECT_UNSET_FLAGS) (return-type none) (parameter (type-and-name guint flags)) ) (method get_window (of-object Widget (Gtk)) (c-name gtk_widget_get_window) (return-type GdkWindow) ) (method get_allocation (of-object Widget (Gtk)) (c-name gtk_widget_get_allocation) (return-type GtkAllocation) )