NumericSorter.this

Creates a new numeric sorter using the given @expression.

Smaller numbers will be sorted first. You can call [method@Gtk.NumericSorter.set_sort_order] to change this.

  1. this(GtkNumericSorter* gtkNumericSorter, bool ownedRef)
  2. this(Expression expression)
    class NumericSorter

Parameters

expression Expression

The expression to evaluate

Return Value

a new GtkNumericSorter

Throws

ConstructionException GTK+ fails to create the object.

Meta