gtk.grid_layout_child

Module for [GridLayoutChild] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
GridLayoutChild self() nothrowReturns `this`, for use in `with` statements.
GridLayoutChildGidBuilder builder() static nothrowGet builder for [gtk.grid_layout_child.GridLayoutChild] Returns: New builder object
int column() @property nothrowGet `column` property. Returns: The column to place the child in.
void column(int propval) @property nothrowSet `column` property. Params: propval = The column to place the child in.
int columnSpan() @property nothrowGet `columnSpan` property. Returns: The number of columns the child spans to.
void columnSpan(int propval) @property nothrowSet `columnSpan` property. Params: propval = The number of columns the child spans to.
int row() @property nothrowGet `row` property. Returns: The row to place the child in.
void row(int propval) @property nothrowSet `row` property. Params: propval = The row to place the child in.
int rowSpan() @property nothrowGet `rowSpan` property. Returns: The number of rows the child spans to.
void rowSpan(int propval) @property nothrowSet `rowSpan` property. Params: propval = The number of rows the child spans to.
int getColumn() nothrowRetrieves the column number to which child attaches its left side. Returns: the column number
int getColumnSpan() nothrowRetrieves the number of columns that child spans to. Returns: the number of columns
int getRow() nothrowRetrieves the row number to which child attaches its top side. Returns: the row number
int getRowSpan() nothrowRetrieves the number of rows that child spans to. Returns: the number of row
void setColumn(int column) nothrowSets the column number to attach the left side of child.
void setColumnSpan(int span) nothrowSets the number of columns child spans to.
void setRow(int row) nothrowSets the row to place child in.
void setRowSpan(int span) nothrowSets the number of rows child spans to.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gtk.grid_layout_child.GridLayoutChild

Methods
T column(int propval) nothrowSet `column` property. Params: propval = The column to place the child in. Returns: Builder instance for fluent chaining
T columnSpan(int propval) nothrowSet `columnSpan` property. Params: propval = The number of columns the child spans to. Returns: Builder instance for fluent chaining
T row(int propval) nothrowSet `row` property. Params: propval = The row to place the child in. Returns: Builder instance for fluent chaining
T rowSpan(int propval) nothrowSet `rowSpan` property. Params: propval = The number of rows the child spans to. Returns: Builder instance for fluent chaining
Methods
GridLayoutChild build() nothrowCreate object from builder. Returns: New object