Table.setColSpacing

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

More...
class Table
void
setColSpacing
(
uint column
,
uint spacing
)

Parameters

column uint

the column whose spacing should be changed.

spacing uint

number of pixels that the spacing should take up.

Detailed Description

Deprecated: Use gtk.widget.Widget.setMarginStart and gtk.widget.Widget.setMarginEnd on the widgets contained in the row if you need this functionality. #GtkGrid does not support per-row spacing.