NAME

cxInWdgtDblMinMaxSet - set the range of a double precision input parameter's widget

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtDblMinMaxSet (char *portname, double min, double max)

FORTRAN SPECIFICATION

subroutine cxInWdgtDblMinMaxSet (portname, min, max)
character*(*) portname
double precision min, max

PARAMETERS

portname
Name of the input parameter port whose widget range is to be changed.
min
The low end of the widget's range.
max
The high end of the widget's range.

DESCRIPTION

This is the IRIS Explorer Widget Library call used to set the minimum and maximum range of a double precision 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).


Last modified: Mon Nov 18 13:49:42 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996