XmListSetPos(Xm) UNIX System V
NAME
XmListSetPos - a List function that makes the item at the
given position the first visible position in the list.
SYNOPSIS
#include <Xm/List.h>
void XmListSetPos (widget, position)
Widget widget;
int position;
DESCRIPTION
XmListSetPos makes the item at the given position the first
visible position in the list. The position can be any valid
position in the list.
widget Specifies the ID of the List widget.
position
Identifies the specified position.
For a complete definition of List and its associated
resources, see XmList(Xm).
RELATED INFORMATION
XmList(Xm).
(printed 2/14/90) XmListSetPos(Xm)