Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  2. constructPrintCompositorPrintHeader :: (IsPrintCompositor o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  4. constructPrintCompositorTabWidth :: (IsPrintCompositor o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

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

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

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

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

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

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

Page 382 of many | Previous | Next