Parent document is top of "Motif FAQ (Part 4 of 9)"
Previous document is "82) Why do I get BadMatch errors from my menus when I use a non-"
Next document is "84) How can I keep my application's window always on top of all"

83) How do I popup a scrolled list on top of other widgets?

[Last modified: Sept 95 ]

Put it in an override redirect shell and do a XMapRaise on the shell's window.
That will do it.  If you're using Motif then just use a VendorShell with
XmNoverrideRedirect set to true.

Thanks to Doug Rand (drand@sgi.com)

Parent document is top of "Motif FAQ (Part 4 of 9)"
Previous document is "82) Why do I get BadMatch errors from my menus when I use a non-"
Next document is "84) How can I keep my application's window always on top of all"