*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 14 Feb 1997 16:52:36 +0100
changeset 1012 36f7cb7862b1
parent 1011 71ae1d5c633d
child 1013 391290c747b3
*** empty log message ***
PopUpList.st
--- a/PopUpList.st	Fri Feb 14 16:51:25 1997 +0100
+++ b/PopUpList.st	Fri Feb 14 16:52:36 1997 +0100
@@ -638,16 +638,17 @@
     self sizeFixed:true.
     self label:label printString.
 
-    "
-     tell my model - if any
-    "
+    "/
+    "/ ST-80 way of doing it
+    "/ tell my model - if any
+    "/
     self sendChangeMessageWith:value
 
-    "Modified: 8.2.1996 / 11:58:51 / cg"
+    "Modified: 14.2.1997 / 16:47:09 / cg"
 ! !
 
 !PopUpList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.29 1997-02-11 21:54:28 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.30 1997-02-14 15:52:36 cg Exp $'
 ! !