Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-lcc!lll-winken!arisia!jlevy From: jlevy@arisia.Xerox.COM (Jacob Levy) Newsgroups: comp.windows.x Subject: Increasing the buffer size of an AsciiStringWidget Message-ID: <631@arisia.Xerox.COM> Date: 21 Feb 89 23:56:40 GMT Reply-To: jlevy.pa@xerox.com (Jacob Levy) Organization: Xerox PARC Lines: 11 Suppose I wanted to have an AsciiStringWidget with a buffer that I supply, through the XtNstring and XtNlength resources. Later on, I want to reallocate the buffer to a new size, and inform the widget with XtSetValues. Trying this yields a complaint from the X toolkit that XtSetValues is not supported for AsciiStringWidgets. Is there any other way to do what I am trying to do? As usual, source code is greatly appreciated. --Jacob