package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Grid_layout_child/index.html

Module Wrappers.Grid_layout_child

type t = [ `grid_layout_child | `layout_child | `object_ ] Gobject.obj
val set_row_span : t -> int -> unit

Sets the number of rows @child spans to.

val set_row : t -> int -> unit

Sets the row to place @child in.

val set_column_span : t -> int -> unit

Sets the number of columns @child spans to.

val set_column : t -> int -> unit

Sets the column number to attach the left side of @child.

val get_row_span : t -> int

Retrieves the number of rows that @child spans to.

val get_row : t -> int

Retrieves the row number to which @child attaches its top side.

val get_column_span : t -> int

Retrieves the number of columns that @child spans to.

val get_column : t -> int

Retrieves the column number to which @child attaches its left side.