Enumeration
Gtk.PrintOperationResult
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_PRINT_OPERATION_RESULT_ERROR |
"error" |
0 |
An error has occurred. |
GTK_PRINT_OPERATION_RESULT_APPLY |
"apply" |
1 |
The print settings should be stored. |
GTK_PRINT_OPERATION_RESULT_CANCEL |
"cancel" |
2 |
The print operation has been canceled, the print settings should not be stored. |
GTK_PRINT_OPERATION_RESULT_IN_PROGRESS |
"in-progress" |
3 |
The print operation is not complete yet. This value will only be returned when running asynchronously. |