package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include GtkPackProps.Grid end
val cast : 'a Gobject.obj -> Gtk.grid Gtk.obj
val create : Gtk.grid Gobject.param list -> Gtk.grid Gtk.obj
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
val attach : [> `grid ] Gtk.obj -> left:int -> top:int -> ?width:int -> ?height:int -> [> `widget ] Gtk.obj -> unit