1XmListDeselectAllItems(library call) XmListDeselectAllItems(library call)
2
3
4
6 XmListDeselectAllItems — A List function that unhighlights and removes
7 all items from the selected list
8
10 #include <Xm/List.h>
11 void XmListDeselectAllItems(
12 Widget widget);
13
15 XmListDeselectAllItems unhighlights and removes all items from the
16 selected list.
17
18 widget Specifies the ID of the List widget from whose list all
19 selected items are deselected
20
21 For a complete definition of List and its associated resources, see
22 XmList(3).
23
25 XmList(3).
26
27
28
29 XmListDeselectAllItems(library call)