lv_list.h

API reference for lv_list.h

Report on GitHub

Functions

lv_list_set_button_text

Set text of a given list button

 
void lv_list_set_button_text(lv_obj_t *list, lv_obj_t *btn, const char *txt)
Parameters
NameTypeDescription
listlv_obj_t *pointer to a list
btnlv_obj_t *pointer to the button
txtconst char *pointer to the text

lv_list_set_button_translation_tag

Set translation tag text of a given list button

 
void lv_list_set_button_translation_tag(lv_obj_t *list, lv_obj_t *btn, const char *tag)
Parameters
NameTypeDescription
listlv_obj_t *pointer to a list
btnlv_obj_t *pointer to the button
tagconst char *pointer to the translation tag

Variables

lv_list_class

 
const lv_obj_class_t lv_list_class

lv_list_text_class

 
const lv_obj_class_t lv_list_text_class

lv_list_button_class

 
const lv_obj_class_t lv_list_button_class

Dependencies

How is this guide?

Last updated on

On this page