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

