![]() |
![]()
| ![]() |
![]()
NAMEXmListAddItemUnselected — A List function that adds an item to the list SYNOPSIS#include <Xm/List.h> void XmListAddItemUnselected( Widget widget, XmString item, int position); DESCRIPTIONXmListAddItemUnselected 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). RELATEDXmList(3).
|