Re: [gtkmm] Changing columns in TreeView
- From: "Daniel Evison" <devison pacificit co nz>
- To: "gtkmm mailing list" <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Changing columns in TreeView
- Date: Tue, 30 Jul 2002 15:27:22 +1200
> If I have to make a new ListStore, could I at least reuse the same
TreeView
> by removing all the columns, calling set_model with the new ListStore,
then
> adding the new columns?
The documentation
http://gtkmm.sourceforge.net/gtkmm2/reference/html/classGtk_1_1TreeView.html
#a27
suggests there is a function TreeView::remove_all_columns, but I can't see
that in the source code. (gtkmm-1.3.18)
It seems like a useful function - should it be there? Alternatively I guess
one could repeatedly call TreeView::remove_column.
thanks
Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]