Re: [Tkinter-discuss] Changing the cursor for all widgets

2009-02-26 Thread Bob Greschke
OOoooOOooo! That's just right for these Text()s since they are not really for editing, but just for displaying stuff. I didn't know about the cursor='' trick. Perfect! Thanks! Bob On Feb 26, 2009, at 14:44, Guilherme Polo wrote: On Thu, Feb 26, 2009 at 6:10 PM, Bob Greschke wrote: If

Re: [Tkinter-discuss] Changing the cursor for all widgets

2009-02-26 Thread Guilherme Polo
On Thu, Feb 26, 2009 at 6:10 PM, Bob Greschke wrote: > If I have a Toplevel (or Root) window with a canvas on it it looks like > changing the cursor for the window, to a wristwatch for example, also > changes the cursor for the canvas, but if the window has a Text widget on it > the cursor when mo

[Tkinter-discuss] Changing the cursor for all widgets

2009-02-26 Thread Bob Greschke
If I have a Toplevel (or Root) window with a canvas on it it looks like changing the cursor for the window, to a wristwatch for example, also changes the cursor for the canvas, but if the window has a Text widget on it the cursor when mousing over the edge of the window changes to the wrist