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 TreeModelFilter

iter

a TreeIter 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: gtk+-3.0