On Sun, 2008-05-11 at 20:51 +0200, Murray Cumming wrote: > > > Isn't there a way to read the signals set in the glade file? That > > > would > > > save some repeating code. > > > > No because C++ is a static language that does not allow symbolic > lookup > > of methods. > > It's not entirely impossible but I consider it very very difficult. > I'm > always open to patches to implement it, but I don't expect to ever > achieve it myself.
That's why Qt has moc :-) Hub _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
