Re: Icon on wx.MDIParentFrame

2005-11-06 Thread Peter Hansen
LenS wrote: > Thanks > > I will keep an eye out for the book. I just downloaded wxGlade and > created a small file and looked at how it does it. That (copying someone else) is almost always the best approach anyway, even when one has decent documentation. Note that with wxPython you should hav

Re: Icon on wx.MDIParentFrame

2005-11-06 Thread LenS
Thanks I will keep an eye out for the book. I just downloaded wxGlade and created a small file and looked at how it does it. Again thanks for the response -- http://mail.python.org/mailman/listinfo/python-list

Re: Icon on wx.MDIParentFrame

2005-11-06 Thread Andrea Gavana
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