CustomSorter.this

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

class CustomSorter
this
(
CustomSortDelegate sortFunc
)

Parameters

sortFunc CustomSortDelegate

the callback delegate to use for sorting

Return Value

a new CustomSorter