eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HorizontalSteppingSlider':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: HorizontalSteppingSlider


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--ScrollBar
               |
               +--SteppingSlider
                  |
                  +--HorizontalSteppingSlider

Package:
stx:libwidg2
Category:
Views-Interactors
Version:
rev: 1.13 date: 2006/11/13 16:11:30
user: cg
file: HorizontalSteppingSlider.st directory: libwidg2
module: stx stc-classLibrary: libwidg2
Author:
Claus Gittinger

Description:


HorizontalSteppingSliders are like HorizontalSliders, but add step-up and step-down
buttons (which increment/decrement the value).


Related information:

    HorizontalScrollBar
    HorizontalScroller
    HorizontalSlider
    ThumbWheel

Instance protocol:

initialization
o  initialize


Examples:


see more examples in my superclass, SteppingSlider
  |top sl|

  top := StandardSystemView extent:200@200.
  sl := HorizontalSteppingSlider in:top.
  sl origin:(0.0@0.0) corner:(1.0@(sl preferredExtent y)).
  sl scrollAction:[:pos | Transcript showCR:pos].
  top open


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 07:10:33 GMT