@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.