remove_row


Description:

public void remove_row (int position)

Removes a row from the grid.

Children that are placed in this row are removed, spanning children that overlap this row have their height reduced by one, and children below the row are moved up.

Parameters:

this

a `GtkGrid`

position

the position of the row to remove