gladeXMLSignalConnectData {RGtk2} | R Documentation |
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.
gladeXMLSignalConnectData(object, handlername, func, user.data)
|
[GladeXML ] the GladeXML object |
|
[char] the signal handler name |
|
[GCallback] the signal handler function |
|
[R object] the signal handler data |
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.
Derived by RGtkGen from GTK+ documentation