Function
GtkTreeModelFilterVisibleFunc
Declaration
gboolean
(* GtkTreeModelFilterVisibleFunc) (
GtkTreeModel* model,
GtkTreeIter* iter,
gpointer data
)
Parameters
model
-
Type:
GtkTreeModel
The child model of the
GtkTreeModelFilter
.The data is owned by the caller of the function. iter
-
Type:
GtkTreeIter
A
GtkTreeIter
pointing to the row inmodel
whose visibility is determined.The data is owned by the caller of the function. data
-
Type:
gpointer
User data given to gtk_tree_model_filter_set_visible_func().
The argument can be NULL
.The data is owned by the caller of the function.