Doing the simplest thing with Tkinter Canvas

penman pen_man at my-deja.com
Thu Jan 11 09:46:10 EST 2001


How do you draw a point with Tkinter?
I tried create_line(x1,y1,x1,y1) but it didn't show a point; I had to
call create_line(x1,y1,x1+1,y1+1) or something instead.

I don't think there is no way to do the simplest thing.
Can anyone help me?

Thanks in advance.


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list