tkStartGUI package:tcltk R Documentation _T_c_l/_T_k _G_U_I _s_t_a_r_t_u_p _D_e_s_c_r_i_p_t_i_o_n: Starts up the Tcl/Tk GUI _U_s_a_g_e: tkStartGUI() _D_e_t_a_i_l_s: 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. _N_o_t_e: '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)'. _A_u_t_h_o_r(_s): Peter Dalgaard