Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!ICASE.EDU!tom From: tom@ICASE.EDU (Tom Crockett) Newsgroups: comp.windows.x Subject: Re: Drawing in Widgets Message-ID: <8YQ8gjz0-cs2NCVFcd@icase> Date: 16 May 89 20:57:19 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 10 >I am having trouble displaying a pseudocolor or greyscale image in the >Xaw Viewport. Is the Xaw Viewport color capable? Does anyone have a >code fragment describing how to display a color zpixmap in this widget? The Xaw Viewport widget does not allow you to do graphics within it. Create a child widget of the Viewport widget and do the graphics in the child widget. Try using a core widget, whose class is widgetClass. Donna Converse