1XmMultiListUnselectAllItems(library caXlmlM)ultiListUnselectAllItems(library call)
2
3
4
6 XmMultiListUnselectAllItems — an MultiList function that deselects all
7 rows of the list
8
10 #include <Xm/MultiList.h>
11 void XmMultiListUnselectAllItems(
12 Widget widget);
13
15 Unselects all rows of the passed MultiList widget and returns nothing.
16
17 widget Specifies the ID of the MultiList widget from whose list
18 items is deselected.
19
20 For a complete definition of MultiList and its associated resources,
21 see XmMultiList(3).
22
24 XmMultiList(3).
25
26
27
28 XmMultiListUnselectAllItems(library call)