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

Comparing ray/src/util/gethelp3.6.tcl (file contents):
Revision 2.4 by greg, Fri Oct 28 19:12:02 1994 UTC vs.
Revision 2.5 by greg, Fri Oct 28 20:14:44 1994 UTC

# Line 24 | Line 24 | set curhelp(file) {}
24   proc gethelp {helpfile category topic} {        # Open help window
25          global curhelp helpfontwidth
26          if {! [winfo exists .helpwin]} {                # Set up window
27 <                toplevel .helpwin
27 >                toplevel .helpwin -cursor top_left_arrow
28                  wm minsize .helpwin 500 400
29                  wm iconbitmap .helpwin question
30                  frame .helpwin.but -geometry 150x400

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines