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. constructStringSorterIgnoreCase :: (IsStringSorter o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

  2. getStringSorterCollation :: (MonadIO m, IsStringSorter o) => o -> m Collation

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    get stringSorter #collation
    

  3. getStringSorterExpression :: (MonadIO m, IsStringSorter o) => o -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    get stringSorter #expression
    

  4. getStringSorterIgnoreCase :: (MonadIO m, IsStringSorter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    get stringSorter #ignoreCase
    

  5. setStringSorterCollation :: (MonadIO m, IsStringSorter o) => o -> Collation -> m ()

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    set stringSorter [ #collation := value ]
    

  6. setStringSorterExpression :: (MonadIO m, IsStringSorter o, IsExpression a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    set stringSorter [ #expression := value ]
    

  7. setStringSorterIgnoreCase :: (MonadIO m, IsStringSorter o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    set stringSorter [ #ignoreCase := value ]
    

  8. stringSorterGetCollation :: (HasCallStack, MonadIO m, IsStringSorter a) => a -> m Collation

    gi-gtk4 GI.Gtk.Objects.StringSorter

    Gets which collation method the sorter uses. Since: 4.10

  9. stringSorterGetExpression :: (HasCallStack, MonadIO m, IsStringSorter a) => a -> m (Maybe Expression)

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

  10. stringSorterGetIgnoreCase :: (HasCallStack, MonadIO m, IsStringSorter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.StringSorter

    Gets whether the sorter ignores case differences.

Page 198 of many | Previous | Next