Tinker question

Gary Richardson garyr at fidalgo.net
Sun Feb 2 21:34:37 EST 2003


Is this a valid way of using the Tinker function create_line()?

   coords = [X0, Y0, X1, Y1, ..., Xn, Yn]
   canvas.create_line(coords)              # Draw the line

where Xi, Yi are pixel values.








More information about the Python-list mailing list