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 gtk:print-operation-default-page-setup function returns the default page setup. The (setf gtk:print-operation-current-page) function makes page-setup the default page setup for the print operation.

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

See also

2023-8-28