Changeset 1889 for trunk/python
- Timestamp:
- 08/23/10 16:09:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/notationwindow.py
r1888 r1889 313 313 textbox = Tk.Text(master=parent,background='white', 314 314 height=2,width=20,cursor="xterm", 315 padx=2,pady=2,undo=True,maxundo=10) 315 padx=2,pady=2,undo=True,maxundo=10, 316 relief='sunken',borderwidth=3) 316 317 return textbox 317 318 … … 449 450 height=self.textwin.winfo_height()) 450 451 (w,h) = self.textwin.minsize() 452 self.textwin.geometry("%sx%s+%s+%s"%(w,h,xpix,ypix)) 451 453 self.textwin.lift() 452 self.textwin.geometry("%sx%s+%s+%s"%(w,h,xpix,ypix))453 454 454 455 def close_textwindow(self):
Note:
See TracChangeset
for help on using the changeset viewer.