GtkTable::set_row_spacing

void set_row_spacing(int row, int spacing);

Use this method to set the spacing below a given row, in pixels. Note that it only works when the row below the given row is populated and contains a child's upper edge.

The row count begins at 0.