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

a GtkContainer

widget

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.20.21 Index]