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
CustomSorterGidBuilder builder() static nothrowGet builder for [gtk.custom_sorter.CustomSorter] Returns: New builder objectvoid setSortFunc(CustomSortDelegate sortFunc) nothrowSets (or unsets) the function used for sorting items. If sort_func is %NULL, all items are considered equal. If the sort func changes its sorting behavior, [Gtk.Sorter.changed] needs to be called. ...Fluent builder implementation template for gtk.custom_sorter.CustomSorter
Fluent builder for gtk.custom_sorter.CustomSorter
Methods