XmListSetPos(3Xm) — UNIX Programmer’s Manual
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)
Widgetwidget;
intposition;
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.
widgetSpecifies the ID of the List widget.
positionIdentifies the specified position.
For a complete definition of List and its associated resources, see XmList(3Xm).
RELATED INFORMATION
7th Edition