Gtk.Table.prototype.set_row_spacing

function set_row_spacing(row:Number, spacing:Number):void {
    // Gjs wrapper for gtk_table_set_row_spacing()
}

Changes the space between a given table row and the subsequent row.

row

row number whose spacing will be changed.

spacing

number of pixels that the spacing should take up.