ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/trad.wsh
(Generate patch)

Comparing ray/src/util/trad.wsh (file contents):
Revision 2.1 by greg, Thu Oct 27 15:56:13 1994 UTC vs.
Revision 2.2 by greg, Fri Oct 28 10:43:38 1994 UTC

# Line 73 | Line 73 | trace variable rifname w setrname
73  
74   # Make main window frames
75  
76 < frame .upper -geometry 830x410
76 > frame .upper -geometry 640x410
77   pack .upper -side top
78 < frame .upper.right -geometry 130x410
79 < place .upper.right -x 700 -y 0
78 > frame .upper.right -geometry 120x410
79 > place .upper.right -relx .98 -rely 0 -anchor ne
80   message .mess -relief ridge -font fixed -textvariable curmess \
81 <                -width 830 -anchor nw
81 >                -anchor nw -width 620
82   pack .mess -side top -expand yes -fill both
83   helplink .mess trad trad messages
84  
# Line 94 | Line 94 | proc changescreen {} {         # switch screen according to c
94          }
95          set curscreen $curmode
96          do_$curscreen .upper.left
97 <        .upper.left configure -geometry 700x410
97 >        .upper.left configure -geometry 520x410
98          place .upper.left -x 0 -y 0
99   }
100  
# Line 127 | Line 127 | button .upper.right.quit -text QUIT \
127   pack .upper.right.quit -side top -pady 10 -anchor se
128   helplink .upper.right.quit trad trad quit
129  
130 < wm minsize . 830 460
130 > wm minsize . 640 460
131   wm iconbitmap . @$radlib/trad.icon
132  
133   proc gotfile {{o 1}} {          # set file possession state

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines