aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/button.h')
-rw-r--r--include/gwin/button.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h
index 6d6e27db..6bab6b25 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.h
@@ -24,6 +24,12 @@
* @defgroup Button
* @ingroup GWIN
*
+ * @details GWIN allows it to easily create buttons with different styles
+ * and check for different meta states such as: PRESSED, CLICKED,
+ * RELEASED etc.
+ *
+ * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
+ * @pre GWIN_NEED_BUTTON must be set to TRUE in your gfxconf.h
* @{
*/