Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. AccessibleSortDescending :: AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    Items are sorted in descending order by this column.

  2. AccessibleSortNone :: AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    There is no defined sort applied to the column.

  3. AccessibleSortOther :: AccessibleSort

    gi-gtk4 GI.Gtk.Enums

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

  4. AnotherAccessibleSort :: Int -> AccessibleSort

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  5. AnotherSortType :: Int -> SortType

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  6. AnotherSorterChange :: Int -> SorterChange

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  7. AnotherSorterOrder :: Int -> SorterOrder

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  8. CellRendererStateSorted :: CellRendererState

    gi-gtk4 GI.Gtk.Flags

    The cell is in a sorted row

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

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

Page 155 of many | Previous | Next