Re: GtkStatusIcon and popup menu

2006-11-09 Thread Peter Lund
On Tue, 2006-11-07 at 02:27 +0100, Chris tophe wrote: > Because GtkStatusIcon is not a widget. Ah. I use the EggTrayIcon code because I used (and still use) GTK+ 2.8. -Peter ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail

Re: GtkStatusIcon and popup menu

2006-11-06 Thread Chris tophe
2006/11/7, Peter Lund <[EMAIL PROTECTED]>: The program I wrote earlier this year just uses the "button-press-event" > signal. In the handler I create a menu and connect a deactivation function > to its "deactive" signal. > > Seems to work fine. > > -Peter > Thanks for your answer. I can't do thi

Re: GtkStatusIcon and popup menu

2006-11-06 Thread Peter Lund
On Sun, 2006-11-05 at 18:31 +0100, Chris tophe wrote: > click somewhere out of it. I tried around, this problem doesn't happen when > calling gtk_menu_popup in response to a widget's "button-press-event"/button > == 3 for example, only in "popup-menu" callback. Any idea to make this menu > go awa