[Gtk-sharp-list] Xalign in CellRendererText

Federico Mena Quintero federico@ximian.com
Wed, 26 Jan 2005 13:24:24 -0600


On Sat, 2005-01-22 at 01:01 -0500, Michael Quinn wrote:
> Ahh I'm sorry, it does right justify the text, the cellrenderer just
> doesn't place the text along the right edge of the cell.  So, the text
> is right-justified in the column, but its all still stuck to the left
> side of the column (I hope that makes sense).  Is there any way to
> change this?

When packing your cell renderer, did you pass "true" for the "expand"
argument?

  Federico