Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getSortListModelNItems :: (MonadIO m, IsSortListModel o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Get the value of the “n-items” property. When overloading is enabled, this is equivalent to

    get sortListModel #nItems
    

  2. getSortListModelPending :: (MonadIO m, IsSortListModel o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Get the value of the “pending” property. When overloading is enabled, this is equivalent to

    get sortListModel #pending
    

  3. getSortListModelSectionSorter :: (MonadIO m, IsSortListModel o) => o -> m (Maybe Sorter)

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    get sortListModel #sectionSorter
    

  4. getSortListModelSorter :: (MonadIO m, IsSortListModel o) => o -> m (Maybe Sorter)

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    get sortListModel #sorter
    

  5. setSortListModelIncremental :: (MonadIO m, IsSortListModel o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    set sortListModel [ #incremental := value ]
    

  6. setSortListModelModel :: (MonadIO m, IsSortListModel o, IsListModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    set sortListModel [ #model := value ]
    

  7. setSortListModelSectionSorter :: (MonadIO m, IsSortListModel o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    set sortListModel [ #sectionSorter := value ]
    

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

  9. sortListModelGetIncremental :: (HasCallStack, MonadIO m, IsSortListModel a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Returns whether incremental sorting is enabled. See sortListModelSetIncremental.

  10. sortListModelGetModel :: (HasCallStack, MonadIO m, IsSortListModel a) => a -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Gets the model currently sorted or Nothing if none.

Page 140 of many | Previous | Next