setControlWindowDefaults       package:iSPlot       R Documentation

_S_e_t _t_h_e _c_o_n_t_r_o_l _e_n_v_i_r_o_n_m_e_n_t _v_a_r_i_a_b_l_e_s _f_o_r _t_h_e _c_o_n_t_r_o_l _w_i_n_d_o_w _t_o _t_h_e_i_r _d_e_f_a_u_l_t_s

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

     setControlWindowDefaults is normally called by
     setControlEnvDefaults. The only time it will be called by itself
     is if the user closes the control window without going through the
     Quit menu item.  That  means that plots may still be open and
     thus, not all control  environment variables should be reset to
     their default values.  Only the control environment variables that
     are in this function should be reset to their defaults when the
     user closes only the control window.

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

       setControlWindowDefaults()

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

     Here are the defaults for the control environment variables set in
     this  function: ag=c() menuBar=c() menus=list() keyVals=list()
     windowItem=c() availDF="" showDF="" chosenX="" chosenY=""
     controlWin=c() oldAction="" dataF="" findInfo="" findOn=""
     vBox=c() gtkTable=c() notDone=TRUE toggleButtonXList=list()
     toggleButtonYList=list() winDefaultHeight=500 winDefaultWidth=300

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

     Elizabeth Whalen

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

     'setControlEnvDefaults', 'createControlWindow'

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

       setControlWindowDefaults()

