Last updated: Sun, 12 May 2013 view this page in English
GladeXML::signal_autoconnect_instance
void signal_autoconnect_instance(object);
If you have specified signal handlers in your .glade
file; then use this method to automatically connect all your signals to
methods with the same name as the signal handlers specified, and belonging
to the specified class object.
You must pass an instance of the class to which the methods you intend
to connect belong as a parameter to this method.
User Contributed Notes glade.gladexml.method.signal_autoconnect_instance.php
There are no user contributed notes for this page.