- tkinspect, release 5.1.4
- (June 21, 1995)
+ tkinspect, release 5.1.6
+ (June 23, 1995)
This is the 5th release of my browser for Tk programs. This version
of tkinspect requires Tk 4.0 or better (tested only with Tk 4.0b4,
To install: type "wish4.0 install.tcl", fill out the form, and hit the
install button.
-Hopefully you can learn how to use tkinspect by selecting an
-interpreter (via the File, Select Interpreter menu item) and then
-clicking on things. This version also includes a online help system.
+tkinspect should be pretty easy to use, hopefully you can learn how to
+use it by selecting an interpreter (via the File, Select Interpreter
+menu item) and then clicking on things. There is also an online help
+system.
-tkinspect itself is still public domain, you may do whatever you want
-with it. However, tkinspect uses a hacked down library that I've
-written at LBL, so the files in stl-lite are copyright 1995 Lawrence
-Berkeley Lab. See stl-lite/COPYRIGHT for the full copyright notice.
+tkinspect itself is public domain, you may do whatever you want with
+it. However, tkinspect uses a hacked down library that I've written
+at LBL, so the files in stl-lite are copyright 1995 Lawrence Berkeley
+Lab. See stl-lite/COPYRIGHT for the full copyright notice. (STL will
+soon be renamed to SNTL to avoid conflicting with the C++ template
+library.)
Please send me any comments or suggestions you might have, along with
any bugs that you may encounter.
proc version_init {} {
global tkinspect tk_version tk_patchLevel
- set tkinspect(release) 5.1.5
+ set tkinspect(release) 5.1.6
set tkinspect(release_date) "June 23, 1995"
scan $tk_version "%d.%d" major minor
if {$major != 4} {