#include <cx/UI.h>void cxInWdgtLongMinMaxSet (char *portname, long min, long max)
subroutine cxInWdgtLongMinMaxSet (portname, min, max) character*(*) portname integer min, max
This is the IRIS Explorer Widget Library call used to set the minimum and maximum range of a long input parameter. If the current value of the parameter is outside the new range, it will be clamped appropriately.
The intended targets of this call are parameters with dial or slider widgets. This call has no effect on widgets without ranges (push buttons for example).