gtk.grid_layout_child
Module for [GridLayoutChild] class
Types 3
gtk.layout_child.LayoutChild subclass for children in a gtk.grid_layout.GridLayout.
Methods
GridLayoutChildGidBuilder builder() static nothrowGet builder for [gtk.grid_layout_child.GridLayoutChild] Returns: New builder objectvoid 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.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 numberint getColumnSpan() nothrowRetrieves the number of columns that child spans to. Returns: the number of columnsint getRow() nothrowRetrieves the row number to which child attaches its top side. Returns: the row numberint getRowSpan() nothrowRetrieves the number of rows that child spans to. Returns: the number of rowFluent 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 chainingT columnSpan(int propval) nothrowSet `columnSpan` property. Params: propval = The number of columns the child spans to. Returns: Builder instance for fluent chainingT row(int propval) nothrowSet `row` property. Params: propval = The row to place the child in. Returns: Builder instance for fluent chainingT rowSpan(int propval) nothrowSet `rowSpan` property. Params: propval = The number of rows the child spans to. Returns: Builder instance for fluent chainingFluent builder for gtk.grid_layout_child.GridLayoutChild
Methods