Path: utzoo!attcan!uunet!cs.utexas.edu!usc!elroy.jpl.nasa.gov!mahendo!wlbr!awds26!mh From: mh@awds26.imsd.contel.com (Mike Hoegeman) Newsgroups: comp.windows.news Subject: Re: How to obtain the window hierarchy Message-ID: <54110@wlbr.IMSD.CONTEL.COM> Date: 11 Jun 90 19:01:03 GMT References: <1300@software.software.org> Sender: news@wlbr.IMSD.CONTEL.COM Reply-To: mh@awds26.UUCP (Mike Hoegeman) Organization: Contel FSD, Westlake Village, CA Lines: 17 > > How can you obtain information concerning the window >hierarchy, e.g. all of the created windows, their parents, their >size and location, etc? > > Thanks in advance. canvases have in them attributes such as TopChild CanvasAbove CanvasBelow etc... see NeWS ref. man. for descriptions. You could first start by sending a message to all the windows (see the All Windows menu code for the root menu) from this list you can figure out who is above who etc... using the keys i mentioned above for each windows FrameCanvas. -mike