Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTableSetHomogeneous: 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.