ugfx_release_2.6
Joel Bodenmann 2013-10-23 16:28:45 +02:00
parent 1244fd9e85
commit af4c155bd5
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ typedef struct GListObject {
} 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() * @note This might be used with @p gwinListSetScroll()
*/ */
@ -93,7 +93,7 @@ extern "C" {
GHandle gwinListCreate(GListObject *widget, GWidgetInit *pInit, bool_t multiselect); 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 * @note Current possible values: @p scrollAlways and @p scrollAuto
* *