gladeXMLSignalAutoconnect {RGtk2}R Documentation

gladeXMLSignalAutoconnect

Description

This function is a variation of glade_xml_signal_connect. It uses gmodule's introspective features (by openning the module NULL) to look at the application's symbol table. From here it tries to match the signal handler names given in the interface description with symbols in the application and connects the signals.

Usage

gladeXMLSignalAutoconnect(object)

Arguments

object [GladeXML] the GladeXML object.

Details

Note that this function will not work correctly if gmodule is not supported on the platform.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]