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. getMultiSorterNItems :: (MonadIO m, IsMultiSorter o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.MultiSorter

    Get the value of the “n-items” property. When overloading is enabled, this is equivalent to

    get multiSorter #nItems
    

  2. multiSorterAppend :: (HasCallStack, MonadIO m, IsMultiSorter a, IsSorter b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.MultiSorter

    Add sorter to self to use for sorting at the end. self will consult all existing sorters before it will sort with the given sorter.

  3. multiSorterNew :: (HasCallStack, MonadIO m) => m MultiSorter

    gi-gtk4 GI.Gtk.Objects.MultiSorter

    Creates a new multi sorter. This sorter compares items by trying each of the sorters in turn, until one returns non-zero. In particular, if no sorter has been added to it, it will always compare items as equal.

  4. multiSorterRemove :: (HasCallStack, MonadIO m, IsMultiSorter a) => a -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.MultiSorter

    Removes the sorter at the given position from the list of sorter used by self. If position is larger than the number of sorters, nothing happens.

  5. toMultiSorter :: (MonadIO m, IsMultiSorter o) => o -> m MultiSorter

    gi-gtk4 GI.Gtk.Objects.MultiSorter

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

  6. module GI.Gtk.Objects.NumericSorter

    GtkNumericSorter is a GtkSorter that compares numbers. To obtain the numbers to compare, this sorter evaluates a Expression.

  7. class (GObject o, IsDescendantOf NumericSorter o) => IsNumericSorter o

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Type class for types which can be safely cast to NumericSorter, for instance with toNumericSorter.

  8. newtype NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Memory-managed wrapper type.

  9. NumericSorter :: ManagedPtr NumericSorter -> NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    No documentation available.

  10. clearNumericSorterExpression :: (MonadIO m, IsNumericSorter o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Set the value of the “expression” property to Nothing. When overloading is enabled, this is equivalent to

    clear #expression
    

Page 192 of many | Previous | Next