:right-sidebar: True PrintOperationResult =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PrintOperationResult :no-contents-entry: The result of a print operation. A value of this type is returned by :obj:`~gi.repository.Gtk.PrintOperation.run`. Fields ------ .. rst-class:: interim-class .. class:: PrintOperationResult :no-index: .. attribute:: APPLY The print settings should be stored. .. attribute:: CANCEL The print operation has been canceled, the print settings should not be stored. .. attribute:: ERROR An error has occurred. .. attribute:: IN_PROGRESS The print operation is not complete yet. This value will only be returned when running asynchronously.