Motif Reference Manual, Second Edition by Antony Fountain and Paula Ferguson Unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. This page was updated January 10, 2002. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification UNCONFIRMED errors and suggestions from readers: {977} XmNvalue & XmNvalueWcs; XmNvalue ... Use XtSetValues() to copy string values to the internal buffer and use XtGetValues() to return the value of the internal buffer. Correction: The XtGetValues() returns the copy of the text, not pointer to internal buffer. It should be freed by caller. Please see Motif progamming Manual, Vol 6A, page:460, Retrieving the Text, the 2nd code paragraph. Also: http://www.rahul.net/kenton/txa/mar96.html Search "XmNvalue" & "XmNvalueWcs" to see the detailed information. {999} Online Sample App. D - New Widget Classes; In the online sample Appendix D the descriptions for XmParseMapping and XmPrintShell appear to have been transposed. Also the title of the pages reads "... Sample Appendix A"