View Single Post
Old Nov 7th, 2005, 9:05 AM   #5
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Glade is a graphical GUI builder for the GTK toolkit. You can build up an interface, and connect predefined events to custom hooks (for instance, connecting the button-clicked event to "on_button_clicked"). Glade saves the interface as XML, which can then be loaded up by PyGTK.

Gnome is a desktop environment for Linux that uses the GTK toolkit. Glade was developed for the Gnome project, though Gnome is not required for Glade to run; only GTK is needed.
Arevos is offline   Reply With Quote