[comp.windows.x] prob stopping scrolling of Athena text widget

chapman@lll-crg.llnl.gov (Carol Chapman) (11/23/89)

My program has help buttons which, when clicked upon, bring up an Athena
ascii disk widget with on-line help documentation in a popup window.
Sometimes the information to be displayed fills up more than one
window, so my text widget scrolls to the end of the information, thus
leaving the user at the end of the on-line documentaion rather than at
the beginning.  I have XtNtextOptions set to scrollVertical |
wordBreak.  I *do* want scrolling capability, so I believe I need to
leave scrollVertical as an option, but how do I get it to always
display the first window and then let the user scroll?

thanks,
carol