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.
-
gi-gtk4 GI.Gtk.Objects.ColumnViewSorter Returns the primary sort order. The primary sort order determines whether the triangle displayed in the column view header of the primary sort column points upwards or downwards. If there is no primary sort column, then this function returns GTK_SORT_ASCENDING. Since: 4.10
-
gi-gtk4 GI.Gtk.Objects.ColumnViewSorter Get the value of the “primary-sort-column” property. When overloading is enabled, this is equivalent to
get columnViewSorter #primarySortColumn
getColumnViewSorterPrimarySortOrder :: (MonadIO m, IsColumnViewSorter o) => o -> m SortTypegi-gtk4 GI.Gtk.Objects.ColumnViewSorter Get the value of the “primary-sort-order” property. When overloading is enabled, this is equivalent to
get columnViewSorter #primarySortOrder
toColumnViewSorter :: (MonadIO m, IsColumnViewSorter o) => o -> m ColumnViewSortergi-gtk4 GI.Gtk.Objects.ColumnViewSorter Cast to ColumnViewSorter, for types for which this is known to be safe. For general casts, use castTo.
module GI.Gtk.Objects.
CustomSorter GtkCustomSorter is a GtkSorter implementation that sorts via a callback function.
-
gi-gtk4 GI.Gtk.Objects.CustomSorter Memory-managed wrapper type.
CustomSorter :: ManagedPtr CustomSorter -> CustomSortergi-gtk4 GI.Gtk.Objects.CustomSorter No documentation available.
class (GObject o, IsDescendantOf CustomSorter o) =>
IsCustomSorter ogi-gtk4 GI.Gtk.Objects.CustomSorter Type class for types which can be safely cast to CustomSorter, for instance with toCustomSorter.
customSorterNew :: (HasCallStack, MonadIO m) => Maybe CompareDataFunc -> m CustomSortergi-gtk4 GI.Gtk.Objects.CustomSorter Creates a new GtkSorter that works by calling sortFunc to compare items. If sortFunc is Nothing, all items are considered equal.
-
gi-gtk4 GI.Gtk.Objects.CustomSorter Sets (or unsets) the function used for sorting items. If sortFunc is Nothing, all items are considered equal. If the sort func changes its sorting behavior, sorterChanged needs to be called. If a previous function was set, its userDestroy will be called now.