[wxPython-users] About sizers..
Peter Decker
pydecker at gmail.com
Fri Jun 9 08:50:53 PDT 2006
On 6/9/06, Mario Lacunza <mlacunza at gmail.com> wrote:
> Hi,
>
> Im build a cross platform application develop with Python and wxPython
> and I ask for your opinions about if is a good choice use sizers for my
> frames design? or not?
If you want your apps to look "right" on different platforms, you
should use sizers. Differences in native fonts and controls make any
kind of alignment across platforms impossible without sizers.
I work in Windows mostly, but with some Linux users, and when I use
sizers, the apps look correct on both without me having to change a
thing.
--
# p.d.
More information about the wxpython-users
mailing list