Path: utzoo!attcan!uunet!cs.utexas.edu!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: Drawables Message-ID: <8911011955.AA13276@LYRE.MIT.EDU> Date: 1 Nov 89 19:55:21 GMT References: <15320@bloom-beacon.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 8 > I have a program that calls various functions to write on a widget. I > now would also like to write to a Pixmap. If you were careful, you could write a widget class whose realize procedure created a pixmap instead of a window. You'd never want to try to have a parent manage one of these widgets (unless it had special knowledge), but you could probably get along just fine with such a widget wrapper around a pixmap.