From 0587e351692741cb4c68e161a345def2e2dcea5c Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 15 Jul 2014 16:38:13 +1000 Subject: Add widget tag support (and fix a couple of doxygen problems) --- src/gwin/checkbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gwin/checkbox.h') diff --git a/src/gwin/checkbox.h b/src/gwin/checkbox.h index 2b1fb801..ebd35a0b 100644 --- a/src/gwin/checkbox.h +++ b/src/gwin/checkbox.h @@ -38,6 +38,9 @@ typedef struct GEventGWinCheckbox { GEventType type; // The type of this event (GEVENT_GWIN_CHECKBOX) GHandle checkbox; // The checkbox that has been depressed (actually triggered on release) bool_t isChecked; // Is the checkbox currently checked or unchecked? + #if GWIN_WIDGET_TAGS + WidgetTag tag; // The checkbox tag + #endif } GEventGWinCheckbox; /* A Checkbox window */ -- cgit v1.2.3