ComboView.st
changeset 2300 c3d1ba5c884e
parent 2176 a4ddd3e25bee
child 2405 51e75c174717
--- a/ComboView.st	Tue Oct 15 18:40:38 2002 +0200
+++ b/ComboView.st	Tue Oct 15 18:42:28 2002 +0200
@@ -548,6 +548,10 @@
     "Modified: 28.2.1996 / 15:06:09 / cg"
 !
 
+flash
+    field flash
+!
+
 respondsTo:aSymbol
     ^ (field respondsTo:aSymbol) or:[super respondsTo:aSymbol]
 
@@ -699,5 +703,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.69 2002-09-06 17:01:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.70 2002-10-15 16:42:28 cg Exp $'
 ! !