> The event WE_SIZE does not have detail (width, height), as > promised in lib/stdwinevents.py.
That comment in lib/stdwinevents.py seems to be in error. The C
interface does not return the new width/height (you're supposed to call
wgetwinsize(); window.getwinsize() in Python).
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>