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 [GtkTable] The GtkTable you wish to set the homogeneous properties of.
homogeneous [logical] 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.12.5-3 Index]