[wxpython-users] Bug in Frame.IsIconized on wxGTK?
Frank Niessink
frank at niessink.com
Sun Sep 28 10:50:30 PDT 2008
Hi,
The attached program prints False on wxGTK (Fedora 8, Python 2.5.1,
wxPython 2.8.8.1-unicode) and True on wxMAC (Max OS X 10.4, Python
2.5, wxPython 2.8.7.1-unicode). Am I missing something or is this a
bug?
--- iconize.py ---
import wx
app =3D wx.App()
frame =3D wx.Frame(None)
frame.Show()
frame.Iconize()
print frame.IsIconized()
app.MainLoop()
-----------------------
Cheers, Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iconize.py
Type: text/x-python
Size: 117 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20080=
928/7ae34ff3/iconize.py
More information about the wxpython-users
mailing list