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(GtkStringSorter* gtkStringSorter, bool ownedRef)
  2. this(Expression expression)
    class StringSorter

Parameters

expression Expression

The expression to evaluate

Return Value

a new GtkStringSorter

Throws

ConstructionException GTK+ fails to create the object.

Meta