Module: Gtk::PrintStatus

Defined in:
(unknown)

Constant Summary collapse

INITIAL =

The printing has not started yet; this

status is set initially, and while the print dialog is shown.
0 or :initial
PREPARING =

This status is set while the begin-print

signal is emitted and during pagination.
1 or :preparing
GENERATING_DATA =

This status is set while the

pages are being rendered.
2 or :generating_data
SENDING_DATA =

The print job is being sent off to the

printer.
3 or :sending_data
PENDING =

The print job has been sent to the printer,

but is not printed for some reason, e.g. the printer may be stopped.
4 or :pending
PENDING_ISSUE =

Some problem has occurred during

printing, e.g. a paper jam.
5 or :pending_issue
PRINTING =

The printer is processing the print job.

6 or :printing
FINISHED =

The printing has been completed successfully.

7 or :finished
FINISHED_ABORTED =

The printing has been aborted.

8 or :finished_aborted