gtkPrintOperationGetPrintSettings {RGtk2} | R Documentation |
Returns the current print settings.
gtkPrintOperationGetPrintSettings(object)
|
[GtkPrintOperation ] a GtkPrintOperation |
Note that the return value is NULL
until either
gtkPrintOperationSetPrintSettings
or
gtkPrintOperationRun
have been called.
Since 2.10
[GtkPrintSettings
] the current print settings of op
.
Derived by RGtkGen from GTK+ documentation