135) How do I tell if a scrolled window's scrollbars are visible?

Answer: Use XtGetValues() to get the scrollbar widget ID's, then use
XtIsManaged() to see if they are managed (visible).

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

Go To Previous

Go To Next