Add basic character switching abilities. Warning: this is UNFINISHED

This commit is contained in:
cncfanatics
2010-09-14 11:17:16 +02:00
parent 6d07151d71
commit 3554a4b6a8
4 changed files with 54 additions and 4 deletions

View File

@@ -44,6 +44,9 @@ class MultiSwitch(wx.Notebook):
self.imageList = wx.ImageList(16, 16)
self.SetImageList(self.imageList)
def getActiveFit(self):
return self.GetCurrentPage().view.activeFitID
def AddTab(self, type="fit", frame=None, title=None):
pos = self.GetPageCount() - 1