@see GetMin(), SetRange()
*/
int GetMax() const;
/**
Gets the minimum slider value.
@see GetMin(), SetRange()
*/
int GetMax() const;
/**
Gets the minimum slider value.
@see GetSelStart(), SetSelection()
*/
int GetSelEnd() const;
/**
Returns the selection start point.
@see GetSelStart(), SetSelection()
*/
int GetSelEnd() const;
/**
Returns the selection start point.
@see GetSelEnd(), SetSelection()
*/
int GetSelStart() const;
/**
Returns the thumb length.
@see GetSelEnd(), SetSelection()
*/
int GetSelStart() const;
/**
Returns the thumb length.
@see GetMin(), GetMax(), SetValue()
*/
int GetValue() const;
/**
Sets the line size for the slider.
@see GetMin(), GetMax(), SetValue()
*/
int GetValue() const;
/**
Sets the line size for the slider.
@see GetSelStart(), GetSelEnd()
*/
void SetSelection(int startPos, int endPos);
/**
Sets the slider thumb length.
@see GetSelStart(), GetSelEnd()
*/
void SetSelection(int startPos, int endPos);
/**
Sets the slider thumb length.
@param n
Frequency. For example, if the frequency is set to two, a tick mark is
displayed for
every other increment in the slider's range.
@param pos
Position. Must be greater than zero. TODO: what is this for?
@param n
Frequency. For example, if the frequency is set to two, a tick mark is
displayed for
every other increment in the slider's range.
@param pos
Position. Must be greater than zero. TODO: what is this for?
@see GetTickFreq()
*/
void SetTickFreq(int n, int pos);
/**
Sets the slider position.
@see GetTickFreq()
*/
void SetTickFreq(int n, int pos);
/**
Sets the slider position.