SourcePrintCompositor.this

Creates a new print compositor that can be used to print the buffer associated with view. This constructor sets some configuration properties to make the printed output match view as much as possible. The properties set are tab-width, highlight-syntax, wrap-mode, body-font-name and print-line-numbers.

Parameters

view SourceView

a gsv.SourceView to get configuration from.

Return Value

a new print compositor object.

Throws

ConstructionException GTK+ fails to create the object.

Meta