:right-sidebar: True PrintOperationAction =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PrintOperationAction :no-contents-entry: Determines what action the print operation should perform. A parameter of this typs is passed to :obj:`~gi.repository.Gtk.PrintOperation.run`. Fields ------ .. rst-class:: interim-class .. class:: PrintOperationAction :no-index: .. attribute:: EXPORT Export to a file. This requires the export-filename property to be set. .. attribute:: PREVIEW Show the print preview. .. attribute:: PRINT Start to print without showing the print dialog, based on the current print settings. .. attribute:: PRINT_DIALOG Show the print dialog.