MultiSorter
open class MultiSorter(val gtkMultiSorterPointer: <Error class: unknown class><<Error class: unknown class>>) : Sorter, Buildable(source)
GtkMultiSorter
combines multiple sorters by trying them in turn.
If the first sorter compares two items as equal, the second is tried next, and so on.
Skipped during bindings generation
method
item-type
: Property has no getter nor settermethod
n-items
: Property has no getter nor setter
Constructors
Properties
Functions
Link copied to clipboard
Notifies all users of the sorter that it has changed.
Link copied to clipboard
Emits the "changed" signal. See onChanged.
Link copied to clipboard
Gets the ID of the @buildable object.
Link copied to clipboard
Gets the order that @self conforms to.
Link copied to clipboard
fun onChanged( connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (change: SorterChange) -> Unit): <Error class: unknown class>
Emitted whenever the sorter changed.