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 function gtk-print-unix-dialog-settings gets the print settings that represents the current values in the print dialog. The function (setf gtk-print-unix-dialog-settings) sets the print settings for the print dialog.

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

Note

The function gtk-print-unix-dialog-settings corresponds to the slot access function gtk-print-unix-dialog-print-settings.
 

See also

2020-4-10