gtk.grid_layout_child

Module for [GridLayoutChild] class

Types 3

[gtk.layout_child.LayoutChild] subclass for children in a [gtk.grid_layout.GridLayout].

Methods
GType _gType() @property
GridLayoutChild self()Returns `this`, for use in `with` statements.
GridLayoutChildGidBuilder builder()Get builder for [gtk.gridlayoutchild.GridLayoutChild] Returns: New builder object
int column() @propertyGet `column` property. Returns: The column to place the child in.
void column(int propval) @propertySet `column` property. Params: propval = The column to place the child in.
int columnSpan() @propertyGet `columnSpan` property. Returns: The number of columns the child spans to.
void columnSpan(int propval) @propertySet `columnSpan` property. Params: propval = The number of columns the child spans to.
int row() @propertyGet `row` property. Returns: The row to place the child in.
void row(int propval) @propertySet `row` property. Params: propval = The row to place the child in.
int rowSpan() @propertyGet `rowSpan` property. Returns: The number of rows the child spans to.
void rowSpan(int propval) @propertySet `rowSpan` property. Params: propval = The number of rows the child spans to.
int getColumn()Retrieves the column number to which child attaches its left side. Returns: the column number
int getColumnSpan()Retrieves the number of columns that child spans to. Returns: the number of columns
int getRow()Retrieves the row number to which child attaches its top side. Returns: the row number
int getRowSpan()Retrieves the number of rows that child spans to. Returns: the number of row
void setColumn(int column)Sets the column number to attach the left side of child.
void setColumnSpan(int span)Sets the number of columns child spans to.
void setRow(int row)Sets the row to place child in.
void setRowSpan(int span)Sets the number of rows child spans to.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T column(int propval)Set `column` property. Params: propval = The column to place the child in. Returns: Builder instance for fluent chaining
T columnSpan(int propval)Set `columnSpan` property. Params: propval = The number of columns the child spans to. Returns: Builder instance for fluent chaining
T row(int propval)Set `row` property. Params: propval = The row to place the child in. Returns: Builder instance for fluent chaining
T rowSpan(int propval)Set `rowSpan` property. Params: propval = The number of rows the child spans to. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.grid_layout_child.GridLayoutChild]