Method

GtkTableset_row_spacings

deprecated: 3.4 

Declaration [src]

void
gtk_table_set_row_spacings (
  GtkTable* table,
  guint spacing
)

Description [src]

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

Deprecated since: 3.4

Use gtk_grid_set_row_spacing() with GtkGrid.

Parameters

spacing

Type: guint

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