Retrieves the column number to which child attaches its left side.
Retrieves the number of columns that child spans to.
Retrieves the row number to which child attaches its top side.
Retrieves the number of rows that child spans to.
Returns this, for use in with statements.
Sets the column number to attach the left side of child.
Sets the number of columns child spans to.
Sets the row to place child in.
Sets the number of rows child spans to.
Get column property.
Set column property.
Get columnSpan property.
Set columnSpan property.
Get row property.
Set row property.
Get rowSpan property.
Set rowSpan property.
Returns this, for use in with statements.
Retrieves the gtk.widget.Widget associated to the given layout_child.
Retrieves the gtk.layout_manager.LayoutManager instance that created the given layout_child.
gtk.layout_child.LayoutChild subclass for children in a gtk.grid_layout.GridLayout.