Table.setColSpacings

Sets the space between every column in @table equal to @spacing.

More...
class Table
void
setColSpacings
(
uint spacing
)

Parameters

spacing uint

the number of pixels of space to place between every column in the table.

Detailed Description

Deprecated: Use gtk_grid_set_column_spacing() with #GtkGrid.

Meta