askToQuit               package:iSPlot               R Documentation

_A_s_k _i_f _t_h_e _u_s_e_r _w_a_n_t_s _t_o _q_u_i_t _I_n_t_e_r_a_c_t_i_v_e _S_c_a_t_t_e_r_p_l_o_t_s

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

     askToQuit opens a gtk window that asks the user if they want to 
     quit using interactive scatterplots.  askToQuit is called when 
     the quit menu item under the file menu has been chosen.  If yes 
     is chosen, then all gtk windows will be closed.

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

     askToQuit()

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

     Elizabeth Whalen

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

     'clearAllWindows'

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

       if (interactive())
       {
         createControlWindow()
         # should choose 'quit' under file menu to call askToQuit
         askToQuit()
       }

