gladeXMLSignalAutoconnectFull {RGtk2} | R Documentation |
This function is similar to glade_xml_signal_connect_full, except that it will try to connect all signals in the interface, not just a single named handler. It can be thought of the interpeted language binding version of glade_xml_signal_autoconnect, except that it does not require gmodule to function correctly.
gladeXMLSignalAutoconnectFull(object, func, user.data)
|
[GladeXML ] the GladeXML object. |
|
[GladeXMLConnectFunc ] the function used to connect the signals. |
|
[R object] arbitrary data that will be passed to the connection function. |
Derived by RGtkGen from GTK+ documentation