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.
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
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
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
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.
-
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.
-
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.
-
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.
getSortListModelIncremental :: (MonadIO m, IsSortListModel o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.SortListModel Get the value of the “incremental” property. When overloading is enabled, this is equivalent to
get sortListModel #incremental
getSortListModelItemType :: (MonadIO m, IsSortListModel o) => o -> m GTypegi-gtk4 GI.Gtk.Objects.SortListModel Get the value of the “item-type” property. When overloading is enabled, this is equivalent to
get sortListModel #itemType
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