> No, no, you misunderstand. I am quite aware of how to connect a > signal with Gtkmm. My situation is that I am connecting a signal > with Gtk _in_ a c++ program using g_signal_connect. The problem > is that it throws an error because the function I am connecting > it to is part of a class. The only way I know how to fix this is > to take the function out of the class, but I do not want to do > this. - Andrew >
I'm sure you have your reasons, but you will probably now be asked why you are mixing gtk+/gtkmm and c/c++. Depending on your answer to the above, you may then be asked whether your question is better suited to the gtk+ mailing lists. Cheers, Gaz _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
