Re: gtktree: combination filter and using gtk_tree_model_foreach

2017-05-24 Thread Eric Cashon via gtk-app-devel-list
&node, &child_iter); gtk_tree_store_set(store, &node, 0, "child", -1); } } i++; return FALSE; } -Original Message- From: Rob Alblas To: gtk-app-devel-list Sent: Wed, May 24, 2017 5:57 am Subject: gtktree: combination filter and using gtk_tree_mod

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 **: IA__gtk_tree_store_appen