Changeset 134
- Timestamp:
- 04/14/08 03:23:57 (5 months ago)
- Files:
-
- sucrose/trunk/python/keypad_tk.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sucrose/trunk/python/keypad_tk.py
r131 r134 64 64 65 65 # Kill yourself after 30 seconds 66 #self.window.after(30000,self.destroy)66 self.window.after(30000,self.destroy) 67 67 Tkinter.Button(self.window, text="Cancel", 68 68 font=('helvetica', 24, 'bold'), command=self.destroy).\
