Simple System Tray Icon

3c273 nospam at nospam.com
Thu Mar 2 14:33:43 EST 2006


"Simon Brunning" <simon at brunningonline.net> wrote in message
news:mailman.2617.1141325760.27775.python-list at python.org...

This is untested, 'cos I'm on a Mac these days, but what you want
should look something like:

from SysTrayIcon import SysTrayIcon
icon = SysTrayIcon('parh/to/icon.ico', "Hover text", {})

How simple do you want?


That's what I wanted. I just couldn't figure out how to use it. Thanks a
bunch.
Louis





More information about the Python-list mailing list