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.
setCompletionSnippetsPriority :: (MonadIO m, IsCompletionSnippets o) => o -> Int32 -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionSnippets Set the value of the “priority” property. When overloading is enabled, this is equivalent to
set completionSnippets [ #priority := value ]
setCompletionSnippetsTitle :: (MonadIO m, IsCompletionSnippets o) => o -> Text -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionSnippets Set the value of the “title” property. When overloading is enabled, this is equivalent to
set completionSnippets [ #title := value ]
setCompletionWordsMinimumWordSize :: (MonadIO m, IsCompletionWords o) => o -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionWords Set the value of the “minimum-word-size” property. When overloading is enabled, this is equivalent to
set completionWords [ #minimumWordSize := value ]
setCompletionWordsPriority :: (MonadIO m, IsCompletionWords o) => o -> Int32 -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionWords Set the value of the “priority” property. When overloading is enabled, this is equivalent to
set completionWords [ #priority := value ]
setCompletionWordsProposalsBatchSize :: (MonadIO m, IsCompletionWords o) => o -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionWords Set the value of the “proposals-batch-size” property. When overloading is enabled, this is equivalent to
set completionWords [ #proposalsBatchSize := value ]
setCompletionWordsScanBatchSize :: (MonadIO m, IsCompletionWords o) => o -> Word32 -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionWords Set the value of the “scan-batch-size” property. When overloading is enabled, this is equivalent to
set completionWords [ #scanBatchSize := value ]
setCompletionWordsTitle :: (MonadIO m, IsCompletionWords o) => o -> Text -> m ()gi-gtksource5 GI.GtkSource.Objects.CompletionWords Set the value of the “title” property. When overloading is enabled, this is equivalent to
set completionWords [ #title := value ]
setFileLocation :: (MonadIO m, IsFile o, IsFile a) => o -> a -> m ()gi-gtksource5 GI.GtkSource.Objects.File Set the value of the “location” property. When overloading is enabled, this is equivalent to
set file [ #location := value ]
setFileSaverCompressionType :: (MonadIO m, IsFileSaver o) => o -> CompressionType -> m ()gi-gtksource5 GI.GtkSource.Objects.FileSaver Set the value of the “compression-type” property. When overloading is enabled, this is equivalent to
set fileSaver [ #compressionType := value ]
setFileSaverEncoding :: (MonadIO m, IsFileSaver o) => o -> Encoding -> m ()gi-gtksource5 GI.GtkSource.Objects.FileSaver Set the value of the “encoding” property. When overloading is enabled, this is equivalent to
set fileSaver [ #encoding := value ]