XmListAddItemsUnselected(3) | Library Functions Manual | XmListAddItemsUnselected(3) |
XmListAddItemsUnselected — A List function that adds items to a list "XmListAddItemsUnselected" "List functions" "XmListAddItemsUnselected"
#include <Xm/List.h> void XmListAddItemsUnselected( Widget widget, XmString *items, int item_count, int position);
XmListAddItemsUnselected adds the specified items to the list at the given position. The inserted items remain unselected, even if they currently appear in the XmNselectedItems list.
For a complete definition of List and its associated resources, see XmList(3).