aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-21 00:28:50 +0200
committerinmarket <andrewh@inmarket.com.au>2013-10-21 07:57:49 +1000
commit25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1 (patch)
tree22b2d536c37b34ec2f4a8488ba0c13b53b9bde65 /include/gwin
parent2bd47585698b5977ab873d63af4de4dc36f9ec5f (diff)
downloaduGFX-25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1.tar.gz
uGFX-25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1.tar.bz2
uGFX-25f769ba09bef54e5cccf40bb7ed9d7f3dcca8a1.zip
doxygen fix
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/list.h4
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.