aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/slider.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-15 16:38:13 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-15 16:38:13 +1000
commit0587e351692741cb4c68e161a345def2e2dcea5c (patch)
tree035893fbeca286a356b4f8380f194bbdcc72a85f /src/gwin/slider.h
parent679961a25ebfe5f6f858811c9a27dd3ddc3fb9aa (diff)
downloaduGFX-0587e351692741cb4c68e161a345def2e2dcea5c.tar.gz
uGFX-0587e351692741cb4c68e161a345def2e2dcea5c.tar.bz2
uGFX-0587e351692741cb4c68e161a345def2e2dcea5c.zip
Add widget tag support (and fix a couple of doxygen problems)
Diffstat (limited to 'src/gwin/slider.h')
-rw-r--r--src/gwin/slider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gwin/slider.h b/src/gwin/slider.h
index 41244186..32161d62 100644
--- a/src/gwin/slider.h
+++ b/src/gwin/slider.h
@@ -30,6 +30,9 @@ typedef struct GEventGWinSlider {
GEventType type; // The type of this event (GEVENT_GWIN_BUTTON)
GHandle slider; // The slider that is returning results
int position;
+ #if GWIN_WIDGET_TAGS
+ WidgetTag tag; // The slider tag
+ #endif
} GEventGWinSlider;
// There are currently no GEventGWinSlider listening flags - use 0