Gtk.Table.prototype.get_col_spacing

function get_col_spacing(column:Number):Number {
    // Gjs wrapper for gtk_table_get_col_spacing()
}

Gets the amount of space between column @col, and column @col + 1. See Gtk.set_col_spacing.

column

a column in the table, 0 indicates the first column

Returns

the column spacing