Exemplo n.º 1
0
 def saveCharAs(self, event):
     charID = self.charSelection.getActiveCharacter()
     CharacterEditor.SaveCharacterAs(self, charID)
     wx.PostEvent(self, GE.CharListUpdated())
Exemplo n.º 2
0
 def showCharacterEditor(self, event):
     dlg = CharacterEditor(self)
     dlg.Show()
Exemplo n.º 3
0
 def OnShowCharacterEditor(self, event):
     CharacterEditor.openOne(parent=self)