tkinter drawing

2005-10-15 Thread Ron Adam
I want to be able to easily create reusable shapes in Tkinter and be able to use them in mid level dialogs. So after some experimenting I've managed to get something to work. The following does pretty much what I need, but I think it can be improved on. So could anyone take a look and let me

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

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