Wasim Jaffer <[EMAIL PROTECTED]> writes:
> 
> I have a small problem in GtkTreeview .I am using
> GtkTreeView to  display 2 colums. By default these
> colums are left justified. I want the colums to be
> right justified. How can I do this?I used the call
> gtk_tree_view_column_set_alignment (), but it  
> justifies only the title and not the content .
> Is there  way to justify the contents as I want in
> program. I read the demo prgram given in gtk but
> didn't find anyhting .
> 

You probably want to set the "xalign" property on your
GtkCellRenderer. GtkTreeViewColumn renders the buttons on top, while
GtkCellRenderer renders the individual cells.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to