XmListDeselectPos(3Xm) XmListDeselectPos(3Xm)
NAME
XmListDeselectPos - a List function that deselects an
item at a specified position in the list.
AES SUPPORT LEVEL
full-use
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(3X).
RELATED INFORMATION
XmList(3X).
- 1 -