gtkBuildableGetInternalChild {RGtk2}R Documentation

gtkBuildableGetInternalChild

Description

Get the internal child called childname of the buildable object.

Usage

gtkBuildableGetInternalChild(object, builder, childname)

Arguments

object [GtkBuildable] a GtkBuildable
builder [GtkBuilder] a GtkBuilder
childname [character] name of child

Details

Since 2.12

Value

[GObject] the internal child of the buildable object

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]