gtkContainerChildGetProperty {RGtk2}R Documentation

gtkContainerChildGetProperty

Description

Gets the value of a child property for child and container.

Usage

gtkContainerChildGetProperty(object, child, property.name)

Arguments

object [GtkContainer] a GtkContainer
child [GtkWidget] a widget which is a child of container
property.name [character] the name of the property to get

Value

A list containing the following elements:

value [R object] a location to return the value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]