XmMultiListDeselectAllItems — an MultiList function that deselects all rows of the list
#include <Xm/MultiList.h> void XmMultiListDeselectAllItems( Widget widget);
Unselects all rows of the passed MultiList widget and returns nothing. widget Specifies the ID of the MultiList widget from whose list items is deselected. For a complete definition of MultiList and its associated resources, see XmMultiList(3).
XmMultiList(3). XmMultiListDeselectAllItems(library call)