aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-06 01:46:34 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-06 01:46:34 +1000
commit5191c278e7195de62b619be58c19ea338c31d54c (patch)
treee7083e1d084b141f390d740c6d1c139c95421c7d /demos/modules/gwin/widgets/gfxconf.h
parentab44f32859ac61072a561869787089e13adaf509 (diff)
downloaduGFX-5191c278e7195de62b619be58c19ea338c31d54c.tar.gz
uGFX-5191c278e7195de62b619be58c19ea338c31d54c.tar.bz2
uGFX-5191c278e7195de62b619be58c19ea338c31d54c.zip
Add Radio buttons (can also be used as a Tab group)
Diffstat (limited to 'demos/modules/gwin/widgets/gfxconf.h')
-rw-r--r--demos/modules/gwin/widgets/gfxconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h
index 5cf344e4..1665047c 100644
--- a/demos/modules/gwin/widgets/gfxconf.h
+++ b/demos/modules/gwin/widgets/gfxconf.h
@@ -80,6 +80,7 @@
#define GWIN_NEED_CHECKBOX TRUE
#define GWIN_NEED_LABEL TRUE
#define GWIN_NEED_IMAGE TRUE
+#define GWIN_NEED_RADIO TRUE
/* Features for the GINPUT sub-system. */
#define GINPUT_NEED_MOUSE TRUE