gladeXMLNewFromBuffer {RGtk2} | R Documentation |
Creates a new GladeXML object (and the corresponding widgets) from the
buffer buffer
. Optionally it will only build the interface from the
widget node root
(if it is not NULL
). This feature is useful if you
only want to build say a toolbar or menu from the XML document, but not the
window it is embedded in.
gladeXMLNewFromBuffer(buffer, size = nchar(buffer), root = NULL, domain = NULL)
|
[char] the memory buffer containing the XML document. |
|
[integer] the size of the buffer. |
|
[char] the widget node in buffer to start building from (or NULL ) |
|
[char] the translation domain to use for this interface (or NULL ) |
[GladeXML
] the newly created GladeXML object, or NULL on failure.
Derived by RGtkGen from GTK+ documentation