NAME

cxInWdgtEnable - make a widget of a parameter port operational

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtEnable(char *portName)

FORTRAN SPECIFICATION

subroutine cxInWdgtEnable(portName)
character *(*) portName

PARAMETERS

portName
Name of the parameter port whose widget will be enabled.

DESCRIPTION

cxInWdgtEnable is an IRIS Explorer Widget Library call used within modules to make a widget associated with a parameter operational. An operational widget, in this context, is one that responds to input events. This call is typically used to re-enable widgets that have been disabled by calling cxInWdgtDisable(3E).

This routine and its companion, cxInWdgtDisable(3E), can be used to make the appearance of module control panels context sensitive.

It is an error to pass the function a portName that is not a parameter port with a widget.

SEE ALSO

cxInWdgtDisable(3E)
Last modified: May 26 14:04 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999