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

NAME

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

SYNOPSIS

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

DESCRIPTION

16       XmListSetBottomItem makes the first item in the list that matches  item
17       the last visible item in the list.
18
19       widget    Specifies  the  ID of the List widget from whose list an item
20                 is made the last 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                                             XmListSetBottomItem(library call)
Impressum