Searched refs:lv_table_set_column_width (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_table.c | 120 lv_table_set_column_width(table, 0, 50); in test_table_should_wrap_long_texts() 182 lv_table_set_column_width(table, 1, 60); in test_table_rendering() 183 lv_table_set_column_width(table, 2, 100); in test_table_rendering()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.h | 104 void lv_table_set_column_width(lv_obj_t * obj, uint32_t col_id, int32_t w);
|
D | lv_table.c | 305 void lv_table_set_column_width(lv_obj_t * obj, uint32_t col_id, int32_t w) in lv_table_set_column_width() function
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_table_parser.c | 90 if(lv_streq("width", name)) lv_table_set_column_width(table, column, lv_xml_atoi(value)); in lv_xml_table_column_apply()
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 75 lv_table_set_column_width(table, 0, 150); in lv_example_table_2()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 659 lv_table_set_column_width(table, 0, col_w); in summary_create() 660 lv_table_set_column_width(table, 1, col_w); in summary_create() 661 lv_table_set_column_width(table, 2, col_w); in summary_create() 662 lv_table_set_column_width(table, 3, col_w); in summary_create()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 248 #define lv_table_set_col_width lv_table_set_column_width
|
/lvgl-latest/docs/details/widgets/ |
D | table.rst | 64 :cpp:expr:`lv_table_set_column_width(table, col_id, width)`. The overall width of
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 330 lv_table_set_column_width(explorer->file_table, 0, LV_PCT(100)); in lv_file_explorer_constructor() 542 lv_table_set_column_width(explorer->file_table, 0, lv_obj_get_width(explorer->file_table)); in browser_file_event_handler()
|