XmListSetPos (3) Linux Manual Page
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 widget, int position);DescriptionXmListSetPos makes the item at the given position the first visible position in the list. widget Specifies the ID of the List widget. position Specifies the position of…
