Re: (no subject)
- From: Havoc Pennington <hp redhat com>
- To: Wasim Jaffer <jaffer_w yahoo co in>
- Cc: gtk-list gnome org
- Subject: Re: (no subject)
- Date: 09 Mar 2002 16:19:17 -0500
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]