specClass
authorca
Tue, 11 Feb 1997 22:48:23 +0100
changeset 291 65229309ad5e
parent 290 96b27ec2585e
child 292 9c3f7022c578
specClass
ComboBoxV.st
ComboBoxView.st
ComboListV.st
ComboListView.st
--- 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 $'
 ! !
--- a/ComboBoxView.st	Sun Feb 02 00:17:48 1997 +0100
+++ b/ComboBoxView.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/ComboBoxView.st,v 1.11 1997-01-16 10:11:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.12 1997-02-11 21:48:23 ca Exp $'
 ! !
--- a/ComboListV.st	Sun Feb 02 00:17:48 1997 +0100
+++ b/ComboListV.st	Tue Feb 11 22:48:23 1997 +0100
@@ -201,6 +201,17 @@
     "Modified: 14.2.1997 / 19:18:23 / cg"
 ! !
 
+!ComboListView methodsFor:'queries'!
+
+specClass
+    self class == ComboListView ifTrue:[
+        ^ ComboListSpec
+    ].
+    ^ nil
+
+
+! !
+
 !ComboListView methodsFor:'user interaction'!
 
 entryChanged:index
@@ -232,5 +243,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.12 1997-01-21 17:16:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.13 1997-02-11 21:48:09 ca Exp $'
 ! !
--- a/ComboListView.st	Sun Feb 02 00:17:48 1997 +0100
+++ b/ComboListView.st	Tue Feb 11 22:48:23 1997 +0100
@@ -201,6 +201,17 @@
     "Modified: 14.2.1997 / 19:18:23 / cg"
 ! !
 
+!ComboListView methodsFor:'queries'!
+
+specClass
+    self class == ComboListView ifTrue:[
+        ^ ComboListSpec
+    ].
+    ^ nil
+
+
+! !
+
 !ComboListView methodsFor:'user interaction'!
 
 entryChanged:index
@@ -232,5 +243,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.12 1997-01-21 17:16:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.13 1997-02-11 21:48:09 ca Exp $'
 ! !