On Mon, 2007-09-03 at 17:17 -0700, jiapei100 wrote: > > Whenever I compile the file, I got the following errors: > /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:84: error: no match > for call to ‘(sigc::bound_mem_functor1<bool, CMyOwnClass, GdkEventKey*>) > (GdkEventButton* const&)'
looks like you have the wrong function prototype. check GdkEventKey vs. GdkEventButton ... _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
