Package: gtk

GEnum gtk:print-operation-result

Declaration

(gobject:define-genum "GtkPrintOperationResult" print-operation-result
  (:export t
   :type-initializer "gtk_print_operation_result_get_type")
  (:error 0)
  (:apply 1)
  (:cancel 2)
  (:in-progress 3))  

Values

:error
An error has occured.
:apply
The print settings should be stored.
:cancel
The print operation has been canceled, the print settings should not be stored.
:in-progress
The print operation is not complete yet. This value will only be returned when running asynchronously.

Details

A value of this type is returned by the gtk:print-operation-run function.
 

See also

2023-8-28