On Sun, 2007-11-11 at 12:19 +0100, Armin Burgmeier wrote: > It's exactly that. Default signal handlers are, among other API, > disabled in maemo to save code size. It shouldn't be much of a deal, > though, since you just can do something like > > #ifndef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED > signal_realize().connect(sigc::mem_fun(*this, &PlotCanvas::on_realize)); > #endif > > in your constructor. It gets trickier if you want to override GObject > vfuncs (those that end in _vfunc() in gtkmm).
You can read more about these changes here: http://maemomm.garage.maemo.org/docs/tutorial/html/ch04s02.html -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
