- int GetLineSize() const ;
- int GetSelEnd() const ;
- int GetSelStart() const ;
- void SetSelection(int minPos, int maxPos);
- void SetThumbLength(int len) ;
- int GetThumbLength() const ;
- void SetTick(int tickPos) ;
+ int GetLineSize() const;
+
+ // these methods get/set the length of the slider pointer in pixels
+ virtual void SetThumbLength(int lenPixels);
+ virtual int GetThumbLength() const ;