Slider.st
changeset 1996 730a4217e20d
parent 1985 1e21a6928dfb
child 2495 10881807c918
equal deleted inserted replaced
1995:ede7d0221fa0 1996:730a4217e20d
   211         top open
   211         top open
   212                                                                         [exEnd]
   212                                                                         [exEnd]
   213 "
   213 "
   214 ! !
   214 ! !
   215 
   215 
   216 !Slider methodsFor:'Compatibility - ST80'!
   216 !Slider methodsFor:'Compatibility - VW'!
   217 
   217 
   218 beHorizontal
   218 beHorizontal
   219     "ST-80 compatibility: make the slider a horizontalSlider"
   219     "ST-80 compatibility: make the slider a horizontalSlider"
   220 
   220 
   221     sliderHeight := (self horizontalPixelPerMillimeter:10) rounded.
   221     sliderHeight := (self horizontalPixelPerMillimeter:10) rounded.
   394 ! !
   394 ! !
   395 
   395 
   396 !Slider class methodsFor:'documentation'!
   396 !Slider class methodsFor:'documentation'!
   397 
   397 
   398 version
   398 version
   399     ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.34 2001-07-27 21:13:13 stefan Exp $'
   399     ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.35 2001-09-04 18:59:46 cg Exp $'
   400 ! !
   400 ! !