wxPython syntax

David Fraser davidf at sjsoft.com
Wed Jun 30 08:14:10 EDT 2004


John Taylor wrote:
> 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.

Thanks for the link, interesting article.

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

Not sure. I'm sure you could create a similar methodology layout class 
for wxPython though...

David



More information about the Python-list mailing list