Last updated: Sun, 12 May 2013 view this page in English
GladeXML::signal_autoconnect
void signal_autoconnect();
If you have specified signal handlers in your .glade
file; then use this method to automatically connect all your signals to
functions with the same name as the signal handlers specified.
Note that all your functions must be part of the global namespace for this
to work. If you intend to use methods that are part of a class as signal
handlers, then use
signal_autoconnect_instance() instead.
User Contributed Notes glade.gladexml.method.signal_autoconnect.php
There are no user contributed notes for this page.