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: AsciiString Widget behaviour Message-ID: <8809131501.AA02126@LYRE.MIT.EDU> Date: 13 Sep 88 15:01:31 GMT References: <278@drd.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 13 Date: 12 Sep 88 19:50:52 GMT From: okstate!romed!drd!mark@rutgers.edu (Mark Lawrence) When I run the application and edit a cell, I discover that the editted text shows up in my cellstrings matrix. I assumed that I would have to query widget state via XtGetValues to get at the editted string. Can I depend on the behaviour I've observed or is the latter the canonical way to go about it? The Xaw/AsciiString widget chooses not to copy the client-supplied string, but rather to use it in-place. This behavior is not likely to change (and will be better documented sometime :-).