gtkBoxGetHomogeneous {RGtk2}R Documentation

gtkBoxGetHomogeneous

Description

Returns whether the box is homogeneous (all children are the same size). See gtkBoxSetHomogeneous.

Usage

gtkBoxGetHomogeneous(object)

Arguments

object [GtkBox] a GtkBox

Value

[logical] TRUE if the box is homogeneous.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]