Hoogle Search

Within LTS Haskell 24.32 (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. toSortListModel :: (MonadIO m, IsSortListModel o) => o -> m SortListModel

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

  10. class (GObject o, IsDescendantOf Sorter o) => IsSorter o

    gi-gtk4 GI.Gtk.Objects.Sorter

    Type class for types which can be safely cast to Sorter, for instance with toSorter.

Page 196 of many | Previous | Next