Austin wrote:
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.
Is there any way to let the window have 4 attributes?
"." "_" "O " "x"
These features
"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
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.
Is there any way to let the window have 4 attributes?
"." "_" "O " "x"
--
http://mail.python.org/m
Damn,
I am dumb...
self.Iconize( True )
Sorry.
But a helpful tip is that the demo code *surrounding* the wxPython demo
is VERY useful, I never looked at that before!
--
http://mail.python.org/mailman/listinfo/python-list
Hello All,
I now have a wx.NO_BORDER frame that I have written dragging code
for... I like my window this way as it looks sleeker and I am now
installing some image buttons.
Now I would like to create a new minimize button from an image, and
then capture that mouse down and cause it to minimize t