gtk.multi_sorter
Module for [MultiSorter] class
Types 3
gtk.multi_sorter.MultiSorter combines multiple sorters by trying them in turn.
If the first sorter compares two items as equal, the second is tried next, and so on.
Methods
MultiSorterGidBuilder builder() static nothrowGet builder for [gtk.multi_sorter.MultiSorter] Returns: New builder objectgobject.types.GType itemType() @property nothrowGet `itemType` property. Returns: The type of items. See [gio.list_model.ListModel.getItemType].uint nItems() @property nothrowGet `nItems` property. Returns: The number of items. See [gio.list_model.ListModel.getNItems].void remove(uint position) nothrowRemoves the sorter at the given position from the list of sorter used by self.classMultiSorterGidBuilderImpl(T) : gtk.sorter.SorterGidBuilderImpl!T, gio.list_model.ListModelGidBuilderImpl!T, gtk.buildable.BuildableGidBuilderImpl!T
Fluent builder implementation template for gtk.multi_sorter.MultiSorter
Fluent builder for gtk.multi_sorter.MultiSorter
Methods