~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkPrintOperationPreviewRenderPage.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
with \code{preview}.}
7
7
\usage{gtkPrintOperationPreviewRenderPage(object, page.nr)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkPrintOperationPreview}}]  a \verb{\link{GtkPrintOperationPreview}}}
10
 
\item{\verb{page.nr}}{[integer]  the page to render}
 
9
\item{\verb{object}}{a \code{\link{GtkPrintOperationPreview}}}
 
10
\item{\verb{page.nr}}{the page to render}
11
11
}
12
 
\details{Note that this function requires a suitable cairo context to 
13
 
be associated with the print context.  
14
 
 
15
 
  Since  2.10 }
 
12
\details{A custom iprint preview should use this function in its ::expose
 
13
handler to render the currently selected page.
 
14
  
 
15
Note that this function requires a suitable cairo context to 
 
16
be associated with the print context.
 
17
  Since 2.10}
16
18
\author{Derived by RGtkGen from GTK+ documentation}
17
19
\keyword{internal}