Package: gtk

Accessor gtk-print-operation-default-page-setup

Lambda List

gtk-print-operation-default-page-setup (object)

Syntax

(gtk-print-operation-default-page-setup object) => page-setup
(setf (gtk-print-operation-default-page-setup object) page-setup)

Arguments

object -- a gtk-print-operation object
page-setup -- a gtk-page-setup, or nil

Details

Accessor of the default-page-setup slot of the gtk-print-operation class.

The slot access function gtk-print-operation-default-page-setup returns the default page setup. The slot access function (setf gtk-print-operation-current-page) makes page-setup the default page setup for the print operation.

This page setup will be used by the function gtk-print-operation-run, but it can be overridden on a per-page basis by connecting to the "request-page-setup" signal.
 

See also

2020-4-8