Method

GtkTableset_row_spacing

deprecated: 3.4 

Declaration [src]

void
gtk_table_set_row_spacing (
  GtkTable* table,
  guint row,
  guint spacing
)

Description [src]

Changes the space between a given table row and the subsequent row.

Deprecated since: 3.4

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

Sets propertyGtk.Table:row-spacing

Parameters

row

Type: guint

Row number whose spacing will be changed.

spacing

Type: guint

Number of pixels that the spacing should take up.