1XmListDeleteAllItems(library call)          XmListDeleteAllItems(library call)
2
3
4

NAME

6       XmListDeleteAllItems  — A List function that deletes all items from the
7       list
8

SYNOPSIS

10       #include <Xm/List.h>
11       void XmListDeleteAllItems(
12       Widget widget);
13

DESCRIPTION

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)
Impressum