GladeXML
Represents an instantiation of an XML interface description.
Object Hierarchy
Description
Glade is an user builder for Gtk+. You can rapidly
create user interfaces in a WYSIWYG fashion using the tool, which
generates an XML representation of that interface in the form of a
.glade
This object represents an instantiation of that .glade.
You can use this object in your program to individually handle your
widgets.
It is also possible to describe signal handlers using Glade. If you have
done so, you may use the
signal_autoconnect() method to
automatically connect all the widgets to their respective handlers. If
your handlers are part of classes, then use the
signal_autoconnect_instance() method.
Do have a look at
Glade Tutorial for more on
how to use the Glade extension.
Constructors
GladeXML (
filename [,
root [,
domain]]);
--
Creates a new GladeXML instance from a file.
--
Creates a new GladeXML instance from a string.