Module that provides an object oriented abstraction to pygtk and libglade.
Wrap a GTK based GUI built with glade into a python object.
GladeObject allows you to access all the widgets in the GUI as attributes. Further all the callbacks defined in the sub-class of GladeObject are automatically connected at instantiation time.
NOTE: GladeObject doesn’t support multiple inheritance.