gtkPageSetupToFile {RGtk2} | R Documentation |
This function saves the information from setup
to file.name
.
gtkPageSetupToFile(object, file.name, .errwarn = TRUE)
|
[GtkPageSetup ] a GtkPageSetup |
|
[char] 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