gtkPrintSettingsToFile {RGtk2} | R Documentation |
This function saves the print settings from settings
to file.name
.
gtkPrintSettingsToFile(object, file.name, .errwarn = TRUE)
|
[GtkPrintSettings ] a GtkPrintSettings |
|
[character] the file to save to |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.12
A list containing the following elements:
retval |
[logical] TRUE on success |
|
[GError ] return location for errors, or NULL |
Derived by RGtkGen from GTK+ documentation