Package: gtk
Class gtk-print-job
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails A gtk-print-job object represents a job that is sent to a printer.
You only need to deal directly with print jobs if you use the non-portable gtk-print-unix-dialog API. Use the gtk-print-job-surface function to obtain the Cairo surface onto which the pages must be drawn. Use the gtk-print-job-send function to send the finished job to the printer. If you do not use Cairo the gtk-print-job object also supports printing of manually generated PostScript, via the gtk-print-job-set-source-file function. Signal DetailsThe "status-changed" signallambda (job) :run-lastGets emitted when the status of a job changes. The signal handler can use the gtk-print-job-status function to obtain the new status.
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2021-12-25