The R Project SVN R

Rev

Rev 75103 | Details | Compare with Previous | Last modification | View Log | RSS feed

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