[python-win32] Prevent a (Tkinter) window from maximizing via win32 api call?

python at bdurham.com python at bdurham.com
Thu Dec 2 12:49:23 CET 2010


If I have a windows handle to my Tkinter window, is there a win32
api call that I can use that will prevent my window from being
maximized?

There is no way to prevent a resizable window from being
maximized in Tkinter other than to remove the window's border and
titlebar (both of which I would like to keep).

Thank you,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20101202/fea5f196/attachment.html>


More information about the python-win32 mailing list