Method

GtkTableget_default_row_spacing

deprecated: 3.4 

Declaration [src]

guint
gtk_table_get_default_row_spacing (
  GtkTable* table
)

Description [src]

Gets the default row spacing for the table. This is the spacing that will be used for newly added rows. (See gtk_table_set_row_spacings())

Deprecated since: 3.4

Use gtk_grid_get_row_spacing() with GtkGrid.

Return value

Type: guint

The default row spacing.