XmMultiListUnselectItem (3) Linux Manual Page
XmMultiListUnselectItem — An MultiList function that deselects the specified item of the list Synopsis#include <Xm/MultiList.h> void XmMultiListUnselectItem( Widget widget, XmMultiListRowInfo *row_info);DescriptionXmMultiListUnselectItem unselects the row designated by row_info of the passed MultiList widget. widget Specifies the ID of the MultiList from whose list an item is unselected. row_info Specified the pointer to the row which is…
