how to create tray icon using gtk 2.8.20 version

2008-03-19 Thread praveenya kumar
Hai!

I want to create a tray icon with a popup menu on click.
I wrote a program using GtkStatusIcon which worked well. The same program is
giving compilation error saying GtkStatusIcon undeclared.
I found that Gtk 2.10 (fc 8) supports GtkStatusIcon, but not Gtk 2.8.20 (fc
5).

My system has Gtk 2.8.20. I do not want to change my Gtk for this reason. So
I need a work around solution for creating tray icon using Gtk 2.8.20version.

Thanks in advance
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: how to create tray icon using gtk 2.8.20 version

2008-03-24 Thread Chris Vine
On Wed, 2008-03-19 at 15:30 +0530, praveenya kumar wrote:
> Hai!
> 
> I want to create a tray icon with a popup menu on click.
> I wrote a program using GtkStatusIcon which worked well. The same program is
> giving compilation error saying GtkStatusIcon undeclared.
> I found that Gtk 2.10 (fc 8) supports GtkStatusIcon, but not Gtk 2.8.20 (fc
> 5).
> 
> My system has Gtk 2.8.20. I do not want to change my Gtk for this reason. So
> I need a work around solution for creating tray icon using Gtk 2.8.20version.

Look for eggtrayicon.

Chrius


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list