Gtk.Table.prototype.set_col_spacing

function set_col_spacing(column:Number, spacing:Number):void {
    // Gjs wrapper for gtk_table_set_col_spacing()
}

Alters the amount of space between a given table column and the following column.

column

the column whose spacing should be changed.

spacing

number of pixels that the spacing should take up.