Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setDirectoryListMonitored :: (MonadIO m, IsDirectoryList o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.DirectoryList Set the value of the “monitored” property. When overloading is enabled, this is equivalent to
set directoryList [ #monitored := value ]
module GI.Gtk.Objects.
FilterListModel GtkFilterListModel is a list model that filters the elements of the underlying model according to a GtkFilter. It hides some elements from the other model according to criteria given by a GtkFilter. The model can be set up to do incremental filtering, so that filtering long lists doesn't block the UI. See filterListModelSetIncremental for details. GtkFilterListModel passes through sections from the underlying model.
-
gi-gtk4 GI.Gtk.Objects.FilterListModel Memory-managed wrapper type.
FilterListModel :: ManagedPtr FilterListModel -> FilterListModelgi-gtk4 GI.Gtk.Objects.FilterListModel No documentation available.
class (GObject o, IsDescendantOf FilterListModel o) =>
IsFilterListModel ogi-gtk4 GI.Gtk.Objects.FilterListModel Type class for types which can be safely cast to FilterListModel, for instance with toFilterListModel.
clearFilterListModelFilter :: (MonadIO m, IsFilterListModel o) => o -> m ()gi-gtk4 GI.Gtk.Objects.FilterListModel Set the value of the “filter” property to Nothing. When overloading is enabled, this is equivalent to
clear #filter
clearFilterListModelModel :: (MonadIO m, IsFilterListModel o) => o -> m ()gi-gtk4 GI.Gtk.Objects.FilterListModel Set the value of the “model” property to Nothing. When overloading is enabled, this is equivalent to
clear #model
-
gi-gtk4 GI.Gtk.Objects.FilterListModel Construct a GValueConstruct with valid value for the “filter” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.FilterListModel 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.FilterListModel Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.