Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::slider::SetSliderValues Function
C++
void SetSliderValues(PSI_CONTROL pc, int min, int current, int max);
void (* SetSliderValues)(PSI_CONTROL pc, int min, int current, int max);
Parameters 
Description 
PSI_CONTROL pc 
pointer to a slider control - does nothing otherwise. 
int min 
new minimum value for the mimimum amount to scale. 
int current 
the current selected value. (should be between min-max) 
int max 
new maximum value which can be selected. 

Set the new minimum, maximum and current for the slider.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!