Configurator
Classes | Variables
configurator Namespace Reference

Graphical user inteface for configurator. More...

Classes

class  Application
 Container of top level Application. More...
 
class  Shared_Tree_Item
 A specialization of tree widget TreeItem class. More...
 

Variables

tuple application Application()
 

Detailed Description

Graphical user inteface for configurator.

The configurator package implements the graphical user interface portion the Configurator using the Python Tkinter package. The graphical user interface is kept separate from the main data structures. Thus, someone who wanted to implement a user interface in wxPython would be able to do so without too much difficulty.