commentary
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 1997 19:53:04 +0100
changeset 2417 64115b76cd15
parent 2416 588d5d510c10
child 2418 5a62914080b1
commentary
SeqColl.st
SequenceableCollection.st
--- a/SeqColl.st	Tue Feb 25 19:20:23 1997 +0100
+++ b/SeqColl.st	Tue Feb 25 19:53:04 1997 +0100
@@ -1032,9 +1032,10 @@
     "
      #(Point 10 20) decodeAsLiteralArray  
      #(Rectangle 100 200 400 500) decodeAsLiteralArray 
+     #(#MenuItem #rawLabel: 'right' #value: #right) decodeAsLiteralArray 
     "
 
-    "Modified: 10.2.1997 / 12:11:47 / cg"
+    "Modified: 25.2.1997 / 19:52:40 / cg"
 !
 
 literalArrayEncoding
@@ -3006,5 +3007,5 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.79 1997-02-20 13:26:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/SeqColl.st,v 1.80 1997-02-25 18:53:04 cg Exp $'
 ! !
--- a/SequenceableCollection.st	Tue Feb 25 19:20:23 1997 +0100
+++ b/SequenceableCollection.st	Tue Feb 25 19:53:04 1997 +0100
@@ -1032,9 +1032,10 @@
     "
      #(Point 10 20) decodeAsLiteralArray  
      #(Rectangle 100 200 400 500) decodeAsLiteralArray 
+     #(#MenuItem #rawLabel: 'right' #value: #right) decodeAsLiteralArray 
     "
 
-    "Modified: 10.2.1997 / 12:11:47 / cg"
+    "Modified: 25.2.1997 / 19:52:40 / cg"
 !
 
 literalArrayEncoding
@@ -3006,5 +3007,5 @@
 !SequenceableCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.79 1997-02-20 13:26:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SequenceableCollection.st,v 1.80 1997-02-25 18:53:04 cg Exp $'
 ! !