CW_KDM_SLIDER
Name
CW_KDM_SLIDER
Purpose
Slider with title and value horizontally
Category
Compound widgets.
Calling Sequence
widget = CW_KDM_SLIDER(parent)
Inputs
PARENT - The ID of the parent widget.
Keyword Parameters
UVALUE - Supplies the user value for the widget.
UNAME - Supplies the user name for the widget.
Outputs
The ID of the created widget is returned.
Common Blocks
None.
Side Effects
Procedure
WIDGET_CONTROL, id, SET_VALUE=value can be used to change the
current value displayed by the widget.
WIDGET_CONTROL, id, GET_VALUE=var can be used to obtain the current
value displayed by the widget.
Modification History
KDM, 2007-10