diff options
| -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   * | 
