The R Project SVN R

Rev

Rev 61162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61162 Rev 61433
Line 13... Line 13...
13
tkStartGUI()
13
tkStartGUI()
14
}
14
}
15
\details{
15
\details{
16
  Starts a GUI console implemented via a Tk text widget. This should
16
  Starts a GUI console implemented via a Tk text widget. This should
17
  probably be called at most once per session. Also redefines the file
17
  probably be called at most once per session. Also redefines the file
18
  pager (as used by \code{help()}) to be the Tk pager. 
18
  pager (as used by \code{help()}) to be the Tk pager.
19
}
19
}
20
\author{Peter Dalgaard}
20
\author{Peter Dalgaard}
21
\note{
21
\note{
22
#ifdef windows
22
#ifdef windows
23
  This function is not usable under Windows.
23
  This function is not usable under Windows.
Line 29... Line 29...
29
  named \code{Term}, \code{Menu}, and \code{Toolbar}, and the various
29
  named \code{Term}, \code{Menu}, and \code{Toolbar}, and the various
30
  submenus and callback functions can be seen with
30
  submenus and callback functions can be seen with
31
  \code{ls(envir = .GUIenv)}.
31
  \code{ls(envir = .GUIenv)}.
32
}
32
}
33
 
33
 
34
  
34
 
35
\keyword{misc}
35
\keyword{misc}