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.
printCompositorGetBuffer :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Buffergi-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.
printCompositorGetFooterFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Textgi-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.
printCompositorGetHeaderFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Textgi-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.
printCompositorGetHighlightSyntax :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Boolgi-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.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Gets the left margin in units of unit.
-
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.
printCompositorGetNPages :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Int32gi-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.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the current fraction of the document pagination that has been completed.
printCompositorGetPrintFooter :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Boolgi-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].
printCompositorGetPrintHeader :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Boolgi-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].