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(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

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