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

NAME

6       XmMultiListUnselectItem  —  An  MultiList  function  that deselects the
7       specified item of the list
8

SYNOPSIS

10       #include <Xm/MultiList.h>
11       void XmMultiListUnselectItem(
12       Widget widget,
13       XmMultiListRowInfo *row_info);
14

DESCRIPTION

16       XmMultiListUnselectItem unselects the row designated by row_info of the
17       passed MultiList widget.
18
19       widget    Specifies  the ID of the MultiList from whose list an item is
20                 unselected.
21
22       row_info  Specified the pointer to the row which is to be unselected.
23
24       For a complete definition of MultiList and  its  associated  resources,
25       see XmMultiList(3).
26
28       XmMultiList(3).
29
30
31
32                                         XmMultiListUnselectItem(library call)
Impressum