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

« back to all changes in this revision

Viewing changes to man/gtkPrintRunPageSetupDialog.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:
1
1
\alias{gtkPrintRunPageSetupDialog}
2
2
\name{gtkPrintRunPageSetupDialog}
3
3
\title{gtkPrintRunPageSetupDialog}
4
 
\description{Runs a page setup dialog, letting the user modify the values from 
5
 
\code{page.setup}. If the user cancels the dialog, the returned \verb{\link{GtkPageSetup}} 
 
4
\description{Runs a page setup dialog, letting the user modify the values from
 
5
\code{page.setup}. If the user cancels the dialog, the returned \code{\link{GtkPageSetup}}
6
6
is identical to the passed in \code{page.setup}, otherwise it contains the 
7
7
modifications done in the dialog.}
8
8
\usage{gtkPrintRunPageSetupDialog(parent, page.setup = NULL, settings)}
9
9
\arguments{
10
 
\item{\verb{parent}}{[\verb{\link{GtkWindow}}]  transient parent, or \code{NULL}}
11
 
\item{\verb{page.setup}}{[\verb{\link{GtkPageSetup}}]  an existing \verb{\link{GtkPageSetup}}, or \code{NULL}}
12
 
\item{\verb{settings}}{[\verb{\link{GtkPrintSettings}}]  a \verb{\link{GtkPrintSettings}}}
 
10
\item{\verb{parent}}{ transient parent. \emph{[  \acronym{allow-none}  ]}}
 
11
\item{\verb{page.setup}}{ an existing \code{\link{GtkPageSetup}}. \emph{[  \acronym{allow-none}  ]}}
 
12
\item{\verb{settings}}{a \code{\link{GtkPrintSettings}}}
13
13
}
14
14
\details{Note that this function may use a recursive mainloop to show the page
15
15
setup dialog. See \code{\link{gtkPrintRunPageSetupDialogAsync}} if this is 
16
 
a problem.  
17
 
 
18
 
  Since  2.10}
19
 
\value{[\verb{\link{GtkPageSetup}}]  a new \verb{\link{GtkPageSetup}}}
 
16
a problem.
 
17
  Since 2.10}
 
18
\value{[\code{\link{GtkPageSetup}}]  a new \code{\link{GtkPageSetup}}}
20
19
\author{Derived by RGtkGen from GTK+ documentation}
21
20
\keyword{internal}