[ 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.
model |
the child model of the TreeModelFilter |
iter |
a TreeIter pointing to the row in |
data |
user data given to set_visible_func |
Whether the row indicated by |