diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-23 16:28:45 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-10-23 16:28:45 +0200 |
commit | af4c155bd5b0cd11e10f8f99d7cca28929dbc050 (patch) | |
tree | 8b4ff0cf0166260a37347098136807141ac09f29 /include/gwin | |
parent | 1244fd9e8593eaa84c537ea7749a7c4493bf1513 (diff) | |
download | uGFX-af4c155bd5b0cd11e10f8f99d7cca28929dbc050.tar.gz uGFX-af4c155bd5b0cd11e10f8f99d7cca28929dbc050.tar.bz2 uGFX-af4c155bd5b0cd11e10f8f99d7cca28929dbc050.zip |
docs
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/list.h | 4 |
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 * |