Skip to content

Commit e9b5b27

Browse files
author
maechler
committed
mark as "Only on Windows"
git-svn-id: https://svn.r-project.org/R/trunk@87366 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 00a3788 commit e9b5b27

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
% File src/library/grDevices/man/bringToTop.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2014 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{bringToTop}
77
\alias{bringToTop}
88
\alias{stayOnTop}
99

1010
\title{Assign Focus to a Window}
11-
1211
\usage{
1312
bringToTop(which = dev.cur(), stay = FALSE)
1413
}
15-
1614
\arguments{
1715
\item{which}{a device number, or \code{-1}.}
1816
\item{stay}{whether to make the window stay on top.}
1917
}
20-
2118
\description{
19+
Available only on Windows.
20+
2221
\code{bringToTop} brings the specified screen device's window to the
2322
front of the window stack (and gives it focus). With first argument
2423
\code{-1} it brings the console to the top.
2524
26-
If \code{stay = TRUE}, the window is designated as a topmost window,
25+
If \code{stay = TRUE}, the window is designated as a topmost window,
2726
i.e.\sspace{}it will stay on top of any regular window. \code{stay} may only be used
2827
when \I{RGui} is run in SDI mode. This corresponds to the \dQuote{Stay on top}
2928
popup menu item in \I{RGui}.
3029
}
31-
3230
\seealso{
3331
\code{\link{msgWindow}}, \code{\link{windows}}
3432
}
35-
3633
\keyword{device}
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
% File src/library/grDevices/man/msgWindow.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 2008 R Core Team
3+
% Copyright 2008-2024 R Core Team
44
% Distributed under GPL 2 or later
55

6+
\title{Manipulate a Window}
67
\name{msgWindow}
78
\alias{msgWindow}
8-
9-
\title{Manipulate a Window}
10-
119
\usage{
1210
msgWindow(type = c("minimize", "restore", "maximize",
1311
"hide", "recordOn", "recordOff"),
1412
which = dev.cur())
1513
}
16-
1714
\arguments{
1815
\item{type}{action to be taken.}
1916
\item{which}{a device number, or \code{-1}.}
2017
}
21-
2218
\description{
19+
On Windows, only,
2320
\code{msgWindow} sends a message to manipulate the specified screen
2421
device's window. With argument \code{which = -1} it applies to the GUI
2522
console (which only accepts the first three actions).
2623
}
27-
2824
\seealso{
2925
\code{\link{bringToTop}}, \code{\link{windows}}
3026
}
31-
3227
\keyword{device}

src/library/grDevices/man/windows.options.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
% File src/library/grDevices/man/pdf.options.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2011 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{windows.options}
77
\alias{windows.options}
88
\title{Auxiliary Function to Set/View Defaults for Arguments of windows()}
99
\description{
10-
The auxiliary function \code{windows.options} can be used to set or view
10+
Only available on Windows,
11+
the auxiliary function \code{windows.options} can be used to set or view
1112
(if called without arguments) the default values for the arguments of
1213
\code{\link{windows}}.
1314

src/library/grDevices/man/windowsFonts.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
% File src/library/grDevices/man/windowsFonts.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2007, 2018 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{windowsFonts}
7+
\title{Windows Fonts}
78
\alias{windowsFont}
89
\alias{windowsFonts}
910
\concept{fonts}
10-
\title{Windows Fonts}
1111
\description{
12-
These functions handle the translation of a device-independent R graphics
13-
font family name to a windows font description and are available only
14-
on Windows.
12+
These functions handle the translation of a device-independent \R
13+
graphics font family name to a windows font description and are available
14+
only on Windows.
1515
}
1616
\usage{
1717
windowsFont(family)

0 commit comments

Comments
 (0)