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

28 Chapter 2
What’s In This Version
11i Features and Updates
GC bottom_shadow_GC;
GC highlight_GC;
Dimension spacing;
Dimension margin_width;
Dimension margin_height;
The following types have been removed:
XmIconGadgetClassPart
XmIconGadgetClassRec
The definition of the XmIconGadgetPart has changed.
28.ImageCachI.h
The function _XmInImageCache() has changed its parameter
declaration from char * to String:
extern Boolean _XmInImageCache(String image_name);
The following functions have been removed:
_XmInstallPixmapByDepth()
_XmGetPixmap()
_XmInstallPixmap()
29.LabelGP.h
The following fields have been added to the XmLabelGCacheObjPart
structure:
GC background_GC;
GC top_shadow_GC;
GC bottom_shadow_GC;
GC highlight_GC;
Pixel foreground;
Pixel background;
Pixel top_shadow_color;
Pixmap top_shadow_pixmap;
Pixel bottom_shadow_color;
Pixmap bottom_shadow_pixmap;
Pixel highlight_color;
Pixmap highlight_pixmap;