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. setMarkAttributesPixbuf :: (MonadIO m, IsMarkAttributes o, IsPixbuf a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.MarkAttributes

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

    set markAttributes [ #pixbuf := value ]
    

  2. setPrintCompositorBodyFontName :: (MonadIO m, IsPrintCompositor o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #bodyFontName := value ]
    

  3. setPrintCompositorFooterFontName :: (MonadIO m, IsPrintCompositor o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #footerFontName := value ]
    

  4. setPrintCompositorHeaderFontName :: (MonadIO m, IsPrintCompositor o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #headerFontName := value ]
    

  5. setPrintCompositorHighlightSyntax :: (MonadIO m, IsPrintCompositor o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #highlightSyntax := value ]
    

  6. setPrintCompositorLineNumbersFontName :: (MonadIO m, IsPrintCompositor o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “line-numbers-font-name” property. When overloading is enabled, this is equivalent to

    set printCompositor [ #lineNumbersFontName := value ]
    

  7. setPrintCompositorPrintFooter :: (MonadIO m, IsPrintCompositor o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #printFooter := value ]
    

  8. setPrintCompositorPrintHeader :: (MonadIO m, IsPrintCompositor o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #printHeader := value ]
    

  9. setPrintCompositorPrintLineNumbers :: (MonadIO m, IsPrintCompositor o) => o -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #printLineNumbers := value ]
    

  10. setPrintCompositorTabWidth :: (MonadIO m, IsPrintCompositor o) => o -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    set printCompositor [ #tabWidth := value ]
    

Page 787 of many | Previous | Next