Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: How do I draw on a widget? Message-ID: <8812162154.AA02843@EXPO.LCS.MIT.EDU> Date: 16 Dec 88 21:53:59 GMT References: <10461@umn-cs.CS.UMN.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 What kind of Widget should I use to draw on, and how do I do it? In the HP widget set, you can use the WorkSpace widget. The thing that bothers me is that this error does not occur at the time of the XDrawRectangle call, but later. That's because of the asynchronous nature of X. If you can run your application with -synchronize, it would have happened at the time of the call.