Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. numerableIconSetBackgroundIconName :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Deprecated: (Since version 3.14)

  2. numerableIconSetCount :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Deprecated: (Since version 3.14)

  3. numerableIconSetLabel :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Deprecated: (Since version 3.14)

  4. numerableIconSetStyleContext :: (HasCallStack, MonadIO m, IsNumerableIcon a, IsStyleContext b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.NumerableIcon

    Deprecated: (Since version 3.14)

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

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

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Gets whether this sorter will sort smaller numbers first.

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

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

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

    gi-gtk4 GI.Gtk.Objects.NumericSorter

    Sets whether to sort smaller numbers before larger ones.

  10. numberOfWorkers :: ServerConfig -> Int

    http2 Network.HTTP2.Server

    Deprecated: No effect anymore

Page 91 of many | Previous | Next