Package: gtk

Accessor gtk-print-operation-track-print-status

Lambda List

gtk-print-operation-track-print-status (object)

Syntax

(gtk-print-operation-track-print-status object) => track-status
(setf (gtk-print-operation-track-print-status object) track-status)

Arguments

object -- a gtk-print-operation object
track-status -- true to track status after printing

Details

Accessor of the track-print-status slot of the gtk-print-operation class.

If track-status is true, the print operation will try to continue report on the status of the print job in the printer queues and printer. This can allow your application to show things like "out of paper" issues, and when the print job actually reaches the printer.

This function is often implemented using some form of polling, so it should not be enabled unless needed.
 

See also

2020-4-8