|
XmTextScroll(3X)
Contents
|
XmTextScroll - A Text function that scrolls text
#include <Xm/Text.h>
void XmTextScroll (widget, lines)
Widget widget;
int lines;
XmTextScroll scrolls text in a Text widget. Specifies the
Text widget ID Specifies 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).
XmText(3X)
XmTextScroll(3X)
[ Back ] |