Daniel Secrieru wrote:
> 
> 
>     How can I set a window to be 'topmost'? All I could find was
> XRaiseWindow(...), but the problem is that I don't know how many times I
> should call it, in order to make that window the 'topmost'.
> 

Like MS Windows 'topmost'?  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.

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.

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

Reply via email to