On Do, 5.07.2007, 03:45, greg wrote:
> [EMAIL PROTECTED] wrote:
>
>> wxWidgets will give you native looking apps on both Linux and Windows
>
> Well, maybe. There's more to getting a native feel than
> just using the right widgets. I once saw a Qt-based app on
> MacOSX that had tiny little buttons that were too small
> for the text they contained -- Aqua buttons just don't
> scale down like that. :-(
>
> --
> Greg
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Qt based buttons don't either.
If some fool uses absolute positioning and sizing,
then it is not the toolkit to blame.
I'm using wxPython for instance and use the sizers and placeholders
there, so this is possible with Qt also.
So, perhaps (which I don't know) Aqua buttons simply don't permit
absolute stuff ?
Or the Aqua programmers read the user interface guidelines carefully ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to