gtkBuildableCustomTagStart {RGtk2}R Documentation

gtkBuildableCustomTagStart

Description

This is called for each unknown element under <child>.

Usage

gtkBuildableCustomTagStart(object, builder, child, tagname, parser, data)

Arguments

object [GtkBuildable] a GtkBuildable
builder [GtkBuilder] a GtkBuilder used to construct this object
child [GObject] child object or NULL for non-child tags
tagname [character] name of tag
parser [GMarkupParser] a GMarkupParser structure to fill in
data [R object] return location for user data that will be passed in to parser functions

Details

Since 2.12

Value

[logical] TRUE if a object has a custom implementation, FALSE if it doesn't.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]