Changeset 726
- Timestamp:
- Dec 4, 2009 5:10:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/import_cif.tcl
- Property rcs:date changed from 2002/09/05 18:17:58 to 2003/08/11 19:22:56
- Property rcs:lines changed from +44 -458 to +3 -3
- Property rcs:rev changed from 1.10 to 1.11
r643 r726 21 21 set CIF(txt) $file.t 22 22 grid [text $CIF(txt) -height 10 -width 80 -yscrollcommand "$file.s set"] \ 23 -col 0 -row 0 -sticky news23 -column 0 -row 0 -sticky news 24 24 grid [scrollbar $file.s -command "$CIF(txt) yview"] \ 25 -col 1 -row 0 -sticky ns25 -column 1 -row 0 -sticky ns 26 26 grid columnconfig $file 0 -weight 1 27 27 grid rowconfig $file 0 -weight 1
Note: See TracChangeset
for help on using the changeset viewer.