Re: GtkTreeModelFilter question



On 02/13/2005 08:12:52 AM, Maulet wrote:
Hi all,

I'm having problems with GtkTreeModelFilter.

The following sample program simply builds a window with a tree view inside. A tree model filter wraps the tree model of the tree view. The filter uses a visible function that always returns FALSE. So no rows should be shown... But compile and run it, and you'll see the tree view showing the row!

Could anyone explain me where am I wrong?

You created the view from the real store instead of the filtered model.

Peter




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