ComboView.st
changeset 166 19f08c13b299
parent 129 a680f0b7508f
child 181 31e8f8ab2fb8
--- a/ComboView.st	Tue Apr 30 17:37:30 1996 +0200
+++ b/ComboView.st	Thu May 02 18:30:11 1996 +0200
@@ -163,6 +163,12 @@
 
     "Created: 28.2.1996 / 15:03:17 / cg"
     "Modified: 28.2.1996 / 15:06:09 / cg"
+!
+
+respondsTo:aSymbol
+    ^ (field respondsTo:aSymbol) or:[super respondsTo:aSymbol]
+
+    "Created: 2.5.1996 / 16:57:34 / stefan"
 ! !
 
 !ComboView methodsFor:'queries'!
@@ -227,5 +233,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.1 1996-02-28 14:24:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.2 1996-05-02 16:30:11 stefan Exp $'
 ! !