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

NAME

6       XmListSetItem  —  A List function that makes an existing item the first
7       visible item in the list
8

SYNOPSIS

10       #include <Xm/List.h>
11       void XmListSetItem(
12       Widget widget,
13       XmString item);
14

DESCRIPTION

16       XmListSetItem makes the first item in the list that  matches  item  the
17       first visible item in the list.
18
19       widget    Specifies  the  ID of the List widget from whose list an item
20                 is made the first visible
21
22       item      Specifies the item
23
24       For a complete definition of List and  its  associated  resources,  see
25       XmList(3).
26
28       XmList(3).
29
30
31
32                                                   XmListSetItem(library call)
Impressum