Interface TreeModelFilter.OnTreeModelFilterVisibleFunc

Enclosing class:
TreeModelFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TreeModelFilter.OnTreeModelFilterVisibleFunc
  • Method Details

    • onTreeModelFilterVisibleFunc

      boolean onTreeModelFilterVisibleFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreeIter iter, @Nullable Pointer data)
      A function which decides whether the row indicated by @iter is visible.
      Parameters:
      model - the child model of the `GtkTreeModelFilter`
      iter - a `GtkTreeIter` pointing to the row in @model whose visibility is determined
      data - user data given to gtk_tree_model_filter_set_visible_func()
      Returns:
      Whether the row indicated by @iter is visible.