FSLIDER_SETRANGE Name
FSLIDER_SETRANGE
Purpose
Set new min/max for cw_fslider. Category
Calling Sequence
fslider_setrange, id, min, max, val Inputs
id = widget id of cw_fslider to modify. in
min = New minimum value (def=0.). in
max = New maximum value (def=100.). in
val = New slider value (def=(min+max)/2). in
Keyword Parameters
Outputs
Common Blocks
Notes
Note: new value is set to update slider
position and labeled value.
Modification History
R. Sterner, 1998 Jun 10
R. Sterner, 2009 Sep 18 --- Changed update method.
Copyright (C) 1998, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.