gtkTableGetHomogeneous {RGtk2.10}R Documentation

gtkTableGetHomogeneous

Description

Returns whether the table cells are all constrained to the same width and height. (See gtkTableSetHomogenous())

Usage

gtkTableGetHomogeneous(object)

Arguments

object [GtkTable] a GtkTable

Value

[logical] TRUE if the cells are all constrained to the same size

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]