Doing the simplest thing with Tkinter Canvas
penman
pen_man at my-deja.com
Thu Jan 11 09:46:10 EST 2001
More information about the Python-list mailing list
Thu Jan 11 09:46:10 EST 2001
- Previous message (by thread): Doing the simplest thing with Tkinter Canvas
- Next message (by thread): Web devel with python. Whats the best route?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message (by thread): Doing the simplest thing with Tkinter Canvas
- Next message (by thread): Web devel with python. Whats the best route?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list