Best way to determine user's screensize?

Igor Korot ikorot01 at gmail.com
Fri Oct 30 21:12:47 EDT 2020


Hi,

On Fri, Oct 30, 2020 at 7:52 PM songbird <songbird at anthive.com> wrote:
>
> Chris Angelico wrote:
> ...
> > I add my voice to those who detest applications that think they know
> > best and decide that they own the entire screen. It is incredibly
> > annoying.
>
>   do you object to a window being put in the approximate
> center of the screen?

As a matter of fact I do.
On Windows there is something called CW_USEDEFAULT.
I'm sure that other OS/toolkits have something similar.

And if not - there is always "Maximize()" and/or Center() and if this
is not desirable
then let the layout system decide.

Thank you.

>
>
>   songbird
> --
> https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list