Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!decuac!bacchus.pa.dec.com!wsl.dec.com!klee From: klee@wsl.dec.com (Ken Lee) Newsgroups: comp.windows.x Subject: Re: writing text to an XUI window widget Message-ID: <1990Oct29.093219@wsl.dec.com> Date: 29 Oct 90 17:32:19 GMT References: <9010282003.AA03172@cairns.cs.umass.edu> Sender: news@wrl.dec.com (News) Reply-To: klee@wsl.dec.com Organization: DEC Western Software Laboratory Lines: 18 In article <9010282003.AA03172@cairns.cs.umass.edu>, seifel@cairns.cs.umass.EDU (Scott Seifel) writes: |> To Those Who Can Help Me, |> |> I am writing again in quest for help concerning how I can write |> multiple lines of text to a window widget. The XUI window widget just provides a blank X window on which you can perform any Xlib functions. Some possibilities are XDrawText and XDrawImageText. Both of these just draw text at the coordinates you specify, with no wrapping or scrolling. If you want higher level functionality, you should look at the XUI text widget or consider writing your own widget. -- Ken Lee DEC Western Software Laboratory, Palo Alto, Calif. Internet: klee@wsl.dec.com uucp: uunet!decwrl!klee