Method

GtkTableget_row_spacing

deprecated: 3.4 

Declaration [src]

guint
gtk_table_get_row_spacing (
  GtkTable* table,
  guint row
)

Description [src]

Gets the amount of space between row row, and row row + 1. See gtk_table_set_row_spacing().

Deprecated since: 3.4

GtkGrid does not offer a replacement for this functionality.

Gets propertyGtk.Table:row-spacing

Parameters

row

Type: guint

A row in the table, 0 indicates the first row.

Return value

Type: guint

The row spacing.