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
.