/*! * @file Mw/Widget/RadioBox.h * @brief RadioBox widget */ #ifndef __MW_WIDGET_RADIOBOX_H__ #define __MW_WIDGET_RADIOBOX_H__ #include #include #ifdef __cplusplus extern "C" { #endif /*! * @brief RadioBox widget class */ MWDECL MwClass MwRadioBoxClass; #ifdef __cplusplus } #endif #endif