TreeModelFilterVisibleFunc


Description:


public delegate bool TreeModelFilterVisibleFunc (TreeModel model, TreeIter iter)

A function which decides whether the row indicated by iter is visible.

Note:

There is no replacement

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: gtk+-2.0