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.

  1. AccessibleSortNone :: AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    There is no defined sort applied to the column.

  2. AccessibleSortOther :: AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    A sort algorithm other than ascending or descending has been applied.

  3. AnotherAccessibleSort :: Int -> AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  4. AnotherSortType :: Int -> SortType

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  5. AnotherSorterChange :: Int -> SorterChange

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  6. AnotherSorterOrder :: Int -> SorterOrder

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  7. CellRendererStateSorted :: CellRendererState

    gi-gtk4 GI.Gtk.Flags

    The cell is in a sorted row

  8. 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.

  9. class (GObject o, IsDescendantOf TreeSortable o) => IsTreeSortable o

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Type class for types which can be safely cast to TreeSortable, for instance with toTreeSortable.

  10. newtype TreeSortable

    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

Page 186 of many | Previous | Next