NAME

cxInWdgtChoiceLabelSet - set the label of an item in a choice widget

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtChoiceLabelSet (char *portname, int index, char *label)

FORTRAN SPECIFICATION

subroutine cxInWdgtChoiceLabelSet (portname, index, label)
character*(*) portname, label
integer index

PARAMETERS

portname
This is the name of the input parameter port whose widget is to be relabeled.
index
This is the index of the choice widget item to be relabeled.
label
This is the new label for the designated choice widget item.

DESCRIPTION

This is the IRIS Explorer Widget Library call used to set the label of an item in an IRIS Explorer choice widget. The choice widgets include option menus and radio button boxes.

This call is equivalent to calling cxInWdgtChoiceLabelMultiSet with a count of 1. Out of range indices are ignored.

In C, the strings provided in the third argument must be NULL terminated.

Set a single label on a choice widget.

SEE ALSO

cxInWdgtChoiceLabelMultiSet(3E)
Last modified: Mon Nov 18 13:49:41 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996