py napisaĆ(a): > Looking for information on creating a GUI using a configuration file > (like an XML file or something). Also, how do you map actions (button > clicks, menu selections, etc) to the XML?
Depending on GUI toolkit, you will have a range of choices: Glade for GTK, XRC for wxPython, Qt dialog editor also produces XML files with UI description. Each of these toolkits has its own way to process GUI events. -- Jarek Zgoda http://jpa.berlios.de/ -- http://mail.python.org/mailman/listinfo/python-list