[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool TreeModelFilterVisibleFunc (TreeModel model, TreeIter iter)
Warning: TreeModelFilterVisibleFunc is deprecated since 4.20.
A function which decides whether the row indicated by iter is visible.
There is no replacement
| model |
the child model of the `GtkTreeModelFilter` |
| iter |
a `GtkTreeIter` pointing to the row in |
| data |
user data given to set_visible_func |
|
Whether the row indicated by |