Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

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

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

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

  5. printCompositorGetPrintLineNumbers :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the interval used for line number printing. If the value is 0, no line numbers will be printed. The default value is 1 (i.e. numbers printed in all lines).

  6. printCompositorGetRightMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Unit -> m Double

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the right margin in units of unit.

  7. printCompositorGetTabWidth :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the width of tabulation in characters for printed text.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the top margin in units of unit.

  9. printCompositorGetWrapMode :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m WrapMode

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the line wrapping mode for the printed text.

  10. printCompositorIgnoreTag :: (HasCallStack, MonadIO m, IsPrintCompositor a, IsTextTag b) => a -> b -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Specifies a tag whose style should be ignored when compositing the document to the printable page. Since: 5.2

Page 82 of many | Previous | Next