From af4c155bd5b0cd11e10f8f99d7cca28929dbc050 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 23 Oct 2013 16:28:45 +0200 Subject: [PATCH] docs --- include/gwin/list.h | 4 ++-- 1 file 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 *