Package: gtk

Function gtk-print-job-collate

Lambda List

gtk-print-job-collate (job)

Syntax

(gtk-print-job-collate job) => collate
(setf (gtk-print-job-collate job) collate)

Arguments

job -- a gtk-print-job object
collate -- a boolean whether the job is printed collated

Return Value

Whether the job is printed collated.

Details

Accessor of the collate setting of the print job.

The gtk-print-job-collate function gets whether the job is printed collated. The (setf gtk-print-job-collate) function sets whether the job is printed collated.
 

See also

2021-12-26