TreeModelFilterVisibleFunc

typealias TreeModelFilterVisibleFunc = (model: TreeModel, iter: TreeIter) -> Boolean

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

  • param model the child model of the GtkTreeModelFilter

  • param iter a GtkTreeIter pointing to the row in @model whose visibility is determined

  • return Whether the row indicated by @iter is visible.