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

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    clear #model
    

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

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    clear #sectionSorter
    

  3. clearSortListModelSorter :: (MonadIO m, IsSortListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

    clear #sorter
    

  4. constructSortListModelIncremental :: (IsSortListModel o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “incremental” property. This is rarely needed directly, but it is used by new.

  5. constructSortListModelModel :: (IsSortListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.

  6. constructSortListModelSectionSorter :: (IsSortListModel o, MonadIO m, IsSorter a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “section-sorter” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “sorter” property. This is rarely needed directly, but it is used by new.

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

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

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

Page 195 of many | Previous | Next