Initial revision
authorsls <sls>
Mon, 5 Jun 1995 04:23:15 +0000 (04:23 +0000)
committersls <sls>
Mon, 5 Jun 1995 04:23:15 +0000 (04:23 +0000)
Lists.html [new file with mode: 0644]

diff --git a/Lists.html b/Lists.html
new file mode 100644 (file)
index 0000000..0b079d0
--- /dev/null
@@ -0,0 +1,44 @@
+<html> <head>
+<title>Tkinspect Lists</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>Lists</h1></center>
+
+The lists are the listboxes just below the <b>Command:</b> entry.
+By default, there are three lists:
+
+<ul>
+  <li> <a href=Procs.html>Procs</a> contains a list of all the Tcl
+       procedures in the target application.
+  <li> <a href=Globals.html>Globals</a> contains a list of the global
+       variables of the target application.
+  <li> <a href=Windows.html>Windows</a> contains a list of the windows
+       of the target application.
+</ul>
+
+Each list also has a menu in the menu bar.  The menu contains a set of
+standard operations, followed by list-specific operations (if any are
+available.)  The standard list operations are:
+
+<ul>
+  <li> <b>Show a X..</b> brings up a dialog that prompts for the name
+       of a proc, global, or window and places the its value in the <a
+       href=Value.html>value window</a>.
+  <li> <b>Find X...</b> brings up a dialog that searches the list.
+  <li> <b>Edit Filter...</b> brings up a dialog that allows editing of
+       the list filter.  The list will only displays those items that
+       either match or don't match a set of patterns.  (The default
+       list of patterns varies for each list type.)
+  <li> <b>Remove List</b> removes the list from the <b>tkinspect</b>
+       window.  The list can be added back again via the
+       <b>Options</b> menu.
+</ul>
+
+<hr>
+<address></address>
+<!-- hhmts start -->
+Last modified: Sun Jun  4 21:23:13 1995
+<!-- hhmts end -->
+</body> </html>