StringSorter
open class StringSorter(val gtkStringSorterPointer: <Error class: unknown class><<Error class: unknown class>>) : Sorter
GtkStringSorter
is a GtkSorter
that compares strings.
It does the comparison in a linguistically correct way using the current locale by normalizing Unicode strings and possibly case-folding them before performing the comparison.
To obtain the strings to compare, this sorter evaluates a class@Gtk.Expression.
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 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.