/* $Id: RadioBox.h 206 2025-10-07 15:10:46Z nishi $ */ /*! * @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