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. printCompositorSetBottomMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the bottom margin used by compositor.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the font for printing the page footer. If Nothing is supplied, the default font (i.e. the one being used for the text) will be used instead. fontName should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See fontDescriptionFromString for a description of the format of the string representation. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  3. printCompositorSetFooterFormat :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    See [methodprintCompositor.set_header_format] for more information about the parameters.

  4. printCompositorSetHeaderFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the font for printing the page header. If Nothing is supplied, the default font (i.e. the one being used for the text) will be used instead. fontName should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See fontDescriptionFromString for a description of the format of the string representation. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  5. printCompositorSetHeaderFormat :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets strftime like header format strings, to be printed on the left, center and right of the top of each page. The strings may include strftime(3) codes which will be expanded at print time. A subset of strftime() codes are accepted, see dateTimeFormat for more details on the accepted format specifiers. Additionally the following format specifiers are accepted:

    • N: the page number
    • Q: the page count.
    separator specifies if a solid line should be drawn to separate the header from the document text. If Nothing is given for any of the three arguments, that particular string will not be printed. For the header to be printed, in addition to specifying format strings, you need to enable header printing with [methodprintCompositor.set_print_header]. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  6. printCompositorSetHighlightSyntax :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether the printed text will be highlighted according to the buffer rules. Both color and font style are applied. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the left margin used by compositor.

  8. printCompositorSetLineNumbersFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the font for printing line numbers on the left margin. If Nothing is supplied, the default font (i.e. the one being used for the text) will be used instead. fontName should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See fontDescriptionFromString for a description of the format of the string representation. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a footer in each page. The footer consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_footer_format]. Note that by default the footer format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

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

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a header in each page. The header consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_header_format]. Note that by default the header format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

Page 104 of many | Previous | Next