The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
47352 ripley 1
% File src/library/grDevices/man/windows/msgWindow.Rd
2
% Part of the R package, http://www.R-project.org
59039 ripley 3
% Copyright 2008 R Core Team
47352 ripley 4
% Distributed under GPL 2 or later
5
 
6
\name{msgWindow}
56186 murdoch 7
\alias{msgWindow}
47352 ripley 8
 
9
\title{Manipulate a Window}
10
 
11
\usage{
12
msgWindow(type = c("minimize", "restore", "maximize",
13
                   "hide", "recordOn", "recordOff"),
14
          which = dev.cur())
15
}
16
 
17
\arguments{
18
  \item{type}{action to be taken.}
19
  \item{which}{a device number, or \code{-1}.}
20
}
21
 
22
\description{
23
  \code{msgWindow} sends a message to manipulate the specified screen
24
  device's window.  With argument \code{which = -1} it applies to the GUI
25
  console (which only accepts the first three actions).
26
}
27
 
28
\seealso{
29
  \code{\link{bringToTop}}, \code{\link{windows}}
30
}
31
 
32
\keyword{device}