> Like MS Windows 'topmost'?
    Right!

> I think that requires you change window
> properties.  XRaiseWindow() does what it implies, raises the target
> window to the top.  You don't need to call it more than once.  You would
> call it again at a later time if for some reason the window has been
> obscured and you need to bring the window back to the top.
    I thought that XRaiseWindow only brings the window one step forward
(upward) in Z-order, not topmost.

> Note that child windows may still overlap the raised window, as they are
> dependent on the parent.  You might need to deal with them separately.
    This is where it gets complicated. There might be other windows and
their children overlapping my new raised window, right? So I'll have to deal
with them as well. But how? How do I know if a window is on top of another?

Dany.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to