Simple System Tray Icon

Simon Brunning simon at brunningonline.net
Thu Mar 2 13:55:57 EST 2006


On 3/2/06, 3c273 <nospam at nospam.com> wrote:
> I guess I should have capitalized the word 'simple' in my request :-) Thanks
> for your reply. I had already found this and it made the wx example look
> like a one-liner. I didn't realize that this was such a chore. Thanks again,
> I will keep trying.
> Louis

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?

--
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list