From eb801b33366e940322edaba428f3290e3e9a2244 Mon Sep 17 00:00:00 2001 From: sls Date: Wed, 21 Jun 1995 22:40:42 +0000 Subject: [PATCH] Initial revision --- Canvases.html | 20 ++++++++++++++++++++ Menus.html | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 Canvases.html create mode 100644 Menus.html diff --git a/Canvases.html b/Canvases.html new file mode 100644 index 0000000..d4cb7f7 --- /dev/null +++ b/Canvases.html @@ -0,0 +1,20 @@ + +Canvases List + + + + +

Canvases List

+ +The Canvases List contains a list of the canvases (created +through Tk's canvas command) of the target application. +Selecting a canvas from this list will display the item configuration +information for each of the canvas's items.

+ +This list has no list-specific operations. + +


+ +Last modified: Wed Jun 21 15:42:59 1995 + + diff --git a/Menus.html b/Menus.html new file mode 100644 index 0000000..d335d7a --- /dev/null +++ b/Menus.html @@ -0,0 +1,20 @@ + +Menus Lists + + + + +

Menus Lists

+ +The Menus List contains a list of all the menus (create through +Tk's menu command) of the target application. Selecting +a menu from this list will display the item configuration information +for each of the menu's items.

+ +This list has no list-specific operations. + +


+ +Last modified: Wed Jun 21 15:40:28 1995 + + -- 2.23.0