GtkStatusIcon http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusIcon.html has "activate" and "popup" signals. Presumably this is how we should respond to clicks and right-clicks on the status icon, to show menus. But those signals are G_SIGNAL_ACTION signals: http://cvs.gnome.org/viewcvs/gtk%2B/gtk/gtkstatusicon.c?view=markup and this suggests that it is a "keybinding" signal, but they are not public API, and should not be wrapped by language bindings: http://marc.theaimsgroup.com/?l=gtk-devel&m=114502267513784&w=2 So, should these signals really be used? If yes, could the GtkStatusIcon documentation please say so. Murray Cumming murrayc@xxxxxxxxxxx www.murrayc.com www.openismus.com _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list