Table.getColSpacing

uint getColSpacing(uint column)

Gets the amount of space between column col, and column col + 1. See [gtk.table.Table.setColSpacing].

Parameters

columna column in the table, 0 indicates the first column

Returns

the column spacing

Deprecated

#GtkGrid does not offer a replacement for this

functionality.