Gtk.Table.prototype.set_row_spacings

function set_row_spacings(spacing:Number):void {
    // Gjs wrapper for gtk_table_set_row_spacings()
}

Sets the space between every row in table equal to spacing.

spacing

the number of pixels of space to place between every row in the table.