gtkPrintContextSetCairoContext {RGtk2} | R Documentation |
Sets a new cairo context on a print context.
gtkPrintContextSetCairoContext(object, cr, dpi.x, dpi.y)
|
|
|
the cairo context |
|
the horizontal resolution to use with |
|
the vertical resolution to use with |
This function is intended to be used when implementing an internal print preview, it is not needed for printing, since GTK+ itself creates a suitable cairo context in that case. Since 2.10
Derived by RGtkGen from GTK+ documentation