gladeXMLConstruct {RGtk2}R Documentation

gladeXMLConstruct

Description

This routine can be used by bindings (such as gtk–) to help construct a GladeXML object, if it is needed.

Usage

gladeXMLConstruct(object, fname, root = NULL, domain = NULL)

Arguments

object [GladeXML] the GladeXML object
fname [char] the XML filename
root [char] the root widget node (or NULL for none)
domain [char] the translation domain (or NULL for the default)

Value

[logical] TRUE if the construction succeeded.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]