NumericSorter
open class NumericSorter(pointer: <Error class: unknown class><<Error class: unknown class>>) : Sorter
GtkNumericSorter
is a GtkSorter
that compares numbers.
To obtain the numbers 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
fun connectChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (change: SorterChange) -> Unit): <Error class: unknown class>
Emitted whenever the sorter changed.
Link copied to clipboard
Gets the expression that is evaluated to obtain numbers from items.
Link copied to clipboard
Gets the order that @self conforms to.
Link copied to clipboard
Gets whether this sorter will sort smaller numbers first.
Link copied to clipboard
Sets the expression that is evaluated to obtain numbers from items.
Link copied to clipboard
Sets whether to sort smaller numbers before larger ones.