gtkTableSetRowSpacing {RGtk2} | R Documentation |
Changes the space between a given table row and the subsequent row.
gtkTableSetRowSpacing(object, row, spacing)
|
[GtkTable ] a GtkTable containing the row whose properties you wish to change. |
|
[numeric] row number whose spacing will be changed. |
|
[numeric] number of pixels that the spacing should take up. |
Derived by RGtkGen from GTK+ documentation