aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-23 16:28:45 +0200
committerinmarket <andrewh@inmarket.com.au>2013-10-24 09:15:00 +1000
commit03a863f2924d4c89b91b5379f020aaa3f419b7e5 (patch)
tree35b519d6ddb642153bfb8f3588e78ba875d28a8c
parent8fce1a6fcef51f171d5fd9ed381583507b361210 (diff)
downloaduGFX-03a863f2924d4c89b91b5379f020aaa3f419b7e5.tar.gz
uGFX-03a863f2924d4c89b91b5379f020aaa3f419b7e5.tar.bz2
uGFX-03a863f2924d4c89b91b5379f020aaa3f419b7e5.zip
docs
-rw-r--r--include/gwin/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/list.h b/include/gwin/list.h
index cba5b137..b45e7767 100644
--- a/include/gwin/list.h
+++ b/include/gwin/list.h
@@ -57,7 +57,7 @@ typedef struct GListObject {
} GListObject;
/**
- * @brief Enum to change the behaviour of the scroll area
+ * @brief Enum to change the behaviour of the scroll bar
*
* @note This might be used with @p gwinListSetScroll()
*/
@@ -93,7 +93,7 @@ extern "C" {
GHandle gwinListCreate(GListObject *widget, GWidgetInit *pInit, bool_t multiselect);
/**
- * @brief Change the behaviour of the scroll area
+ * @brief Change the behaviour of the scroll bar
*
* @note Current possible values: @p scrollAlways and @p scrollAuto
*