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

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

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

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

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

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

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the right margin in units of unit.

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

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the top margin in units of unit.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Gets the line wrapping mode for the printed text.

Page 82 of many | Previous | Next