![]() | With the basic knowledge of GUI programming, you may try out a designer tool for interactive automatic generation of a GUI |
![]() | Glade: designer tool for PyGtk |
![]() | Gtk, PyGtk and Glade must be installed (not part of Python!) |
![]() | See doc.html for introductions to Glade |
![]() | Working style: pick a widget, place it in the GUI window, open a properties dialog, set packing parameters, set callbacks (signals in PyGtk), etc. |
![]() | Glade stores the GUI in an XML file |
![]() | The GUI is hence separate from the application code |