Method

GtkTableset_col_spacing

deprecated: 3.4 

Declaration [src]

void
gtk_table_set_col_spacing (
  GtkTable* table,
  guint column,
  guint spacing
)

Description [src]

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

Deprecated since: 3.4

Use gtk_widget_set_margin_start() and gtk_widget_set_margin_end() on the widgets contained in the row if you need this functionality. GtkGrid does not support per-row spacing.

Parameters

column

Type: guint

The column whose spacing should be changed.

spacing

Type: guint

Number of pixels that the spacing should take up.