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.

  1. 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 ]
    

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

  3. newtype FilterListModel

    gi-gtk4 GI.Gtk.Objects.FilterListModel

    Memory-managed wrapper type.

  4. FilterListModel :: ManagedPtr FilterListModel -> FilterListModel

    gi-gtk4 GI.Gtk.Objects.FilterListModel

    No documentation available.

  5. class (GObject o, IsDescendantOf FilterListModel o) => IsFilterListModel o

    gi-gtk4 GI.Gtk.Objects.FilterListModel

    Type class for types which can be safely cast to FilterListModel, for instance with toFilterListModel.

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

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

  8. constructFilterListModelFilter :: (IsFilterListModel o, MonadIO m, IsFilter a) => a -> m (GValueConstruct o)

    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.

  9. constructFilterListModelIncremental :: (IsFilterListModel o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  10. constructFilterListModelModel :: (IsFilterListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    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.

Page 127 of many | Previous | Next