Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.GladeXML

Method GTK.GladeXML()->new_from_memory()


Method new_from_memory

GTK.GladeXML new_from_memory(string data, string|void root, string|void domain)

Description

Creates a new GladeXML object (and the corresponding widgets) from the string data. Optionally it will only build the interface from the widget node root. 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. The third optional argument is used to specify a different translation domain from the default to be used.