doxygen fix
This commit is contained in:
parent
b49f7cd3aa
commit
b1e7f46783
1 changed files with 3 additions and 1 deletions
|
@ -205,10 +205,12 @@ bool_t gwinListItemIsSelected(GHandle gh, int item);
|
||||||
*/
|
*/
|
||||||
int gwinListGetSelected(GHandle gh);
|
int gwinListGetSelected(GHandle gh);
|
||||||
|
|
||||||
#if GWIN_NEED_LIST_IMAGES
|
#if GWIN_NEED_LIST_IMAGES || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Set the image for a list item
|
* @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] gh The widget handle (must be a list handle)
|
||||||
* @param[in] item The item ID
|
* @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.
|
* @param[in] pimg The image to be displayed or NULL to turn off the image for this list item.
|
||||||
|
|
Loading…
Add table
Reference in a new issue