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: TextWidgets the athena way Message-ID: <8810171902.AA12383@LYRE.MIT.EDU> Date: 17 Oct 88 19:02:09 GMT References: <7979@burdvax.PRC.Unisys.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 16 > Setting XtNdisplayPosition doesn't seem to work. fixed in R3. > Secondly, how can I find out how wide the scrollbar attached to a > particluar text widget is? not easily. One hack would be to query the resource database, using the instance name "scrollbar" and hope you get the same answer that Scrollbar did when Text created it. Since R2 didn't give you a handle on the resource database, you're stuck 'till R3. > If I set "prog*TextSink.Font" > that works fine but "prog*Name.TextSink.Font" doesn't also fixed in R3.