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

Accessor of the print-settings slot of the gtk:print-operation class. The gtk:print-operation-print-settings function returns the current print settings. The (setf gtk:print-operation-print-settings) function sets the print settings for 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

2023-8-28