Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. sortListModelSetSectionSorter :: (HasCallStack, MonadIO m, IsSortListModel a, IsSorter b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets a new section sorter on self. Since: 4.12

  2. sortListModelSetSorter :: (HasCallStack, MonadIO m, IsSortListModel a, IsSorter b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Sets a new sorter on self.

  3. sorterChanged :: (HasCallStack, MonadIO m, IsSorter a) => a -> SorterChange -> m ()

    gi-gtk4 GI.Gtk.Objects.Sorter

    Notifies all users of the sorter that it has changed. This emits the Sorter::changed signal. Users of the sorter should then update the sort order via sorterCompare. Depending on the change parameter, it may be possible to update the sort order without a full resorting. Refer to the SorterChange documentation for details. This function is intended for implementers of GtkSorter subclasses and should not be called from other functions.

  4. sorterCompare :: (HasCallStack, MonadIO m, IsSorter a, IsObject b, IsObject c) => a -> b -> c -> m Ordering

    gi-gtk4 GI.Gtk.Objects.Sorter

    Compares two given items according to the sort order implemented by the sorter. Sorters implement a partial order:

    • It is reflexive, ie a = a
    • It is antisymmetric, ie if a < b and b < a, then a = b
    • It is transitive, ie given any 3 items with a ≤ b and b ≤ c, then a ≤ c
    The sorter may signal it conforms to additional constraints via the return value of sorterGetOrder.

  5. sorterGetOrder :: (HasCallStack, MonadIO m, IsSorter a) => a -> m SorterOrder

    gi-gtk4 GI.Gtk.Objects.Sorter

    Gets the order that self conforms to. See SorterOrder for details of the possible return values. This function is intended to allow optimizations.

  6. sortAscending :: HasDirection mod => mod

    github GitHub.Data.Options

    No documentation available.

  7. sortByComments :: HasComments mod => mod

    github GitHub.Data.Options

    No documentation available.

  8. sortByCreated :: HasCreatedUpdated mod => mod

    github GitHub.Data.Options

    No documentation available.

  9. sortByCreatedAt :: CacheMod

    github GitHub.Data.Options

    No documentation available.

  10. sortByLastAccessedAt :: CacheMod

    github GitHub.Data.Options

    No documentation available.

Page 42 of many | Previous | Next