| 1 |
< |
#!/usr/local/bin/wish -f |
| 1 |
> |
#!/usr/local/bin/wish4.0 |
| 2 |
|
# SCCSid "$SunId$ LBL" |
| 3 |
|
# |
| 4 |
|
# TCL/TK-based Rad Input File Editor |
| 135 |
|
rename setbutt {} |
| 136 |
|
button .upper.right.help -text HELP -width 9 \ |
| 137 |
|
-command "gethelp trad trad intro" |
| 138 |
< |
pack .upper.right.help -side top -pady 10 -anchor se |
| 138 |
> |
pack .upper.right.help -side top -pady 5 -anchor se |
| 139 |
|
helplink .upper.right.help trad trad help |
| 140 |
|
button .upper.right.quit -text QUIT \ |
| 141 |
|
-command {if [chksave] {destroy .}} -width 9 |
| 142 |
< |
pack .upper.right.quit -side top -pady 10 -anchor se |
| 142 |
> |
pack .upper.right.quit -side top -pady 5 -anchor se |
| 143 |
|
helplink .upper.right.quit trad trad quit |
| 144 |
|
|
| 145 |
|
if $smallscrn { |