diff options
Diffstat (limited to 'src/gwin/gwin_radio.h')
-rw-r--r-- | src/gwin/gwin_radio.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gwin/gwin_radio.h b/src/gwin/gwin_radio.h index 17d64d8b..e0897725 100644 --- a/src/gwin/gwin_radio.h +++ b/src/gwin/gwin_radio.h @@ -46,6 +46,14 @@ typedef struct GEventGWinRadio { } GEventGWinRadio; /** + * @brief The internal radio button object flags + * @note Used only for writing a custom draw routine. + * @{ + */ +#define GRADIO_FLG_PRESSED (GWIN_FIRST_CONTROL_FLAG<<0) +/** @} */ + +/** * @brief The radio button widget structure * @note Do not use the members directly - treat it as a black-box. */ |