Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Mapping widgets with XtRealizeWidget Message-ID: <8904182027.AA21981@expo.lcs.mit.edu> Date: 18 Apr 89 20:27:14 GMT References: <44026@tut.cis.ohio-state.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 14 /* * At this point, I would like to map the framebox, and all its * children on the screen. Also display the text of each text * widget within framebox. */ A call to XFlush(XtDisplay(toplevel)) should do the trick. You widgets have been mapped, it is just a matter of flushing these calls to the Server. Of course, you application will not be listening to events until you get to the XtMainLoop() call. Chris D. Peterson MIT X Consortium