Function
GtkTreeModelFilterVisibleFunc
Declaration
gboolean
(* GtkTreeModelFilterVisibleFunc) (
GtkTreeModel* model,
GtkTreeIter* iter,
gpointer data
)
Parameters
model |
GtkTreeModel |
The child model of the |
|
The data is owned by the caller of the function. | |
iter |
GtkTreeIter |
A |
|
The data is owned by the caller of the function. | |
data |
gpointer |
User data given to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |