Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmListSetBottomPos(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmList(3Xm)

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

XmList(3Xm). 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026