On Fri, Aug 14, 2009 at 1:27 PM, papieminem <papiemi...@yahoo.fr> wrote:
> > HI > On Tkinter we can only write from left to right. > How to do , if we want to write from right to left for exmple or Vertically > or Diagonally. > Thank You'd have to reverse your text and align it to the right side. Vertically you'll need newlines after every character, and diagonally you'll need newlines+spaces. HTH, Wayne
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss