package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class focus : [> `container ] as 'a Gtk.obj -> object ... end
class container : [> Gtk.container ] as 'b Gtk.obj -> object ... end
class 'b container_impl : 'b Gtk.obj -> object ... end
class type container_signals = object ... end
class container_signals_impl : [> Gtk.container ] as 'd Gtk.obj -> object ... end
class container_full : [> Gtk.container ] as 'b Gtk.obj -> object ... end
val cast_container : GObj.widget -> container_full
val pack_container : create:([> Gtk.container ] as 'c Gobject.param list -> GObj.widget as 'd) -> 'c Gobject.param list -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> 'd
class bin : [> Gtk.bin ] as 'b Gtk.obj -> object ... end
class 'b bin_impl : 'b Gtk.obj -> object ... end
class virtual !'a item_container : [> Gtk.container ] as 'b Gtk.obj -> object ... end