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. setSortListModelSorter :: (MonadIO m, IsSortListModel o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    set sortListModel [ #sorter := value ]
    

  2. toSortListModel :: (MonadIO m, IsSortListModel o) => o -> m SortListModel

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

  3. class (GObject o, IsDescendantOf Sorter o) => IsSorter o

    gi-gtk4 GI.Gtk.Objects.Sorter

    Type class for types which can be safely cast to Sorter, for instance with toSorter.

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

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

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

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

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

  9. newtype StringSorter

    gi-gtk4 GI.Gtk.Objects.StringSorter

    Memory-managed wrapper type.

  10. StringSorter :: ManagedPtr StringSorter -> StringSorter

    gi-gtk4 GI.Gtk.Objects.StringSorter

    No documentation available.

Page 197 of many | Previous | Next