gtkBuildableCustomTagStart {RGtk2} | R Documentation |
This is called for each unknown element under <child>.
gtkBuildableCustomTagStart(object, builder, child, tagname, parser, data)
|
[GtkBuildable ] a GtkBuildable |
|
[GtkBuilder ] a GtkBuilder used to construct this object |
|
[GObject ] child object or NULL for non-child tags |
|
[character] name of tag |
|
[GMarkupParser] a GMarkupParser structure to fill in |
|
[R object] return location for user data that will be passed in to parser functions |
Since 2.12
[logical] TRUE
if a object has a custom implementation, FALSE
if it doesn't.
Derived by RGtkGen from GTK+ documentation