GNOME Bugzilla – Bug 315370
Missing constructor for TreeModelFilter
Last modified: 2009-08-15 18:40:50 UTC
The TreeModelFilter constructor in GTK GtkTreeModel* gtk_tree_model_filter_new (GtkTreeModel *child_model, GtkTreePath *root); allows one to set a virtual root for the filtered tree which is a really useful feature. The constructor in jg always passed null for root. Other information:
Created attachment 51876 [details] [review] The attached patch adds a second constructor that provides the option of passing in a TreePath object.
Thanks for the patch. Committed to CVS HEAD.