enum Gtk::PrintOperationResult
Overview
The result of a print operation.
A value of this type is returned by Gtk::PrintOperation#run
.
Defined in:
auto/gtk-4.0/gtk.crEnum Members
-
Error =
0_u32
-
An error has occurred.
-
Apply =
1_u32
-
The print settings should be stored.
-
Cancel =
2_u32
-
The print operation has been canceled, the print settings should not be stored.
-
InProgress =
3_u32
-
The print operation is not complete yet. This value will only be returned when running asynchronously.