[Glade-users] libglade - connecting signals



Hello.

I've been trying to use Libglade to automatically connect signal 
handlers in my C++ code, but the glade_xml_signal_autoconnect
function is not working.

So I decided to try to connect the signal handlers manually 
using glade_xml_signal_connect (instead of autoconnect) as
shown:

glade_xml_signal_connect(xml, "on_about1_activate",
        GTK_SIGNAL_FUNC(on_about1_activate));

This doesn't work either. I get no error message, but the 
signal handler isn't connected. Selecting the Help->About
menu option does nothing, when it should be calling my
signal handler to display a Help About window.

Does anyone have any ideas on what could be wrong with my
environment or what libraries might not be built with the
correct support, or whatever. I have no idea where to look.

Can anyone help?  Thanks very much.

Regards,
--
Dean Schumacher                 Email: dean schumacher usa alcatel com
Software Engineering Tools      Phone: 972.519.3252
Alcatel USA





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]