gtkTableSetHomogeneous {RGtk2} | R Documentation |
Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.
gtkTableSetHomogeneous(object, homogeneous)
|
[GtkTable ] The GtkTable you wish to set the homogeneous properties of. |
|
[logical] Set to TRUE to ensure all table cells are the same size. Set
to FALSE if this is not your desired behaviour. |
Derived by RGtkGen from GTK+ documentation