package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include GtkPackProps.Table end
val cast : 'a Gobject.obj -> Gtk.table Gtk.obj
val set_row_spacing : [> `table ] Gtk.obj -> int -> int -> unit
val set_col_spacing : [> `table ] Gtk.obj -> int -> int -> unit
val make_params : cont:([> `table ] as 'a Gobject.param list -> 'b) -> 'c Gobject.param list -> ?columns:int -> ?rows:int -> ?homogeneous:bool -> ?row_spacings:int -> ?col_spacings:int -> 'd
val has_x : Gtk.Tags.expand_type -> bool
val has_y : Gtk.Tags.expand_type -> bool
val attach : [> `table ] Gtk.obj -> left:int -> top:int -> ?right:int -> ?bottom:int -> ?expand:Gtk.Tags.expand_type -> ?fill:Gtk.Tags.expand_type -> ?shrink:Gtk.Tags.expand_type -> ?xpadding:int -> ?ypadding:int -> [> `widget ] Gtk.obj -> unit