[wxPython 3.0.3] How to create a TaskBarIcon

Hi.

I want create a TaskBarIcon application using wxPython (‘3.0.3.dev78265 gtk2 (phoenix)’). I downloaded lastest version and compiled it on my Ubuntu 14.04. I was really suprised when I didn’t found a TaskBarIcon class. Someone can tell me what I should use now to create a TaskBarIcon?

Best Regards.

Ok i found solution. Class TaskBarIcon is into wx.adv (http://wxpython.org/Phoenix/docs/html/adv.1classindex.html)

Best regards.
W dniu piątek, 2 stycznia 2015 09:42:42 UTC+1 użytkownik Damian Giebas napisał:

···

Hi.

I want create a TaskBarIcon application using wxPython (‘3.0.3.dev78265 gtk2 (phoenix)’). I downloaded lastest version and compiled it on my Ubuntu 14.04. I was really suprised when I didn’t found a TaskBarIcon class. Someone can tell me what I should use now to create a TaskBarIcon?

Best Regards.