aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/button.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-20 16:43:40 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-20 16:43:40 +0200
commitfefdd42d7d2bd0231b391c30b8edb4caba5b9b85 (patch)
tree3a99f493604af1287a56683b0409341479aadf16 /include/gwin/button.h
parent92c3803d2b907cbf267fa6a61f85743b19a5d61b (diff)
downloaduGFX-fefdd42d7d2bd0231b391c30b8edb4caba5b9b85.tar.gz
uGFX-fefdd42d7d2bd0231b391c30b8edb4caba5b9b85.tar.bz2
uGFX-fefdd42d7d2bd0231b391c30b8edb4caba5b9b85.zip
doxygen fix
Diffstat (limited to 'include/gwin/button.h')
-rw-r--r--include/gwin/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h
index 7108cb83..ed74a80d 100644
--- a/include/gwin/button.h
+++ b/include/gwin/button.h
@@ -228,6 +228,7 @@ void gwinSetButtonCustom(GHandle gh, GButtonDrawFunction fn, void *param);
* @details These routines are called to draw the standard button styles.
*
* @param[in] gh The button handle
+ * @param[in] enabled Is the button currently enabled or disabled
* @param[in] isdown Is the button currently down (depressed)
* @param[in] txt The text to be display inside the button
* @param[in] pstyle The current drawing style for the state we are in