XmListReplaceItemsPos(3) | Library Functions Manual | XmListReplaceItemsPos(3) |
XmListReplaceItemsPos — A List function that replaces the specified elements in the list "XmListReplaceItemsPos" "List functions" "XmListReplaceItemsPos"
#include <Xm/List.h> void XmListReplaceItemsPos( Widget widget, XmString *new_items, int item_count, int position);
XmListReplaceItemsPos replaces the specified number of items of the List with new items, starting at the specified position in the List. When the items are inserted into the list, they are compared with the current XmNselectedItems list. If any of the new items matches an item on the selected list, it appears selected.
For a complete definition of List and its associated resources, see XmList(3).