package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class box_skel : [> Gtk.box ] as 'b Gtk.obj -> object ... end
class size_group : [> `sizegroup ] as 'b Gtk.obj -> object ... end
class box : [> Gtk.box ] as 'b Gtk.obj -> object ... end
val box : Gtk.Tags.orientation -> ?homogeneous:bool -> ?spacing:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> box
val vbox : ?homogeneous:bool -> ?spacing:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> box
val hbox : ?homogeneous:bool -> ?spacing:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> box
class button_box : [> Gtk.button_box ] as 'b Gtk.obj -> object ... end
val button_box : Gtk.Tags.orientation -> ?spacing:int -> ?layout:Gtk.Tags.button_box_style -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> button_box
class table : Gtk.table Gtk.obj -> object ... end
val table : ?columns:int -> ?rows:int -> ?homogeneous:bool -> ?row_spacings:int -> ?col_spacings:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> table
class grid : Gtk.grid Gtk.obj -> object ... end
val grid : ?baseline_row:int -> ?row_homogeneous:bool -> ?col_homogeneous:bool -> ?row_spacings:int -> ?col_spacings:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> grid
class fixed : Gtk.fixed Gtk.obj -> object ... end
val fixed : ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> fixed
class layout : [> Gtk.layout ] as 'a Gtk.obj -> object ... end
val layout : ?hadjustment:GData.adjustment -> ?vadjustment:GData.adjustment -> ?layout_width:int -> ?layout_height:int -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> layout
class notebook_signals : [> Gtk.notebook ] Gtk.obj -> object ... end
class notebook : Gtk.notebook Gtk.obj -> object ... end
val notebook : ?enable_popup:bool -> ?group_name:string -> ?scrollable:bool -> ?show_border:bool -> ?show_tabs:bool -> ?tab_pos:Gtk.Tags.position_type -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> notebook
class paned : Gtk.paned Gtk.obj -> object ... end
val paned : Gtk.Tags.orientation -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> paned