How to minimize the window

vincent wehren vincent at visualtrans.de
Tue Apr 12 04:56:29 EDT 2005


"Austin" <austin at maxtronic.com.tw> schrieb im Newsbeitrag 
news:d3fu6s$5ek$1 at netnews.hinet.net...
|I wrote a GUI program with wxPython.
| In the window, there are 3 attributes on left top.
| "_" could let the program to minimize to tool bar.
| I want to let the program minimized to the system tray.

You can take look at "Main.py" in the wx Demo.

Look for "class DemoTaskBarIcon(wx.TaskBarIcon)" and how it is
used in the "wxPythonDemo" class.

| Is there any way to let the window have 4 attributes?
| "."  "_"  "O " "x"

Not that I know of.

HTH,
--

Vincent Wehren






More information about the Python-list mailing list