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. afterSorterChanged :: (IsSorter a, MonadIO m) => a -> ((?self :: a) => SorterChangedCallback) -> m SignalHandlerId

    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.

  2. onSorterChanged :: (IsSorter a, MonadIO m) => a -> ((?self :: a) => SorterChangedCallback) -> m SignalHandlerId

    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
    

  3. toSorter :: (MonadIO m, IsSorter o) => o -> m Sorter

    gi-gtk4 GI.Gtk.Objects.Sorter

    Cast to Sorter, for types for which this is known to be safe. For general casts, use castTo.

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

  5. class (GObject o, IsDescendantOf StringSorter o) => IsStringSorter o

    gi-gtk4 GI.Gtk.Objects.StringSorter

    Type class for types which can be safely cast to StringSorter, for instance with toStringSorter.

  6. newtype StringSorter

    gi-gtk4 GI.Gtk.Objects.StringSorter

    Memory-managed wrapper type.

  7. StringSorter :: ManagedPtr StringSorter -> StringSorter

    gi-gtk4 GI.Gtk.Objects.StringSorter

    No documentation available.

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

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

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

Page 197 of many | Previous | Next