1XmMultiListSelectAllItems(library call)XmMultiListSelectAllItems(library call)
2
3
4
6 XmMultiListSelectAllItems — an MultiList function that selects all rows
7 of the list
8
10 #include <Xm/MultiList.h>
11 void XmMultiListSelectAllItems(
12 Widget widget);
13
15 Selects 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 XmMultiListSelectAllItems(library call)