> Is there any way to right-align a specific cell renderer?  I tried with
> more than one column, but according to the set_max_width API
> documentation, if the column is the last one, it is automatically
> expanded.

I found a way to right align the content in a renderer, it's bit
awkward, but it works (for me at least):

Try the following:

renderer.set_property('xalign', 1.0)

-- 
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to