XmListDeselectPos(3Xm) — UNIX Programmer’s Manual
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)
Widgetwidget;
intposition;
DESCRIPTION
XmListDeselectPos unhighlights the item at the specified position and deletes it from the selected list.
widgetSpecifies the ID of the List widget.
positionIdentifies the specified position.
For a complete definition of List and its associated resources, see XmList(3Xm).
RELATED INFORMATION
7th Edition