Manual Page Result
0
Command: XmListSetHorizPos | Section: 3 | Source: Digital UNIX | File: XmListSetHorizPos.3X.gz
XmListSetHorizPos(3X) XmListSetHorizPos(3X)
NAME
XmListSetHorizPos - A List function that scrolls to the specified posi-
tion in the list
SYNOPSIS
#include <Xm/List.h>
void XmListSetHorizPos (widget, position)
Widget widget;
int position;
DESCRIPTION
XmListSetHorizPos sets the XmNvalue resource of the horizontal Scroll-
Bar to the specified position and updates the visible portion of the
list with the new value if the List widget's XmNlistSizePolicy is set
to XmCONSTANT or XmRESIZE_IF_POSSIBLE and the horizontal ScrollBar is
currently visible. This is equivalent to moving the horizontal Scroll-
Bar to the specified position. Specifies the ID of the List widget
Specifies the horizontal position
For a complete definition of List and its associated resources, see Xm-
List(3X).
SEE ALSO
XmList(3X)
XmListSetHorizPos(3X)