ExitButton             package:TGUICore             R Documentation

_E_x_i_t_B_u_t_t_o_n

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

     returns an Exit-Button in a frame called _name_ within frame
     _MainFrame_.

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

     ExitButton(window=tt, frame=MainFrame, name, text="Close")

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

  window: the tk-toplevel() in which the ExitButton should be drawn.

   frame: the frame in wich the ExitButton should be drawn.

    name: the name of the frame that is created and which includes the
          ExitButton

    text: the text of the ExitButton

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

     internal function only

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

     Alexander Kowarik, Bernhard Meindl

