Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkPrintOperationSetExportFilename

gtkPrintOperationSetExportFilename


Description

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.

Usage

gtkPrintOperationSetExportFilename(object, filename)

Arguments

object

a GtkPrintOperation

filename

the filename for the exported file

Details

"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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.