Icon on wx.MDIParentFrame
Andrea Gavana
andrea_gavana at tin.it
Sun Nov 6 09:39:23 EST 2005
Hello Len
> I would like to put an Icon on the frame but cannot figure out how to
> do it any help.
What about:
wx.MDIParentFrame.SetIcon(self, icon)
?
I usually take a look also to the wxPython API docs at:
http://www.wxpython.org/docs/api/
Or I use some google-fu to find answers, both for Python and wxPython.
However,
> It appears that wxPython suffers from the same problem as most software
> packages. I find that the reference manual is only of any real help
> once you have a pretty good understanding of how the software works in
> the first place.
The "docs subject" appears to be hot this week ;-) . You are perfectly
right, in my opinion. However, I am quite sure that the new wxPython book
(scheduled for december or something around december) will be a useful and
nice reference for newbies and experts.
HTH.
Andrea.
--
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77
More information about the Python-list
mailing list