module Fixed:sig..end
val cast : 'a Gobject.obj -> Gtk.fixed Gtk.objval create : Gtk.fixed Gobject.param list -> Gtk.fixed Gtk.objval put : [> `fixed ] Gtk.obj -> [> `widget ] Gtk.obj -> x:int -> y:int -> unitval move : [> `fixed ] Gtk.obj -> [> `widget ] Gtk.obj -> x:int -> y:int -> unitval set_has_window : [> `fixed ] Gtk.obj -> bool -> unitval get_has_window : [> `fixed ] Gtk.obj -> bool