136) How can I programatically scroll a XmScrolledWindow in

XmAUTOMATIC mode?

Answer: In Motif 1.2, use XmScrollVisible().  If you're using a scrolled text
or scrolled list combination widget, use XmTextScroll() or XmListSet*()
instead.

The Motif manuals specifically forbid manipulating the scrollbars directly,
but some people have reported success with XmScrollBarSetValues, with the
"notify" parameter set to "True".

thanks to Ken Lee, klee@synoptics.com
Go Back Up

Go To Previous

Go To Next