Table.setColSpacings
void setColSpacings(uint spacing)Sets the space between every column in table equal to spacing.
Parameters
spacing | the number of pixels of space to place between every column in the table. |
Deprecated
Use gtk.grid.Grid.setColumnSpacing with #GtkGrid.