Best way to determine user's screensize?

Grant Edwards grant.b.edwards at gmail.com
Fri Oct 30 21:27:31 EDT 2020


On 2020-10-30, flaskee via Python-list <python-list at python.org> wrote:

> Funny thing about people who bitch and complain
> and offer no help,

Layout your widgets using appropriate sizers and constraints, and then
let them and the window manager do their jobs. You shouldn't be
messing about with window sizes and locations, or you end up with
abominations like Visual Basic programmers used to produce in the bad
old days.






More information about the Python-list mailing list