gtkExit                package:RGtk2                R Documentation

_g_t_k_E_x_i_t

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

     Terminates the program and returns the given exit code to the
     caller.  This function will shut down the GUI and free all
     resources allocated  for GTK+. *WARNING: 'gtk_exit' is deprecated
     and should not be used in newly-written code.*

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

     gtkExit(error.code)

_A_r_g_u_m_e_n_t_s:

'error.code': [integer] Return value to pass to the caller. This is
          dependend on the target system but at least on Unix systems
          '0' means  success.

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

     Derived by RGtkGen from GTK+ documentation

