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. setParseLocationLineBytes :: MonadIO m => ParseLocation -> CSize -> m ()

    gi-gsk GI.Gsk.Structs.ParseLocation

    Set the value of the “line_bytes” field. When overloading is enabled, this is equivalent to

    set parseLocation [ #lineBytes := value ]
    

  2. setParseLocationLineChars :: MonadIO m => ParseLocation -> CSize -> m ()

    gi-gsk GI.Gsk.Structs.ParseLocation

    Set the value of the “line_chars” field. When overloading is enabled, this is equivalent to

    set parseLocation [ #lineChars := value ]
    

  3. setParseLocationLines :: MonadIO m => ParseLocation -> CSize -> m ()

    gi-gsk GI.Gsk.Structs.ParseLocation

    Set the value of the “lines” field. When overloading is enabled, this is equivalent to

    set parseLocation [ #lines := value ]
    

  4. setShadowDx :: MonadIO m => Shadow -> Float -> m ()

    gi-gsk GI.Gsk.Structs.Shadow

    Set the value of the “dx” field. When overloading is enabled, this is equivalent to

    set shadow [ #dx := value ]
    

  5. setShadowDy :: MonadIO m => Shadow -> Float -> m ()

    gi-gsk GI.Gsk.Structs.Shadow

    Set the value of the “dy” field. When overloading is enabled, this is equivalent to

    set shadow [ #dy := value ]
    

  6. setShadowRadius :: MonadIO m => Shadow -> Float -> m ()

    gi-gsk GI.Gsk.Structs.Shadow

    Set the value of the “radius” field. When overloading is enabled, this is equivalent to

    set shadow [ #radius := value ]
    

  7. setStyleSchemeChooserStyleScheme :: (MonadIO m, IsStyleSchemeChooser o, IsStyleScheme a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Interfaces.StyleSchemeChooser

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

    set styleSchemeChooser [ #styleScheme := value ]
    

  8. setBufferHighlightMatchingBrackets :: (MonadIO m, IsBuffer o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

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

    set buffer [ #highlightMatchingBrackets := value ]
    

  9. setBufferHighlightSyntax :: (MonadIO m, IsBuffer o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

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

    set buffer [ #highlightSyntax := value ]
    

  10. setBufferImplicitTrailingNewline :: (MonadIO m, IsBuffer o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

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

    set buffer [ #implicitTrailingNewline := value ]
    

Page 782 of many | Previous | Next