gtkBuildableCustomFinished {RGtk2} | R Documentation |
This is similar to gtkBuildableParserFinished
but is
called once for each custom tag handled by the buildable
.
gtkBuildableCustomFinished(object, builder, child, tagname, data)
|
[GtkBuildable ] a GtkBuildable |
|
[GtkBuilder ] a GtkBuilder |
|
[GObject ] child object or NULL for non-child tags |
|
[character] the name of the tag |
|
[R object] user data created in custom_tag_start |
Since 2.12
Derived by RGtkGen from GTK+ documentation