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. getNumericSorterSortOrder :: (MonadIO m, IsNumericSorter o) => o -> m SortType

    gi-gtk4 GI.Gtk.Objects.NumericSorter

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

    get numericSorter #sortOrder
    

  2. numericSorterGetExpression :: (HasCallStack, MonadIO m, IsNumericSorter a) => a -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Gets the expression that is evaluated to obtain numbers from items.

  3. numericSorterGetSortOrder :: (HasCallStack, MonadIO m, IsNumericSorter a) => a -> m SortType

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Gets whether this sorter will sort smaller numbers first.

  4. numericSorterNew :: (HasCallStack, MonadIO m, IsExpression a) => Maybe a -> m NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Creates a new numeric sorter using the given expression. Smaller numbers will be sorted first. You can call numericSorterSetSortOrder to change this.

  5. numericSorterSetExpression :: (HasCallStack, MonadIO m, IsNumericSorter a, IsExpression b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Sets the expression that is evaluated to obtain numbers from items. Unless an expression is set on self, the sorter will always compare items as invalid. The expression must have a return type that can be compared numerically, such as G_TYPE_INT or G_TYPE_DOUBLE.

  6. numericSorterSetSortOrder :: (HasCallStack, MonadIO m, IsNumericSorter a) => a -> SortType -> m ()

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Sets whether to sort smaller numbers before larger ones.

  7. setNumericSorterExpression :: (MonadIO m, IsNumericSorter o, IsExpression a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.NumericSorter

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

    set numericSorter [ #expression := value ]
    

  8. setNumericSorterSortOrder :: (MonadIO m, IsNumericSorter o) => o -> SortType -> m ()

    gi-gtk4 GI.Gtk.Objects.NumericSorter

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

    set numericSorter [ #sortOrder := value ]
    

  9. toNumericSorter :: (MonadIO m, IsNumericSorter o) => o -> m NumericSorter

    gi-gtk4 GI.Gtk.Objects.NumericSorter

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

  10. clearSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-cursor-theme-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #gtkCursorThemeName
    

Page 193 of many | Previous | Next