gtkContainerChildSetProperty {RGtk2}R Documentation

gtkContainerChildSetProperty

Description

Sets a child property for child and container.

Usage

gtkContainerChildSetProperty(object, child, property.name, value)

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]