XmListDeselectPos(Xm) UNIX System V
NAME
XmListDeselectPos - a List function that deselects an item
at a specified position in the list.
SYNOPSIS
#include <Xm/List.h>
void XmListDeselectPos (widget, position)
Widget widget;
int position;
DESCRIPTION
XmListDeselectPos unhighlights the item at the specified
position and deletes it from the selected list.
widget Specifies the ID of the List widget.
position
Identifies the specified position.
For a complete definition of List and its associated
resources, see XmList(Xm).
RELATED INFORMATION
XmList(Xm).
(printed 2/14/90) XmListDeselectPos(Xm)