Description Usage Arguments Details Author(s)
Sets up the GtkPrintOperation
to generate a file instead
of showing the print dialog. The indended use of this function
is for implementing "Export to PDF" actions. Currently, PDF
is the only supported format.
1 | gtkPrintOperationSetExportFilename(object, filename)
|
|
a |
|
the filename for the exported file |
"Print to PDF" support is independent of this and is done by letting the user pick the "Print to PDF" item from the list of printers in the print dialog. Since 2.10
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.