gtk.grid_layout_child
Module for [GridLayoutChild] class
Types 3
[gtk.layout_child.LayoutChild] subclass for children in a [gtk.grid_layout.GridLayout].
Methods
GridLayoutChild self()Returns `this`, for use in `with` statements.GridLayoutChildGidBuilder builder()Get builder for [gtk.gridlayoutchild.GridLayoutChild] Returns: New builder objectvoid 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.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 numberint getColumnSpan()Retrieves the number of columns that child spans to. Returns: the number of columnsint getRow()Retrieves the row number to which child attaches its top side. Returns: the row numberint getRowSpan()Retrieves the number of rows that child spans to. Returns: the number of rowvoid 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.Methods
T column(int propval)Set `column` property. Params: propval = The column to place the child in. Returns: Builder instance for fluent chainingT columnSpan(int propval)Set `columnSpan` property. Params: propval = The number of columns the child spans to. Returns: Builder instance for fluent chainingT row(int propval)Set `row` property. Params: propval = The row to place the child in. Returns: Builder instance for fluent chainingT rowSpan(int propval)Set `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