package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `window ] Gobject.obj
method set_title : window_props -> string -> unit
method set_accept_focus : 'a -> bool -> unit
method set_decorated : 'a -> bool -> unit
method set_default_height : 'a -> int -> unit
method set_default_width : 'a -> int -> unit
method set_deletable : 'a -> bool -> unit
method set_destroy_with_parent : 'a -> bool -> unit
method set_focus_on_map : 'a -> bool -> unit
method set_gravity : 'a -> GdkEnums.gravity -> unit
method set_icon : 'a -> GdkPixbuf.pixbuf option -> unit
method set_icon_name : 'a -> string -> unit
method set_modal : 'a -> bool -> unit
method set_position : 'a -> GtkEnums.window_position -> unit
method set_opacity : 'a -> float -> unit
method set_resizable : 'a -> bool -> unit
method set_role : 'a -> string -> unit
method set_screen : 'a -> Gdk.screen -> unit
method set_skip_pager_hint : 'a -> bool -> unit
method set_skip_taskbar_hint : 'a -> bool -> unit
method set_type_hint : 'a -> GdkEnums.window_type_hint -> unit
method set_urgency_hint : 'a -> bool -> unit
method title : 'a -> string
method accept_focus : 'a -> bool
method decorated : 'a -> bool
method default_height : 'a -> int
method default_width : 'a -> int
method deletable : 'a -> bool
method destroy_with_parent : 'a -> bool
method focus_on_map : 'a -> bool
method gravity : 'a -> GdkEnums.gravity
method has_toplevel_focus : 'a -> bool
method icon : 'a -> GdkPixbuf.pixbuf option
method icon_name : 'a -> string
method is_active : 'a -> bool
method modal : 'a -> bool
method position : 'a -> GtkEnums.window_position
method opacity : 'a -> float
method resizable : 'a -> bool
method role : 'a -> string
method screen : 'a -> Gdk.screen
method skip_pager_hint : 'a -> bool
method skip_taskbar_hint : 'a -> bool
method kind : 'a -> GtkEnums.window_type
method type_hint : 'a -> GdkEnums.window_type_hint
method urgency_hint : 'a -> bool