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

The accessor for the default-page-setup slot of the gtk:print-operation class gets or sets 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

2025-09-21