Re: How to minimize the window

2005-04-12 Thread Steve Holden
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

Re: How to minimize the window

2005-04-12 Thread vincent wehren
"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

How to minimize the window

2005-04-12 Thread Austin
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

Re: in wxPython, how to minimize the window in absence of minimize button?

2005-02-08 Thread Erik Bethke
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

in wxPython, how to minimize the window in absence of minimize button?

2005-02-08 Thread Erik Bethke
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