> On Sáb, 2006-09-09 at 21:09 +0200, Murray Cumming wrote: >> More precisely, you'll see >> >> _IGNORE_SIGNAL(activate) //Keybinding signal. >> >> Which indicates that this is a keybinding (or "action") signal that is >> not meant to be used by most application developers. It's useful for >> widget implementation, particularly for accessibility issues. >> >> Rui, if you can say what you are trying to do, or if you can show us the >> GTK+ C code that seems to use this signal, then we might be able to say >> what you should do with gtkmm. > > So, how do I tell gtk that I want something done when the user clicks > the status bar icon? I thought the 'activate' signal's callback was > meant to do that. Actually on a C version I have it works with a > callback to that signal.
See this similar conversation. It's possible that we do need to wrap these new signals, but we must find out for sure: http://mail.gnome.org/archives/gtkmm-list/2006-September/msg00049.html Is your C version based on an official example, or on official documentation? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
