XmListSetBottomPos(3Xm) — UNIX Programmer’s Manual
NAME
XmListSetBottomPos — a List function that makes a specified item the last visible position in the list.
SYNOPSIS
#include <Xm/List.h> void XmListSetBottomPos (widget, position)
Widgetwidget;
intposition;
DESCRIPTION
XmListSetBottomPos makes a given item the last visible position in the list. The position can be any valid position in the list. A position of 0 specifies the last item 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