aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_list.h')
-rw-r--r--src/gwin/gwin_list.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gwin/gwin_list.h b/src/gwin/gwin_list.h
index 43c7d2e2..2ab06960 100644
--- a/src/gwin/gwin_list.h
+++ b/src/gwin/gwin_list.h
@@ -12,7 +12,9 @@
* @defgroup List List
* @ingroup Widgets
*
- * @details GWIN allows it to create a list widget.
+ * @brief List Widget. Used to display lists of items.
+ *
+ * @details Provides advanced features such as multi-selection, smooth scrolling and item icons.
*
* @pre GFX_USE_GDISP must be set to TRUE in your gfxconf.h
* @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h