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.
AccessibleSortNone :: AccessibleSortgi-gtk4 GI.Gtk.Enums There is no defined sort applied to the column.
AccessibleSortOther :: AccessibleSortgi-gtk4 GI.Gtk.Enums A sort algorithm other than ascending or descending has been applied.
AnotherAccessibleSort :: Int -> AccessibleSortgi-gtk4 GI.Gtk.Enums Catch-all for unknown values
AnotherSortType :: Int -> SortTypegi-gtk4 GI.Gtk.Enums Catch-all for unknown values
AnotherSorterChange :: Int -> SorterChangegi-gtk4 GI.Gtk.Enums Catch-all for unknown values
AnotherSorterOrder :: Int -> SorterOrdergi-gtk4 GI.Gtk.Enums Catch-all for unknown values
CellRendererStateSorted :: CellRendererStategi-gtk4 GI.Gtk.Flags The cell is in a sorted row
module GI.Gtk.Interfaces.
TreeSortable The interface for sortable models used by GtkTreeView GtkTreeSortable is an interface to be implemented by tree models which support sorting. The GtkTreeView uses the methods provided by this interface to sort the model.
class (GObject o, IsDescendantOf TreeSortable o) =>
IsTreeSortable ogi-gtk4 GI.Gtk.Interfaces.TreeSortable Type class for types which can be safely cast to TreeSortable, for instance with toTreeSortable.
-
gi-gtk4 GI.Gtk.Interfaces.TreeSortable Deprecated: (Since version 4.10)There is no replacement for this interface. You shoulduse SortListModel to wrap your list model instead