Re: (no subject)



Wasim Jaffer <jaffer_w yahoo co in> 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]