1XmListDeselectPos(library call)                XmListDeselectPos(library call)
2
3
4

NAME

6       XmListDeselectPos  — A List function that deselects an item at a speci‐
7       fied position in the list
8

SYNOPSIS

10       #include <Xm/List.h>
11       void XmListDeselectPos(
12       Widget widget,
13       int position);
14

DESCRIPTION

16       XmListDeselectPos unhighlights the item at the specified  position  and
17       deletes it from the list of selected items.
18
19       widget    Specifies the ID of the List widget
20
21       position  Specifies the position of the item to be deselected.  A value
22                 of 1 indicates that the first item in the list is deselected;
23                 a  value  of  2 indicates that the second item is deselected;
24                 and so on.  A value of 0 (zero) indicates that the last  item
25                 in the list is deselected.
26
27       For  a  complete  definition  of List and its associated resources, see
28       XmList(3).
29
31       XmList(3).
32
33
34
35                                               XmListDeselectPos(library call)
Impressum