Manual Page Result
0
Command: XmListUpdateSelectedList | Section: 3 | Source: Digital UNIX | File: XmListUpdateSelectedList.3X.gz
XmListUpdateSelectedList(3X) XmListUpdateSelectedList(3X)
NAME
XmListUpdateSelectedList - A List function that updates the XmNselecte-
dItems resource
SYNOPSIS
#include <Xm/List.h>
void XmListUpdateSelectedList (widget)
Widget widget;
DESCRIPTION
XmListUpdateSelectedList frees the contents of the current XmNselecte-
dItems list. The routine traverses the XmNitems list and adds each
currently selected item to the XmNselectedItems list. For each se-
lected item, there is a corresponding entry in the updated XmNselecte-
dItems list. Specifies the ID of the List widget to update
For a complete definition of List and its associated resources, see Xm-
List(3X).
SEE ALSO
XmList(3X)
XmListUpdateSelectedList(3X)