CustomSorter.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(CustomSortDelegate sortFunc)

Creates a new GtkSorter that works by calling sortFunc to compare items. If sortFunc is null, all items are considered equal.

Parameters

sortFuncthe callback delegate to use for sorting

Returns

a new CustomSorter