Re: [pygtk] Vertical text label

2005-05-04 Thread Gustavo J. A. M. Carneiro
Note that on gtk+ >= 2.6 you don't need so complicated code, just: label.set_property("angle", 90) Regards. On Wed, 2005-05-04 at 13:14 -0500, John Hunter wrote: > > "Eric" == Eric Jardim <[EMAIL PROTECTED]> writes: > > Eric> Hi, Is there, in PyGTK, a way to have a simple la

Re: [pygtk] Vertical text label

2005-05-04 Thread John Hunter
> "Eric" == Eric Jardim <[EMAIL PROTECTED]> writes: Eric> Hi, Is there, in PyGTK, a way to have a simple label widget Eric> where the text is +/- 90 degree rotated from the horizontal Eric> position? If not, is that too difficult to implement? How Eric> could I do it? GDK, Sty

[pygtk] Vertical text label

2005-05-04 Thread Eric Jardim
Hi, Is there, in PyGTK, a way to have a simple label widget where the text is +/- 90 degree rotated from the horizontal position? If not, is that too difficult to implement? How could I do it? GDK, Styles... Any ideas? Thanks! [Eric Jardim] ___ pygtk m