Submitted by Anonymous on Mon, 06/18/2001 - 15:11. Developers
Hi,
I want to lower a window wtih XLowerWindow, but when I use it, this window has the focus yet. I want the focus passes to the next window in the stacking order. How can I do this?
Thank you.
You could use XSetInputFocus(), but that low-level routine is not expected to be used directly. Rather, you`d be using XmProcessTraversal() or Xt routines to set focus within your application, while the window manager will arbitrate focus among the applications on the screen.