aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/options.h')
-rw-r--r--include/gwin/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h
index 11ab7d44..5de2e43b 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -83,6 +83,13 @@
#ifndef GWIN_NEED_LABEL
#define GWIN_NEED_LABEL FALSE
#endif
+ /**
+ * @brief Should radio button functions be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_RADIO
+ #define GWIN_NEED_RADIO FALSE
+ #endif
/**
* @}
*