Function
GtkTreeModelFilterVisibleFunc
Declaration
gboolean
(*GtkTreeModelFilterVisibleFunc)(
GtkTreeModel*model,
GtkTreeIter*iter,
gpointerdata
)
Description [src]
A function which decides whether the row indicated by iter is visible.
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 beNULL.The data is owned by the caller of the function.
Return value
Type: gboolean
Whether the row indicated by iter is visible.