gtkTableSetColSpacing {RGtk2} | R Documentation |
Alters the amount of space between a given table column and the following column.
gtkTableSetColSpacing(object, column, spacing)
|
[GtkTable ] a GtkTable . |
|
[numeric] the column whose spacing should be changed. |
|
[numeric] number of pixels that the spacing should take up. |
Derived by RGtkGen from GTK+ documentation