gladeXMLSignalConnectData       package:RGtk2       R Documentation

_g_l_a_d_e_X_M_L_S_i_g_n_a_l_C_o_n_n_e_c_t_D_a_t_a

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

     In the glade interface descriptions, signal handlers are specified
     for widgets by name.  This function allows you to connect a C
     function to all signals in the GladeXML file with the given signal
     handler name.

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

     gladeXMLSignalConnectData(object, handlername, func, user.data)

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

'object': ['GladeXML']  the GladeXML object

'handlername': [char]  the signal handler name

  'func': [GCallback]  the signal handler function

'user.data': [R object]  the signal handler data

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

     It differs from glade_xml_signal_connect since it allows you to
     specify the data parameter for the signal handler.  It is also a
     small demonstration of how to use glade_xml_signal_connect_full.

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

     Derived by RGtkGen from GTK+ documentation

