Starts a GUI console implemented via a Tk text widget. This should probably be called at most once per session. Also redefines the file pager (as used by help()) to be the Tk pager.
启动一个GUI控制台通过一个Tk文本构件实现。这应该被称为最每一次对话。也重新定义的文件寻呼机(help())是Tk的寻呼机。
注意----------Note----------
This function is not usable under Windows.
此功能是在Windows下无法使用。
tkStartGUI() saves its evaluation environment as .GUIenv. This means that the user interface elements can be accessed in order to extend the interface. The three main objects are named Term, Menu, and Toolbar, and the various submenus and callback functions can be seen with ls(envir=.GUIenv).
tkStartGUI()保存.GUIenv评估环境。这意味着以扩展接口可以访问用户界面元素。这三个主要对象被命名为Term,Menu,Toolbar,和各种菜单和回调函数可以用ls(envir=.GUIenv)。