Function
GtkTreeModelFilterVisibleFunc
deprecated: 4.20
Declaration
gboolean
(* GtkTreeModelFilterVisibleFunc) (
  GtkTreeModel* model,
  GtkTreeIter* iter,
  gpointer data
)
Description [src]
A function which decides whether the row indicated by iter is visible.
Deprecated since: 4.20
There is no replacement.
Parameters
- model
- 
            Type: GtkTreeModelThe child model of the GtkTreeModelFilter.The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterA GtkTreeIterpointing to the row inmodelwhose visibility is determined.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser 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.