Module: Gtk::PrintOperationResult

Defined in:
(unknown)

Constant Summary collapse

ERROR =

An error has occurred.

0 or :error
APPLY =

The print settings should be stored.

1 or :apply
CANCEL =

The print operation has been canceled,

the print settings should not be stored.
2 or :cancel
IN_PROGRESS =

The print operation is not complete

yet. This value will only be returned when running asynchronously.
3 or :in_progress