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

NAME

6       XmListUpdateSelectedList — A List function that updates the XmNselecte‐
7       dItems resource
8

SYNOPSIS

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

DESCRIPTION

15       XmListUpdateSelectedList frees the contents of the current  XmNselecte‐
16       dItems list. The routine traverses the XmNitems list and adds each cur‐
17       rently selected item to the XmNselectedItems list.  For  each  selected
18       item,  there  is  a corresponding entry in the updated XmNselectedItems
19       list.
20
21       widget    Specifies the ID of the List widget to update
22
23       For a complete definition of List and  its  associated  resources,  see
24       XmList(3).
25
27       XmList(3).
28
29
30
31                                        XmListUpdateSelectedList(library call)
Impressum