gtkContainerAddWithProperties {RGtk2}R Documentation

gtkContainerAddWithProperties

Description

Adds widget to container, setting child properties at the same time. See gtkContainerAdd and gtkContainerChildSet for more details.

Usage

gtkContainerAddWithProperties(object, widget, ...)

Arguments

object [GtkContainer] a GtkContainer
widget [GtkWidget] a widget to be placed inside container
... a list of property names and values, starting with first.prop.name

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]