From: sls Date: Mon, 5 Jun 1995 08:49:09 +0000 (+0000) Subject: Rewrite some of it, fold table of contents into here. X-Git-Tag: r5_1_1~8 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=ca1422e95f67139af1993d42251103eacdfc8a11;p=tkinspect Rewrite some of it, fold table of contents into here. --- diff --git a/Intro.html b/Intro.html index 5485b20..8a842db 100644 --- a/Intro.html +++ b/Intro.html @@ -4,35 +4,48 @@ -

Tkinspect

+

Tkinspect Introduction

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: +send command to retreive infomation from other Tk +applications. When you choose an application through the +File/Select Interpreter menu, three +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 various information about +the window. The value window is editable and +its contents can be sent back to the selected application.

+ +Tcl commands can be sent to the seleted application using the +Command: entry, or through a command +line (via the File/New Command Line menu) interface to the +application. The command line is nearly identical to Tk's demo +rmt.

+ +For further information, select a topic from the help window's +Topics menu or from the list below:

-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 +Last modified: Sun Jun 4 21:25:10 1995