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