Re: GtkTreeModelSort + GtkTreeModelFilter



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]