| gladepyc generates a Python module from a Glade XML GUI description which
builds the corresponding GTK+ interface by using the _gtk module of the
PyGTK binding. The building module which is output can be used to build as
many separate window/widget instances of the same class as you want at
run-time, because each window is translated into a UI building class. It
can also, on request, generate UI building code for just a subtree of the
UI description. |