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

« back to all changes in this revision

Viewing changes to man/gtkWindowSetDefaultSize.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:
9
9
to the nearest permitted size.}
10
10
\usage{gtkWindowSetDefaultSize(object, width, height)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
13
 
\item{\verb{width}}{[integer]  width in pixels, or -1 to unset the default width}
14
 
\item{\verb{height}}{[integer]  height in pixels, or -1 to unset the default height}
 
12
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
13
\item{\verb{width}}{width in pixels, or -1 to unset the default width}
 
14
\item{\verb{height}}{height in pixels, or -1 to unset the default height}
15
15
}
16
16
\details{Unlike \code{\link{gtkWidgetSetSizeRequest}}, which sets a size request for
17
17
a widget and thus would keep users from shrinking the window, this
33
33
it had prior to hiding, rather than using the default size.
34
34
  
35
35
Windows can't actually be 0x0 in size, they must be at least 1x1, but
36
 
passing 0 for \code{width} and \code{height} is OK, resulting in a 1x1 default size.  }
 
36
passing 0 for \code{width} and \code{height} is OK, resulting in a 1x1 default size.}
37
37
\author{Derived by RGtkGen from GTK+ documentation}
38
38
\keyword{internal}