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.
getSortListModelNItems :: (MonadIO m, IsSortListModel o) => o -> m Word32gi-gtk4 GI.Gtk.Objects.SortListModel Get the value of the “n-items” property. When overloading is enabled, this is equivalent to
get sortListModel #nItems
getSortListModelPending :: (MonadIO m, IsSortListModel o) => o -> m Word32gi-gtk4 GI.Gtk.Objects.SortListModel Get the value of the “pending” property. When overloading is enabled, this is equivalent to
get sortListModel #pending
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
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
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 ]
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 ]
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 ]
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 ]
toSortListModel :: (MonadIO m, IsSortListModel o) => o -> m SortListModelgi-gtk4 GI.Gtk.Objects.SortListModel Cast to SortListModel, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf Sorter o) =>
IsSorter ogi-gtk4 GI.Gtk.Objects.Sorter Type class for types which can be safely cast to Sorter, for instance with toSorter.