The R Project SVN R

Rev

Rev 75103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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