Text alignment in a custom cell renderer?

2006-07-10 Thread Daniel Kasak
I've got a custom text cell renderer, and I've discovered that if I provide a RENDER sub, I loose a lot of nice stuff, eg alignment. I assume I have to get the value of the 'xalign' property and manually set alignment, but I can't quite figure out how to do that. There's no parent object for the l

Re: Text alignment in a custom cell renderer?

2006-07-11 Thread Torsten Schoenfeld
On Mon, 2006-07-10 at 11:03 +1000, Daniel Kasak wrote: > I assume I have to get the value of the 'xalign' property and manually > set alignment, but I can't quite figure out how to do that. There's no > parent object for the layout ( I originally thought it might have a > Gtk2::Alignment parent ..