Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onHasDefaultSortFunc
(CallbackHandler __self, TreeSortable sortable)
-
Method Details
-
onHasDefaultSortFunc
- Parameters:
sortable
- A `GtkTreeSortable`- Returns:
- %TRUE, if the model has a default sort function
-