Path: utzoo!attcan!uunet!cs.utexas.edu!usc!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Desperately Seeking Scrollbar Message-ID: <8906302041.AA03575@LYRE.MIT.EDU> Date: 30 Jun 89 20:41:34 GMT References: <8906302008.AA06973@metropolis.super.org> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 8 > I have a question about the Athena Widget Set. When using > the asciiDiskWidgetClass I am finding out that when I specify that > I want a horizontal scroll bar (via the XtNtextOptions param) it > does not appear. contrary to the documentation, the Text widget does not actually support horizontal scrolling. You'll have to put the Text widget inside a Viewport for the time being.