Rev 42761 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/grDevices/man/windows/bringToTop.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{bringToTop}\alias{bringToTop}\alias{stayOnTop}\title{Assign Focus to a Window}\usage{bringToTop(which = dev.cur(), stay = FALSE)}\arguments{\item{which}{a device number, or \code{-1}.}\item{stay}{whether to make the window stay on top.}}\description{\code{bringToTop} brings the specified screen device's window to thefront of the window stack (and gives it focus). With argument\code{-1}, it brings the console to the top.If \code{stay = TRUE}, the window is designated as a topmost window,i.e. it will stay on top of any regular window. \code{stay} may only be usedwhen Rgui is run in SDI mode. This corresponds to the \dQuote{Stay on top}popup menu item in Rgui.}\seealso{\code{\link{windows}}}\keyword{device}