PrintCompositor.setPrintFooter

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 gtksource.print_compositor.PrintCompositor.setFooterFormat.

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 gtksource.print_compositor.PrintCompositor.paginate function.

class PrintCompositor
void
setPrintFooter
(
bool print
)

Parameters

print bool

true if you want the footer to be printed.