Rev 61433 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/tcltk/man/tkStartGUI.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{tkStartGUI}\alias{tkStartGUI}\title{Tcl/Tk GUI startup}\description{Starts up the Tcl/Tk GUI}\usage{tkStartGUI()}\details{Starts a GUI console implemented via a Tk text widget. This shouldprobably be called at most once per session. Also redefines the filepager (as used by \code{help()}) to be the Tk pager.}\author{Peter Dalgaard}\note{#ifdef windowsThis function is not usable under Windows.#endif\code{tkStartGUI()} saves its evaluation environment as\code{.GUIenv}. This means that the user interface elements can beaccessed in order to extend the interface. The three main objects arenamed \code{Term}, \code{Menu}, and \code{Toolbar}, and the varioussubmenus and callback functions can be seen with\code{ls(envir = .GUIenv)}.}\keyword{misc}