Package ch.bailu.gtk.gtk
Interface TreeSortableIface.OnSetSortColumnId
- 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 TypeMethodDescriptionvoid
onSetSortColumnId
(CallbackHandler __self, TreeSortable sortable, int sort_column_id, int order)
-
Method Details
-
onSetSortColumnId
void onSetSortColumnId(CallbackHandler __self, @Nonnull TreeSortable sortable, int sort_column_id, int order) - Parameters:
sortable
- A `GtkTreeSortable`sort_column_id
- the sort column id to setorder
- The sort order of the column
-