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

minor formatting

This commit is contained in:
Gabor Kiss-Vamosi 2019-05-18 11:21:20 +02:00
parent f16561295b
commit 432e87bfdf

View File

@ -132,9 +132,10 @@ void lv_list_set_single_mode(lv_obj_t * list, bool mode);
#if LV_USE_GROUP #if LV_USE_GROUP
/** /**
* Make a button selected. Can be used while navigating in the list with a keypad. * Make a button selected
* @param list pointer to a list object * @param list pointer to a list object
* @param btn pointer to a button to select * @param btn pointer to a button to select
* NULL to not select any buttons
*/ */
void lv_list_set_btn_selected(lv_obj_t * list, lv_obj_t * btn); void lv_list_set_btn_selected(lv_obj_t * list, lv_obj_t * btn);
#endif #endif