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.
getMultiSorterNItems :: (MonadIO m, IsMultiSorter o) => o -> m Word32gi-gtk4 GI.Gtk.Objects.MultiSorter Get the value of the “n-items” property. When overloading is enabled, this is equivalent to
get multiSorter #nItems
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.
multiSorterNew :: (HasCallStack, MonadIO m) => m MultiSortergi-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.
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.
toMultiSorter :: (MonadIO m, IsMultiSorter o) => o -> m MultiSortergi-gtk4 GI.Gtk.Objects.MultiSorter Cast to MultiSorter, for types for which this is known to be safe. For general casts, use castTo.
module GI.Gtk.Objects.
NumericSorter GtkNumericSorter is a GtkSorter that compares numbers. To obtain the numbers to compare, this sorter evaluates a Expression.
class (GObject o, IsDescendantOf NumericSorter o) =>
IsNumericSorter ogi-gtk4 GI.Gtk.Objects.NumericSorter Type class for types which can be safely cast to NumericSorter, for instance with toNumericSorter.
-
gi-gtk4 GI.Gtk.Objects.NumericSorter Memory-managed wrapper type.
NumericSorter :: ManagedPtr NumericSorter -> NumericSortergi-gtk4 GI.Gtk.Objects.NumericSorter No documentation available.
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