diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-10-21 00:28:50 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-10-21 00:28:50 +0200 |
commit | b1e7f46783816bfd72177f83747bbd3b586a050b (patch) | |
tree | 21ed3e1507c4819f33d3b2e6d27217d7e5744648 /include/gwin | |
parent | b49f7cd3aa0599bed868af726dde2831e56191af (diff) | |
download | uGFX-b1e7f46783816bfd72177f83747bbd3b586a050b.tar.gz uGFX-b1e7f46783816bfd72177f83747bbd3b586a050b.tar.bz2 uGFX-b1e7f46783816bfd72177f83747bbd3b586a050b.zip |
doxygen fix
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/list.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gwin/list.h b/include/gwin/list.h index b01dbf3f..fc189658 100644 --- a/include/gwin/list.h +++ b/include/gwin/list.h @@ -205,10 +205,12 @@ bool_t gwinListItemIsSelected(GHandle gh, int item); */ int gwinListGetSelected(GHandle gh); -#if GWIN_NEED_LIST_IMAGES +#if GWIN_NEED_LIST_IMAGES || defined(__DOXYGEN__) /** * @brief Set the image for a list item * + * @pre GWIN_NEED_LIST_IMAGES must be set to true in your gfxconf.h + * * @param[in] gh The widget handle (must be a list handle) * @param[in] item The item ID * @param[in] pimg The image to be displayed or NULL to turn off the image for this list item. |