*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 23 Jul 1998 23:29:51 +0200
changeset 1742 982fa0fdf9e3
parent 1741 5c14377b861d
child 1743 88f86bfde4a4
*** empty log message ***
DictInspV.st
DictionaryInspectorView.st
InspView.st
InspectorView.st
OCInspView.st
OrderedCollectionInspectorView.st
--- a/DictInspV.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/DictInspV.st	Thu Jul 23 23:29:51 1998 +0200
@@ -55,7 +55,8 @@
                        ('inspect key'          doInspectKey   )
                        ('basicInspect'         doBasicInspect )
                        ('inspect hierarchical' doNewInspect   )
-                       ('references'           showReferences )
+                       ('-'                    nil            )
+                       ('owners'               showReferences )
                        ('references to key'    showKeyReferences )
                        ('-'                    nil            )
                        ('add key'              doAddKey       )
@@ -254,5 +255,5 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.30 1998-07-23 21:15:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.31 1998-07-23 21:29:41 cg Exp $'
 ! !
--- a/DictionaryInspectorView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/DictionaryInspectorView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -55,7 +55,8 @@
                        ('inspect key'          doInspectKey   )
                        ('basicInspect'         doBasicInspect )
                        ('inspect hierarchical' doNewInspect   )
-                       ('references'           showReferences )
+                       ('-'                    nil            )
+                       ('owners'               showReferences )
                        ('references to key'    showKeyReferences )
                        ('-'                    nil            )
                        ('add key'              doAddKey       )
@@ -254,5 +255,5 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.30 1998-07-23 21:15:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.31 1998-07-23 21:29:41 cg Exp $'
 ! !
--- a/InspView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/InspView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -359,7 +359,8 @@
                         ('inspect'                      #doInspect              )
                         ('basicInspect'                 #doBasicInspect         )
                         ('inspect hierarchical'         #doNewInspect           )
-                        ('references'                   #showReferences         )
+                        ('-')
+                        ('owners'                       #showReferences         )
                         ('-')
                         ('browse'                       #browse                 )
                         ('browse class hierarchy'       #browseClassHierarchy   )
@@ -912,5 +913,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.75 1998-07-23 21:10:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.76 1998-07-23 21:29:51 cg Exp $'
 ! !
--- a/InspectorView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/InspectorView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -359,7 +359,8 @@
                         ('inspect'                      #doInspect              )
                         ('basicInspect'                 #doBasicInspect         )
                         ('inspect hierarchical'         #doNewInspect           )
-                        ('references'                   #showReferences         )
+                        ('-')
+                        ('owners'                       #showReferences         )
                         ('-')
                         ('browse'                       #browse                 )
                         ('browse class hierarchy'       #browseClassHierarchy   )
@@ -912,5 +913,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.75 1998-07-23 21:10:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.76 1998-07-23 21:29:51 cg Exp $'
 ! !
--- a/OCInspView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/OCInspView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -88,7 +88,8 @@
                       ('inspect'                     doInspect              )
                       ('basicInspect'                doBasicInspect         )
                       ('inspect hierarchical'        doNewInspect           )
-                      ('references'                  showReferences         )
+                      ('-'                           nil                    )
+                      ('owners'                      showReferences         )
                       ('-'                           nil                    )
                       ('browse'                      browse                 )
                       ('browse class hierarchy'      browseClassHierarchy   )
@@ -103,7 +104,8 @@
                       ('inspect'                     doInspect              )
                       ('basicInspect'                doBasicInspect         )
                       ('inspect hierarchical'        doNewInspect           )
-                      ('references'                  showReferences         )
+                      ('-'                           nil                    )
+                      ('owners'                      showReferences         )
                       ('-'                           nil                    )
                       ('browse'                      browse                 )
                       ('browse class hierarchy'      browseClassHierarchy   )
@@ -199,5 +201,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.21 1998-07-23 21:10:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.22 1998-07-23 21:29:46 cg Exp $'
 ! !
--- a/OrderedCollectionInspectorView.st	Thu Jul 23 23:26:51 1998 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Jul 23 23:29:51 1998 +0200
@@ -88,7 +88,8 @@
                       ('inspect'                     doInspect              )
                       ('basicInspect'                doBasicInspect         )
                       ('inspect hierarchical'        doNewInspect           )
-                      ('references'                  showReferences         )
+                      ('-'                           nil                    )
+                      ('owners'                      showReferences         )
                       ('-'                           nil                    )
                       ('browse'                      browse                 )
                       ('browse class hierarchy'      browseClassHierarchy   )
@@ -103,7 +104,8 @@
                       ('inspect'                     doInspect              )
                       ('basicInspect'                doBasicInspect         )
                       ('inspect hierarchical'        doNewInspect           )
-                      ('references'                  showReferences         )
+                      ('-'                           nil                    )
+                      ('owners'                      showReferences         )
                       ('-'                           nil                    )
                       ('browse'                      browse                 )
                       ('browse class hierarchy'      browseClassHierarchy   )
@@ -199,5 +201,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.21 1998-07-23 21:10:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.22 1998-07-23 21:29:46 cg Exp $'
 ! !