Rev 27686 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\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 ``Stay on top''popup menu item in Rgui.}\seealso{\code{\link{windows}}}\keyword{device}