gtk.custom_sorter
Module for [CustomSorter] class
Types 3
classCustomSorter : gtk.sorter.Sorter
[gtk.custom_sorter.CustomSorter] is a [gtk.sorter.Sorter] implementation that sorts via a callback function.
Methods
CustomSorter self()Returns `this`, for use in `with` statements.CustomSorterGidBuilder builder()Get builder for [gtk.custom_sorter.CustomSorter] Returns: New builder objectvoid setSortFunc(CustomSortDelegate sortFunc)Sets (or unsets) the function used for sorting items. If sortfunc is %NULL, all items are considered equal. If the sort func changes its sorting behavior, [Gtk.Sorter.changed] needs to be called. I...Fluent builder for [gtk.custom_sorter.CustomSorter]
Methods