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 property | Gtk.Table:row-spacing |