XmTextScroll(3) | Library Functions Manual | XmTextScroll(3) |
XmTextScroll — A Text function that scrolls text "XmTextScroll" "Text functions" "XmTextScroll"
#include <Xm/Text.h> void XmTextScroll( Widget widget, int lines);
XmTextScroll scrolls text by a given number of lines in a Text widget. The sign of the number is interpreted according to the value of the XmNlayoutDirection resource.
For a complete definition of Text and its associated resources, see XmText(3).