XLowerWindow

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
XLowerWindow

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.

ICS_support

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.