Package: gtk

Accessor gtk:print-operation-print-settings

Lambda List

gtk:print-operation-print-settings (object)

Syntax

(gtk:print-operation-print-settings object) => settings
(setf (gtk:print-operation-print-settings object) settings)

Arguments

object -- a gtk:print-operation object
settings -- a gtk:print-settings object

Details

The accessor for the print-settings slot of the gtk:print-operation class gets or sets the print settings used for initializing the print operation. This is typically used to re-establish print settings from a previous print operation.

Note that the return value is nil until either the gtk:print-operation-print-settings function or the gtk:print-operation-run function have been called.
 

See also

2025-09-21