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

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

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

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

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

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

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

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

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

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

Page 784 of many | Previous | Next