Class GWindow.window


class window : [> Gtk.window ] Gtk.obj -> object .. end
Toplevel widget which can contain other widgets
GTK documentation: GtkWindow
Inherits
val obj : ([> Gtk.window ] as 'a) Gtk.obj
method connect : GContainer.container_signals
method fullscreen : unit -> unit
Since GTK 2.2
method maximize : unit -> unit
method stick : unit -> unit
method unfullscreen : unit -> unit
Since GTK 2.2
method unmaximize : unit -> unit
method unstick : unit -> unit