Re: GtkTreeView questions
- From: Mike <maddoc en com>
- To: gtk-app-devel-list gnome org
- Subject: Re: GtkTreeView questions
- Date: Sun, 24 Mar 2002 19:29:20 -0500
Thanks Havoc,
One further question,
How do I create a TreeViewCoulmn with no title? If I set the title with an
empty string it still puts a little empty title tile on top of the list.
Mike
On Sunday 24 March 2002 03:33 pm, Havoc Pennington wrote:
Mike <maddoc en com> writes:
1) How do I hide a column title? I've got a treeview with 3 columns and I
want to have just one title that spans all three columns.
I believe you do this by packing multiple cell renderers into a single
column. gtk_tree_view_column_pack_start() etc.
2) gtk_tree_view_column_new_with_attributes() sets attributes yet I can't
seem to find a list of what those attributes can be, can someone point to
where they are listed.
They are the properties of the cell renderer, listed here for example:
http://developer.gnome.org/doc/API/2.0/gtk/gtkcellrenderertext.html
Hmm, clearly the word "properties" should have been used instead of
"attributes" - ah well.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]