Searched refs:lv_obj_set_style_text_line_space (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | roller.rst | 27 Use :cpp:func:`lv_obj_set_style_text_line_space` to set this value.
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 197 lv_obj_set_style_text_line_space(list, 16, 0); in dropdown_create()
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 332 lv_obj_set_style_text_line_space(description, -3, 0); in card_create()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 359 lv_obj_set_style_text_line_space(list, 5, 0); in test_dropdown_render_1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 653 void lv_obj_set_style_text_line_space(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_text_line_space() function
|
D | lv_obj_style_gen.h | 846 void lv_obj_set_style_text_line_space(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 303 lv_obj_set_style_text_line_space(title, 8, 0); in lv_demo_music_main_create()
|