package ocgtk

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

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.