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

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to