Enumeration (GI Enum)

Gtk-4.0GtkPrintOperationAction

Determines what action the print operation should perform.

A parameter of this typs is passed to Gtk.PrintOperation.run.

Index

Enumeration Members

Enumeration Members

EXPORT: number

Export to a file. This requires the export-filename property to be set.

PREVIEW: number

Show the print preview.

PRINT: number

Start to print without showing the print dialog, based on the current print settings, if possible. Depending on the platform, a print dialog might appear anyway.

PRINT_DIALOG: number

Show the print dialog.