On 4/24/06, Jeff Epler <[EMAIL PROTECTED]> wrote: > Click inside the button, then move the mouse around, including outside the > area > of the button. You'll continue to see the message "Event at ..." printed as > long as the mouse continues moving, until you release the button.
heh, that keeps recording coordinates even when you move entirely to the far end of the desktop. Handy feature for telling if you are within bounds on a graphic app for instance. cheers S _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
