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

« back to all changes in this revision

Viewing changes to man/gtkWindowSetTransientFor.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
\code{\link{gtkWindowSetTransientFor}} on your behalf.}
10
10
\usage{gtkWindowSetTransientFor(object, parent = NULL)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
13
 
\item{\verb{parent}}{[\verb{\link{GtkWindow}}]  parent window}
 
12
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
13
\item{\verb{parent}}{ parent window, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
14
14
}
15
 
\details{On Windows, this function puts the child window on top of the parent, 
16
 
much as the window manager would have done on X.  }
 
15
\details{Passing \code{NULL} for \code{parent} unsets the current transient window.
 
16
  
 
17
On Windows, this function puts the child window on top of the parent,
 
18
much as the window manager would have done on X.}
17
19
\author{Derived by RGtkGen from GTK+ documentation}
18
20
\keyword{internal}