StringSorter.this

Creates a new string sorter that compares items using the given expression.

Unless an expression is set on it, this sorter will always compare items as invalid.

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

Parameters

expression gtk.expression.Expression

The expression to evaluate

Return Value