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

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

  3. module GI.Gtk.Objects.NumericSorter

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

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

  5. newtype NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Memory-managed wrapper type.

  6. NumericSorter :: ManagedPtr NumericSorter -> NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    No documentation available.

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

  8. constructNumericSorterExpression :: (IsNumericSorter o, MonadIO m, IsExpression a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Construct a GValueConstruct with valid value for the “expression” property. This is rarely needed directly, but it is used by new.

  9. constructNumericSorterSortOrder :: (IsNumericSorter o, MonadIO m) => SortType -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Construct a GValueConstruct with valid value for the “sort-order” property. This is rarely needed directly, but it is used by new.

  10. getNumericSorterExpression :: (MonadIO m, IsNumericSorter o) => o -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.NumericSorter

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

    get numericSorter #expression
    

Page 192 of many | Previous | Next