package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val cast : 'a Gobject.obj -> Gtk.grid Gtk.obj
module P : sig ... end
val create : Gtk.grid Gobject.param list -> Gtk.grid Gtk.obj
val attach : [> `grid ] Gtk.obj -> [> `widget ] Gtk.obj -> left:int -> top:int -> width:int -> height:int -> unit
val make_params : cont:([> `grid ] as 'a Gobject.param list -> 'b) -> 'c Gobject.param list -> ?baseline_row:int -> ?row_homogeneous:bool -> ?col_homogeneous:bool -> ?row_spacings:int -> ?col_spacings:int -> 'd