XML GUI

William Park opengeometry at yahoo.ca
Wed Nov 9 20:34:29 EST 2005


py <codecraig at gmail.com> wrote:
> 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?
> 
> Any other suggestions for building GUI's for Python projects...even
> Jython.

If you're talking about simple "dialog" thing, where you ask question
and users respond, then take a look at
    http://home.eol.ca/~parkw/index.html#gtk

Also, you may want to look at Glade which spits out the layout in XML.

But, for more intricate to-and-fro, use C and GTK+2. :-)

-- 
William Park <opengeometry at yahoo.ca>, Toronto, Canada
ThinFlash: Linux thin-client on USB key (flash) drive
	   http://home.eol.ca/~parkw/thinflash.html
BashDiff: Super Bash shell
	  http://freshmeat.net/projects/bashdiff/



More information about the Python-list mailing list