ComboView.st
changeset 2499 a2b676b9292c
parent 2477 994d88ef4334
child 2750 4e0f6fde1ae8
equal deleted inserted replaced
2498:4b4f91e57dd0 2499:a2b676b9292c
   449     ^ super keyPress:key x:x y:y
   449     ^ super keyPress:key x:x y:y
   450 
   450 
   451     "Modified: / 21.4.1998 / 20:10:05 / cg"
   451     "Modified: / 21.4.1998 / 20:10:05 / cg"
   452 ! !
   452 ! !
   453 
   453 
   454 !ComboView methodsFor:'initialize / release'!
   454 !ComboView methodsFor:'initialization & release'!
   455 
   455 
   456 initialize
   456 initialize
   457     |prefExt leftInset rightInset prefWidth halfSpacing l nm|
   457     |prefExt leftInset rightInset prefWidth halfSpacing l nm|
   458 
   458 
   459     super initialize.
   459     super initialize.
   691 ! !
   691 ! !
   692 
   692 
   693 !ComboView class methodsFor:'documentation'!
   693 !ComboView class methodsFor:'documentation'!
   694 
   694 
   695 version
   695 version
   696     ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.74 2003-04-08 14:13:25 mb Exp $'
   696     ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.75 2003-05-07 14:54:30 cg Exp $'
   697 ! !
   697 ! !