Gtk.Table.prototype.set_col_spacings

function set_col_spacings(spacing:Number):void {
    // Gjs wrapper for gtk_table_set_col_spacings()
}

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

spacing

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