cairoShowPage {RGtk2} | R Documentation |
Emits and clears the current page for backends that support multiple
pages. Use cairoCopyPage
if you don't want to clear the page.
cairoShowPage(cr)
|
[ |
This is a convenience function that simply calls
cairoSurfaceShowPage
on cr
's target.
Derived by RGtkGen from GTK+ documentation