guiInfo                package:svGUI                R Documentation

_G_e_t _a_n _i_n_f_o _t_i_p _o_r _a _c_o_m_p_l_e_t_i_o_n _l_i_s_t _a_b_o_u_t _a_n _o_b_j_e_c_t

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

     This function provides call tip, or completion list to GUI
     clients.

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

     guiInfo(fname, firstarg = NULL, type = "tip")

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

   fname: The name of the function or of the object 

firstarg: The first argument (to determine which method is called, not
          used yet) 

    type: The type of info required. Currently, 'tip', 'list' or
          'listitems' 

_V_a_l_u_e:

     The content of the tip, or of the list.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiObjList'

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

         #### TO DO...

