XmListDeselectPos
A List function that deselects an item at a specified position in the list "XmListDeselectPos" "List functions" "XmListDeselectPos"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A List function that deselects an item at a specified position in the list "XmListDeselectPos" "List functions" "XmListDeselectPos"
#include <Xm/List.h> void XmListDeselectPos( Widget widget, int position);
XmListDeselectPos unhighlights the item at the specified position and deletes it from the list of selected items.
For a complete definition of List and its associated resources, see XmList(3).