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

a GtkBox

Value

[logical] TRUE if the box is homogeneous.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]