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