TreeModelFilterVisibleFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
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 model whose visibility is determined

data

user data given to set_visible_func

Returns:

Whether the row indicated by iter is visible.


Namespace: Gtk
Package: gtk4