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.TreeListRowSorter Memory-managed wrapper type.
TreeListRowSorter :: ManagedPtr TreeListRowSorter -> TreeListRowSortergi-gtk4 GI.Gtk.Objects.TreeListRowSorter No documentation available.
clearTreeListRowSorterSorter :: (MonadIO m, IsTreeListRowSorter o) => o -> m ()gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Set the value of the “sorter” property to Nothing. When overloading is enabled, this is equivalent to
clear #sorter
-
gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Construct a GValueConstruct with valid value for the “sorter” property. This is rarely needed directly, but it is used by new.
getTreeListRowSorterSorter :: (MonadIO m, IsTreeListRowSorter o) => o -> m (Maybe Sorter)gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Get the value of the “sorter” property. When overloading is enabled, this is equivalent to
get treeListRowSorter #sorter
setTreeListRowSorterSorter :: (MonadIO m, IsTreeListRowSorter o, IsSorter a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Set the value of the “sorter” property. When overloading is enabled, this is equivalent to
set treeListRowSorter [ #sorter := value ]
toTreeListRowSorter :: (MonadIO m, IsTreeListRowSorter o) => o -> m TreeListRowSortergi-gtk4 GI.Gtk.Objects.TreeListRowSorter Cast to TreeListRowSorter, for types for which this is known to be safe. For general casts, use castTo.
-
gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Returns the sorter used by self.
treeListRowSorterNew :: (HasCallStack, MonadIO m, IsSorter a) => Maybe a -> m TreeListRowSortergi-gtk4 GI.Gtk.Objects.TreeListRowSorter Create a special-purpose sorter that applies the sorting of sorter to the levels of a GtkTreeListModel. Note that this sorter relies on TreeListModel:passthrough being False as it can only sort TreeListRows.
-
gi-gtk4 GI.Gtk.Objects.TreeListRowSorter Sets the sorter to use for items with the same parent. This sorter will be passed the TreeListRow:item of the tree list rows passed to self.