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