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