ComboBoxV.st
changeset 291 65229309ad5e
parent 279 3d96c6f3e588
child 301 edddd206a2e5
--- a/ComboBoxV.st	Sun Feb 02 00:17:48 1997 +0100
+++ b/ComboBoxV.st	Tue Feb 11 22:48:23 1997 +0100
@@ -159,6 +159,15 @@
     "Modified: 16.1.1997 / 00:50:29 / cg"
 ! !
 
+!ComboBoxView methodsFor:'queries'!
+
+specClass
+    self class == ComboBoxView ifTrue:[
+        ^ ComboBoxSpec
+    ].
+    ^ nil
+! !
+
 !ComboBoxView methodsFor:'user interaction'!
 
 entryChanged:index
@@ -176,5 +185,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.11 1997-01-16 10:11:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.12 1997-02-11 21:48:23 ca Exp $'
 ! !