Hi,

On Fri, 4 Dec 2009 19:31:07 +0100
"Michael O'Donnell" <michael.odonn...@uam.es> wrote:

> Hi Vasilis,
> 
> A general method on all widgets;  w.winfo_pointerxy()
> 
>    Returns a tuple (x, y) containing the coordinates of the mouse
> pointer relative  to w's root window.
>    If the mouse pointer isn't on the same screen, returns (-1, -1).
> 
(...)

I think Vasilis meant how to find the coords of the text's insertion
cursor, not the mouse pointer coords ? I don't know if this is possible
though.

Michael

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to