Method

GtkTableset_col_spacings

deprecated: 3.4 

Declaration [src]

void
gtk_table_set_col_spacings (
  GtkTable* table,
  guint spacing
)

Description [src]

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

Deprecated since: 3.4

Use gtk_grid_set_column_spacing() with GtkGrid.

Parameters

spacing

Type: guint

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