SDK X11 R4.11MU05 XmListReplaceItemsUnselected(3X)
NAME
XmListReplaceItemsUnselected--A List function that replaces items in
a list
SYNOPSIS
#include <Xm/List.h>
void XmListReplaceItemsUnselected (widget, olditems, itemcount, newitems)
Widget widget;
XmString *olditems;
int itemcount;
XmString *newitems;
DESCRIPTION
XmListReplaceItemsUnselected replaces each specified item in the list
with a corresponding new item. The replacement items remain
unselected, even if they currently appear in the XmNselectedItems
list.
widget Specifies the ID of the List widget to replace items in.
olditems Specifies a pointer to the list items to be replaced.
itemcount
Specifies the number of elements in olditems and
newitems. This number must be non-negative.
newitems Specifies a pointer to the replacement items. Every
occurrence of each element of olditems is replaced with
the corresponding element from newitems. That is, the
first element of olditems is replaced with the first
element of newitems. The second element of olditems is
replaced with the second element of newitems, and so on
until itemcount is reached. If an element in olditems
does not exist in the list, the corresponding entry in
newitems is skipped.
For a complete definition of List and its associated resources, see
XmList(3X).
RELATED INFORMATION
XmList(3X).
Licensed material--property of copyright holder(s)