Re: GtkTreeModelSort + GtkTreeModelFilter
- From: justin+gnome dicatek com
- To: gtk-perl-list gnome org
- Subject: Re: GtkTreeModelSort + GtkTreeModelFilter
- Date: Tue, 23 Aug 2005 14:58:03 -0700 (PDT)
On Tue, 23 Aug 2005, Patrick Fritzsch wrote:
i understand that the GtkTreeModelSort and GtkTreeModelFilter Interfaces
are just a
GtkTreeModel with more functionality. Actually for the programm i want
to code those functionalities would be prefect. But not GtkTreeModelSort
or GtkTreeModelFilter, i would like to use both.
But well, i cannot use both, i can use one or the other i think.
If your sorting needs are not extensive, you could just set_sort_column_id
on the plain Gtk2::TreeStore that's sitting behind your filter (since
TreeStore implements Gtk2::TreeSortable).
Justin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]