Errata

Motif Reference Manual, VOL.6B

Errata for Motif Reference Manual, VOL.6B

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 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.

Anonymous   
Printed Page 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"

Anonymous