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. class (GObject o, IsDescendantOf PrintCompositor o) => IsPrintCompositor o

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Type class for types which can be safely cast to PrintCompositor, for instance with toPrintCompositor.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    clear #footerFontName
    

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    clear #headerFontName
    

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

    clear #lineNumbersFontName
    

  5. constructPrintCompositorBodyFontName :: (IsPrintCompositor o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  6. constructPrintCompositorBuffer :: (IsPrintCompositor o, MonadIO m, IsBuffer a) => a -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  7. constructPrintCompositorFooterFontName :: (IsPrintCompositor o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  8. constructPrintCompositorHeaderFontName :: (IsPrintCompositor o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

  10. constructPrintCompositorLineNumbersFontName :: (IsPrintCompositor o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

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

Page 381 of many | Previous | Next