#ifndef UXSelectionBoxDialog_INCLUDED #define UXSelectionBoxDialog_INCLUDED #include #ifdef DESIGN_TIME #include extern Class_t UxC_selectionBoxDialog; #define UxCreateSelectionBoxDialog(name,parent) \ UxCreateSwidget(UxC_selectionBoxDialog,name,parent) #else #define UxCreateSelectionBoxDialog(name,parent) \ UxCreateDialogSwidget(name,xmSelectionBoxWidgetClass,parent) #endif #endif