Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getPrintCompositorPrintHeader :: (MonadIO m, IsPrintCompositor o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #printHeader
    

  2. getPrintCompositorPrintLineNumbers :: (MonadIO m, IsPrintCompositor o) => o -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #printLineNumbers
    

  3. getPrintCompositorTabWidth :: (MonadIO m, IsPrintCompositor o) => o -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #tabWidth
    

  4. getPrintCompositorWrapMode :: (MonadIO m, IsPrintCompositor o) => o -> m WrapMode

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Get the value of the “wrap-mode” property. When overloading is enabled, this is equivalent to

    get printCompositor #wrapMode
    

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

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

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

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

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

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

Page 383 of many | Previous | Next