package lablgtk3

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

Pack widgets in regular patterns @gtkdoc gtk GtkGrid

val obj : Gtk.grid Gtk.obj
method attach : left:int -> top:int -> ?width:int -> ?height:int -> GObj.widget -> unit
  • parameter left

    column number to attach the left side of the widget to

  • parameter top

    row number to attach the top of the widget to

  • parameter width

    default value is 1

  • parameter height

    default value is 1

method set_baseline_row : int -> unit
  • parameter left

    column number to attach the left side of the widget to

  • parameter top

    row number to attach the top of the widget to

  • parameter width

    default value is 1

  • parameter height

    default value is 1

method set_col_homogeneous : bool -> unit
method set_col_spacings : int -> unit
method set_row_homogeneous : bool -> unit
method set_row_spacings : int -> unit
method baseline_row : int
method col_homogeneous : bool
method col_spacings : int
method row_homogeneous : bool
method row_spacings : int