It's look like we can't autoconnect signal handler from C++ code. in
the following code fragment :
/* load the note book toolbar */
xmlWidget = glade_xml_new ("drgeo/icones/drgenius.glade", "drgeoToolBarNoteBook");
glade_xml_signal_autoconnect (xmlWidget);
this code fragment is from a class constructor and the function to connect is:
void on_zoom_valeur_activate (GtkWidget * w, gpointer data);
from the same source file.
At execuion of my application I got the following message :
** WARNING **: could not find signal handler 'on_zoom_valeur_activate'.
Any ideas ? is related to the use of C++ ?
Thanks
Hilaire
--
Hilaire Fernandes
http://cran.mit.edu/~hilaire
Dr Geo project http://www.drgeo.seul.org
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.