ComboBoxV.st
changeset 291 65229309ad5e
parent 279 3d96c6f3e588
child 301 edddd206a2e5
equal deleted inserted replaced
290:96b27ec2585e 291:65229309ad5e
   157 
   157 
   158     "Created: 28.2.1996 / 15:07:51 / cg"
   158     "Created: 28.2.1996 / 15:07:51 / cg"
   159     "Modified: 16.1.1997 / 00:50:29 / cg"
   159     "Modified: 16.1.1997 / 00:50:29 / cg"
   160 ! !
   160 ! !
   161 
   161 
       
   162 !ComboBoxView methodsFor:'queries'!
       
   163 
       
   164 specClass
       
   165     self class == ComboBoxView ifTrue:[
       
   166         ^ ComboBoxSpec
       
   167     ].
       
   168     ^ nil
       
   169 ! !
       
   170 
   162 !ComboBoxView methodsFor:'user interaction'!
   171 !ComboBoxView methodsFor:'user interaction'!
   163 
   172 
   164 entryChanged:index
   173 entryChanged:index
   165     |what|
   174     |what|
   166 
   175 
   174 ! !
   183 ! !
   175 
   184 
   176 !ComboBoxView class methodsFor:'documentation'!
   185 !ComboBoxView class methodsFor:'documentation'!
   177 
   186 
   178 version
   187 version
   179     ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.11 1997-01-16 10:11:20 cg Exp $'
   188     ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.12 1997-02-11 21:48:23 ca Exp $'
   180 ! !
   189 ! !