Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setPrintCompositorWrapMode :: (MonadIO m, IsPrintCompositor o) => o -> WrapMode -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “wrap-mode” property. When overloading is enabled, this is equivalent to

    set printCompositor [ #wrapMode := value ]
    

  2. setSearchContextHighlight :: (MonadIO m, IsSearchContext o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchContext

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

    set searchContext [ #highlight := value ]
    

  3. setSearchContextMatchStyle :: (MonadIO m, IsSearchContext o, IsStyle a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchContext

    Set the value of the “match-style” property. When overloading is enabled, this is equivalent to

    set searchContext [ #matchStyle := value ]
    

  4. setSearchSettingsAtWordBoundaries :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

    Set the value of the “at-word-boundaries” property. When overloading is enabled, this is equivalent to

    set searchSettings [ #atWordBoundaries := value ]
    

  5. setSearchSettingsCaseSensitive :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

    Set the value of the “case-sensitive” property. When overloading is enabled, this is equivalent to

    set searchSettings [ #caseSensitive := value ]
    

  6. setSearchSettingsRegexEnabled :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

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

    set searchSettings [ #regexEnabled := value ]
    

  7. setSearchSettingsSearchText :: (MonadIO m, IsSearchSettings o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

    Set the value of the “search-text” property. When overloading is enabled, this is equivalent to

    set searchSettings [ #searchText := value ]
    

  8. setSearchSettingsVisibleOnly :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

    Set the value of the “visible-only” property. When overloading is enabled, this is equivalent to

    set searchSettings [ #visibleOnly := value ]
    

  9. setSearchSettingsWrapAround :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.SearchSettings

    Set the value of the “wrap-around” property. When overloading is enabled, this is equivalent to

    set searchSettings [ #wrapAround := value ]
    

  10. setSnippetDescription :: (MonadIO m, IsSnippet o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Snippet

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

    set snippet [ #description := value ]
    

Page 788 of many | Previous | Next