/* * * Xt composite widget class. */ #ifndef _X11_COMPOSITE_H #define _X11_COMPOSITE_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifndef COMPOSITE /* this matches decw$include:Composite.h */ externalref WidgetClass compositeWidgetClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$compositeWidgetClass"); #endif #include "decw$include:Composite.h" # ifdef __cplusplus } # endif #endif /*_X11_COMPOSITE_H*/