CustomSorter.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(CustomSortDelegate sortFunc)
    class CustomSorter
    this
    (
    CustomSortDelegate sortFunc
    )

Parameters

sortFunc CustomSortDelegate

the callback delegate to use for sorting

Return Value

a new CustomSorter