Constructor for a grid layout container that arranges child widgets in rows and columns.
Whether the layout is active and responsive to user input.
ReadonlyisWhether this object references a valid layout.
Distance between widgets in the layout.
Remove all widgets from the layout with specified cleanup behavior.
Schedule layout for deletion after event processing.
Get the minimum width of a column.
Get the stretch factor of a column.
Get the minimum height of a row.
Get the stretch factor of a row.
Returns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Set the minimum width of a column.
Set the stretch factor of a column.
Set the margins around layout contents.
Set the minimum height of a row.
Set the stretch factor of a row.
Layout manager arranging widgets in a grid.