NAME

cxInWdgtChoiceLabelMultiSet - set a range of labels on a choice widget

C SPECIFICATION

#include <cx/UI.h>

void cxInWdgtChoiceLabelMultiSet (char *portname, int minIndex, int cnt, char **label)

FORTRAN SPECIFICATION

subroutine cxInWdgtChoiceLabelMultiSet (portname, minindex, cnt, label)
character*(*) portname, label(*)
integer minindex, cnt

PARAMETERS

portname
This is the name of the input parameter port whose widget is to be relabeled.
minIndex
This is the start index of the range of labels to be changed.
cnt
This is the number of labels to change.
label
This is the array of labels to be applied to the widget.

DESCRIPTION

This is the IRIS Explorer Widget Library call used to set a range of labels on one of the IRIS Explorer choice widgets. The choice widgets include option menus and radio button boxes. This call may be used to change the label on a single item within a choice widget or to re-label several items at a time.

Individual labels are addressed by indices where the range of valid indices is zero to N-1, where N is the number of entries in the choice widget. Out of range indices are ignored.

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

SEE ALSO

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