Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
SorterChangeInverted :: SorterChangegi-gtk4 GI.Gtk.Enums The sort order was inverted. Comparisons that returned OrderingSmaller now return OrderingLarger and vice versa. Other comparisons return the same values as before.
SorterChangeLessStrict :: SorterChangegi-gtk4 GI.Gtk.Enums The sorter is less strict: Comparisons may now return OrderingEqual that did not do so before.
SorterChangeMoreStrict :: SorterChangegi-gtk4 GI.Gtk.Enums The sorter is more strict: Comparisons that did return OrderingEqual may not do so anymore.
-
gi-gtk4 GI.Gtk.Enums Describes the type of order that a GtkSorter may produce.
SorterOrderNone :: SorterOrdergi-gtk4 GI.Gtk.Enums No order, all elements are considered equal. sorterCompare will only return OrderingEqual.
SorterOrderPartial :: SorterOrdergi-gtk4 GI.Gtk.Enums A partial order. Any GtkOrdering is possible.
SorterOrderTotal :: SorterOrdergi-gtk4 GI.Gtk.Enums A total order. sorterCompare will only return OrderingEqual if an item is compared with itself. Two different items will never cause this value to be returned.
module GI.Gtk.Objects.
SortListModel A GListModel that sorts the elements of an underlying model according to a GtkSorter. The model is a stable sort. If two items compare equal according to the sorter, the one that appears first in the original model will also appear first after sorting. Note that if you change the sorter, the previous order will have no influence on the new order. If you want that, consider using a GtkMultiSorter and appending the previous sorter to it. The model can be set up to do incremental sorting, so that sorting long lists doesn't block the UI. See sortListModelSetIncremental for details. GtkSortListModel is a generic model and because of that it cannot take advantage of any external knowledge when sorting. If you run into performance issues with GtkSortListModel, it is strongly recommended that you write your own sorting list model. GtkSortListModel allows sorting the items into sections. It implements GtkSectionModel and when SortListModel:sectionSorter is set, it will sort all items with that sorter and items comparing equal with it will be put into the same section. The SortListModel:sorter will then be used to sort items inside their sections.
-
gi-gtk4 GI.Gtk.Objects.SortListModel Memory-managed wrapper type.
SortListModel :: ManagedPtr SortListModel -> SortListModelgi-gtk4 GI.Gtk.Objects.SortListModel No documentation available.