This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akameswaran
Recipients
Date 2005-01-11.19:02:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python : 2.4
OS: WInXP sp2.
I have created a frame attached to a Tk().
The frame is bound to the configure sequence.  However,
the frame does not get a configure on a move, but does
get a configure event on a resize.  This seems odd as
the root does get an event for both resize and move,
but only forwards one of them.
I have included a sample of the problem.
History
Date User Action Args
2007-08-23 14:28:55adminlinkissue1100366 messages
2007-08-23 14:28:55admincreate