Class GWindow.window_skel
@gtkdoc gtk GtkWindow
inherit GContainer.bin
- constraint 'a = [> Gtk.window ]
val obj : 'a Gtk.obj
method activate_default : unit -> boolmethod activate_focus : unit -> boolmethod add_accel_group : Gtk.accel_group -> unitmethod as_window : Gtk.window Gtk.objmethod deiconify : unit -> unitmethod event : GObj.event_opsmethod iconify : unit -> unitmethod move : x:int -> y:int -> unitmethod parse_geometry : string -> boolmethod present : unit -> unitmethod resize : width:int -> height:int -> unitmethod show : unit -> unitmethod set_accept_focus : bool -> unitmethod set_decorated : bool -> unitmethod set_default_height : int -> unitmethod set_default_size : width:int -> height:int -> unitmethod set_default_width : int -> unitmethod set_deletable : bool -> unitmethod set_destroy_with_parent : bool -> unitmethod set_focus_on_map : bool -> unitmethod set_geometry_hints : ?min_size:(int * int) -> ?max_size:(int * int) -> ?base_size:(int * int) -> ?aspect:(float * float) -> ?resize_inc:(int * int) -> ?win_gravity:Gdk.Tags.gravity -> ?pos:bool -> ?user_pos:bool -> ?user_size:bool -> GObj.widget -> unitmethod set_gravity : Gdk.Tags.gravity -> unitmethod set_icon : GdkPixbuf.pixbuf option -> unitmethod set_icon_name : string -> unitmethod set_modal : bool -> unitmethod set_opacity : float -> unitmethod set_position : Gtk.Tags.window_position -> unitmethod set_resizable : bool -> unitmethod set_role : string -> unitmethod set_screen : Gdk.screen -> unitmethod set_skip_pager_hint : bool -> unitmethod set_skip_taskbar_hint : bool -> unitmethod set_title : string -> unitmethod set_transient_for : Gtk.window Gtk.obj -> unitmethod set_type_hint : Gdk.Tags.window_type_hint -> unitmethod set_wmclass : name:string -> clas:string -> unitmethod accept_focus : boolmethod decorated : boolmethod default_height : intmethod default_width : intmethod deletable : boolmethod destroy_with_parent : boolmethod focus_on_map : boolmethod gravity : GdkEnums.gravitymethod has_toplevel_focus : boolmethod icon : GdkPixbuf.pixbuf optionmethod icon_name : stringmethod is_active : boolmethod kind : Gtk.Tags.window_typemethod modal : boolmethod opacity : floatmethod position : Gtk.Tags.window_positionmethod resizable : boolmethod role : stringmethod screen : Gdk.screenmethod skip_pager_hint : boolmethod skip_taskbar_hint : boolmethod title : stringmethod type_hint : Gdk.Tags.window_type_hintmethod set_urgency_hint : bool -> unitsince Gtk 2.8