gtkBuildableAddChild {RGtk2}R Documentation

gtkBuildableAddChild

Description

Adds a child to buildable. type is an optional string describing how the child should be added.

Usage

gtkBuildableAddChild(object, builder, child, type)

Arguments

object [GtkBuildable] a GtkBuildable
builder [GtkBuilder] a GtkBuilder
child [GObject] child to add
type [character] kind of child or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]