1XmListDeselectItem(library call) XmListDeselectItem(library call)
2
3
4
6 XmListDeselectItem — A List function that deselects the specified item
7 from the selected list
8
10 #include <Xm/List.h>
11 void XmListDeselectItem(
12 Widget widget,
13 XmString item);
14
16 XmListDeselectItem unhighlights and removes from the selected list the
17 first item in the list that matches item.
18
19 widget Specifies the ID of the List from whose list an item is dese‐
20 lected.
21
22 item Specifies the item to be deselected from the list. If item
23 appears more than once in the List, only the first occurrence
24 is matched.
25
26 For a complete definition of List and its associated resources, see
27 XmList(3).
28
30 XmList(3).
31
32
33
34 XmListDeselectItem(library call)