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

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