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

gtkPrintContextSetCairoContext

gtkPrintContextSetCairoContext


Description

Sets a new cairo context on a print context.

Usage

gtkPrintContextSetCairoContext(object, cr, dpi.x, dpi.y)

Arguments

object

a GtkPrintContext

cr

the cairo context

dpi.x

the horizontal resolution to use with cr

dpi.y

the vertical resolution to use with cr

Details

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

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.