Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. constructPrintCompositorWrapMode :: (IsPrintCompositor o, MonadIO m) => WrapMode -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Construct a GValueConstruct with valid value for the “wrap-mode” property. This is rarely needed directly, but it is used by new.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #bodyFontName
    

  3. getPrintCompositorBuffer :: (MonadIO m, IsPrintCompositor o) => o -> m Buffer

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #buffer
    

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #footerFontName
    

  5. getPrintCompositorHeaderFontName :: (MonadIO m, IsPrintCompositor o) => o -> m (Maybe Text)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #headerFontName
    

  6. getPrintCompositorHighlightSyntax :: (MonadIO m, IsPrintCompositor o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #highlightSyntax
    

  7. getPrintCompositorLineNumbersFontName :: (MonadIO m, IsPrintCompositor o) => o -> m (Maybe Text)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #lineNumbersFontName
    

  8. getPrintCompositorNPages :: (MonadIO m, IsPrintCompositor o) => o -> m Int32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #nPages
    

  9. getPrintCompositorPrintFooter :: (MonadIO m, IsPrintCompositor o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    get printCompositor #printFooter
    

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

Page 289 of many | Previous | Next