TreeModelFilterVisibleFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate bool TreeModelFilterVisibleFunc (TreeModel model, TreeIter iter)
public delegate bool TreeModelFilterVisibleFunc (TreeModel model, TreeIter iter)
A function which decides whether the row indicated by iter
is visible.
Parameters:
model |
the child model of the `GtkTreeModelFilter` |
iter |
a `GtkTreeIter` pointing to the row in |
data |
user data given to set_visible_func |
Returns:
Whether the row indicated by |
Namespace: Gtk
Package: gtk4