Re: gtktree: combination filter and using gtk_tree_model_foreach

2017-05-24 Thread Eric Cashon via gtk-app-devel-list
store, , 0, "child", -1); } } i++; return FALSE; } -Original Message- From: Rob Alblas <ralb...@aimvalley.nl> To: gtk-app-devel-list <gtk-app-devel-list@gnome.org> Sent: Wed, May 24, 2017 5:57 am Subject: gtktree: combination filter

gtktree: combination filter and using gtk_tree_model_foreach

2017-05-24 Thread Rob Alblas
In a GtkTree I want to use a filter, and also extend the tree using gtk_tree_model_foreach. The combination of the 2 gives problems. In the function connected to gtk_tree_model_foreach I use the GtkTreeIter *iter argument, which gives an error message: Gtk-CRITICAL **: