XmListDeselectPos (3) Linux Manual Page
XmListDeselectPos — A List function that deselects an item at a specified position in the list Synopsis#include <Xm/List.h> void XmListDeselectPos( Widget widget, int position);DescriptionXmListDeselectPos unhighlights the item at the specified position and deletes it from the list of selected items. widget Specifies the ID of the List widget position Specifies the position of the item…
