NumericSorter.this

Creates a new numeric sorter using the given expression.

Smaller numbers will be sorted first. You can call gtk.numeric_sorter.NumericSorter.setSortOrder to change this.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.expression.Expression expression)
    class NumericSorter

Parameters

expression gtk.expression.Expression

The expression to evaluate

Return Value