NAME

cxInWdgtLabelSet - change the label on a widget

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtLabelSet(char *portname, char *label)

FORTRAN SPECIFICATION

subroutine cxInWdgtLabelSet(portname,label)
character*(*) portname, label

PARAMETERS

portname
Name of the input parameter port whose widget is to be relabeled.
label
The string used to relabel the widget.

DESCRIPTION

This is the IRIS Explorer Widget Library call used to set the string label on a widget. In C, the string must be NULL terminated.

This call sets the main label for a widget. All widgets have a main label except for the radio box widget. The IRIS Explorer choice widgets, option menus and radio boxes, have embedded items with their own labels. The labels of sub-items in the choice widgets are set with cxInWdgtChoiceLabelSet or cxInWdgtChoiceLabelMultiSet.

SEE ALSO

cxInWdgtChoiceLabelSet(3E), cxInWdgtChoiceLabelMultiSet(3E)


Last modified: Mon Nov 18 13:49:47 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996