Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. printCompositorGetBuffer :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Buffer

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the [classbuffer] associated with the compositor. The returned object reference is owned by the compositor object and should not be unreferenced.

  2. printCompositorGetFooterFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print the page footer. The returned string must be freed with free.

  3. printCompositorGetHeaderFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print the page header. The returned string must be freed with free.

  4. printCompositorGetHighlightSyntax :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Determines whether the printed text will be highlighted according to the buffer rules. Note that highlighting will happen only if the buffer to print has highlighting activated.

  5. printCompositorGetLeftMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Unit -> m Double

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the left margin in units of unit.

  6. printCompositorGetLineNumbersFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print line numbers on the left margin. The returned string must be freed with free.

  7. printCompositorGetNPages :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Int32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the number of pages in the document or <code>-1</code> if the document has not been completely paginated.

  8. printCompositorGetPaginationProgress :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Double

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the current fraction of the document pagination that has been completed.

  9. printCompositorGetPrintFooter :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Determines if a footer is set to be printed for each page. A footer will be printed if this function returns True and some format strings have been specified with [methodprintCompositor.set_footer_format].

  10. printCompositorGetPrintHeader :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Determines if a header is set to be printed for each page. A header will be printed if this function returns True and some format strings have been specified with [methodprintCompositor.set_header_format].

Page 102 of many | Previous | Next