/usr/share/tkinspect/Intro.html is in tkinspect 5.1.6p10-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <html><head>
<title>Tkinspect</title>
<!-- $Id: Intro.html,v 1.5 2002/03/22 01:33:08 pat Exp $ -->
</head>
<body>
<center><h1>Tkinspect Introduction</h1></center>
<b>tkinspect</b> is an inspector for Tk applications. It uses Tk's
<tt>send</tt> command to retreive infomation from other Tk
applications. When you choose an application through the
<b>File/Select Interpreter</b> menu, <a href="Lists.html">lists</a> will
be filled with the names of the procs, globals, and windows the the
application. Clicking on one of those names will fill the <a
href="Value.html">value window</a> with the definition of the proc, the
value of the global variable, or various information about the window.
The <a href="Value.html">value window</a> is editable and its contents
can be sent back to the selected application.<p>
Tcl commands can be sent to the seleted application using the
<b>Command:</b> entry, or through a command
line (via the <b>File/New Command Line</b> menu) interface to the
application. The command line is nearly identical to Tk's demo
<tt>rmt</tt>.<p>
For further information, select a topic from the help window's
<b>Topics</b> menu or from the list below:
<ul>
<li> <a href="Intro.html">Tkinspect Introduction</a>
<li> <a href="Value.html">The Value Window</a>
<li> <a href="Lists.html">The Lists</a>
<ul>
<li> <a href="Procs.html">The Procs List</a>
<li> <a href="Globals.html">The Globals List</a>
<li> <a href="Windows.html">The Windows List</a>
<li> <a href="Images.html">The Images List</a>
<li> <a href="Canvases.html">The Canvases List</a>
<li> <a href="Menus.html">The Menus List</a>
</ul>
<li> <a href="Miscellany.html">Miscellany</a>: how <b>tkinspect</b>
starts up, how to customize, etc.
<li> <a href="Notes.html">Notes</a>: notes about <b>tkinspect</b>
<li> <a href="WhatsNew.html">Whats New</a>: what's new in this
version.
<li> <a href="ChangeLog">Tkinspect ChangeLog</a>: a detailed list
of changes.
</ul>
<hr>
<!-- hhmts start -->
Last modified: Wed Jun 21 15:51:23 1995
<!-- hhmts end -->
</body> </html>
|