"Austin" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
|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



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to