Interface TreeSortableIface.OnHasDefaultSortFunc

Enclosing class:
TreeSortableIface
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 TreeSortableIface.OnHasDefaultSortFunc
  • Method Details

    • onHasDefaultSortFunc

      boolean onHasDefaultSortFunc(CallbackHandler __self, @Nonnull TreeSortable sortable)
      Parameters:
      sortable - A `GtkTreeSortable`
      Returns:
      %TRUE, if the model has a default sort function