gtkBuildableConstructChild {RGtk2}R Documentation

gtkBuildableConstructChild

Description

Constructs a child of buildable with the name name.

Usage

gtkBuildableConstructChild(object, builder, name)

Arguments

object [GtkBuildable] A GtkBuildable
builder [GtkBuilder] GtkBuilder used to construct this object
name [character] name of child to construct

Details

GtkBuilder calls this function if a "constructor" has been specified in the UI definition.

Since 2.12

Value

[GObject] the constructed child

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]