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

« back to all changes in this revision

Viewing changes to man/gtkPreviewSize.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:
3
3
\title{gtkPreviewSize}
4
4
\description{
5
5
Set the size that the preview widget will request
6
 
in response to a "size_request" signal. The 
 
6
in response to a "size_request" signal. The
7
7
drawing area may actually be allocated a size
8
8
larger than this depending on how it is packed
9
9
within the enclosing containers. The effect
13
13
}
14
14
\usage{gtkPreviewSize(object, width, height)}
15
15
\arguments{
16
 
\item{\verb{object}}{[\verb{\link{GtkPreview}}] a \verb{\link{GtkPreview}}.}
17
 
\item{\verb{width}}{[integer] the new width.}
18
 
\item{\verb{height}}{[integer] the new height.}
 
16
\item{\verb{object}}{a \code{\link{GtkPreview}}.}
 
17
\item{\verb{width}}{the new width.}
 
18
\item{\verb{height}}{the new height.}
19
19
}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}