XmTextScroll(X3mot)
XmTextScroll --
a Text function that scrolls text
Synopsis
#include <Xm/Text.h>
void XmTextScroll (widget, lines)
Widget widget;
int lines;
Description
XmTextScroll scrolls text in a Text widget.
- widget
-
Specifies the Text widget ID.
- lines
-
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(X3mot).
References
XmText(X3mot)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.