PrintOperationAction
Description:
[ CCode ( cprefix = "GTK_PRINT_OPERATION_ACTION_" ) ]
public enum PrintOperationAction
Determines what action the print operation should perform.
A parameter of this typs is passed to [method@Gtk.PrintOperation.run].
Content:
Enum values:
- EXPORT - Export to a file.
- PREVIEW - Show the print preview.
- PRINT - Start to print without
showing the print dialog, based on the current print settings, if possible.
- PRINT_DIALOG - Show the print
dialog.