diff options
Diffstat (limited to 'src/gwin/radio.h')
-rw-r--r-- | src/gwin/radio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gwin/radio.h b/src/gwin/radio.h index f2bd7f35..196f8e27 100644 --- a/src/gwin/radio.h +++ b/src/gwin/radio.h @@ -10,7 +10,7 @@ * @brief GWIN Graphic window subsystem header file. * * @defgroup RadioButton RadioButton - * @ingroup GWIN + * @ingroup Widgets * * @details GWIN allows it to easily create radio buttons with different styles. * @@ -139,4 +139,3 @@ void gwinRadioDraw_Tab(GWidgetObject *gw, void *param); // @< Draw as a tab #endif /* _GWIN_RADIO_H */ /** @} */ - |