Package ch.bailu.gtk.gtk
Interface TreeSortableIface.OnGetSortColumnId
- 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 TypeMethodDescriptionbooleanonGetSortColumnId(CallbackHandler __self, TreeSortable sortable, Int sort_column_id, Int order)
-
Method Details
-
onGetSortColumnId
boolean onGetSortColumnId(CallbackHandler __self, @Nonnull TreeSortable sortable, @Nonnull Int sort_column_id, @Nonnull Int order) - Parameters:
sortable- A `GtkTreeSortable`sort_column_id- The sort column id to be filled inorder- The `GtkSortType` to be filled in- Returns:
- %TRUE if the sort column is not one of the special sort column ids.
-