gtkTableGetHomogeneous {RGtk2}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 version 2.12.5-3 Index]