Package: gtk

Function gtk-print-job-num-copies

Lambda List

gtk-print-job-num-copies (job)

Syntax

(gtk-print-job-num-copies job) => num-copies
(setf (gtk-print-job-num-copies job) num-copies)

Arguments

job -- a gtk-print-job object
num-copies -- an integer with the number of copies

Details

Accessor of the number of copies for the print job.

The gtk-print-job-num-copies function gets the number of copies of the print job. The (setf gtk-print-job-num-copies) function sets the number of copies for the print job.
 

See also

2021-12-26