wxPython syntax

John Taylor john_taylor_1973 at yahoo.com
Tue Jun 29 20:38:51 EDT 2004


David Fraser <davidf at sjsoft.com> wrote in message 
> One of the main things that would need to be addressed is how sizers and 
> layout could be defined using this approach
> 
> David

The easiest (and therefore best, imho) way that I have ever seen to
manage widget layout is in Java's RelativeLayout. See
http://www.onjava.com/pub/a/onjava/2002/09/18/relativelayout.html 
Within this, layout is controlled by a xml file.

Does anyone know if any of the python gui toolkits have something
similar to this?
Not the xml file, but the methodology itself.

-John



More information about the Python-list mailing list