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

a GtkBuildable

builder

a GtkBuilder

child

child to add

type

kind of child or NULL. [ allow-none ]

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]