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.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the bottom margin used by compositor.
-
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.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor See [methodprintCompositor.set_header_format] for more information about the parameters.
-
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.
-
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.
-
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.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Sets the left margin used by compositor.
-
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.
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.
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.