File tree Expand file tree Collapse file tree 4 files changed +15
-22
lines changed
src/library/grDevices/man Expand file tree Collapse file tree 4 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 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 {
1312bringToTop(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 \c ode{-1} it brings the console to the top.
2524
26- If \c ode{stay = TRUE}, the window is designated as a topmost window,
25+ If \c ode{stay = TRUE}, the window is designated as a topmost window,
2726 i.e.\s space{}it will stay on top of any regular window. \c ode{stay} may only be used
2827 when \I {RGui} is run in SDI mode. This corresponds to the \d Quote{Stay on top}
2928 popup menu item in \I {RGui}.
3029}
31-
3230\s eealso{
3331 \c ode{\l ink{msgWindow}}, \c ode{\l ink{windows}}
3432}
35-
3633\k eyword{device}
Original file line number Diff line number Diff line change 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 {
1210msgWindow(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 \c ode{which = -1} it applies to the GUI
2522 console (which only accepts the first three actions).
2623}
27-
2824\s eealso{
2925 \c ode{\l ink{bringToTop}}, \c ode{\l ink{windows}}
3026}
31-
3227\k eyword{device}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 {
1717windowsFont(family )
You can’t perform that action at this time.
0 commit comments