Re: [Tutor] Event Handling--Key Press, Mouse Movement ...

2009-04-13 Thread W W
On Mon, Apr 13, 2009 at 1:22 PM, Gregor Lingl wrote: > Wayne Watson schrieb: > >> Sometime ago, one of my posts brought a response brief exchange on event >> handling*. Where might I find more about event handling with respect to the >> keyboard, and particularly with a mouse. In the latter case,

Re: [Tutor] Event Handling--Key Press, Mouse Movement ...

2009-04-13 Thread Gregor Lingl
Wayne Watson schrieb: Sometime ago, one of my posts brought a response brief exchange on event handling*. Where might I find more about event handling with respect to the keyboard, and particularly with a mouse. In the latter case, I'm interested in finding the pixel position of the mouse on

Re: [Tutor] Event Handling--Key Press, Mouse Movement ...

2009-04-13 Thread Alan Gauld
"Wayne Watson" wrote about other sources. The few books I have on Python seem to avoid the subject. Perhaps it goes by another name in Python-ville. No, its just that GUI programming is, relatively, a minority interest for Python programmers and event handling is a subset of GUI programming

Re: [Tutor] Event Handling--Key Press, Mouse Movement ...

2009-04-13 Thread Wayne Watson
I see between Alan's site and the NM Tech Tkinter manual, that's good coverage for what I need. Wayne Watson wrote: Sometime ago, one of my posts brought a response brief exchange on event handling*. Where might I find more about event handling with respect to the keyboard, and particularly wi

[Tutor] Event Handling--Key Press, Mouse Movement ...

2009-04-13 Thread Wayne Watson
Sometime ago, one of my posts brought a response brief exchange on event handling*. Where might I find more about event handling with respect to the keyboard, and particularly with a mouse. In the latter case, I'm interested in finding the pixel position of the mouse on a canvas. * I see from