1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_list: update comments

This commit is contained in:
Gabor Kiss-Vamosi 2018-11-02 12:45:09 +01:00
parent ed53728010
commit 79b5b0f1fc

View File

@ -112,7 +112,7 @@ lv_obj_t * lv_list_add(lv_obj_t * list, const void * img_src, const char * txt,
#if USE_LV_GROUP
/**
* Make a button selected
* Make a button selected. Can be used while navigating in the list with a keypad.
* @param list pointer to a list object
* @param btn pointer to a button to select
*/
@ -186,7 +186,7 @@ lv_obj_t * lv_list_get_next_btn(const lv_obj_t * list, lv_obj_t * prev_btn);
#if USE_LV_GROUP
/**
* Get the currently selected button
* Get the currently selected button. Can be used while navigating in the list with a keypad.
* @param list pointer to a list object
* @return pointer to the selected button
*/