|
Smalltalk/X WebserverDocumentation of class 'HorizontalScale': |
|
|
Class: HorizontalScaleInheritance:Object | +--GraphicsContext | +--DeviceGraphicsContext | +--GraphicsMedium | +--DisplaySurface | +--SimpleView | +--HorizontalScale
Description:like a slider, but with a range (i.e. may be different from 0..100) and displaying the current value. Instance protocol:accessing drawingExamples:|top s1 s2| top := StandardSystemView new. top extent:200@200. s1 := HorizontalScale origin:0.0 @ 0.0 in:top. s1 extent:1.0 @ 50. s2 := HorizontalScale origin:0.0 @ 0.5 in:top. s2 extent:1.0 @ 50. s2 range:(-50 to:50). top open |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 18:02:07 GMT
|