pfnotebook tab render first draft

This commit is contained in:
HomeWorld
2010-11-17 02:16:01 +02:00
parent 655aa9bb6e
commit 65af4f0c21
6 changed files with 248 additions and 173 deletions

View File

@@ -83,6 +83,6 @@ def getImage(name, location):
else:
location = os.path.join(config.pyfaPath, location)
path = os.path.join(location, name + ".png")
if os.path.exists(path):
return wx.Image(path)