SourcePrintCompositor.setFooterFormat

See gtk_source_print_compositor_set_header_format() for more information about the parameters.

class SourcePrintCompositor
void
setFooterFormat
(,
string left
,
string center
,
string right
)

Parameters

separator bool

%TRUE if you want a separator line to be printed.

left string

a format string to print on the left of the footer.

center string

a format string to print on the center of the footer.

right string

a format string to print on the right of the footer.

Meta