gtkBuildableConstructChild {RGtk2}R Documentation

gtkBuildableConstructChild

Description

Constructs a child of buildable with the name name.

Usage

gtkBuildableConstructChild(object, builder, name)

Arguments

object

A GtkBuildable

builder

GtkBuilder used to construct this object

name

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