NAME

cxInWdgtLongMinMaxSet - set the range of a long input parameter's widget

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtLongMinMaxSet (char *portname, long min, long max)

FORTRAN SPECIFICATION

subroutine cxInWdgtLongMinMaxSet (portname, min, max)
character*(*) portname
integer 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 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).


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