Developer's Toolkit Release Notes for HP-UX 11i

18 Chapter 2
What’s In This Version
11i Features and Updates
Motif 2.1, CDE 2.1 and multimedia components. For a list of available
titles, refer to Chapter 7 , “What Manuals are Available for This
Version.
The part number of the CD-ROM is 50726-10314.
Widget Writer Changes from Motif 1.2 to 2.1
The following list describes changes between Motif 1.2.6 and Motif 2.1.
1. The _NO_PROTO prototypes have been removed.
2. AtomMgr.h
The following functions have been replaced by macros:
XmInternAtom()
XmGetAtomName()
Thus, it is conceivable that a pre-11i binary may require an entry
point in a library for these two functions.
3. BaseClassP.h
These fields have been added to the XmWrapperDataRec structure:
int initializeLeafCount;
int setValuesLeafCount;
int getValuesLeafCount;
XtInitProc constraintInitializeLeaf;
XtSetValuesFunc constraintSetValuesLeaf;
int constraintInitializeLeafCount;
int constraintSetValuesLeafCount;
This also affects the XmWrapperData type.
The following functions have been removed: