aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/button.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-05-05 22:06:23 -0700
committerTectu <joel@unormal.org>2013-05-05 22:06:23 -0700
commitacd7ae36be1708104a204ef1db1ad9c48a4c5900 (patch)
tree99bdea0be61386bd3ae70c8516198dd857e4db13 /include/gwin/button.h
parentbe61787daadcf8cc1e1f307fc48441949e5ec2c0 (diff)
parent3374aa25c6e4e118df670c18eaeefa0f6f29377f (diff)
downloaduGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.gz
uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.bz2
uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.zip
Merge pull request #67 from inmarket/master
Reinsertion of doxygen headers
Diffstat (limited to 'include/gwin/button.h')
-rw-r--r--include/gwin/button.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h
index e56215fa..b96cb83e 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.h
@@ -5,6 +5,22 @@
* http://chibios-gfx.com/license.html
*/
+/**
+ * @file include/gwin/button.h
+ * @brief GWIN Graphic window subsystem header file.
+ *
+ * @defgroup Button 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
+ * @{
+ */
+
#ifndef _GWIN_BUTTON_H
#define _GWIN_BUTTON_H