gtkTableGetHomogeneous {RGtk2}R Documentation

gtkTableGetHomogeneous

Description

Returns whether the table cells are all constrained to the same width and height. (See gtk\Table\Set\Homogenous())

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 version 2.8.6 Index]