Package: gtk

Function gtk:print-unix-dialog-settings

Lambda List

gtk:print-unix-dialog-settings (dialog)

Syntax

(gtk:print-unix-dialog-settings object) => settings
(setf (gtk:print-unix-dialog-settings object) settings)

Arguments

dialog -- a gtk:print-unix-dialog widget
settings -- a gtk:print-settings object

Details

Accessor of the print settings of the print unix dialog. The gtk:print-unix-dialog-settings function gets the print settings that represents the current values in the print dialog. The (setf gtk:print-unix-dialog-settings) function sets the print settings.

Typically, this is used to restore saved print settings from a previous print operation before the print dialog is shown.
 

See also

#2023-2-8