Re: Tkinter - Drawing rotated text in a widget

2006-03-12 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Eric Apperley <[EMAIL PROTECTED]> wrote: >How do I draw rotated text in a Tkinter widget using the draw.text method? > >Alternatively, if I draw text as normal, how can I then subsequently >rotate it about its start point? > > Not easily. The (base) Tk-ers have w

Tkinter - Drawing rotated text in a widget

2006-03-11 Thread Eric Apperley
How do I draw rotated text in a Tkinter widget using the draw.text method? Alternatively, if I draw text as normal, how can I then subsequently rotate it about its start point? -- http://mail.python.org/mailman/listinfo/python-list