[python-win32] Prevent a (Tkinter) window from maximizing via win32 api call?
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Dec 2 23:11:38 CET 2010
python at bdurham.com wrote:
> I have a *resizable* Tkinter window with min and max sizes set. I want
> to prevent users from attempting to maximize this window because the
> window pops over to the upper left of the display - a behavior that my
> users find very frustrating (and of little value).
If they find it annoying, why can't they simply refrain from
maximising the window? Nobody's forcing them to *use* the
maximise button...
--
Greg
More information about the python-win32
mailing list