Xref: utzoo comp.windows.x:28612 alt.toolkits.xview:38 Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!cs.utexas.edu!sun-barr!newstop!sun!argv From: argv@turnpike.Eng.Sun.COM (Dan Heller) Newsgroups: comp.windows.x,alt.toolkits.xview Subject: Re: Can't get a subframe to become unobscured by other windows (XView) Keywords: XView Toolkit, olwm Message-ID: <144048@sun.Eng.Sun.COM> Date: 23 Oct 90 06:36:45 GMT References: <13356@arisia.Xerox.COM> Sender: news@sun.Eng.Sun.COM Organization: O'Reilly && Associates Lines: 16 In article <13356@arisia.Xerox.COM> howard@arisia.Xerox.COM (Milton G. Howard) writes: > the problem is that when the command frame with the > "Push Me" button is obscured by other windows, pushing the > "Hello" button in the base frame does NOTHING in regards > to raising this window to the top of the window tree. You can raise an arbitrary window to the top of the stack using: XRaiseWindow(xv_get(object, XV_DISPLAY), xv_get(object, XV_XID)); If the window is not even mapped, you use XMapRaised() instead. -- dan ---------------------------------------------------- O'Reilly && Associates argv@sun.com / argv@ora.com Opinions expressed reflect those of the author only.