Package: gtk

Function gtk-print-job-n-up

Lambda List

gtk-print-job-n-up (job)

Syntax

(gtk-print-job-n-up job) => n-up
(setf (gtk-print-job-n-up job) n-up)

Arguments

job -- a gtk-print-job object
n-up -- an unsigned integer with the n-up value

Details

Accessor of the n-up setting for the print job.

The gtk-print-job-n-up function gets the n-up setting for the print job. The (setf gtk-print-job-n-up) function sets the n-up setting for the print job.
 

See also

2021-12-26