#ifndef UXInformationDialog_INCLUDED #define UXInformationDialog_INCLUDED #include #ifdef DESIGN_TIME #include extern Class_t UxC_informationDialog; #define UxCreateInformationDialog(name,parent) \ UxCreateSwidget(UxC_informationDialog,name,parent) #else #define UxCreateInformationDialog(name,parent) \ UxCreateDialogSwidget(name,xmMessageBoxWidgetClass,parent) #endif #endif