Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "167) TOPIC: SCROLLED WINDOW WIDGET"
Next document is "169) How can I programatically scroll a XmScrolledWindow in"

168) 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).

Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "167) TOPIC: SCROLLED WINDOW WIDGET"
Next document is "169) How can I programatically scroll a XmScrolledWindow in"