Bugs item #1100366, was opened at 2005-01-11 14:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1100366&group_id=5470

Category: Tkinter
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Anand Kameswaran (akameswaran)
Assigned to: Martin v. Löwis (loewis)
Summary: Frame does not receive configure event on move

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1100366&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to