Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!tut.cis.ohio-state.edu!harpsichord.cis.ohio-state.edu!walton From: walton@harpsichord.cis.ohio-state.edu (Brian Walton) Newsgroups: comp.windows.x,osu.windows.x Subject: Additional inputs after XtRealizeWidget Message-ID: <46241@tut.cis.ohio-state.edu> Date: 2 May 89 22:15:26 GMT Sender: news@tut.cis.ohio-state.edu Reply-To: Followup-To: comp.windows.x Distribution: usa Organization: Ohio State University Computer and Information Science Lines: 10 I am using the Athena widgets and I currently realize a toplevel widget and all its children by calling XtRealizeWidget(toplevel). Before XtRealizeWidget returns control to my program, I have to press one of the mouse buttons. After pressing the button, all the child widgets are mapped and visiable on the screen. My question: After starting my program (e.g. testprogram), is there some way of mapping the toplevel and its children without any mouse or keyboard inputs? Thanks in advance for all help offered.