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

« back to all changes in this revision

Viewing changes to man/gtkWindowResize.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:
8
8
request to a smaller value.}
9
9
\usage{gtkWindowResize(object, width, height)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
12
 
\item{\verb{width}}{[integer]  width in pixels to resize the window to}
13
 
\item{\verb{height}}{[integer]  height in pixels to resize the window to}
 
11
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
12
\item{\verb{width}}{width in pixels to resize the window to}
 
13
\item{\verb{height}}{height in pixels to resize the window to}
14
14
}
15
15
\details{If \code{\link{gtkWindowResize}} is called before showing a window for the
16
16
first time, it overrides any default size set with
17
17
\code{\link{gtkWindowSetDefaultSize}}.
18
18
  
19
 
Windows may not be resized smaller than 1 by 1 pixels.  }
 
19
Windows may not be resized smaller than 1 by 1 pixels.}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}