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. getSortListModelIncremental :: (MonadIO m, IsSortListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    get sortListModel #incremental
    

  2. getSortListModelItemType :: (MonadIO m, IsSortListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    get sortListModel #itemType
    

  3. getSortListModelModel :: (MonadIO m, IsSortListModel o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    get sortListModel #model
    

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

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

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

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

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

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

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

Page 196 of many | Previous | Next