#include <cx/UI.h>void cxInWdgtChoiceLabelSet (char *portname, int index, char *label)
subroutine cxInWdgtChoiceLabelSet (portname, index, label) character*(*) portname, label integer index
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.