Gtk.GridLayoutChild¶
class — extends LayoutChild
GtkLayoutChild subclass for children in a GtkGridLayout.
Methods¶
get_column¶
Retrieves the column number to which child attaches its left side.
get_column_span¶
Retrieves the number of columns that child spans to.
get_row¶
Retrieves the row number to which child attaches its top side.
get_row_span¶
Retrieves the number of rows that child spans to.
set_column¶
Sets the column number to attach the left side of child.
Parameters:
column— the attach point forchild
set_column_span¶
Sets the number of columns child spans to.
Parameters:
span— the span ofchild
set_row¶
Sets the row to place child in.
Parameters:
row— the row forchild
set_row_span¶
Sets the number of rows child spans to.
Parameters:
span— the span ofchild
Properties¶
column¶
The column to place the child in.
column_span¶
The number of columns the child spans to.
row¶
The row to place the child in.
row_span¶
The number of rows the child spans to.