From 12682c9ce2dbb5a803a18f7df082293b3a574d1d Mon Sep 17 00:00:00 2001 From: sls Date: Fri, 2 Jun 1995 04:43:47 +0000 Subject: [PATCH] Initial revision --- Intro.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Intro.html diff --git a/Intro.html b/Intro.html new file mode 100644 index 0000000..5485b20 --- /dev/null +++ b/Intro.html @@ -0,0 +1,38 @@ + +Tkinspect + + + + +

Tkinspect

+ +tkinspect is an inspector for Tk applications. It uses Tk's +send command to retreive infomation from other Tk +applications. The default tkinspect main window has 4 areas: + + + +When you choose an application through the File/Select +Interpreter menu, the lists will be filled with the names of the +procs, globals, and windows the the application. Clicking on one of +those names will fill the value window with the +definition of the proc, the value of the global variable, or +information about the window. The value window is editable and the +contents can be sent back to the selected application.

+ +You can type Tcl commands at the seleted application using the +Command: entry. Your command is sent when you hit Return, or +when you press the Send Command button. + + +


+
Sam Shen
+ +Last modified: Thu Jun 1 21:39:30 1995 + + -- 2.23.0