gladeXMLSignalConnectFull       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_F_u_l_l

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

     This function is similar to glade_xml_signal_connect, except that
     it allows you to give an arbitrary function that will be used for
     actually connecting the signals.  This is mainly useful for
     writers of interpreted language bindings, or applications where
     you need more control over the signal connection process.

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

     gladeXMLSignalConnectFull(object, handler.name, func, user.data)

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

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

'handler.name': [character]  the name of the signal handler that we
          want to connect.

  'func': ['GladeXMLConnectFunc']  the function to use to connect the
          signals.

'user.data': [R object]  arbitrary data to pass to the connect
          function.

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

     Derived by RGtkGen from GTK+ documentation

