gladeXMLSignalConnectFull {RGtk2} | R Documentation |
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.
gladeXMLSignalConnectFull(object, handler.name, func, user.data)
|
[GladeXML ] the GladeXML object. |
|
[character] the name of the signal handler that we want to connect. |
|
[GladeXMLConnectFunc ] the function to use to connect the signals. |
|
[R object] arbitrary data to pass to the connect function. |
Derived by RGtkGen from GTK+ documentation