Re: [gtkmm] Treeview question
- From: Daniel <dss home se>
- To: gtkmm-list gnome org
- Subject: Re: [gtkmm] Treeview question
- Date: Fri, 2 Aug 2002 19:01:15 +0200
Hello again!
I had a look at the corresponding plain Gtk+ example and it looks like I want it to. In Gtk+, it seems like you can do:
gtk_tree_store_set (model, &iter,
HOLIDAY_NAME_COLUMN, month->label,
ALEX_COLUMN, FALSE,
HAVOC_COLUMN, FALSE,
...);
Where the FALSE parameter tells the renderer (or whatever it is) not to render that cell. It seems like Gtkmm misses this functionality... Am I doing something wrong here?
/Daniel
On Thu, 1 Aug 2002 19:41:13 +0200
Daniel <dss home se> wrote:
> Hello!
>
> I'm working on a class using the treeview to display its data. I have studied the treeview/treestore example (gtk-demo) and it has been very helpful. However, in the example (treestore) there are also "toggle-cells" on the rows that you can expand...for example on the january row there are also some "toggle-cells". In my program I would like the row to be empty after the text-cell "january"...
>
> Simple solution?
>
> Complex solution?
>
> Regards
>
> Daniel Sundberg
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]