The R Project SVN R

Rev

Rev 85981 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85981 Rev 85983
Line 6... Line 6...
6
\name{setWindowTitle}
6
\name{setWindowTitle}
7
\alias{setWindowTitle}
7
\alias{setWindowTitle}
8
\alias{getWindowTitle}
8
\alias{getWindowTitle}
9
\alias{getIdentification}
9
\alias{getIdentification}
10
\alias{setStatusBar}
10
\alias{setStatusBar}
11
\title{Set the Window Title or the Statusbar of the \I{RGui} in Windows}
11
\title{Set the Window Title or the Status Bar of the \I{RGui} in Windows}
12
\description{
12
\description{
13
  Set or get the title of the \R (i.e. \command{RGui}) window  which
13
  Set or get the title of the \R (i.e. \command{RGui}) window  which
14
  will appear in the task bar, or set the statusbar (if in use).
14
  will appear in the task bar, or set the status bar (if in use).
15
}
15
}
16
\usage{
16
\usage{
17
setWindowTitle(suffix, title = paste(getIdentification(), suffix))
17
setWindowTitle(suffix, title = paste(getIdentification(), suffix))
18
 
18
 
19
getWindowTitle()
19
getWindowTitle()
Line 41... Line 41...
41
  launched for \code{Rterm}.
41
  launched for \code{Rterm}.
42
  It has no effect in embedded uses of \R.
42
  It has no effect in embedded uses of \R.
43
 
43
 
44
  \code{getIdentification} returns the normal window identification.
44
  \code{getIdentification} returns the normal window identification.
45
 
45
 
46
  \code{setStatusBar} sets the text in the statusbar of an MDI
46
  \code{setStatusBar} sets the text in the status bar of an MDI
47
  frame: if this is not currently shown it is selected and shown.
47
  frame: if this is not currently shown it is selected and shown.
48
}
48
}
49
\value{
49
\value{
50
  The first three functions return a length 1 character vector.
50
  The first three functions return a length 1 character vector.
51
 
51