gtkBuildableCustomTagEnd {RGtk2}R Documentation

gtkBuildableCustomTagEnd

Description

This is called at the end of each custom element handled by the buildable.

Usage

gtkBuildableCustomTagEnd(object, builder, child, tagname, data)

Arguments

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

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]