Package: gtk

Accessor gtk-print-operation-use-full-page

Lambda List

gtk-print-operation-use-full-page (object)

Syntax

(gtk-print-operation-use-full-page object) => full-page
(setf (gtk-print-operation-use-full-page object) full-page)

Arguments

object -- a gtk-print-operation object
full-page -- true to set up the gtk-print-context for the full page

Details

Accessor of the use-full-page of the gtk-print-operation class.

If full-page is true, the transformation for the Cairo context obtained from gtk-print-context puts the origin at the top left corner of the page, which may not be the top left corner of the sheet, depending on page orientation and the number of pages per sheet. Otherwise, the origin is at the top left corner of the imageable area, i.e. inside the margins.
 

See also

2020-4-8