OrderedCollectionInspectorView.st
changeset 1040 5835207bcb3e
parent 647 1791ceddf2ef
child 1235 13610578a5d2
--- a/OrderedCollectionInspectorView.st	Tue Feb 25 20:09:53 1997 +0100
+++ b/OrderedCollectionInspectorView.st	Tue Feb 25 20:18:48 1997 +0100
@@ -17,7 +17,7 @@
 	category:'Interface-Inspector'
 !
 
-!OrderedCollectionInspectorView  class methodsFor:'documentation'!
+!OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 copyright
 "
@@ -77,6 +77,10 @@
 !
 
 fieldMenu
+    "return the menu for the field-list"
+
+    <resource: #menu>
+
     |labels selectors m|
 
     hasMore ifTrue:[
@@ -158,7 +162,7 @@
 
     ^ m
 
-    "Modified: 12.4.1996 / 14:04:40 / cg"
+    "Modified: 25.2.1997 / 20:13:14 / cg"
 ! !
 
 !OrderedCollectionInspectorView methodsFor:'user interaction'!
@@ -219,8 +223,8 @@
     "Modified: 28.6.1996 / 15:53:56 / cg"
 ! !
 
-!OrderedCollectionInspectorView  class methodsFor:'documentation'!
+!OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.17 1996-06-28 14:12:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.18 1997-02-25 19:18:48 cg Exp $'
 ! !