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

    gi-gtk4 GI.Gtk.Objects.TreeListRowSorter

    Memory-managed wrapper type.

  2. TreeListRowSorter :: ManagedPtr TreeListRowSorter -> TreeListRowSorter

    gi-gtk4 GI.Gtk.Objects.TreeListRowSorter

    No documentation available.

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

  4. constructTreeListRowSorterSorter :: (IsTreeListRowSorter o, MonadIO m, IsSorter a) => a -> m (GValueConstruct o)

    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.

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

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

  7. toTreeListRowSorter :: (MonadIO m, IsTreeListRowSorter o) => o -> m TreeListRowSorter

    gi-gtk4 GI.Gtk.Objects.TreeListRowSorter

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

  8. treeListRowSorterGetSorter :: (HasCallStack, MonadIO m, IsTreeListRowSorter a) => a -> m (Maybe Sorter)

    gi-gtk4 GI.Gtk.Objects.TreeListRowSorter

    Returns the sorter used by self.

  9. treeListRowSorterNew :: (HasCallStack, MonadIO m, IsSorter a) => Maybe a -> m TreeListRowSorter

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

  10. treeListRowSorterSetSorter :: (HasCallStack, MonadIO m, IsTreeListRowSorter a, IsSorter b) => a -> Maybe b -> m ()

    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.

Page 200 of many | Previous | Next