Re: GtkTreeModelFilter and its interfaces



On Wed, 2004-04-21 at 05:54, Dan Korostelev wrote:
Hello.

I wonder why GtkTreeModelFilter doesn't have a GtkTreeSortable
interface implemented? It's unusable w/o it. Is this a bug? Is someone
working on it? Does this have a workaround?

Sorting and filtering are separate features. If you want to have
a sorted, filtered model, you should wrap a GtkTreeModelFilter in
a GtkTreeModelSort (which does implement GtkTreeSortable).

Matthias




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]