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(3).
This routine and its companion, cxInWdgtDisable(3), 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: Mon Nov 18 13:49:45 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996