From fe1db3108bdcf73813f3bc7b7601e12dfae8e2b8 Mon Sep 17 00:00:00 2001 From: sls Date: Mon, 5 Jun 1995 05:01:52 +0000 Subject: [PATCH] Initial revision --- Notes.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Notes.html diff --git a/Notes.html b/Notes.html new file mode 100644 index 0000000..916c5ba --- /dev/null +++ b/Notes.html @@ -0,0 +1,29 @@ + +Tkinspect Notes + + + + +

Tkinspect Notes

+ +tkinspect started as a quick hack to help me debug my Tk +programs. Since then, I've also used tkinspect to explore and +experiment with Tk programming. What started out as a 150 line one +day hack has grown to nearly 3000 lines of Tcl. I'm having a lot of +fun programming in Tcl, and so I expect tkinspect will continue +to grow and evolve.

+ +tkinspect was written using a object system written in Tcl. +The object system is really just a way to group a Tcl array and a +bunch of procedures. It's part of a larger Tcl library of mine called +STL. tkinspect includes a subset of that library.

+ +If you have any comments, questions, or bug reports please send them +to me. My address is SLShen@lbl.gov. + +


+
+ +Last modified: Sun Jun 4 22:01:26 1995 + + -- 2.23.0