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.
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
-
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.
-
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.
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.
getStringSorterCollation :: (MonadIO m, IsStringSorter o) => o -> m Collationgi-gtk4 GI.Gtk.Objects.StringSorter Get the value of the “collation” property. When overloading is enabled, this is equivalent to
get stringSorter #collation
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
getStringSorterIgnoreCase :: (MonadIO m, IsStringSorter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.StringSorter Get the value of the “ignore-case” property. When overloading is enabled, this is equivalent to
get stringSorter #ignoreCase
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 ]
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 ]
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 ]