Hello.
Can anybody give me hint how to make so that wxPython program under windows can go into tray after minimizing?
Your help is very, very appreciated.
Best regards,
Ruslan
Hello.
Can anybody give me hint how to make so that wxPython program under windows can go into tray after minimizing?
Your help is very, very appreciated.
Best regards,
Ruslan
wxTaskBarIcon does most of what you need. In your top-level window,
handle the wxIconizeEvent with EVT_ICONIZE; when you get that, hide
your main window and create a tray icon with wxTaskBarIcon.
On Tue, Jul 15, 2003 at 02:04:05PM +0300, Ruslan Spivak wrote:
Can anybody give me hint how to make so that wxPython program under
windows can go into tray after minimizing?
--
Tim Lesher <tim@lesher.ws>
http://www.lesher.ws