#ifndef UXQuestionDialog_INCLUDED #define UXQuestionDialog_INCLUDED #include #ifdef DESIGN_TIME #include extern Class_t UxC_questionDialog; #define UxCreateQuestionDialog(name,parent) \ UxCreateSwidget(UxC_questionDialog,name,parent) #else #define UxCreateQuestionDialog(name,parent) \ UxCreateDialogSwidget(name,xmMessageBoxWidgetClass,parent) #endif #endif