package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

@gtkdoc gtk GtkContainer

constraint 'a = < as_item : [> `widget ] Gtk.obj.. >
inherit GObj.widget
val obj : 'c Gtk.obj
method add : 'a -> unit
method append : 'a -> unit
method children : 'a list
method all_children : 'a list
method virtual insert : 'a -> pos:int -> unit
method prepend : 'a -> unit
method remove : 'a -> unit
method focus : focus
method set_border_width : int -> unit
method set_resize_mode : Gtk.Tags.resize_mode -> unit
method border_width : int
method resize_mode : Gtk.Tags.resize_mode
method private virtual wrap : Gtk.widget Gtk.obj -> 'a