Hi all,
gtk.StatusIcon as you know is new in pygtk 2.10 there is any "old way" to do
it on pygtk lower then 2.10 ?
for example there is still users that use Fedora 4,5 and other old dist.

Any idea?

Thanks,
Miki



On 3/16/07, Ed Catmur <[EMAIL PROTECTED]> wrote:

On Thu, 2007-03-15 at 18:37 +0200, Miki wrote:
> Hi all,
> It is posible to open pygtk application and place it in the system
> tray? and when the user will click on it a popup menu will show him
> some options?
Use gtk.StatusIcon[1] (new in pygtk 2.10), and hide/show the main window
when you receive the "activate" signal; display a popup menu on the
"popup-menu" signal.
> There is different  between minimize pygtk application in the KDE
> system tray and GNOME system tray?
No, gtk.StatusIcon supports the f.d.o system tray spec,[2] which is
implemented by both GTK+ and KDE.  It also supports the Windows system
tray.

Ed

1. http://www.pygtk.org/docs/pygtk/class-gtkstatusicon.html
2. http://www.freedesktop.org/wiki/Standards/systemtray-spec

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to