Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Problem using Text Widget (Was XGDB error) Message-ID: <8901192056.AA14214@LYRE.MIT.EDU> Date: 19 Jan 89 20:56:08 GMT References: <3618@emory.uucp> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 9 >The Athena Widget documentation says that the src and sink need >to be supplied at creation time of the Text Widget, It's just possible that the documentation lies. You should be able to create a Text widget without a source and/or sink as long as you provide both before the widget is realized. If you provide them via XtSetValues, you'll have to provide both source and sink in the same call (i.e. SetValues will fail if either source or sink is missing).