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