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