i2c_oled sample
lv_table_set_col_width()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_table_set_col_width()
lv_table_set_col_width() function
Set the width of a column
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.h:126
void
lv_table_set_col_width
(
lv_obj_t
*
obj
,
uint16_t
col_id
,
lv_coord_t
w
)
;
Implemented in
lv_table.c:280
Arguments
Argument
Description
obj
table pointer to a Table object
col_id
id of the column [0 .. LV_TABLE_COL_MAX -1]
w
width of the column
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out