Changes in trunk/python/customgui_tkagg.py [2416:2174]
- File:
-
- 1 edited
-
trunk/python/customgui_tkagg.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/customgui_tkagg.py
r2416 r2174 135 135 self.disable_button() 136 136 self.figmgr.window.wm_withdraw() 137 self._p.quit()138 137 139 138 def enable_button(self): … … 148 147 #self.bSpec.config(relief='raised', state=Tk.DISABLED) 149 148 self.bStat.config(relief='raised', state=Tk.DISABLED) 150 self.bNext.config(state=Tk.DISABLED)151 self.bPrev.config(state=Tk.DISABLED)149 #self.bNext.config(state=Tk.DISABLED) 150 #self.bPrev.config(state=Tk.DISABLED) 152 151 self.button = False 153 152 self.mode = '' … … 648 647 self.disable_button() 649 648 self.figmgr.window.wm_withdraw() 650 self._p.quit()651 649 652 650 def enable_button(self):
Note:
See TracChangeset
for help on using the changeset viewer.
