Initial revision
authorsls <sls>
Wed, 21 Jun 1995 22:40:42 +0000 (22:40 +0000)
committersls <sls>
Wed, 21 Jun 1995 22:40:42 +0000 (22:40 +0000)
Canvases.html [new file with mode: 0644]
Menus.html [new file with mode: 0644]

diff --git a/Canvases.html b/Canvases.html
new file mode 100644 (file)
index 0000000..d4cb7f7
--- /dev/null
@@ -0,0 +1,20 @@
+<html> <head>
+<title>Canvases List</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>Canvases List</h1></center>
+
+The <b>Canvases List</b> contains a list of the canvases (created
+through Tk's <tt>canvas</tt> command) of the target application.
+Selecting a canvas from this list will display the item configuration
+information for each of the canvas's items.<p>
+
+This list has no list-specific operations.
+
+<hr>
+<!-- hhmts start -->
+Last modified: Wed Jun 21 15:42:59 1995
+<!-- hhmts end -->
+</body> </html>
diff --git a/Menus.html b/Menus.html
new file mode 100644 (file)
index 0000000..d335d7a
--- /dev/null
@@ -0,0 +1,20 @@
+<html> <head>
+<title>Menus Lists</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>Menus Lists</h1></center>
+
+The <b>Menus List</b> contains a list of all the menus (create through
+Tk's <tt>menu</tt> command) of the target application.  Selecting
+a menu from this list will display the item configuration information
+for each of the menu's items.<p>
+
+This list has no list-specific operations.
+
+<hr>
+<!-- hhmts start -->
+Last modified: Wed Jun 21 15:40:28 1995
+<!-- hhmts end -->
+</body> </html>