StringSorter.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gtk.expression.Expression expression = null) nothrow

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.

Parameters

expressionThe expression to evaluate

Returns