Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. columnViewSorterGetPrimarySortOrder :: (HasCallStack, MonadIO m, IsColumnViewSorter a) => a -> m SortType

    gi-gtk4 GI.Gtk.Objects.ColumnViewSorter

    Returns the primary sort order. The primary sort order determines whether the triangle displayed in the column view header of the primary sort column points upwards or downwards. If there is no primary sort column, then this function returns GTK_SORT_ASCENDING. Since: 4.10

  2. getColumnViewSorterPrimarySortColumn :: (MonadIO m, IsColumnViewSorter o) => o -> m (Maybe ColumnViewColumn)

    gi-gtk4 GI.Gtk.Objects.ColumnViewSorter

    Get the value of the “primary-sort-column” property. When overloading is enabled, this is equivalent to

    get columnViewSorter #primarySortColumn
    

  3. getColumnViewSorterPrimarySortOrder :: (MonadIO m, IsColumnViewSorter o) => o -> m SortType

    gi-gtk4 GI.Gtk.Objects.ColumnViewSorter

    Get the value of the “primary-sort-order” property. When overloading is enabled, this is equivalent to

    get columnViewSorter #primarySortOrder
    

  4. toColumnViewSorter :: (MonadIO m, IsColumnViewSorter o) => o -> m ColumnViewSorter

    gi-gtk4 GI.Gtk.Objects.ColumnViewSorter

    Cast to ColumnViewSorter, for types for which this is known to be safe. For general casts, use castTo.

  5. module GI.Gtk.Objects.CustomSorter

    GtkCustomSorter is a GtkSorter implementation that sorts via a callback function.

  6. newtype CustomSorter

    gi-gtk4 GI.Gtk.Objects.CustomSorter

    Memory-managed wrapper type.

  7. CustomSorter :: ManagedPtr CustomSorter -> CustomSorter

    gi-gtk4 GI.Gtk.Objects.CustomSorter

    No documentation available.

  8. class (GObject o, IsDescendantOf CustomSorter o) => IsCustomSorter o

    gi-gtk4 GI.Gtk.Objects.CustomSorter

    Type class for types which can be safely cast to CustomSorter, for instance with toCustomSorter.

  9. customSorterNew :: (HasCallStack, MonadIO m) => Maybe CompareDataFunc -> m CustomSorter

    gi-gtk4 GI.Gtk.Objects.CustomSorter

    Creates a new GtkSorter that works by calling sortFunc to compare items. If sortFunc is Nothing, all items are considered equal.

  10. customSorterSetSortFunc :: (HasCallStack, MonadIO m, IsCustomSorter a) => a -> Maybe CompareDataFunc -> m ()

    gi-gtk4 GI.Gtk.Objects.CustomSorter

    Sets (or unsets) the function used for sorting items. If sortFunc is Nothing, all items are considered equal. If the sort func changes its sorting behavior, sorterChanged needs to be called. If a previous function was set, its userDestroy will be called now.

Page 190 of many | Previous | Next