gtkPrintOperationPreviewRenderPage {RGtk2.10}R Documentation

gtkPrintOperationPreviewRenderPage

Description

Renders a page to the preview, using the print context that was passed to the GtkPrintOperation::preview handler together with preview.

Usage

gtkPrintOperationPreviewRenderPage(object, page.nr)

Arguments

object [GtkPrintOperationPreview] a GtkPrintOperationPreview
page.nr [integer] the page to render

Details

Note that this function requires a suitable cairo context to be associated with the print context.

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]