package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

Dune Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.1.tbz
sha256=22c7061c8acb49c1ccd0a19396d2b1d7d1d677e0ce7954122404be94a00fecf9
sha512=193c340d9941680869eb90bc89f5b27cc5bdf294f4635081a9ba56a99fa2982266c4ee2eb5fd04d3a3f6150082800de5df786def8c72a276a779d843d914e9e3

doc/lablgtk3/GPack/class-table/index.html

Class GPack.table

Pack widgets in regular patterns @gtkdoc gtk GtkTable

val obj : Gtk.table Gtk.obj
method attach : 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 -> 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 right

    default value is left+1

  • parameter bottom

    default value is top+1

  • parameter expand

    default value is `NONE

  • parameter fill

    default value is `BOTH

  • parameter shrink

    default value is `NONE

method col_spacings : int
  • 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 right

    default value is left+1

  • parameter bottom

    default value is top+1

  • parameter expand

    default value is `NONE

  • parameter fill

    default value is `BOTH

  • parameter shrink

    default value is `NONE

method columns : int
method homogeneous : bool
method row_spacings : int
method rows : int
method set_col_spacing : int -> int -> unit
method set_col_spacings : int -> unit
method set_columns : int -> unit
method set_homogeneous : bool -> unit
method set_row_spacing : int -> int -> unit
method set_row_spacings : int -> unit
method set_rows : int -> unit
OCaml

Innovation. Community. Security.