package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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.objval set_row_span : t -> int -> unitSets the number of rows @child spans to.
val set_row : t -> int -> unitSets the row to place @child in.
val set_column_span : t -> int -> unitSets the number of columns @child spans to.
val set_column : t -> int -> unitSets the column number to attach the left side of @child.
val get_row_span : t -> intRetrieves the number of rows that @child spans to.
val get_row : t -> intRetrieves the row number to which @child attaches its top side.
val get_column_span : t -> intRetrieves the number of columns that @child spans to.
val get_column : t -> intRetrieves the column number to which @child attaches its left side.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>