Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Xaw Viewport Color Capable? Message-ID: <8905161357.AA29857@expo.lcs.mit.edu> Date: 16 May 89 13:57:21 GMT References: <17247@usc.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 11 >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