Closed GoogleCodeExporter closed 9 years ago
GUI icon added with this Frame object snippit:
iconFile = "name.ico"
icon1 = wx.Icon(iconFile, wx.BITMAP_TYPE_ICO)
self.SetIcon(icon1)
The icon isn't really relevant, but it's better than the blank white square.
I'll have to come back later and use an icon I created.
Original comment by Daniel.S...@gmail.com
on 18 Jun 2010 at 1:18
Added a piggy bank icon found here:
http://www.iconspedia.com/icon/saving-14866.html
free for commercial projects.
Original comment by Daniel.S...@gmail.com
on 5 Oct 2010 at 1:37
Rolled into FINally version 1.2
Original comment by Daniel.S...@gmail.com
on 5 Oct 2010 at 1:57
Original issue reported on code.google.com by
Daniel.S...@gmail.com
on 17 Jun 2010 at 11:14