Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: text in label widgets appears too late Message-ID: <8906121436.AA15594@LYRE.MIT.EDU> Date: 12 Jun 89 14:36:38 GMT References: <2502@lll-lcc.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 7 > All works well, except that the labels each appear as > empty windows until the routine ends and control returns to > XtMainLoop. Xaw/Label will not paint anything until it receives an Expose event. You could cons one yourself and dispatch it to the widget if you really want to block event processing for a while.