Changeset 2149 for trunk/python
- Timestamp:
- 04/21/11 21:53:44 (14 years ago)
- Location:
- trunk/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplotgui.py
r1826 r2149 60 60 Destroy the ASAPlot graphics window. 61 61 """ 62 self.is_dead = True 62 63 self.window.destroy() 63 64 -
trunk/python/asaplotgui_qt4.py
r2148 r2149 67 67 Destroy the ASAPlot graphics window. 68 68 """ 69 self.is_dead = True 69 70 self.window.close() 70 71
Note:
See TracChangeset
for help on using the changeset viewer.