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.

  1. clearStringSorterExpression :: (MonadIO m, IsStringSorter o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

    clear #expression
    

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

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

  3. constructStringSorterExpression :: (IsStringSorter o, MonadIO m, IsExpression a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.StringSorter

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

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

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

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

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

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

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

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

Page 198 of many | Previous | Next