gtkAboutDialogSetEmailHook       package:RGtk2       R Documentation

_g_t_k_A_b_o_u_t_D_i_a_l_o_g_S_e_t_E_m_a_i_l_H_o_o_k

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

     Installs a global function to be called whenever the user
     activates an email link in an about dialog.

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

     gtkAboutDialogSetEmailHook(func, data = NULL)

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

  'func': ['GtkAboutDialogActivateLinkFunc']  a function to call when
          an email link is activated.

  'data': [R object]  data to pass to 'func'

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

     Since  2.6

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

     ['GtkAboutDialogActivateLinkFunc']  the previous email hook.

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

     Derived by RGtkGen from GTK+ documentation

