NAME
cxInWdgtHide
- make a widget of a parameter port invisible
C SPECIFICATION
#include <cx/UI.h>
void cxInWdgtHide(char *portName)
FORTRAN SPECIFICATION
subroutine cxInWdgtHide(portName)
character *(*) portName
PARAMETERS
-
portName
-
Name of the parameter port whose widget will be shown.
DESCRIPTION
cxInWdgtHide is an IRIS Explorer Widget Library call used within modules
to make a widget associated with a parameter invisible. The widget attached
to the parameter port portName will be hidden.
This routine and its companion, cxInWdgtShow(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
cxInWdgtShow(3E)
Last modified: Mon Nov 18 13:49:46 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996