#ifndef UXBulletinBoardDialog_INCLUDED #define UXBulletinBoardDialog_INCLUDED #include #ifdef DESIGN_TIME #include extern Class_t UxC_bulletinBoardDialog; #define UxCreateBulletinBoardDialog(name,parent) \ UxCreateSwidget(UxC_bulletinBoardDialog,name,parent) #else #define UxCreateBulletinBoardDialog(name,parent) \ UxCreateDialogSwidget(name,xmBulletinBoardWidgetClass,parent) #endif #endif