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.4 by greg, Fri Oct 28 19:35:02 1994 UTC vs.
Revision 2.5 by greg, Mon Oct 31 11:35:28 1994 UTC

# Line 75 | Line 75 | trace variable rifname w setrname
75  
76   set smallscrn [expr [winfo screenwidth .] < 830]
77  
78 + message .mess -relief ridge -font fixed -textvariable curmess -anchor nw
79   if $smallscrn {
80          frame .upper -geometry 640x410
81          frame .upper.right -geometry 120x410
82 +        .mess configure -width 640
83   } else {
84          frame .upper -geometry 830x410
85          frame .upper.right -geometry 130x410
86 +        .mess configure -width 830
87   }
88   pack .upper -side top
89   place .upper.right -relx .98 -rely 0 -anchor ne
87 message .mess -relief ridge -font fixed -textvariable curmess \
88                -anchor nw -width 620
90   pack .mess -side top -expand yes -fill both
91   helplink .mess trad trad messages
92   . configure -cursor top_left_arrow
# Line 141 | Line 142 | helplink .upper.right.quit trad trad quit
142  
143   if $smallscrn {
144          wm minsize . 640 460
145 +        wm maxsize . 640 512
146   } else {
147          wm minsize . 830 460
148 +        wm maxsize . 830 512
149   }
150   wm iconbitmap . @$radlib/trad.icon
151  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines