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.
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.
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.