package lablgtk3

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

Module GtkPack.GridSource

include module type of struct include GtkPackProps.Grid end
Sourceval make_params : cont:(([> `grid ] as 'a) Gobject.param list -> 'b) -> 'a Gobject.param list -> ?baseline_row:??? -> ?row_homogeneous:??? -> ?col_homogeneous:??? -> ?row_spacings:??? -> ?col_spacings:??? -> 'b
Sourceval attach : [> `grid ] Gtk.obj -> left:int -> top:int -> ?width:??? -> ?height:??? -> [> `widget ] Gtk.obj -> unit