![]() |
![]()
| ![]() |
![]()
NAMEXmListAddItemsUnselected — A List function that adds items to a list SYNOPSIS#include <Xm/List.h> void XmListAddItemsUnselected( Widget widget, XmString *items, int item_count, int position); DESCRIPTIONXmListAddItemsUnselected 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). RELATEDXmList(3).
|