XmTextScroll(3X) — Subroutines
OSF
NAME
XmTextScroll — a Text function that scrolls text
SYNOPSIS
#include <Xm/Text.h> void XmTextScroll (widget, lines)
Widgetwidget;
intlines;
DESCRIPTION
XmTextScroll scrolls text in a Text widget.
widgetSpecifies the Text widget ID
linesSpecifies the number of lines of text to scroll. A positive value causes text to scroll upward; a negative value causes text to scroll downward.
For a complete definition of Text and its associated resources, see XmText(3X).