Hi,

On Fri, Oct 30, 2020 at 4:20 PM Random832 <random...@fastmail.com> wrote:
>
> On Fri, Oct 30, 2020, at 12:05, Grant Edwards wrote:
> > Why do you think that's something your application needs to know?
> >
> > I _hate_ applications that think just because they've been started
> > they now own the entire computer and everything reachable from it.
> >
> > All you need to know is how big your application window is. The user's
> > available screen size is none of your business.
>
> The application decides how big the application window is. The user can 
> resize it, but there's no reason for the screen size not to be one of the 
> inputs considered for the initial choice.

Nope.
It is nNOT up to application.
It is either up to the developer (if he calls Maximize() ) on the main
frame, or the OS if the main frame is using defaults.

Thank you.

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

Reply via email to