Path: utzoo!attcan!uunet!husc6!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: background pixmap in a widget Message-ID: <8812121707.AA09186@LYRE.MIT.EDU> Date: 12 Dec 88 17:06:59 GMT References: <8812121641.AA05830@intrepid.riacs.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 14 > Thanks -- works like a charm. I made the mistake of looking at ... awk! don't look at the implementation, look at the specification. (I know this is difficult for died-in-the-wool Unix folks, but the X religion is supposed to be good for others, too :-). > I do have a suggestion for the next rev of the Xt docs... point taken. In most cases, the absense of a method means 'do nothing'. BTW, don't forget to free your generated resources in a destroy procedure. Although server resources will usually be freed when a client closes the connection, it's reasonable for a widget client to create and destroy a widget multiple times on a single connection.