beremiz
Clone
Summary
Browse
Changes
Graph
Replacing text buttons by bitmap buttons for variable grid in CFileEditor
2012-10-04, laurent
fe9504c4104e
Replacing text buttons by bitmap buttons for variable grid in CFileEditor
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)