diff options
Diffstat (limited to 'src/gwin/gwin_slider.h')
-rw-r--r-- | src/gwin/gwin_slider.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gwin/gwin_slider.h b/src/gwin/gwin_slider.h index d42aa67b..a3c8489b 100644 --- a/src/gwin/gwin_slider.h +++ b/src/gwin/gwin_slider.h @@ -45,6 +45,14 @@ typedef struct GEventGWinSlider { // There are currently no GEventGWinSlider listening flags - use 0 +/** + * @brief The internal slider object flags + * @note Used only for writing a custom draw routine. + * @{ + */ +#define GSLIDER_FLG_EXTENDED_EVENTS 0x01 +/** @} */ + // A slider window typedef struct GSliderObject { GWidgetObject w; |