gladeXMLConstruct {RGtk2} | R Documentation |
This routine can be used by bindings (such as gtk–) to help construct a GladeXML object, if it is needed.
gladeXMLConstruct(object, fname, root = NULL, domain = NULL)
|
[GladeXML ] the GladeXML object |
|
[char] the XML filename |
|
[char] the root widget node (or NULL for none) |
|
[char] the translation domain (or NULL for the default) |
[logical] TRUE if the construction succeeded.
Derived by RGtkGen from GTK+ documentation