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.
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 ]
stringSorterGetCollation :: (HasCallStack, MonadIO m, IsStringSorter a) => a -> m Collationgi-gtk4 GI.Gtk.Objects.StringSorter Gets which collation method the sorter uses. Since: 4.10
-
gi-gtk4 GI.Gtk.Objects.StringSorter Gets the expression that is evaluated to obtain strings from items.
stringSorterGetIgnoreCase :: (HasCallStack, MonadIO m, IsStringSorter a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.StringSorter Gets whether the sorter ignores case differences.