I will be using Tkinter. All I need is a way to get the X,Y position from a 
mouse click. I am trying to have an image loaded to click on, but that seems 
to be a problem. So if I can just get the position from the screen of a 
graphics program, showing an image, it will work for me.
S
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> "Samantha" <[EMAIL PROTECTED]> wrote:
>
>> Looking at the goto(xy) thread.
>> Is there a way to get the X,Y position from a cursor click and then use 
>> the
>> position to apply something like a water mark on an image at that 
>> position?
>
> All GUI toolkits can handle the "click here" part.  Which one are you 
> using ?
>
> to apply water marks, use PIL:
>
>    http://www.pythonware.com/products/pil
>
> </F>
>
>
> 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to