XmListAddItemUnselected(3) | Library Functions Manual | XmListAddItemUnselected(3) |
XmListAddItemUnselected — A List function that adds an item to the list "XmListAddItemUnselected" "List functions" "XmListAddItemUnselected"
#include <Xm/List.h> void XmListAddItemUnselected( Widget widget, XmString item, int position);
XmListAddItemUnselected adds an item to the list at the given position. The item does not appear selected, even if it matches an item in the current XmNselectedItems list.
For a complete definition of List and its associated resources, see XmList(3).