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.
-
gi-gtk4 GI.Gtk.Objects.Sorter Connect a signal handler for the changed signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after sorter #changed callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk4 GI.Gtk.Objects.Sorter Connect a signal handler for the changed signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on sorter #changed callback
toSorter :: (MonadIO m, IsSorter o) => o -> m Sortergi-gtk4 GI.Gtk.Objects.Sorter Cast to Sorter, for types for which this is known to be safe. For general casts, use castTo.
module GI.Gtk.Objects.
StringSorter GtkStringSorter is a GtkSorter that compares strings. It does the comparison in a linguistically correct way using the current locale by normalizing Unicode strings and possibly case-folding them before performing the comparison. To obtain the strings to compare, this sorter evaluates a Expression.
class (GObject o, IsDescendantOf StringSorter o) =>
IsStringSorter ogi-gtk4 GI.Gtk.Objects.StringSorter Type class for types which can be safely cast to StringSorter, for instance with toStringSorter.
-
gi-gtk4 GI.Gtk.Objects.StringSorter Memory-managed wrapper type.
StringSorter :: ManagedPtr StringSorter -> StringSortergi-gtk4 GI.Gtk.Objects.StringSorter No documentation available.
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.