コード例 #1
0
ファイル: EditorState.py プロジェクト: bcorfman/pug
 def exit(self):
     if _DEBUG: print "EditorState.exit"
     self.graphicsManager.boxDict.clear()
     #        wx.CallAfter(wx.GetApp().set_selection,[])
     if _DEBUG: print "EditorState.exit complete"
     PigState.exit(self)
コード例 #2
0
ファイル: EditorState.py プロジェクト: bcorfman/pug
    def exit(self):
        if _DEBUG: print "EditorState.exit"
        self.graphicsManager.boxDict.clear()
#        wx.CallAfter(wx.GetApp().set_selection,[])
        if _DEBUG: print "EditorState.exit complete"
        PigState.exit(self)