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 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
CustomSorter build()Create object from builder. Returns: New object