Package: gtk

Accessor gtk:settings-gtk-print-preview-command

Lambda List

gtk:settings-gtk-print-preview-command (object)

Syntax

(gtk:settings-gtk-print-preview-command object) => setting
(setf (gtk:settings-gtk-print-preview-command object) setting)

Arguments

object -- a gtk:settings object
setting -- a string with a command to run for displaying the print preview

Details

Accessor of the gtk-print-preview-command slot of the gtk:settings class. A command to run for displaying the print preview. The command should contain a f placeholder, which will get replaced by the path to the PDF file. The command may also contain a s placeholder, which will get replaced by the path to a file containing the print settings in the format produced by the gtk:print-settings-to-file function. The preview application is responsible for removing the PDF file and the print settings file when it is done.
 

See also

2023-8-30