setViewDataView            package:iSPlot            R Documentation

_V_i_e_w _d_a_t_a _i_n _g_t_k _s_p_r_e_a_d_s_h_e_e_t

_D_e_s_c_r_i_p_t_i_o_n:

     setViewDataView sets the control window so it shows a list of
     loaded data.  The user can then highlight one of the data sets and
     click on the Show button to open a new gtk window that will
     contain a  spreadsheet (a gtk clist object) that will show the
     data.

_U_s_a_g_e:

       setViewDataView()

_D_e_t_a_i_l_s:

     Only one gtk window with a spreadsheet is allowed per data set. 
     So if the user already opened a spreadsheet for a particular data
     set, they  cannot open another spreadsheet with that data unless
     the first  spreadsheet was closed.  So clicking on the Show button
     when that data  is already being shown will not do anything.

     If the data set is being shown in a spreadsheet and the data 
     changes, the spreadsheet will be updated.

_A_u_t_h_o_r(_s):

     Elizabeth Whalen

_S_e_e _A_l_s_o:

     'createView',  'createDataView',  'updateControlWindow',
     'updateSpread'

_E_x_a_m_p_l_e_s:

       if (interactive())
       {
         createControlWindow()
         # setViewDataView should be called by the user choosing 
         # 'View Data' under the Display menu
         setViewDataView()  
       }

